benwells.me.uk

Return by Id

I thought I'd start from the beginning with a function I use lot in javascript. This is very simple call with an id to retrieve and object: function return_by_id(id) {
if (document.getElementById)
var return_var = document.getElementById(id);
else if (document.all)
var return_var = document.all;
else if (document.layers)
var return_var = document.layers;
else return false;
return return_var;
}

read more

New Job

Currently working at Fluid Creative Media and it is going really well. The people are lovely and the work s steady and so far manageable.

In my first month I have tampered with google maps functions and started extending a CMS for an important client which I hope all goes well. The new year will bring more challenges but I feel I can handle them now.

read more

see all articles

see all articles from Web CV

This page currently has very little on it and may go into a sub page in the future, but for now my CV is avaliable as a print CV, pdf and print CV (word), word file.