11.21.06
Creating my own content management system
Creating a website from scratch takes a lot of work, especially if you want it to look better than most of my sites.
I am currently in the process of coding my own cms (content management system). I do this to make it easier for myself when I take on a new project. Sure, I could have used Joomla, but I would rather build one from scratch that is made exactly the way I want it to be. A custom made cms will make the creation and maintenance of my websites much easier and I will save a lot of time. And time is money, right?
What is the progress so far? The foundation of my cms is almost finished. I have a working admin panel, articles are stored in a mysql database and are automaticly linked up to the menu system when they are created. I have even created my own template engine system. What is left now is good looking html template that is easy to customize.