Jump to content
xisto Community
Sign in to follow this  
iGuest

New CMS

Recommended Posts

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

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

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.