EllisLab text mark
Advanced Search
1 of 2
1
   
What type of sites do you make?
Posted: 01 September 2010 02:56 AM   [ Ignore ]
Avatar
Joined: 2006-06-01
223 posts

So, I’m curious. As a developer, most of my CI projects have a tendency to be larger-scale projects that would have been difficult to do with a standard CMS. They include things like user profiles, custom content-type, etc. But I have no clue if I’m in the minority or not.

What type of projects do you tackle when you’re using CodeIgniter?

 Signature 

Bonfire - Faster CodeIgniter development | Ocular Template Library

 
Posted: 01 September 2010 06:22 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2008-11-02
106 posts

Currently I’m working as lead developer at one of Swedens largest youth communities, for teens between 13-18 and we’re in the progress of rewriting the entire site (a couple of 100k lines of code) into Codeigniter. It contains a community portal (profile, guestbooks, photoalbums, visitorlogs, facts, dairy and the likes), forums, flashgames, articles/news, chatservices, sex/relationship-panels, php-games, an extensive administration panel with filters to catch groomers, pedophiles and such. It’s a huge project and CI fits into the equation perfectly =)

 
Posted: 01 September 2010 07:10 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-08
304 posts

I’ve been building a custom authentication framework server that securely blowfish encrypts data and decrypts it sent from software installations. A system that does kind of what Windows does for its licensing component for activating windows.

I orignally wrote it using straight up OOP PHP code, but moved to Codeigniter to simplify things and trust me it was worth the code rewriting. Wish my work would move to Codeigniter we use Zend for small-scale websites that receive 10,000 hits a week or so which Codeigniter would handle better in my opinion and in less code too.

 Signature 

Plenty Parser - Parser library WolfAuth - Role Based Authentication library | CI Smarty - Smarty integration for Codeigniter 2.0+ | CI Plugins System - A simple hooks system.

 
Posted: 01 September 2010 09:06 PM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Avatar
Joined: 2002-11-11
180 posts

I am currently working on a tool for my EVE-Online Corporation to track minerals stocks, blueprint stocks and orders from a website that we are working on.

This will be used to track our rolling weekly average of income vs. output of ISK (ingame currency) and minerals.

Not terribly useful outside of that scope, but it’s a fun project and is being worked on as time permits. If it’s decent, I may release it for other players to use.

 Signature 

Blog:
GeekLAN
Projects:
Ignited Jobs - LAMP Tips

 
Posted: 01 September 2010 11:06 PM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Joined: 2009-11-09
1 posts

I’ve just developed a CMS targeted towards adventure travel companies. It lets you create pages for and and set relationships between destinations, trips, accommodations, activities etc. as well as post press releases, newsletters and media coverage to the site. It also has a simple blog, photo albums and videos and has a tool that lets you create custom google maps to attach to each trip or destination page.

