View Single Post
  #3 (permalink)  
Old 07-07-2006, 08:03 PM
KLB KLB is offline
5 Star Member
 
Join Date: Apr 2006
Location: Portland Maine
Posts: 70
Default

To go along with Detooth's comments about how important clean code is, an easy way to "validate" one's code is to use the web browser Firefox with the Webdeveloper extension. This extension adds many great web developer tools to the right mouse click contextual menu including HTML and CSS validation. This can greatly speed the process of finding and correct HTML and/or CSS coding errors that the browser might be ignoring when rendering pages.

An added side benefit with designing webpages that validate to W3C.org's specifications is that valid pages tend to render more consitantly across a wide range of web browsers than does dirty code with lots of HTML validation errors.
__________________
Ken Barbalace
Advertise your site on: EnvironmentalChemistry.com
Reply With Quote