Click to See Complete Forum and Search --> : Please have a look at my website
aommaster
06-01-2004, 02:03 AM
Hi there!
Could you please have a look at my webiste, and tell me what can I improve?
Here is the link:
http://www.dragonslair.co.nr
Thanx alot guys!
PeOfEo
06-01-2004, 02:35 AM
http://validator.w3.org/check?verbose=1&uri=http%3A//dragonslair.europe.webmatrixhosting.net/Index2.htm the code is very mangled. Though you are not using tables, you are over using the <p> paragraph element, in places where <div> would be better suited. You make frequent use of a now deprecated align attribute. You are also using a very loose very out dated doc type. Ditch the scrolling text, many user will find that annoying. Also you have a little warning at the top about js, how about you make a non js page, then put a tiny bit of js on it that will redirect the user to the js page, that way if the user supprts js he will be moved. Either that or you could use <noscript>, or even the best solution, just stop using java script for essential stuff, and do functional scripting server side. Keep the js to nonestential aesthetics.
aommaster
06-01-2004, 02:46 AM
WHOA!!! So many things at one time :)
ok, let me get this straight, the html that I am using is very outdated. This is because I am using front page to desgin it, I amn't very good at scripting. :)
The javascript that I am using is used quite a lot in my site, like I said. It won't be easy to change the whole site as there are about 500 pages in it :(
The link that you gave me, will this correct the html?
Thanx alot for your time! Just a little slower, it takes me a litle time to understand complex terms :)
big mistake:
front page use another editor such as namo www.namo.com
the validator won't correct your html but tell you whats wrong with it
namo has a built in validator as well.
use php and an include command, how to use php can be found in the tutorials at www.php.net
good luck:p:)