I wrote a very simple little piece of JavaScript that changes the colour, background colour and font colour of a checkbox depending on the Mouse Event (onclick, onmouseover and onmouseout) and whether the checkbox is ticked or not. It can also reset it back to its previous settings too.
XHTML:
Test Checkbox1
JavaScript:
function mouseToggle(checkbox,label,bgcolour,fontcolour,bgreset,fontreset,mouseIn){
if(document.getElementById)
{
var cb = document.getElementById(checkbox);
var [...]
read full entry »
I found a nifty little Google Maps implementation that enables you to mark which countries you’ve visited from Douwe Osinga’s blog
I clearly need to get out more. A lot more.
visited 4 states (1.77%)
read full entry »
Apologies for the rant, but this was something that I wrote on a BBC blog post that I was quite proud of:
Gotta love the film industry, after nearly 10 years of broadband in certain parts of the world they *still* won’t offer streamed movies. Instead they’re obsessed with pushing file sizes up by forcing Blu-Ray [...]
read full entry »
I bought motorcycle insurance from ebikeinsurance.co.uk, and they asked me for my feedback on there website. I gave them free web development advise, how nice am I?
“On widescreen monitors the questions and answers are too far apart and makes it difficult to see which answer box relates to which questions. An improved layout or structure [...]
read full entry »
Facebook is a really useful service which I use a lot to keep up with friends that have moved away, I even have my dad added on it. There is a huge privacy conundrum in its current state due to the way applications are given free reign with data.
If one of your Friends installs/uses [...]
read full entry »