This is a discussion on "Is this idea new or already taken?" within the Website Planning section. This forum, and the thread "Is this idea new or already taken? are both part of the Planning Your Website category.
|
|
|
|
|
![]() |
||
Is this idea new or already taken?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Is this idea new or already taken?
I have this genius new idea. Most new CMS's use a MySQL (or MSSQL, etc.) database to store data. And every once in a while somebody comes out with one that uses flat files. But here's my idea: Dynamically Generated Static HTML Pages. All the page content is stored in a MySQL database for easy editing. But the website completely static, and all that HTML is generated by the CMS. So that way you get all the advantages of static pages -- less CPU used, etc. -- with it still being easy to edit.
So, my question is, am I the first to do this, or has it already been thought up and is being used in a CMS?
__________________
CloudedVision, WebForumz Moderator Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
|
|
||||
|
Re: Is this idea new or already taken?
CV, this is a CMS!
Take Wordpress for example. You can have pages, which are static. You can add, delete and edit them, but otherwise they are simply chunks of info stored in a database. When a user requests information, the CMS pumps out the corresponding page. I think you're getting confused with the definition between static and dynamic sites and content (and I admit it can be!) Static sites consist of physical files with the content hard-coded within the file. Dynamic sites consist of a database and template files to output content, based on the user's request. However, the pages the user views do not exist *physically*. In other words, a site can be dynamic even if the content is static.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
||||
|
Re: Is this idea new or already taken?
thats what I mean. The SITE is static. The CMS takes the content from the database, merges it with the template, and saves it as a static HTML file for the user to view. When a user visits the site, no PHP goes on behind the to get the content, its already compiled into a static HTML file. Understand what i mean?
__________________
CloudedVision, WebForumz Moderator Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
||||
|
Re: Is this idea new or already taken?
yes i understand what you mean and we are doing this on our test site using asp.net. basically we run a script agaisnt the site that generates the static html pages, which are then stored on the server, as the pages have already been created, they are served faster to the end users - it reduces the CPU usage as it doesn't have to run against a database everytime a page is called.
basically you need to have the cms situated on a test site, then when you run "makelive.exe" the script would run and place these into the live folder area that is picked up by your host. i haven't seen this as part of a available cms yet, and think it's a great idea
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
||||
|
Re: Is this idea new or already taken?
Oh I see! My apologies CV.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Idea ! | marSoul | Webforumz Suggestions and Feedback | 40 | Oct 10th, 2007 03:07 |
| I need a idea | simonb | Job Opportunities | 1 | Jun 21st, 2007 18:40 |
| an idea!!! | daygon | Webforumz Cafe | 13 | Feb 1st, 2007 11:29 |