19 Mar
2008

Hacking around IE6

OK, one think I hate is having specific code just to satisfy the gripes of one particular browser.  Right now that browser is IE 6.  Specifically, IE 6’s (lack) of CSS support. I was trying to have a transparent div that would cover the screen whenever an AJAX transaction was taking too long.  No problem, […]

Read More
17 Feb
2008

Microsoft releases Unity, an IoC library

Here is a bit of interesting news out of Microsoft.  They have released their first IoC container named Unity.  It is out on CodePlex now: http://www.codeplex.com/unity If you are looking for a similar product with a longer lineage, you could look up: StructureMap, Spring.Net, and Castle Windsor.  StructureMap is maintained by Jeremy Miller, who is […]

Read More
14 Feb
2008

Nearly a blogging trifecta

On the front page of DotNetKicks is a nice little article on using source control.  And I hate it.  Not the article itself, it is a nice read actually, very valid. So before you read why I hate it, please check it out. http://blog.lavablast.com/post/2008/02/I2c-for-one2c-welcome-our-new-revision-control-overlords!.aspx OK, lets start with the basics: Source Control is vitally important […]

Read More