James McDonald

Access

Blog History

Unmystify TLA’s with the abbr HTML Tag

Just discovered the <abbr> HTML tag a nifty way of inlining your abbreviation explanations. It allows you to unmystify TLA's with the abbr HTML Tag. You need to hover over the TLA to get the abbreviation. On my blog the abbr tag doesn't change the text colour to...

read more

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

read more