December 2007 - Posts

Protect Your Inbox - Two Spam Management Tools

This is the second-edition of a post I made a long time ago on a different blog.  I'm posting it because of a post made by Eric Bowden about his new approach to personal email management....

Read the rest at: http://www.timbarcz.com/blog/2007/12/19/ProtectYourInboxTwoSpamManagementTools.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

What Makes A Post Great - AideRSS Analyzes Blogs For Quality

Scott Hanselmen posted this morning about aideRSS.  I decided to run aideRSS over my blog to see what would the results would be.  Apparently I have only one "Great Post"...

Read the rest at: http://www.timbarcz.com/blog/2007/12/19/WhatMakesAPostGreatAideRSSAnalyzesBlogsForQuality.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

Linux - A Desktop System It Is Not

Recently I was at lunch who two fellow developers.  The discussion focused on various technologies and the future of technology as it seemingly always does when a group of nerds gather.  The discussion somehow meandered it's way to Linux, where I admitted that I didn't understand or get it...

Read the rest at: http://www.timbarcz.com/blog/2007/12/18/LinuxADesktopSystemItIsNot.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

The Cahier Moleskine and Practical Note Taking

I've used a Moleskine Ruled Notebook for a little over a year.  In it, I keep track of blog ideas, meeting notes, phone numbers, to-do items, and...

Read the rest at: http://www.timbarcz.com/blog/2007/12/17/TheCahierMoleskineAndPracticalNoteTaking.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

Visual Basic Try/Catch Oddities

I'm reacquainting myself with Visual Basic.  However at this point I'm seeing some strange behavior...

Read the rest at: http://www.timbarcz.com/blog/2007/12/15/VisualBasicTryCatchOddities.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

There's No Such Thing As A Prototype

Has this ever happened to you?  You been asked to put together something quickly to demonstrate some functionality and it somehow has ended up in production?  I have, and for that reason, I believe there is no such thing as a prototype.

When I'm asked to see if something is possible, I, being a good pragmatic programmer, run off to implement a quick prototype...

Read the rest at: http://www.timbarcz.com/blog/2007/12/14/TheresNoSuchThingAsAPrototype.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

Debugging .Net Applications with WinDBG

Programming languages these days do their best from keeping you from doing something stupid.  We have compile time checking, "managed" code, and garbage collection.  We've been led to believe that if you just write the code, in any fashion that meets the requirements of the project, that any missteps you may take in code will be corrected....

Read the rest at: http://www.timbarcz.com/blog/2007/12/12/DebuggingNetApplicationsWithWinDBG.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

A Good Reason To Code Review

Who ever thought this was a good idea?  It feels wrong on so many levels.

Dim enableRegistration As Boolean = CBool(IIf(CBool(DataBinder.Eval(e.Item.DataItem, "IsOnlineRegistration")), IIf(CInt(DataBinder.Eval(e.Item.DataItem, "EventSize")) = 0 Or CInt(DataBinder.Eval(e.Item.DataItem, "EventSize")) = -1 Or (CInt(DataBinder.Eval(e.Item.DataItem, "EventSize")) - CInt(DataBinder.Eval(e.Item.DataItem, "Registrants"))) > 0, True, False), False))

And since we code review like the mafia, put the poor soul out of his misery .

Original Article: http://www.timbarcz.com/blog/2007/12/05/AGoodReasonToCodeReview.aspx

(For other code snippets you'd never want to use, update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

Nant Setup for Visual Studio 2008 and .net 3.5

Yesterday I posted about an issue I was having with Nant and Visual Studio 2008.  The solution I found from Jeffrey Palermo ultimately only got me so far.  First, let me say that ....

Read the rest at: http://www.timbarcz.com/blog/2007/12/05/NantSetupForVisualStudio2008AndNet35.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments

Visual Studio 2008 with Nant/MSBuild Issue

I'm having a problem with my nant script which uses the Nant.Contrib library in order to build using a solution file.  The error currently reads, "MSBuild can only read solution files between versions 7.0 and 9.0 inclusive."

Read the rest at: http://www.timbarcz.com/blog/2007/12/04/VisualStudio2008WithNantMSBuildIssue.aspx

(Update your feed readers to point to new address http://www.timbarcz.com/blog/)

with 0 Comments