-
Archives
- January 2012
- September 2011
- May 2011
- April 2011
- September 2010
- May 2010
- April 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- December 2007
- July 2007
- June 2007
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- October 2004
- August 2004
- July 2004
- June 2004
- December 1969
-
Meta
Monthly Archives: May 2009
Essential Tools
Insipired by Scott Hanselman’s blog post on the subject, I’ve decided to compile a lit of the tools I’ve added to my new developer machine. Most of these are producivity enhancements, but some are just for fun. These are just … Continue reading
Fuzzy-Matching of names
Yesterday at work, I had to try to knock together a quick application to parse a database table and pull out records with a matching name. Simple at first glance, but more complex when you think about the common mis-spellings … Continue reading
ASP.NET MVC – Helpers
This is the third in a series of posts about things I found out while learning ASP.NET MVC. Today : Helpers. Helpers are, as their name suggests, helpful things. If, for example, you want to add the current assembly version … Continue reading
Posted in Uncategorized
1 Comment
ASP.NET MVC – Deploying on Win XP
This is the second in a series of posts about things I found out while learning ASP.NET MVC. Today : Setting up your development XP machine to run your site. This is actually quite a simple one, but be warned, … Continue reading
ASP.NET MVC – Preparing for the real world
This is the first in a series of posts about things I found out while learning ASP.NET MVC. Today : adding jQuery support that will work wherever the app is deployed in a directory structure. In order to reference the … Continue reading