Posts Tagged with "Coding"

Easy Way Detect Changes On The Clipboard With Windows API

Wednesday, August 5, 2009

View Comments

A recent Windows Forms project required that I copy data from a grid and an associated object with each cell copied. This allows a user to paste the data in the same grid but in a different set of cells. My problem came when a user would copy data from an external application like Excel, and [...]

Continue reading...

Today I Learned About WordPress Category Templates

Tuesday, June 16, 2009

View Comments

Today I learned about category templates in WordPress. There is a simple, yet rarely used feature, that allows you to display content based on a specific category. For example, if you have 10 categories, with ID’s 1-10, and you want to show your visitors something different for each of these 10 categories, you can create [...]

Continue reading...