Static HTML/CSS website to CMS

Associate
Joined
4 Mar 2010
Posts
206
Hey


Was wondering if anyone could point in the way to a tutorial or such on how i would go about converting a basic html+css website with no content in it to a CMS?

I've only had experience in building websites with just HTML and CSS but the thought of making it work within a CMS is rather confusing. Can someone tell methe steps on how to go about doing this?

I want to begin building a website using HTML and CSS but i'd like to get into the habit of using a CMS when building websites from now on.

Thanks
 
It will vary slightly by which CMS system you chose to use, but it's simple regardless. You'll be able to define a basic page template using your existing html, then where the content would normally go just insert whatever it is that renders the content with your CMS.
 
So what you're saying is i can go about making my website how i usually would and i can define each DIV in the CMS so it knows where i want to put text etc?
 
Do you know any php, best to write your own CMS if you can. For a few static pages it wouldn't be to much work. Need a simple parser and a simple editor then set up pages as a template and load each section as needed.

CMS' can get complex though, so really depends who complex your page is.
 
Last edited:
Do you know any php, best to write your own CMS if you can. For a few static pages it wouldn't be to much work. Need a simple parser and a simple editor then set up pages as a template and load each section as needed.

CMS' can get complex though, so really depends who complex your page is.

I think wading in and creating his own CMS from scratch is a bit much for someone who has no experience of making a CMS driven site before.

Much easier to go for Wordpress.
 
Last edited:
Do you know any php, best to write your own CMS if you can. For a few static pages it wouldn't be to much work. Need a simple parser and a simple editor then set up pages as a template and load each section as needed.

CMS' can get complex though, so really depends who complex your page is.

I've done a little PHP ( making login and register page with email + validation) along with some javascript validation and ive also done some MySQL (creating database for users). I plan on re using such coding on future websites.

The website ill be making probably wont be complex to begin with and will just hold information/images and later i'll keep adding to it.

As for creating my own CMS i dont think i'd be very comfortable doing such a task as i've never really dealt with a CMS before.

Which CMS would you guys recommend and has the best features?.
 
Last edited:
Wordpress is simple and supported by most hosting providers, has loads of templates and modules that are easy to install and lots of support from other users/developers online!

You could go for something like Joomla or Drupal, but I doubt you'll benefit from any of these.

If I was making a new site - I'd pick wordpress every time
 
Wordpress is simple and supported by most hosting providers, has loads of templates and modules that are easy to install and lots of support from other users/developers online!

You could go for something like Joomla or Drupal, but I doubt you'll benefit from any of these.

If I was making a new site - I'd pick wordpress every time

Sounds good. Thanks for the info!

I take it most other websites such as the BBC, gizmodo etc use their own custom made CMS?
 
Do you know any php, best to write your own CMS if you can. For a few static pages it wouldn't be to much work. Need a simple parser and a simple editor then set up pages as a template and load each section as needed.

CMS' can get complex though, so really depends who complex your page is.
lion-king-confused-eccbc87e4b5ce2fe28308fd9f2a7baf3-328.gif
 
Make one yourself.

Make sure you have the template all set, then work on splitting it or use a PHP Framework like Yii or CodeIgnitor then start splitting your template to make views.

Once that's all done work on the database side of things to implement articles and page aliases etc.

I've done the exact thing on my website, although I created my own framework.

http://www.sinvise.net
 
Make one yourself.

Make sure you have the template all set, then work on splitting it or use a PHP Framework like Yii or CodeIgnitor then start splitting your template to make views.

Once that's all done work on the database side of things to implement articles and page aliases etc.

I've done the exact thing on my website, although I created my own framework.

http://www.sinvise.net

Why are you advertising "cheap Viagra online"?
 
Back
Top Bottom