![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
It's in test phase, so any comments will be welcome www.titre.com.ar regards - jm |
#3
| ||||||
| ||||||
|
|
I suppose it looks OK, but there's a couple of things I noticed right away, both have to do with separating presentation from content.. Your styles should be declared in a separate file. |
|
You used tables for layout instead of css (usually with divs). |

|
The validator plug-in for Firefox shows 32 warnings, including things like using <p> for spacing instead of properly defined CSS. |
|
The content is too vertical. You have to scroll down a lot for very little information. |
|
Javascript can also be completely removed from the content (html), but you did a good job since the page loads OK without javascript enabled (I have it off by default). |
|
Just my two cents. |
#4
| |||
| |||
|
|
fred.haab (AT) gxxxxail (DOT) com wrote: I suppose it looks OK, but there's a couple of things I noticed right away, both have to do with separating presentation from content.. Your styles should be declared in a separate file. They are in fact definet through an external css file You used tables for layout instead of css (usually with divs). Yes, I am slowly changing such a kind of crime ![]() The validator plug-in for Firefox shows 32 warnings, including things like using <p> for spacing instead of properly defined CSS. Most of the errors are related to "alt" missing attribute The content is too vertical. You have to scroll down a lot for very little information. That's true. Javascript can also be completely removed from the content (html), but you did a good job since the page loads OK without javascript enabled (I have it off by default). so do you never visit an ajax powered site? I mean, you don't even have a gmail account? Ohhh, I didn't see! You have already a gmail acc.... Or do you turn on javascript specially for a particular site? Just my two cents. Thanks reagards - julian |
#5
| |||
| |||
|
|
fred.haab (AT) gxxxxail (DOT) com wrote: Your styles should be declared in a separate file. They are in fact definet through an external css file |
|
Javascript can also be completely removed from the content (html), but you did a good job since the page loads OK without javascript enabled (I have it off by default). so do you never visit an ajax powered site? I mean, you don't even have a gmail account? Ohhh, I didn't see! You have already a gmail acc.... Or do you turn on javascript specially for a particular site? |
#6
| |||
| |||
|
|
Firefox, among the many other helpful things, has an extension called "NoScript" that has scripts turned off by default, it let's you know when a site has javascript, and gives you the option of enabling for that site (permanently or temporarily). So yes, I have it enabled for google and gmail. Having it disabled avoids the vast majority of unwanted popups. |
#7
| |||
| |||
|
|
AJAX is the work of the devil. Many.many sites will be broken if this trend continues |
#8
| |||
| |||
|
|
Paul Watt wrote: AJAX is the work of the devil. Many.many sites will be broken if this trend continues Are you being serious? Well, you could have your reasons, but I think it's late |
![]() |
| Thread Tools | |
| Display Modes | |
| |