Friday, 22 January 2010

HTML - Legends and fieldsets

Here's a nice way to create a simplistic contact form, a lot better than tables, use a legend and a fieldset; then style with CSS

Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it

Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it

If you've used the Microsoft ASP.NET AJAX UpdatePanel control, there's a good chance you've hit the "Sys.WebForms.PageRequestManagerParserErrorException" error.


http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx

Thursday, 21 January 2010

Vertical alignment in DIV

Here is a good article on how vertial alignment works in CSS and how to vertically align elements in DIV tags.