Saturday 13 October 2012

Are you choosing the right website?


Choosing a website can be a tricky job. There are awful lots of ways to develop a website. It depends solely upon what type of business or needs you have. Sometimes web developers may persuade you to develop a website just because they are easier for them to develop or it may be more profitable for them. so, its very important to know about websites and their purpose.

Static websites

A static website is the simplest form of website, in which the site’s content is delivered without the use of server side processing. Static websites are used principally for brochure sites and can include complex graphics, animations and JavaScript driven features.
The main limitation of static websites is that they cannot provide complex user interactivity because they cannot either gather information from the user or serve content which is dependent on user actions. Large static sites are also time consuming to develop and more difficult to update because changes need to be implemented individually on each page of the site. However, if a business does not require a large website or advanced interactivity, a static site which is developed using XHTML and CSS will provide clean, compact coding and good search engine performance.

Dynamic websites

Dynamic websites rely on server side scripting to provided advanced interactivity and usually use a database to deliver the content for individual pages. A dynamic approach is appropriate for developing large websites with content which is formulaic, for example, catalogues, photograph albums and complex series of data. A dynamic website will be required to allow users to sort and search records, or to restrict access to parts of the website using a log-in procedure.
Generating website pages on the fly, using a database to store and deliver content, is an efficient way of managing a large site, with maintenance and updating generally much easier than for a comparable static site. The disadvantage of dynamic websites is that Search Engine Optimisation (SEO) techniques are more difficult to implement, particularly if the site’s SEO needs are not taken into account at the development stage.

Content managed websites
A content managed website is a further refinement of the database driven dynamic site. The content management system provides a password protected interface through which users can add, edit and remove content from the site. A content management system is particularly useful in the case of large sites which have numerous contributors, some of whom may be working from remote locations.

eCommerce websites
An eCommerce website is a dynamic website which has the functionality to process financial transactions. Most eCommerce websites are built to mimic a bricks and mortar store and use the model of stock pages, shopping basket system and checkout, using a secure online payment system. Many eCommerce sites also include a content management system, so that product details can be added or updated, and some include advanced features such as automated stock control.

Flash websites
Flash is proprietary software developed by Macromedia which is used to generate complex animations. The programme is sophisticated enough for entire websites to be constructed using Flash technology. Flash websites can be visually stunning and provide otherwise unachievable levels of user interactivity. However, it is almost impossible to carry out any meaningful form of SEO on a Flash site and so it should, generally, be avoided.