|
Moving on |
||||||||
In a similar vein to Matt Gifford's recent blog post on 'Moving on' (read more here: http://www.mattgifford.co.uk/moving-on) I have the pleasure of announcing that I'm off to pastures new.
I'd like to thank my current employer TDA, a marketing agency in Cheltenham, for the opportunities working with them as afforded me. It has been a really interesting and diverse period of my career and I've been exposed to some really prominent UK brands, covering a wide range of technologies and market sectors.
Going forward I am extremely happy to have accepted a role at Vodafone as a Technical Architect. I'm really looking forward to working with such a recognised brand, and it's a really exciting prospect working for such a technology focussed company, with like minded individuals.
So to wrap up, 'Thanks to the old, and here's to the new'.
|
Using JQuery to check Radio button selections |
||||||||
Ever wanted to check if a user has checked at least one option from a series of radio fields? JQuery makes this super simple, here's how to do it:
|
JQuery Countdown timer Plugin example |
||||||||
I'd previously used a JavaScript script to count down from a now() to a given date to display real time count down information on screen. I was cleaning up the project it was used on and wondered how easy it would be to push all the 'normal' JavaScript into a JQuery plugin and encapsulate it all into one function call.
|
JQuery auto resize input field Plugin example |
||||||||
I was looking for a simple way to make an existing Text Area form field expand as-and-when a user fills in enough information to reach to bottom edge of the form element.
James Padolsey has written a great little Auto resize function, you can get it from Github here: https://github.com/padolsey/jQuery.fn.autoResize.
The documentation in the example included with the download above is pretty good, but I've put up an example of it working here as well:








