Now that I got that out of my system I'm probably gonna bore with the idea for my next personal project. Yep!!! A Content Management System. I've built many before but always to the vision of others not my own. I figure that it's time for me to do it the way I think a Content Management System should be built. With lot's and lot's of functionality and cool features that makes use of the amazing technology us devs have at our finger tips today.
A while back I started a CMS called CMSLeo that I never got even close to completion (and can also be seen unfinished on my website :). But now is the time to get back into the game of developing this beast to completion and to my vision.
The question on mind was to which language to program it in. ColdFusion or PHP?
The ups for ColdFusion:
- Easy and rapid development with very clean code management
- Simple to upgrade and scale code
- The best yet, an amazing community
Now the downs for ColdFusion:
- Big price tag for whomever wanted to use my CMS
- Um.......... that's it
PHP ups:
- Very popular language
- Open source language
- Easy to get up and running
- Huge community
PHP downs:
- Code tends to get messy
- Community a bit temperamental
- Possible long development time
Finally, when I plan a project I try to put myself into the everyday user's point of view and think how I can make my project extremely simple to understand and just jump right into using what I created. That's exactly what CMSLeo will be. One of the most user friendly Content Management Systems available today.
- Pete
2 comments:
I too am looking at building a CF-based CMS. The Railo question is an interesting one. While CF does have some big CMS players, it seems like it would have more of a chance of acceptance because PHP already has its "standards" in Drupal and Joomla.
I know it is possible to build an app that will run in both Adobe and Railo, but it does require that extra testing that can be annoying in a side project like what you're talking about.
Good luck with your endeavors. Are you looking at a particular CFML framework to implement your CMS in?
@chrispeters
The one framework that I have been fiddling around with lately is CFWheels and of coarse there's always a possibility that I may use Model-Glue. Who knows, I may push myself harder and just stay away from these frameworks.
- Pete
Post a Comment