Tags
Academia BDD best practices Bing binsor browsers Castle coding style Context/Specification Development Django Documentation eps exceptions flash geeks Google heroin imagemagick Industry internet java java applets journals languages mocking MonoRail news ocd python ramblings Research rhino Routing Software software development stackoverflow syntax TDD testing thesis threadsafequeue timeout unitofwork windsorArchive
- April 2011
- October 2010
- December 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
- April 2008
- February 2008
- January 2008
- November 2007
- October 2007
Category Archives: Development
Retrospectives and Appreciations
So I had a career milestone today, and I’m more than a little proud. I facilitated (with a great deal of help from the fabulous Olivia Zinn) a retrospective covering what we’ve done since the last CheezCon (CheezCon being the … Continue reading
Posted in Development
1 Comment
First Day at Cheezburger
First day of school. First day living alone. First day living with someone. First days are special. Each person will have many throughout their life, yet each one is unique. Today is my first day working at Cheezburger Network, and … Continue reading
Posted in Development
Leave a comment
Skype Sucks for Business
I was really excited when starting my own small business to be using Skype for my telephony needs. It was really cheap, and I could get a real number and have it direct to my phone or to my computer … Continue reading
Posted in Development
2 Comments
Talking at South Sound .NET User Group
Just a reminder that I’ll be at the South Sound .NET User Group meeting on December 10th, 2009 to talk about MVP in a WinForms desktop application. Everyone talks about all the fancy new WPF stuff, but I’m really excited … Continue reading
Posted in Development
Leave a comment
Testing, Django Client, and HTTP Basic Access Authentication
I was writing a test using the django client against some code that uses http basic authentication. I had to dig for hours to figure this out, so I figured I’d post my solution somewhere. def create_auth_string(username, password): import base64 … Continue reading
Posted in Development
Leave a comment
Select Blocks of Text in Visual Studio
I have often wanted to be able to select blocks of text in Visual Studio like I used to willy nilly in vim, but I didn’t think it was possible… Until Yesterday! All you have to do is hold down … Continue reading
Remote Pairing with Microsoft SharedView
As part of some contract work I’m doing for one of my clients, I am pairing with one of the new developers in the company to bring them up to speed on the code base. I can’t say anything new … Continue reading
Save Time and Money – Remap F1 in Visual Studio
This guy is hardly the first one to say it, but he’s right: if you want to save yourself lots of time, remap Visual Studio’s F1 key away from help. We all know the Visual Studio help system sucks hard, … Continue reading
Bing Me – Redux
So it’s been a 2 weeks since I switched Chrome’s default search engine from Google to Bing, and this is what I’ve got to say. It’s not bad, but there’s nothing there that blows my socks off. The image search … Continue reading
Accidental MVC
So this app I’m writing and maintaining at my day job. It accepts requests over this painful legacy protocol, performs some action based on that request, encodes the result in the same painful legacy protocol, and returns it to the … Continue reading
Posted in Development
Leave a comment