So, its been a long time (has it been over a year, really?) since I’ve been to one of the Dayton .NET Developers Group meetings. I got the notification last week about the upcoming meeting, and it reminded me of how much I used to enjoy going to those meetings. So I worked it out with my wife to go to tonight’s meeting.
Now, I have to be completely honest here…the biggest motivator for me in going to the meeting tonight was the fact that they were giving away free copies of Visual Studio 2008. Why was that my primary motivation? Mostly because the topic for the meeting didn’t sound exceptionally exciting: “A lap around Visual Studio 2008″. Oh no…I’ve heard that one before. A bunch of marketing speak about all of the “fabulous” new features of the IDE that make developers lives “easier”. You know the stuff I’m talking about…the designer enhancements, the wizards, the “look-how-much-I-can-do-without-writing-a-single-line-of-code” kind of presentation. Blah blah blah…I’ve heard it all before. And I was right.
Partially.





Today I was trying to figure out a way to apply some functionality to a given set of anchor tags on a web page. Basically, I wanted to be able to add a function to all of the anchor tags on a page that link to an image file. The first thing that came to mind for how to handle this, was 