Menu

Programming

The Mystery of the broken script
For quite some time I’ve been wrestling with a mysterious issue. You see, I have several COM components. COM, is, to be usable from the various [...]
VB6, VB.NET, RealBasic… or, “why the hell can’t we just get along?”
I’ve been reading a blog- specifically, Addressof. I could ramble on for hours about various things he has said- bit it would be just nitpicks about [...]
How 2012 type crap starts
for the last little while, people with fewer brain cells then a Pygmy chimpanzee’s middle finger have been going on and on about how the “world [...]
Metrics: they simply don’t work.
Companies and businesses want to prosper. At the core, being a successful business means that you make a sizable revenue; But, when those start to falter, [...]
rooting for the ROT- or not.
A few minutes ago I posted a small Visual Basic 6 class module that could be used to register an applications objects in something called the [...]
Variables have rights!
I bring forth to you all an important cause. Ever since the inception of programming, we have used things called Variables. they store our data, they help [...]
TTMT: Teenagers with To Much Time.
The scourge of the internet, really. Personally, I call them script kiddies. Essentially; they use other peoples scripts to “DoS” a website. A [...]
A final test…
Lately, I’ve heard a lot of talk about “Registry Boosters” and “PC speeder upper’s” and fix-it programs. They make big [...]
windows x64 file/registry redirection
When first encountering a x64 based system running windows, one of the first questions posed is often, “what is C:\program files (x86)?” The [...]
Triple-Clicks revisited: implementing N-Clicks
In my previous entry, I discussed and provided code that would allow for the detection of Triple-Clicks on a window. By extending the provided [...]