toicontien
08-01-2003, 11:07 AM
I recently redesigned www.cm-life.com, the online edition of Central Michigan University's student newspaper, using XHTML 1 Trans. and a CSS layout (no tables). Things seem to be working fine on the major browsers. Now I'm just looking for any kind of critisism: on design, markup, the CSS used, accessibility, anything.
There are a few problems right off the bat:
1. Pages do not validate as XHTML 1 Trans because the validator chokes on function calls in the href attribute of anchor tags. It seems to think these function calls to server-side scripts are embedded scripts on the HTML page of some sort. Has anyone else run into this problem (see the web site and view the source code to see what I'm talking about).
2. The second reason pages do not validate is because some "legacy" javascript is used to dynamically write ad banners to our site. I'm reluctant to change this code as I didn't write it, the code may be compensating for older browsers, and I'm not sure I can legally edit it because of the advertising agreement we have with our hosting company.
If you really care, some other features on the site:
* Total CSS layout, works on all browsers (so far at least).
* Print style sheets written for article pages.
* I plan on writing style sheets for aural browsers and handheld devices.
Some other sites to compare
Our web site is a part of the Digital Partners Network (www.digitalpartners.com), which gave us a content management system and ad system for us to work with. Other sites hosted by the same company are below:
http://www.michigandaily.com/
http://www.westernherald.com/
http://www.dailyemerald.com/
http://www.dailypennsylvanian.com/
Also please visit a related thread I created:
http://forums.webdeveloper.com/showthread.php?s=&threadid=14461
There are a few problems right off the bat:
1. Pages do not validate as XHTML 1 Trans because the validator chokes on function calls in the href attribute of anchor tags. It seems to think these function calls to server-side scripts are embedded scripts on the HTML page of some sort. Has anyone else run into this problem (see the web site and view the source code to see what I'm talking about).
2. The second reason pages do not validate is because some "legacy" javascript is used to dynamically write ad banners to our site. I'm reluctant to change this code as I didn't write it, the code may be compensating for older browsers, and I'm not sure I can legally edit it because of the advertising agreement we have with our hosting company.
If you really care, some other features on the site:
* Total CSS layout, works on all browsers (so far at least).
* Print style sheets written for article pages.
* I plan on writing style sheets for aural browsers and handheld devices.
Some other sites to compare
Our web site is a part of the Digital Partners Network (www.digitalpartners.com), which gave us a content management system and ad system for us to work with. Other sites hosted by the same company are below:
http://www.michigandaily.com/
http://www.westernherald.com/
http://www.dailyemerald.com/
http://www.dailypennsylvanian.com/
Also please visit a related thread I created:
http://forums.webdeveloper.com/showthread.php?s=&threadid=14461