The Wubbulous World of Jerry Waller

Icon

Am I Calvin, or Hobbes?

Snow Leopard has a Built-in Cisco VPN Client

Now that’s a nice surprise to find hiding under the hood.

System Preferences –> Network –> Add (+). Under the Interface dropdown menu select VPN.  Choose your type (Cisco isn’t the only option), enter your credentials, and Bob’s your uncle.

Filed under: Tips n' Tricks, mobile tech, security, tech

Video: Build a free SSL VPN on Linux or Windows

Filed under: Further Reading, Privacy, Tips n' Tricks, security

Blackberry duplicate calendar entries? Got Facebook 1.5 on your device?

The Facebook 1.5 app created a problem of duplicate calendar entries on my Blackberry.  I thought deleting the application would fix it (I don’t really use Facebook much anyway), and at first it seemed like it did.  But then more duplicate entries appeared.  When I examined them in detail, they would show up as Facebook calendar entries.  The link in the title shows what worked for me, post Facebook deletion:

If you want to totally delete the Facebook calendar then go into Options -> Advanced -> Service Books and delete Facebook [ICAL]

Many thanks to Crackberry forums user TheStoffer for this solution, for it seems to be working.

Filed under: Gadgets, Tips n' Tricks, blackberry, mobile tech

Textbox Focus with Greasemonkey and Javascript

I use IMDB at work a lot, and finally got tired of having to manually click the search box every time I went back to that tab to perform a query. So with a little searching and tweaking, I came up with a Greasemonkey script that not only gives focus to the main search box, but returns focus to it when I hit the ESC key.  Here’s the code for those interested:

function focusFirst() {
	document.getElementsByTagName('input')[0].focus();
}
function focusKey(ev) {
    if (ev.keyCode == 27)
    // 27 is the keycode for esc
    focusFirst();
}
document.addEventListener("keyup", focusKey, false);
window.addEventListener('load', focusFirst, false);

I’m sure it can be done differently, and more efficiently, so constructive criticism is welcome.

Filed under: Tips n' Tricks , , , ,

unconventional cameraphone usage

Interesting Uses of Camera Mobile Phones

Although I have to ask, what on earth would be considered “digital shoplifting?”  Is it when someone takes pictures of book or magazine content?

Filed under: Mobility, Tips n' Tricks

Cataloging your own home library?

Filed under: Further Reading, Tips n' Tricks

Oh, the GPS anticipation!

Cool Tool: GPS & Google Earth Solution

I found this over at Lifehacker.

Filed under: Mobility, Tips n' Tricks

For My Next Job Interview

Filed under: Tips n' Tricks

Because Free is Good.

Filed under: Tips n' Tricks

Now this is a good idea.

Put your insert key to work – Lifehacker

Reprogramming your Insert key to copy and append information to the clipboard.  What other hacks similar in spirit to this exist out there?

Filed under: Tips n' Tricks

Quick thoughts

Hmmm...