Accessible UpdatePanel

For those of you who don't know me very well, I'm a big advocate of accessibility for web applications.  Accessibility is so important -- not just because it provides friendly access to applications for those who are disabled, but because the same techniques employed to enable screen-readers to manage web content often work well for al... [More]

Extension Methods in C# 3.0

One of the coolest features of C# 3.0 is Extension Methods.  Basically, an extension method is a static method that can extend a given type (even if that type is closed).  The following extension method adds a .ValidateRegularExpression() method to the String object.  public static bool ValidateRegularExpression(this string vali... [More]

About the author

I'm your host, Brandon Kelly.  I'd like to thank you for taking the time to read some of my thoughts on software develoment, the technology industry and the Florida developer community.

Month List

On My Blog

Recent Comments

Comment RSS