Defining the Concept of a Website

By David Stern

Visit my blog:
Face Global - Blog of an Artist

Related Articles:


In order to create a website properly, you first need to define its concept. What is the website for? Who is its audience? How is the website supposed to reach its audience?

It is important to define the concept before you begin designing the website, because the way you design it, the methods you will use and the format of the website will depend on the concept.
  • Will the website be informative?
  • Will it be a photo album?
  • Will it be a web application?
  • Will the website contain media, such as audio and video?
Informative Websites: If the website is informative, it would be naturaly text-based. The website can be built in plain html, or the text could be data-driven in a web application. Images and other media types are allways recommended in addition. The more text in this kind of website will make it more optimized for search engines.

Photo Albums & Blogs: If it is a website such as a photo album or a blog, it is important to separate between the codes of the design and the content. Insist on using separate javascript and css files, linked to the website pages. If you are using asp.net 2.0 (or a newer version), use master pages to create homogeneous page designs.

Web Applications: If you're thinking about a web application like qassia or facebook, think more like a computer program then a website.

When embedding media to a website, consider the way you embed the media files. Simple html embedding works different in various computers, depending on their default desktop programms. Many webmasters, like in online radio stations, prefer to create applications of their own that work from the browser in order to make the website look and work the same on every computer.

Flash: Many webmasters use Flash to design websites. Flash is excellant for graphics and animation. Flash is usually used in websites that represent artists, like musicians, painters, photographers, architects, designers and others. The problem with Flash is that search engines can hardly read it, making the promotion of the website more difficult. In most cases, small Flash objects are embedded in html.
© By David Stern. All Rights Reserved.