9 Feb
2009

Use JQuery to clean up ASP.NET Web Forms markup

If you’ve done any serious Web Forms development you have almost definitely run into issues with the HTML that is generated. There’s a bunch of options for cleaning this up but one of the simplest is to use JQuery (or I suppose even pure JS if you are a masochist) to remove the offending elements […]

Read More
4 Jan
2009

SQL Window Clause

Category:UncategorizedTag: :

Hi it’s Jason again. I enjoyed writing my last post on SQL pivot so much that today I thought that I would explore another rarely used feature of this ubiquitous query language – the window clause. As before I am using SQL Anywhere 10 but the same technique will work with several modern databases such […]

Read More
31 Dec
2008

Three Times the Fun

Category:General PostTag: , :

Jason again. Over the past week, while most people have been enjoying some hard earned time off, I’ve been working…a lot. Joining me in my efforts have been fellow Elegant Coder Chris and Priyesh. The nature of the projects that we undertake here can make it difficult to apply some key development principles. A particularly […]

Read More
12 Dec
2008

SQL Pivot

Category:UncategorizedTag: :2 Comments on SQL Pivot

This is Jason who is continuing to masquerade as a guest. I’m going to let you into a dirty little secret…I’ve written a lot of SQL during my career. This admission almost sounds like heresay in these days of DDD, BDD etc. but it’s still an incredibly useful skill to have. Anyway a lot of […]

Read More