Submit a form with a radio button using JavaScript
An ex-boss (bless his little cotton socks) once wanted me to implement some code that submitted a form when the…
productivity through technology
An ex-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…
I have played with various WordPress plugins for code syntax highlighting, but recently helped answer a query with regards syntax…
Codepen & JSFiddle are incredibly useful online tools to test (or fiddle with) your JavaScript, HTML, and CSS code. You…
This was one of my first jQuery experiments. jQuery AJAX requests to a PHP/MySQL back-end populate the drop-down of the…
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. In this…
I used the Datatables jQuery plug-in extensively in a work project. It is pretty easy to implement and offers useful…