Tag Archives: Initial Idea

CMS concept turn…

My own Content Management System has taken a big turn. After looking through the book Coming up with the Obvious, that we found quite enlightening, I chose to drop superficial techniques, and reduce it for the bare basics. The objective of this CMS can be kinda different. It’s directed at developers to easily attach a CMS to somewhat of a design. It’s main purpose will probably be for my private projects, of lessons, but it’ll be free. A huge makeover was about the menu system. I boiled it as a result of simple " catagories" depending on the pages independantly, and developers simply attach PHP functions in place of those menus. There are still things, though. . Considering that menus are made, they only output something such as this: HTML: < ul id=" menuID" class=" customclass" > < li id=" menuID-1" > < your href=" url/" > Palate Item 1< /a> < /li> < li id=" menuID-2" > < your href=" other/" > Palate Item 2< /a> < /li> < /ul> This makes the CMS form of a purist. Additional attributes is often applied by the actual designer, but certainly not the structure once more. I know a number of … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment