Bandwidth-gobbling RSS aggregators: foiled!

rss suggest edit

This is great! Rather than wait for all the RSS Aggregators to properly use the If-Modified-Since header, implement it on the server instead via an IP address and User Agent combination. Now your first thought is probably “Wait, that’s not perfect. What about users of internet providers such as AOL which uses a shared pool of IP Addresses?”

Read More

Why You Shouldn't Be Using a Password Of Any Kind

security suggest edit

Robert Hensing, a senior member of Microsoft’s PSS Security Response Team, writes this enlightening post why passwords are so 5 minutes ago.

Read More

Unit Testing is a Poor Example to Demonstrate a Complaint About Methodologies

Although I agree in spirit with most of Joel’s discussion of methodologies and rock star programmers, I’m in a bit of disagreement over the quote from Tamir he posts.

Read More

Soccer And Rain

Soccer Ball Americans often have a low view of soccer players (though that is changing in recent years). They don’t think of the sport as physical as football or even basketball. However from my experience, soccer players are every bit as tough as their counterparts in other sports.

Read More

An Improved Plugin for Using w.bloggar with RSS Bandit

rss suggest edit

Recently I received some kind words from Scott Reynolds regarding my “excellent tutorial” on writing IBlogExtensions for RSS Bandit. Using my tutorial, he wrote a plug-in to send items in RSS Bandit to One Note. (There’s another plug-in that does the same thing here).

Read More

Touched Some Dry Ice Today

personal suggest edit

Ouch that smarts!

Read More

In Toronto Today, Off to New York Tomorrow

work suggest edit

I arrived in Toronto today and am staying at a very nice hotel. It’s called the SoHo Metropolitan and it sure beats the Super 8 I stayed in at Tech Ed 2004 (next door to Adam Kinney and Eric Porter). It’s too bad I’m only here one night as I was hoping to have time to check out the well equipped gym.

Read More

Creating Self Contained NUnit Tests Requiring A Web Server

code suggest edit

This is a fabulous post (did I just say “fabulous”?) on how to create self contained NUnit tests when you need a web server.

Read More

Blogging and Rebuilding Baghdad

personal suggest edit

My neighbor Chris is in Iraq as the #2 guy overseeing rebuilding projects as part of the Army Corp of Engineer. He’ll be over there for several months helping to rebuild the facilities necessary for providing clean drinking water and electricity.

Read More

SQL TIP: Connection To SQL via Windows Authentication over VPN

sql suggest edit

I’m posting this great tip so I can find it later and for your benefit.

Read More

Rating Plug-In for RSS Bandit

rss suggest edit

NOTE: This plug-in is no longer available or supported

Read More

Hi My Name Is Phil And I'm A Blogaholic

I think it’s about time to found a group devoted to helping blogging addicts deal with a new and pervasive addiction. This occurred to me the other day when my wife needed help putting away the dishes and I mumbled something about “Only 86 more entries to go in Scoble’s link blog.”

Read More

The One Note Metaphor for the Tablet PC May Be Too Good

Today was my first day bringing the Tablet PC to work and I immediately put it to good use. I think that the paper pad metaphor that One Note uses may be implemented too well.

Read More

Dave Winer for President?

politics suggest edit

Dave claims that inhaling puts him out of the running for President.

Read More

This Is Patently Out Of Control!

From the Wintellect blog.

Read More

Organizing VS.NET projects and Solutions

Colin asks the question “How do you organize your code?” and then goes on to describe the system in use at his shop.

Read More

Meta Programming Paradigm

code suggest edit

The geeks are abuzz about Sergey Dmitriev’s article on Language oriented progamming and the Meta Programming system. It’s a worthwhile read and may be a harbringer of the future of software development.

Read More

"You have summoned an elemental" The good ol' days of gaming...

C64It was really just a side question of this post on Rory’s blog having nothing to do with the main topic (some blather about Jury duty bla bla bla). For 50 bonus points, the question was what game featured the quote “You have summoned an elemental”?

Read More

ASP.NET Function of the Day: SessionId is "Too Legit to Quit".

aspnet suggest edit

So I was poking around the source code for how ASP.NET initiates session state etc… and noticed this method of the SessionId class. You gotta love the naming of this one. Steve McConnell (via Code Complete) would probably have recommended something like “IsValid” but he has no imagination nor flair.

Read More

Quiz Answer: Watch out for the Eeeevil Thread.Abort.

Yesterday I posted a little quiz with an example of an HttpHandler implemented as an ASHX file.

Read More