Ben Griswold on December 11th, 2008

I read a bit of “jQuery in Action” a couple of weeks back.  Actually all I read was the appendix which is aptly titled “JavaScript that you need to know but might not!”  This short chapter very concisely covers JavaScript concepts which should be required learning for all web developers.  If you are an experienced [...]

Continue reading about Required Reading for JavaScript Devs

Ben Griswold on October 22nd, 2008

I’ve recommended .NET podcasts before and it’s time to add a new show to the mix.  This past weekend, I started consuming the backlog of The Thirsty Developer podcast in large quantities and I like it.  I found the majority of the shows to be well-structured, high production quality, informative and entertaining.  But I’ll let [...]

Continue reading about The Thirsty Developer Podcast

Ben Griswold on August 6th, 2008

Last Friday, a fellow coder asked the team for podcast recommendations.  Since I listen to anywhere from 6-10 podcasts a week, I was happy to share what is currently in my top podcast rotation.  It is worth noting that those of us in the .NET community are rather fortunate as there are a number of [...]

Continue reading about .NET Podcast Recommendations

Ben Griswold on July 28th, 2008

For the first time in years, I needed to distribute my application to the end user’s machine via an online download.  To do this effectively and professionally, I, of course, needed an install package.  Over the year, I have used both Wise and InstallShield but they both cost money and I don’t recall them being [...]

Continue reading about Getting Started with Inno Setup

Ben Griswold on July 22nd, 2008

I’ve previously written about managing your Subversion repositories via the TortoiseSVN client.  TortoiseSVN integrates with Windows Explorer and provides a really slick way to do things like view the status of your source code, update your Subversion working copy and commit change. But as slick as it is, TortoiseSVN requires one to bounce between their [...]

Continue reading about Getting Started with AnkhSVN

Ben Griswold on May 31st, 2008

Today I did what I should have done a lot while ago.  I watched the Jedi Coding Demo and installed JetBrain’s ReSharper – The Most Intelligent Add-In To Visual Studio about 30 seconds later. Finally… After launching VS2008, R# 4.0 Beta asked me a couple configuration-preference-type questions and then I completely stomped on my code until [...]

Continue reading about ReSharper 4.0 Beta Makes Me Giggle

Ben Griswold on May 21st, 2008

Today I woke up feeling uneasy about the direction of my current project.  For all intents and purposes, I am taking an existing system which was pieced together by a couple of past developers and extending it. I’m not saying the code I  inherited was a disaster but I am not going to publicly praise [...]

Continue reading about SubSonic and SSMS Tools Pack Saved The Day

Ben Griswold on May 19th, 2008

Resource Refactoring Tool provides developers with a super easy way to extract hard coded strings from your code into resource files. I won’t say this tool has saved me days of time but has certainly saved me hours (especially on those hand-me-down projects which tend to require a good amount of clean up. ) You’ll [...]

Continue reading about Resource Refactoring Tool