Monthly Archives: January 2008

Biker Or Not?

I started a profile on BikerOrNot.com.  Check it out! I plan on using that site to plan some rides with people.  If you ride, sign up and add me as a friend.  We’ll hook up and do some rides together.

Posted in Social Networking | Tagged | Leave a comment

Recursively populating a TreeView controls TreeNode collection

Every now and then you come across a scenario where a Treeview control is the best solution for presenting a hierarchical view of data.  How do you populate the tree?  A recursive routine is what you are looking for perhaps … Continue reading

Posted in Web Development Tips | Tagged , , , , | Leave a comment

Format your Sql

Having nicely formatted SQL sure makes things easier to read when you come back to it. I found a site that allows the ability to format your Sql. I'm still looking for something to format my Sql for Sql Server. … Continue reading

Posted in Web Development Tips | Tagged , | Leave a comment

Serving Images on the Web – Correction for Dino’s article

Hmm, the magazine editor seemed to have left some code out of the February post of ASP.Net Pro.  In Dino Esposito’s article  on how to serve up images on the web and with watermarks as well, the editor must have … Continue reading

Posted in Web Development Tips | Tagged , , | Leave a comment

Sorting Generic.List Items

Great example of sorting a Generic.List collection of objects can be found here. For future reference for myself, here is a class that can be reused in future projects whenever I need to sort a collection of custom objects: /// … Continue reading

Posted in Web Development Tips | Tagged , | 2 Comments

Top 10 Reasons to Avoid Dell Support

I recently made a call to Dell support for help with an Inspiron system I purchased from them just about 6 months ago. Just last night I found my system frozen, so I simply rebooted the system. My system rebooted … Continue reading

Posted in Random Thoughts | Tagged | Leave a comment

How to use solutions and projects across VS 2005 and 2008

DJPark has written a great article on transferring and sharing Visual Studio projects between 2005 and 2008.  I didn’t have time to read through the entire post yet, but I’m sure I’m going to need to eventually. To quote: The … Continue reading

Posted in Web Development Tips | Tagged , | Leave a comment