Click to See Complete Forum and Search --> : Website Review


Oddball
05-04-2004, 02:12 PM
Could you give me pointers on how to improve this?

http://www.68westburysquadron.tk/

I would be V. Grateful.

Oddball

soccer362001
05-04-2004, 04:23 PM
The best way to improve it would be to get rid of the frames.

Sam
05-04-2004, 05:32 PM
the frames are a result of the dot TK domain... There's not much s/he can do about that without purchacing a real host.

soccer362001
05-04-2004, 06:09 PM
Oops should have looked at it in IE.

Ben Rogers
05-04-2004, 07:08 PM
First of all, all of your images should have the alt attribute. What if someone came along, with images disabled? They would like to know what your images are. Secondly, it would be wise to use valid HTML, preferably XHTML 1.1. For this, you first need a doctype (http://www.alistapart.com/articles/doctype/). Then you need to validate your code, making sure it's well formed, semantic, and written correctly. I haven't delved into your code yet, but I can tell it's not semantic. One part of a site beiing semantic involves tags being used for their intended purposes. Tables were meant to display data, not to show your layout. You should seperate structure and presentation, by using CSS for layoyut, fonts, looks, etc., etc.
Well, that's all I feel like ranting on for right now, but it is a big job to make the changes I've mentioned.