Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

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...

Rough Dia Shapes for 19″ Optical Fibre Patch Panels

Dia the opensource diagramming programming program. Has a lot of shapes. However I always seem to use ones that aren't in the standard or diashapes repository. So I've created a 2 new shapes for myself using the howto here This is a good site for more technical...

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...