Guy Harwood
UK based developer
-
Toggle items in a CheckBoxList using jQuery
Just a little snippet of jQuery that i find useful for toggling selection of items in an asp.net CheckBoxList control.
-
ColorPic - nice free tool for developers
I had to get stuck in to some re-styling of a gridview today and found myself constantly firing up Fireworks and using the Color Palette to tweak the shade and get the hex code (yuck!), after using Colorzilla to extract it from the page i was working on.
-
SEO Manager for ASP.NET - manage your meta tag and sitemap generation from one place
When asp.net 2 arrived i was very pleased to see full support included for accessing the head section of a page programmatically. This meant i could now access and add all the meta tag information dynamically. Recently i started looking into dynamic sitemap generation and picked up a wealth of good tips from Cristian Darie and Jaimie Sirovichs' excellent book on SEO for Asp.Net - including a basic implementation of a sitemap http handler.
-
Dispose your DataContext After use
This is my first blog post on here, so Hello from me.