Circle of Current has just setup a forum! The link is on the left.
First 100 people to register will get FREE air!
Tags: website
Hey my website looks different now
I wrote this entire content management system. This is my first PHP and MySQL project. All blog post pointers and website menu structure are stored in MySQL, while the actual content is stored on the web server. The everything (content templates css menu structure not PHP scripts) is edited using custom web based editors written as a part of this project.
The content is generated during editting and stored in a static cache, during normal use, the MySQL database is not needed if there's cached content.
Theres a picture/file uploader/manager, login system, the works. Content uses some fake tags such as <code> to make it easy to display code within a box in a monospaced font like so:
I also made it easy to make links by having internal and external link tags, stuff like that.
Still need to work on the cosmetics though.
Tags: website