OT:
Quote:
Originally Posted by visio
(...) I've noticed that sites designed in Portugal or Italy, majority are quite a load of rubbish (...)
|
I take offense on the above statement. Please keep any subjective and offensive remarks based on unverified or non existent data to yourself.
And I must add I miss the point of replicating here the whole source of the page.
-----
Back on topic:
1-Major problem:
Using form INPUT elements for navigation - stick to the rules: use HYPERLINKS for your links. It's called HTML for some reason. If you try to reinvent the wheel, at least don't invent a square one.
2-Major bummer:
DNS quirks already mentioned.
3-Major annoyance:
Looks like in MSland, every page is named "Default"... You might as well name all your images "untitled1.jpg", "untitled2.jpg",...
You should try to make every piece of information meaningful.
4-Minor annoyances:
White space before doctype declaration + no explicit document encoding.
I also suggest you'd put all the js in external files instead of embedding it.