QuicklyCMS

This is my first try at writing PHP and Javascript code from scratch. After reading Sams Teach Yourself Ajax, JavaScript, and PHP All in One in one day, I had the motivation to write a full CMS from scratch instead of a simple Hello World program (which probably would have been a better idea). After 4 separate days of trial and error, I finally have what is now called QuicklyCMS. The main feature of this ridiculously basic blog is its single-load system. Any user who visits a QuicklyCMS blog will only need to load once per visit, including administrators. All information is loaded through the use of AJAX technology.
Initially, the system was written in plain vanilla Javascript. After experiencing headaches of constantly writing the same tasks over and over again, I rewrote the CMS using jQuery in one day. With jQuery, I was able to add a small visual appeal using eased animations to the site while at the same time was able to cut down about 20% of the total lines of code.
The purpose of this project was to learn PHP and Javascript. For no reason is this intended to replace anyone's current or future blogging system. I am however publishing this for your interest.
Test Drive QuicklyCMS
Login: admin Password: admin
Download | Sourceforge Project Page
All programming code was writting while drinking boba from "Quickly" and hence the name QuicklyCMS.