2010-08-06, 23:57:18
Hi,
i want to show all of you one of my latest developments. http://piztop.com
Actually I don't like php much, i'm more the vstudio .net linq ormapping framework guy doing a lot large scalable ASP.NET MVC webs app for big companys.
But sometimes you need to have just a little simple solution. so i searched the web and tried about 15 opensource cms systems. All to big - with fat db, or just to less features and so on. Big issue is always the multilang. Most of them use modules and plugins to have multilang but then isnt working with SEO right.
So then i found GET SIMPLE. Almost what i needed. But also the lack of lanugage and only two level, which is enought for my needs here but not if you want also a language level.
I check over the code and saw very nice coding of plugin usage, etc. Also to have endless parent/child chain with recrusion not a biggi. It took me now about 10 hours from scratch to current state to make the page :-)
Thanks for the superb GET SIMPLE CMS. After my modifications its perfect for my needs.
Now to some tech: I added minify to compress css, javascripts on the fly. Webserver is IIS 7.5 with newst PHP and IIS URL Rewrite 2.0 here some Screenshots of page performance.
On the first picture you can see how the 3 levels are perfectly rendered by url with correct link highlighted/active class.
like: /LANGUAGE/MAINPAGE/DETAILPAGE.html (sure page id must unique be over all levels - but with language links - no problem)
here how i slightly modified the admin for the new page sub level
here some speed/seo messures, rewriting rules, network stuff.
When some more customers of mine want a CMS in this size,
I may put all mods into one plugin. Except the admin changes (update/merge problem), it should be easy.
Hope this is inspiring for some of you.
Have a great weekend. Otto.
i want to show all of you one of my latest developments. http://piztop.com
Actually I don't like php much, i'm more the vstudio .net linq ormapping framework guy doing a lot large scalable ASP.NET MVC webs app for big companys.
But sometimes you need to have just a little simple solution. so i searched the web and tried about 15 opensource cms systems. All to big - with fat db, or just to less features and so on. Big issue is always the multilang. Most of them use modules and plugins to have multilang but then isnt working with SEO right.
So then i found GET SIMPLE. Almost what i needed. But also the lack of lanugage and only two level, which is enought for my needs here but not if you want also a language level.
I check over the code and saw very nice coding of plugin usage, etc. Also to have endless parent/child chain with recrusion not a biggi. It took me now about 10 hours from scratch to current state to make the page :-)
Thanks for the superb GET SIMPLE CMS. After my modifications its perfect for my needs.
Now to some tech: I added minify to compress css, javascripts on the fly. Webserver is IIS 7.5 with newst PHP and IIS URL Rewrite 2.0 here some Screenshots of page performance.
On the first picture you can see how the 3 levels are perfectly rendered by url with correct link highlighted/active class.
like: /LANGUAGE/MAINPAGE/DETAILPAGE.html (sure page id must unique be over all levels - but with language links - no problem)
here how i slightly modified the admin for the new page sub level
here some speed/seo messures, rewriting rules, network stuff.
When some more customers of mine want a CMS in this size,
I may put all mods into one plugin. Except the admin changes (update/merge problem), it should be easy.
Hope this is inspiring for some of you.
Have a great weekend. Otto.