iGuest 3 Report post Posted November 15, 2004 I'm working on a CMS for my site (Thats why it has a blank index.htm).It'll be based on datapacks sort of like gmail (That's the reason it's so fast, after downloading the engine, it only needs to update with small files (the datapacks)).It will also connect into phpBB and use a common database, as well as the ability to edit stuff such as signatures from inside a website account (Allowing you to comment on things using bbcode, and with signatures).Comming soon Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 19, 2004 sounds awesome - can i take a peek at the code when your done? - but only if your making it in php cos ill be blind to the rest :)good luck buddy Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 19, 2004 Yea, It'll be php and open source.However, it'll also have a bit of javascript. (The interface will be in javascript, server backend in php) Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 22, 2004 nice, just out of interest whats the benefit of a javascript back end? Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 22, 2004 hey can i have the cms for my site? is it free? Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 23, 2004 When it's done.It's a php backend, the javascript is the frontend. Because of a javascript frontend, you can just use xmlhttprequest, meaning it would not need to refresh the page to get data. You could then use this object in javascript to obtain variables passed via a script inside the frontend.Basicly: User clicks link.Javascript requests page data.Javascript gets page data.Page data executes script.Javascript uses variables from script to update page.User appears to go to page without refreshing. Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 23, 2004 When it's done.It's a php backend, the javascript is the frontend. Because of a javascript frontend, you can just use xmlhttprequest, meaning it would not need to refresh the page to get data. You could then use this object in javascript  to obtain variables passed via a script inside the frontend.Basicly: User clicks link.Javascript requests page data.Javascript gets page data.Page data executes script.Javascript uses variables from script to update page.User appears to go to page without refreshing. Sounds awesome! Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 29, 2004 Whats CMS :?: Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 29, 2004 Content Management System. It's something that lets you have a website without having to actually make it. PHPNuke, PostNuke, Mambo, etc. Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 29, 2004 That sounds awesome.. Let me know when you are ready to start testing. I have a couple of resources that you can use. Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 29, 2004 Elite! i cant wait Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 29, 2004 It sounds impressive.... show us sooon. Share this post Link to post Share on other sites