Category Archives: work

Infecting a team with Agile: Part 3: Educating Management

In part 2 of the series we reviewed some ways to bring an inexperienced development team up to speed on some of the core concepts and fundamentals of agile. This week we will talk about the same topic but with a different target audience. Management. Now a good friend of mine, and colleague that I learned [...]
Also posted in agile, agile-series | Leave a comment

Infecting a team with agile “Part 2″ – Education

In part one of the series I covered some of the preparation I had to go through to start on the journey of getting my new team infected with agile. Things have been going ok, there are some improvements to some of the tools I would like to see, but hey that’s the point right? If it doesn’t [...]
Also posted in agile-series | Leave a comment

Infecting a team with Agile: Part 1 – Preparation

One of the core tenants of agile is: “Individuals and interactions over processes and tools” But anyone that has done any work in an agile shop knows that to achieve many of the goals of agile you need to have certain types of tools in place to facilitate the process.  This past week I have been preparing [...]
Also posted in agile, agile-series, richmondday | 3 Comments

Infecting a team with agile

Part of what I’m doing at my job is getting the development practices we use internally up to date.  Previous to my current job i worked at a company that went through adopting agile as it’s primary development practice.  The result was a fantastic working environment and that is my goal here, to create a [...]
Also posted in agile, agile-series, richmondday | Leave a comment

Connecting to different database on the fly using Subsonic 2.x

Recently I started working on a project at work that requires me to connect to more then a single database at a time (different parts of the app connecting to different databases at the same time). I figured this should be pretty straight forward, Subsonic is relatively mature and should probably support this out [...]
Also posted in development, programming | 1 Comment

subsonic won’t update my bit field?

I recently ran into a really strange problem while using SubSonic.  I had a bit column in my database that was set to not allow nulls and had a default value of false.  Pretty standard stuff in the world of database design I guess. When it came time to start saving my entities to the database, [...]
Also posted in Code, SubSonic, programming | Leave a comment

xcopy won’t copy .css files

I use xcopy as part of a build script to copy a bunch of files and directories from a subversion checkout directory to another directory so that I can zip them and upload them to a server. I have an exclude file that I use to tell xcopy to ignore files like the obj directory and [...]
Also posted in agile, programming | Leave a comment

If your gonna fuck up, do it early

I’ve worked in the online industry for the last 12 years or so, one thing above all else I’ve learned in my time in this industry You are going to fuck it up Now I use the phrase “fuck it up” in place of fail for effect, for impact, ya know if this was a power point [...]
Also posted in agile, development, programming | Leave a comment

Building new features makes sense!

But spending an insane amount of time upfront without ever having tested or planning said feature doesn’t make sense at all. If you are going to spend time working on new features, don’t spend time on planning what you think might work. Build something quickly and let your users decide on how it should work. You [...]
Also posted in programming | Tagged , , | Leave a comment

ASP Menu controls aren’t rendering correctly in google chrome

“ASP Menu controls aren’t rendering correctly in google chrome” I did a search for this exact phrase about a month ago to solve a quirky problem that I encountered while using the built in asp:menu control that was introduced with version 2.0 of the framework. I could go into a long explanation of how difficult it was [...]
Also posted in c#, development, personal, programming | Leave a comment