Ok, so almost all the blogging and CSM systems do all their processing server side (For example WordPress). Why not a system that works client side using JavaScript. You would say Ajax? No, that still requires a special server side software (even more process intensive now that you have both client and server side processing).
My suggestion is to use the server side only as a file store. I will be using a blogging website as a example. On the server you would have text files.. one per post. Then on the client side there would be a javascript that would use the Current URL as to recognize where in the blog you are currently.
Root: Display the last
Comments |
Posted May 04, 2008