In a recent project, I was building out a TreeView control that could be searched and filtered. One of the primary problems was that there was no proper way to hide a TreeNode temporarily. The solution was fairly simple, though, and performed very well. 1. I started by created a new class that extended the base TreeView…
Category: Uncategorized
Napster Bad!
I tried Napster long ago and decided to give it another shot based on a review on another site. Overview: 6 bad marks, 2 good marks BAD: Inconvenience I was looking for a specific album, so I wanted to see if they had it BEFORE I signed up, but they don’t have an easy way…
Experts Exchange Activity
Lately, I’ve been been a bit more active on Experts Exchange. I re-posted my E-mail Delivery blog, as well as three other articles:
3 Steps to Securing Your Web Application
16 Tips to Improve E-mail Delivery
3 Ways to Speed up MySQL
IT 101: A Crash Course in RAM and Hard Drives
6 Steps to Better Web Programming
Version Control – SVN vs. VSS vs. Git
Someone asked a question about version control software on Experts Exchange recently, and my answer turned into potential blog material: Version Control Concepts I’ve used Subversion (SVN), Visual SourceSafe (VSS), and Git. The concepts are all the same, though. Version control basically means that all of your application files are “checked in” to a big…