Mutually exclusive checkboxes
Sometimes it’s just not worth arguing. Super quick and nasty solution to a request for checkboxes that are mutually exclusive:…
productivity through technology
Sometimes it’s just not worth arguing. Super quick and nasty solution to a request for checkboxes that are mutually exclusive:…
A boss (bless his little cotton socks) once wanted me to implement some code that submitted a form when the…
I was caught out using Javascript’s location.reload(true); on a project a while back. I was working on a web-page which…
I have played with various WordPress plugins for code syntax highlighting, but recently helped answer a query with regards syntax…
JSFiddle is an incredibly useful on-line tool to test (or fiddle with) your JavaScript, HTML, and CSS code. You can test,…
This was one of my first jQuery experiments. jQuery AJAX requests to a PHP / MySQL back-end populate the drop-down…
This is some quick work I did quite some time ago when assessing different JavaScript libraries. This demo uses Script.aculo.us…
This was my second pass at an assignment given to me as part of a job interview. I decided to…
Chosen is a JavaScript plugin for Prototype and jQuery that makes long, unwieldy select boxes much more user-friendly. For more…
I used the Datatables jQuery plug-in extensively in a work project. It is pretty easy to implement and offers some…