For some unknown reason, I fell in love with Unit Testing after first reading about it a few years ago. I think it’s the concept of trying to break another developer’s code, trying to out think another developer, and trying to find holes in their implementation that intrigues me. I haven’t written as many Unit [...]
Archive for November, 2007
Simple Introduction to Unit Testing
Posted in .NET, Programming, Technology, Unit Testing, tagged .NET, MbUnit, Programming, Technology, TestDriven.NET, Unit Testing on November 29, 2007 | 2 Comments »
Are you in the 80% or the 20% of programmers?
Posted in Programming, Technology, tagged Programming, Software Engineering, Technology on November 27, 2007 | Leave a Comment »
Jeff Atwood of Coding Horror writes an interesting article worth mentioning and reading by any programmers out there. He points out that there’s only two types of programmers.
Jeff’s article is based on Ben Collins-Sussman’s article written about a week earlier. Ben writes:
The 20% folks are what many would call “alpha” programmers — the leaders, [...]
I’m glad it has a name…
Posted in Humor, Programming, Technology, tagged Agile, Humor, Programming, Software Engineering, Technology on November 27, 2007 | Leave a Comment »
This morning’s Dilbert cartoon had me rolling. The pointy-hair boss commands Dilbert’s team to start using Agile programming. In the boss’s description, he states that Agile programming means “no more planning and no more documentation.” The boss goes on saying that the programmers can “start writing code and complaining.”
View Dilbert Cartoon
My Related Posts: Humor, Technology, [...]
Free HD content
Posted in Entertainment, Technology, tagged Entertainment, HDTV, Technology, XBOX on November 21, 2007 | 1 Comment »
After recently purchasing my HDTV, I found that my cable provider sends the local channels (ABC, NBC, CBS, PBS, CW/WB) over the cable for free. If I had a antenna set up, then I could get HD free from the signal feed, but it’s nice to get something for free. These HD feeds are called [...]
Debugging assembly loading within a unit test project
Posted in .NET, Programming, Software, Technology, Unit Testing, tagged .NET, MbUnit, Programming, Software, SubSonic, Technology, Unit Testing on November 19, 2007 | 2 Comments »
I reorganized one of my projects and discovered that my MbUnit tests no longer worked. The error stated that one of the assemblies could not be loaded, but it worked fine before I removed and added the project to another solution. The assembly in question was the SubSonic assembly.
This took me a little while to [...]
Beowulf: IMAX 3D Experience (Movie Review)
Posted in Entertainment, Movies and Films, tagged 3D, Beowulf, Entertainment, IMAX, Movies and Films, Personal on November 18, 2007 | 3 Comments »
Best movie evar…
IMAX 3D…
I wasn’t too familiar with the Beowulf story, but I knew a little about it before seeing this movie. I had wanted to see the movie based on the previews, but I had never seen a IMAX 3D movie before. Sure, I’d seen a few IMAX movies and a few 3D [...]
Jim 2.0 goes high-def
Posted in Entertainment, Gaming, Technology, tagged Entertainment, Gaming, HDDVD, HDTV, Life, Personal, Technology, XBOX on November 18, 2007 | Leave a Comment »
It’s been a while since my last post and that’s mostly due to a few new distractions including a new TV and console. I’ve upgraded my living room to include:
Sony Bravia 46″ LCD KDL-46W3000
XBOX 360 Elite with:
HD-DVD player with universal media remote
Marvel Ultimate Alliance (included with console)
Forza Motorsport 2 (included with [...]
ASP.NET AJAX Rich Text Editor
Posted in .NET, Programming, Technology, tagged .NET, AJAX, ASP.NET, Programming, Technology on November 14, 2007 | Leave a Comment »
I’ve been looking for a nice ASP.NET AJAX text editor control for a little while now. There’s quite a few JavaScript based controls and AJAX controls using other AJAX libraries, but I’ve been trying to keep my projects to a single AJAX library.
The author, Kannan Sundararajan, posted the source code over at CodePlex. His friend [...]
Spider-Man 3: The battle within (Movie Review)
Posted in Comics, Entertainment, Movies and Films, tagged 80s, Bruce Campbell, Entertainment, Life, Movies and Films, Personal on November 7, 2007 | Leave a Comment »
As you may have noticed with my last movie review, I’m a bit behind on watching movies. I’m just now getting around to watching Spider-Man 3 on DVD.
Growing up, Spider-Man was never one of my favorite superheroes. I always thought that Peter Parker was too whiny in the comics and so far I think they’ve [...]
Saving and truncating values to fit with SubSonic
Posted in .NET, Database, Programming, Technology, tagged .NET, C#, Database, ORM, Programming, SubSonic, Technology on November 6, 2007 | 1 Comment »
For one of my applications that I’m working on, I have two different data sources where one needs to push data to the other. However, since both data sources were not designed for this, there’s a few destination fields that are shorter than the source fields.
To resolve this, I needed to truncate any values to [...]