Oct 26

Thanks for deleting that file, msims32.dll, you thought you didn’t need. That really made me happy when my PC wouldn’t boot. Oh, and thanks again for allowing me to enter a DOS prompt after creating a Vista Recovery Disk. It really made it easier to restore the file that you thought you didn’t need.

Oct 19

If you like John Lajoie you will probalbly laugh at his latest video.

Oct 04

Since the WebOS 1.2 update I am now required to enter a PIN every time I access my phone. It’s a policy pushed by my work because I have my phone connected to their exchange server. Good thing WebOS is Javascript!

Change
setup: function() {
try {
Mojo.Log.info(“Phone App – Pin Assistant — Setup Called”);
this.controller.document.body.className = “firstuse”;
this.setupHandlers();

TO

setup: function() {
this.unlock(); return;

}

Tada! No more annoying PIN.

preload preload preload