Thursday, August 23, 2007

Tips on How to Redesign a Large (Dynamic) Website

Redesigning large dynamic websites can either be easy or problematic. Read how you can redesign your large website easily and efficiently.

Before you actually make any changes to a site know the several types of large sites:

1. large static sites using pages with .html extension
2. large sites with Server Side Includes without a CMS
3. sites with a content management system

-using templates for layout

-using built-in layout

These site types are different in terms of how easy it is to change the site look. Let's see how exactly it works for them.

Static sites

Large static sites, usually on HTML, are quite rare. If you want to change such a site easily, you'll have to use Server Side Includes and any programming, if needed.

To redesign your site with SSI to the site, you'll have to do the following:

1. Create a new layout, which includes all necessary design blocks and content
2. Divide the page into parts: the includes
3. Introduce the Server Side Includes code into every page on your site.It is required for the site to be edited easily.

You can always install a CMS for an often updated website: it'll require putting all the content in the database, though.

Sites without CMS

To change the site design, you just need to create a design and divide it between includes. Most likely, you'll need to create the includes from scratch and readjust the pages accordingly.

Large sites with CMS

Large sites require extensive efforts to maintain them. There are a lot of CMS's, but, generally, they can be divided into two groups: customizable and non-customizable.

Sites with customizable CMS

Some use templates (default visual layouts, used for different types of pages), some change the page look with the help of a user interface. Basically, it may be best to use a CMS on templates to be able to customize the layout. To redesign such a site, simply redesign the templates your CMS uses to change the site appearance.

Sites with non-customizable CMS

Steps on CMS that can not change visual layout should be best redesigned with the help of a better CMS, or, if the site is small enough, just with Server Side Includes. This simply means that the site layout needs to be designed from scratch and the site owner has gained a chance of setting up an easily-customizable back-end solution for his website.

Summing up

In short, how a large site can be redesigned depends on how it was built. If it is possible to adjust a template layout, so much the better. However, if a CMS can't change the site appearance, it'd be best to replace the CMS with an easily customizable CMS, which is also web standards compliant (on CSS).

Source : http://www.webpronews.com/expertarticles/2006/08/01/tips-on-how-to-redesign-a-large-dynamic-website

2 comments:

sergey said...

Thanks for post!
Articles about CMS

FiveStar Solutions said...

Just a thought:
Quite often the term 'dynamic' refers to Flash designs