View Single Post
Old 09-13-2009, 10:18 PM   #9 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

My Thoughts...
  1. The download fails in Chrome, (It works in FF 3.6pre) it must be a header issue. Here is a list of HTTP MIME Types.
  2. The robots.txt doesn't specify any links that the search engine can index.
  3. You have no comments, this is bad, very bad.
  4. Switch/Case Expressions work a lot better than if/elif/elif/elif...
  5. if (($y>1582)||(($y==1582)&&($m>10))||(($y==1582)&&($ m==10)&&($d>14)))

    Wow, thats not easy to read.
  6. It seems that every "modual" has a separate admin panel, this is not only bad but a waste of space.

I would not use or recommend this because it doesn't seem to have the level of effort put into that other CMS systems do. The longest comment for anything other than the readme.txt (and phpmailer) was a single line.

Commenting is required if you expect anyone to modify your code.
__________________
My Site
adamdecaf is offline  
Reply With Quote