It only exists as a backend tool to add content to the database with a custom front end created for each site I use it for. It’s pretty handy to demo to a client when bidding and saves a lot of work when developing a site. Any new features created for a specific site get rolled into the base version and are available for new projects.

 
Posted: 05 September 2010 07:04 PM   [ Ignore ]   [ # 5 ]   [ Rating: 0 ]
Avatar
Joined: 2010-08-23
102 posts

I’m in the middle of rewriting my application framework to make it run on CI. It is used for SAAS based sites, Intranet applications, and other custom applications that would need much more functionality than a standard CMS can provide.

 Signature 

Bas Vermeulen
Jabo Solutions http://jabo-solutions.eu


PHPIDS library - Intrusion detection

 
Posted: 05 September 2010 07:55 PM   [ Ignore ]   [ # 6 ]   [ Rating: 0 ]
Joined: 2010-09-05
18 posts

Well I’m quite new to CodeIgniter but I imagine I’ll be using it for just about everything.
There are several websites I need to rewrite though, my personal one and a few at work.

 
Posted: 08 September 2010 06:49 PM   [ Ignore ]   [ # 7 ]   [ Rating: 0 ]
Avatar
Joined: 2010-07-13
21 posts

I use codeigniter for all my sites from personal projects to large corporate sites.  It even powers our cloud cms, Osmek.  It really is my catchall development environment smile

 Signature 

George Henderson
Osmek Development & Support Team
http://osmek.com

 
Posted: 09 September 2010 06:36 AM   [ Ignore ]   [ # 8 ]   [ Rating: 0 ]
Joined: 2008-03-19
175 posts

Currently writing a CMS framework to run a large number of websites on. When done I might release or run some sort of hosted service.

Next up I need to upgrade my employers PHP4 50k+ line CMS into codeigniter and bring it up to date smile

 
Posted: 16 September 2010 09:19 AM   [ Ignore ]   [ # 9 ]   [ Rating: 0 ]
Avatar
Joined: 2002-08-04
185 posts

since my job is building desktop apps, the only sites I get to work on are my personal sites….
I have one for the model rail road I haven’t worked on in a few years (that includes the site and the layout)... I built one for family genealogy (currently being used to house some recipes of mine so I could share them) and one for an internet streaming radio station I’m hoping to re-launch later this year or early next. The RR site was build using MS’s Publisher, the family site is built with WordPress and the radio one is a home-grown site, and is the one I’m converting to CI.

-tg

 
Posted: 20 September 2010 10:41 AM   [ Ignore ]   [ # 10 ]   [ Rating: 0 ]
Joined: 2010-09-17
1 posts

hi, we are the best leading web sites constructing company.we makes every types of sites like statics and dynamics.we have experties to construct the sites in ASP.net and other tools.please contact with us for further detail.

 
Posted: 20 September 2010 12:59 PM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Joined: 2010-08-08
20 posts

Since I started working as a web programmer (around 7 months ago) I built several CI-powered websites for different things , mostly custom CMSes for small companies .
Now I am working on a webapp that will be used in schools as some sort of educational tool , it has 4 userlevels , will have a forum , it already has events , personal and shared calendars , groups and such.It will also have articles (aka some sort of blogging system) and its fun to build so far.Users have avatars and such , and did not decide if I will build a forum or just use PhpBB.

 Signature 

Still looking for the perfect Linux PHP/CI IDE - feel free to PM me with sugestions

 
Posted: 25 September 2010 05:10 AM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Avatar
Joined: 2008-12-27
40 posts

I used to focus on traditional desktop development (VB, VBA for Access, SQL Server) but have moved over to web development over the last four years or so.

After a floundering around for year writing my own straight PHP sites (standard CMS and basic shopping cart sites, all custom built), I discovered CI and haven’t looked back (actually I came across CakePHP first, but didn’t like its restrictive, overly-disciplined nature).

Since CI, I’ve created a CMS/resource portal community site for a national smoking quitline, a restaurant on-line ordering and CMS site, and several other custom-built CMS sites.

Over the last 12 months, I have built my own ecommerce shopping cart framework (based on CI) and have begun using it to develop bespoke solutions for clients. This came out of frustration of the currently available open source solutions (ZenCart, OSCommerce, Magento, WP based carts, etc) where it was very difficult to develop sites that actually looked different from each other. Magento is the best out of the bunch (I based a lot of my framework on it) but it is still a pain to customise/skin and has some key features missing (check their forums).

My sincere advice is to spend a reasonable amount of time building your own shopping cart framework (it took me 8 months for my first version) rather than going for an open source solution. You will know your own site much more intimately and have full control over customisation and extending functionality.

 
Posted: 25 September 2010 02:49 PM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Joined: 2007-03-27
9 posts

Same as op, I only use CodeIgniter when Drupal, Wordpress, etc. can’t do what I need. But I would be interested to see anyone’s custom made CMS’s. The Questioner does raise a good point with ecommerce software.

 Signature 

Ildar Samit
Web design in Hamilton, Canada

 
Posted: 29 September 2010 12:01 PM   [ Ignore ]   [ # 14 ]   [ Rating: 0 ]
Avatar
Joined: 2008-02-17
278 posts

I love working with APIs, currently working on WHMCS + LiveDrive integration.

 
Posted: 29 February 2012 01:20 AM   [ Ignore ]   [ # 15 ]   [ Rating: 0 ]
Avatar
Joined: 2012-02-24
2 posts

ehmmm… I like site as support mobilephone smile that is okay
thanks by upload download ucweb three 3

 
1 of 2
1