Here’s a little batch file line to get your installed programs from your Windows 7 registry. C:\Windows\System32\reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall temp1.txt This needs to be all on one line...
Every once in a while you need to go beyond the Excel feature that screens out duplicate records and single out records with a duplicate field, that contain data...
For the last two days I’ve been looking at options for making a Flash website readable on mobile devices paying particular attention to iOS devices. We all know how...
recently had a problem while using MySql with Hibernate in a Java app. Everyone and his dog had elaborate answers on this issue, including changing your connection pool settings,...
The Higgs Boson Explained from PHD Comics on Vimeo.
Here’s a good article on how to customize the Outlook 2007 Command Bar: http://www.codeproject.com/Articles/58238/Outlook-2007-Add-in-Using-Microsoft-Visual-C-NET Just one problem: It doesn’t work. Or doesn’t seem to. The author forgot to mention...
I have a large set of documents in a small amount of formats (html, pdf) and I have to analyze their content and try and classify them in some...
I bought an ASUS RT-N12 router yesterday and set up a network for my wife’s office. The routher works great, but the instructions that came with it for quick...
I’ve had the hardest time installing Calibre book reader and ebook converter on my Windows 7 64 bit machine with no idea why. It kept erroring out with the...
Here’s an Excel function that takes a military style julian date YYDDD (where the DDD is a three digit day from 0 to 365) and converts it to an...