Checklist While building a website.

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
When we have a great web-host to host our website, we just need a good site to showcase our talent to the outside world. Before building a website we try to collect ideas for our site, we used to start with
· Site name
· Site motto/theme
· Color schemes to be used
· How the site should be presented to the users
· What contents should be in the home page
· How the homepage should be structured
· What are all the other contents to be put in and where these contents go into,
· Which language to code the site
· Do I need a database to store some details? Etc.
Lot of things comes to our mind and we tend to forget everything when we are designing the site. So it’s my pleasure to share with you the checklist which can be used when building a site.

First we will be looking for a name and the theme for the site (i.e.) what is the purpose of this site. Once these two main things are decided, we go in for the actual design of the site.
Elements you shouldn't leave out:-

· Logo: The logo, besides its function as a hallmark, can be used to link to your site. It should match the site theme or at least the site name.

  • Banner: A banner adds a graphical element in which you can state the purpose of your website, your slogan, your site-name.
  • Date last edited: This element will tell your visitor that you keep your pages fresh and living.
  • Title: A general title states the content of the current page.
  • Categories and content: Try to divide your content in a few (4 to 7) categories. Fill each category with about the same amount of information.
  • Copyright message: Usually found at the bottom, this element stresses that you work hard to deliver useful content and that you want to keep it yours.
  • Counter: A hit counter to keep track of your visitors. A must-have if you want to promote your website! Know your audience! There are lots of free hit counters available in the internet on which you can rely upon.

  • Links to other sites: A good way of getting visitors is to exchange links with other webmasters. Put links, logos, and banners of your partner site or other site which have some relation to your site. You can also put links of site which is not relevant to your site also.
  • Graphics: A few well-chosen graphic elements will enhance your page.
  • Link to homepage: If the current page is not your homepage, reserve some space to put a link to the homepage. This will keep your site together.
  • Link to own sites/pages: Do not forget to link between your own pages, even if they handle different subjects!
Elements you can add:-

  • Keyword list: Adding a keyword list, preferably in the first column of the layout table, will help to get you listed in the search engines. Do not forget to perform a thorough keyword research to identify the best keywords! You can add this keywords to the meta tag also.
  • Member entrance: If you want to protect a section of your site (for example, with contact information, a route description, CV), you can "password protect" it with JavaScript or you can create a login system for the users to authenticate themselves before reading the protected contents.
  • Date today: A current date (October 15, 2008), often placed in the top right corner, will establish a feeling of "this site is up-to-date". Of course this does not mean you don't have to update the page often! You can do this using any scripting language. Readymade functions are available to capture the date from the server and print on the webpage.
  • Search this site: If your site grows larger, adding an automatic search feature helps your visitors find what they're looking for. You can use the third party scripts to do this job.
  • Search the web: Many search engines, such as Google, allows you to use their search feature by embedding a search box connected with their engine on your page.
  • Put in favorites: A link can be provided so that visitors can click that link to add the page to their favorites.
  • Email page: You can also include a link which automatically emails the current page to any person’s mail id given by the visitor. By this visitors are encouraged to let other people know that your site contains something of interest for them.
  • Print this page: Especially if you have a content-rich site with a good layout, visitors will like to print your webpage for further reference.
  • Downloadable material: Compose downloadable material and put it on your website. Not only freeware counts, also documents, templates, graphic material, and other stuff people are interested in.
  • News ticker: Service offered by online news agencies. Especially if you can modify the type of messages to your page theme, short news flashes will interest your visitors. There are separate scripts available to do this.
  • Contact information: If you're not afraid of giving away personal information, put your email address at the bottom of each page. Insert something like SPAMREMOVE to avoid being picked up by spammer programs ("email harvesters").
  • Guest book: A guest book allows your visitors to leave a comment about you or your site. Can be pretty (if you get good comments) or nasty (if someone misuses the guest book to call you names or so).
  • Link to us: Explain to your visitors that you are ready to exchange links with them if they want to. This helps build link popularity and direct traffic.
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
That's a really professional guide, you should also post a tutorial about the advanced stuff too like SEO and stuff like that.
 

notex

New Member
Messages
1
Reaction score
0
Points
0
I'm not sure what kind of sites you are talking about, but if it is anything other than a personal website I see a few flaws in your list. I have put a guestbook on a site before, but they tend to look really unprofessional. Mine always got filled up with spam. Any meaningful messages it did get would have been more appropriate in an email because there was no need for them to be public.

Also, when you say "counter" do you actually mean a little box that displays a number at the bottom of the page? Those serve no purpose other than maybe bragging rights. Really that is giving them more credit than they deserve. The count can easily be set as high as the owner wants, so it means nothing. I honestly don't think I have seen a hit counter in the past year. Unless what you are talking about is something like "Google Analytics" (which i recommend), the only place hit counters should be used is on sites like youtube where they show video views.

I hope I didn't come across as a jerk. These are just my opinions on the subject. :cool:
 

arkad

New Member
Messages
32
Reaction score
0
Points
0
Also, when you say "counter" do you actually mean a little box that displays a number at the bottom of the page? Those serve no purpose other than maybe bragging rights. Really that is giving them more credit than they deserve.

I agree with you tat many counters have defeated their own reason for existence .. however I will wipe this off my books for the "must have"s as there are still good use

The most important purpose that I use it is for my own monitoring .. ..
+How many people acutally visit my site ..
+Where are they from
+What links they clicked on to leave
+What are the peak hours
+Which pages are the most popular

Another good feature good ones have are those that actually show how many online users are there at the current moment ..
 

Soki

Banned
Messages
857
Reaction score
1
Points
0
This is is a very nice tutorial. Keeps you in line and helps you from forgetting something. :]
 

grokkorg

New Member
Messages
2
Reaction score
0
Points
0
Short and sweet. Good information. Perhaps you should include something about accessibility: for example, use CSS for layout instead of tables. Reserve using tables for, well, tables. Running the page through the W3C Validator to check for errors is a good idea also. If you do this a few times during the course of development, the errors are easier to find.
 

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
Nice bump! :D

This post has some good information, but I think it's slightly out of date now :/

~Callum
 

slowpoison198777

New Member
Messages
2
Reaction score
0
Points
0
Link to homepage: If the current page is not your homepage, reserve some space to put a link to the homepage. This will keep your site together.

What does this point exactly mean ??:confused::confused::confused:

Any help grately appreciated
 
Top