|
03/31/2008 07:18 AM
|
|
IMHO, DIY OCR is NP
|
I always have a need here or there for some quick and easy OCR work. I used to use a combination of djpeg.exe and gocr.exe to handle my occasional conversion of text from images to text.
There are now a lot more newer programs out there that are a lot easier that those two files and [...]
|
|
01/31/2008 07:00 AM
|
|
Debugging Javascript
|
I have always used Firebug (a firefox extension) to debug my javascript applications. However, it appears that the Dojo 1.0.x libraries load javascript via AJAX mechanisms. Firebug does not support the debugging of JavaScript that is loaded via AJAX.
Luckily there is a workaround. There is another firefox extension by the name of fireclipse that [...]
|
|
01/04/2008 02:14 PM
|
|
Remote Debugging with PHP
|
A few years ago I found a way to do remote debugging with Komodo and XDebug. However, my latest efforts to repeat that have been futile.
I decided to go down a different route this time and try it with EasyEclipse for PHP. NOTE: for this entry I am using WAMP5 on my local [...]
|
|
01/04/2008 09:55 AM
|
|
Get Bigger: Expanding your VMWare Hard Drive
|
I recently needed to expand the main drive that one of my Virtual Machines was using. I didn’t find any built in menu options that allowed this, but I did find that VMWare has an external utility that does this for you.
Information on the Virtual Disk Manager can be found on their website at:
WMWare Virtual [...]
|
|
12/28/2007 05:39 AM
|
|
Simple CLI Batch File for Handbrake
|
I currently have a Palm Treo that I use for everything in my life. One of its many uses is to watch TV series while I exercise.
Of course, to be legal, I buy the DVD set of a TV series off of ebay or Amazon.com. Then comes the problem of ripping them to [...]
|
|
12/20/2007 08:16 AM
|
|
GMAIL Searches: Where did I put that email?
|
Gmail has recently improved the way in which you can search for your email messages. With the various search operators and terms you are bound to quickly and easily find exactly the email message you are searching for.
Here are some of the commands I use:
from:
from: mindy {finds all messages from mindy}
to:
cc:
bcc:
to: jack@wishtips.com {finds all messages [...]
|
|
12/18/2007 05:23 AM
|
|
Shell Improvements for Windows
|
I recently came across details regarding the future command shell for Windows starting with Windows Server 2008. This long overdue shell replacement is being made available as a download for Windows XP and Vista.
More Information on the shell can be had on this Power Shell link.
You can download the shell from the Shell [...]
|
|
10/01/2007 01:23 PM
|
|
Do you need an Upgrade?
|
I recently was trying to work out a problem wherein I was supposed to determine the version of a directory of MSI files. The catch was that I needed to do so on the command line rather than with fancy gui MSI tools.
After searching for over a day for a good tool, I decided [...]
|
|
09/12/2007 02:33 PM
|
|
Who said I should share?
|
There are times when I am working with windows that I want to lock down the workstation in such a manner that I do not want to have any file sharing enabled.
Recently I heard of a way to disable simple file sharing from the registry. Of course, you try this at your own risk!
Simply [...]
|
|
06/28/2007 08:51 AM
|
|
Being Fickle with Directories - pushd & popd
|
Ever get in a Linux directory and realize that you like this directory, but you need to take a quick little fling in a different one? Your current directory can’t give you what you need at that moment, but you know you want to come right back to it when you are done.
Well, throw [...]
|