Author Archives: Bruce

Getting the mail is now just depressing

On Saturday, August 16th, 2014 I had to take my best friend of almost 14 years to be euthanized. She had suffered from arthritis in her hind legs for years, and that had caused me to stop taking her for … Continue reading

Posted in Personal | Comments Off on Getting the mail is now just depressing

Printing the contents of a div (or other element)

Today I worked on printing the contents of a <div> tag. The first solution I found was to use java script to open a new window, write the contents of the <div> to it and use the window.print() function. It … Continue reading

Posted in Programming | Comments Off on Printing the contents of a div (or other element)

Limit a TextBox to Numeric Entry Only in VB6

I am surprised at how often I still see this question asked, and the answer almost always involves using the KeyUp, or KeyDown event and programmatically canceling the keystroke if the key pressed was not numeric. I don’t like doing it … Continue reading

Posted in Programming | Tagged , , | Comments Off on Limit a TextBox to Numeric Entry Only in VB6

My Political Opinion 2012

We are two days from the 2012 presidential election and I feel the need to post my opinion. I am in what is colloquially termed, mid-life. When I first began my voting career at 18 I was mostly middle of … Continue reading

Posted in Soapbox | Comments Off on My Political Opinion 2012