James McDonald

jQuery Version Shuffle

Today I tried to run the following javascript using jQuery 1.4.2 on IE8 under Windows XP Pro SP3: // returns 'pallet' tabname var tab = get_tab(); // returns 'pallet-item' text input field var target_field = get_target_field(tab); // works in firefox and chrome but...

Going Virtual with VMWare and Dell – Part 1

In the Beginning I have been employed in my current role since 2004. When I started, there was a generic PC running Netware 3.11 Server the files on which were soon transfered over to SBS2003 running on a noname server with IDE disks. Within a year I had imaged and...

Notes on The Magic of Part-Time by Jim Rohn

A lot of the Jim Rohn video's on youtube are 1-7minute sound bites but this one over an hour. Here are some notes I made on the the "The Magic of Part-Time by Jim Rohn" Correct the errors of the past and pick up new disciplines for the future. 1. Law of averages...

Wakanda HTML 5 Javascript Framework

Another entry to add to my HTML 5 Framework List is Wakanda. My frustration with jQuery UI is that you have to hand code the pages. Wakanda appears to have an IDE that allows drag and drop of widgets onto a canvas and the configuration of datasources and classes that...

BitTorrent Browser Toolbar Removal Triathlon

BitTorrent.com's BitTorrent client installs a browser toolbar in Google Chrome, Internet Explorer & Mozilla Firefox. There isn't an opt-out option to stop the toolbar installation when installing Bittorrent so you need to uninstall the toolbars after installation. To...

Re-order PDF’s using pdftk

I have 2 pdf files scan0126.pdf and scan0125r2.pdf and I need to combine them however page scan0126.pdf contains page 1 and 3 of the combined document and scan0125r2.pdf contains page 2. Re-order selected pages from multiple PDF documents into a new combined PDF pdftk...

TortoiseSVN – Moving multiple versioned files

I feel silly I've been right clicking and choosing rename... from the TortoiseSVN context menu and manually renaming files to move them into other directories. But... you can do a right click drag and drop which gives you a context menu with Subversion options. Very...