August 3, 201313 yr hi ive not been designing website for to long yet but im looking at content managment and have been wondering if anyone knows a good source for learning to create a cms from scratch so i adapt it to current sites or build the sites around my own cms. i hoping to create my own rather than use joomla or wordpress etc so i can get the coding experience and really get into it.
August 3, 201313 yr http://www.developphp.com/list_php_video.php#Building_Custom_CMS_Website_Content_Management_Systems_From_Scratch here you go
August 5, 201313 yr http://php.net/manual/en/getting-started.php, http://www.codecademy.com/tracks/php best resource to learn how to develop CMS.
August 7, 201313 yr Hi, You can surely do your own....But if you think of promoting the site via SEO/SMM....do wordpress..its SEO friendly...Multiple plugins are vailable....You can make that wordpress site responsive too so that it works in mobile,ipads too.. You can contact me via skype.My skype: web.rockstar I can help you in this... Will be waiting for your reply.. Thanks
October 2, 201312 yr If you do write one from scratch I'd recommend at least using a php framework such as codeigniter (http://ellislab.com/codeigniter) or similar. Frameworks such as this take care of a lot of the more complex work (such as security, which is something you don't want to get wrong), leaving you to concentrate on usability and the like. Also, I would utilise other peoples plugins and scripts wherever possible, not only does it save you reinventing the wheel, but for example; you'll probably learn more implementing a user login system someone has written for codeigniter than you would writing one on your own. I've found I've learnt the most about coding by looking at and using the work of experienced developers.
Create an account or sign in to comment