Archive for February, 2008
Accessibility tools
There are several free tools and even a Visual Studio internal tool available to check your web pages against the accessibility standards set by the Access Board Section 508 standards and the Web Content Accessibility Guidelines Priority 1 and 2.
The first places to go for HTML and CSS validation are both from the World Wide [...]
ViewState Persistance
Using ViewState is an amazingly easy way to persist state, but it does quickly add weight to a page, especially when a developer is already using Gridview or has a number of server controls on the page. Of course, with more and more users moving to broadband connections, the weight issue falls away. ViewState appears [...]
