Styling a 'file' form field using CSS and Javascript

Posted in: Javascript, Saturday 27th March, 2010

I wanted to change the appearance of a html file input element, and as there is no easy way (if at all) of doing this through CSS I had a quick look around google to see what others had to say about the matter....

Read full post / comment

Firefox Reserved Function Names?

Posted in: Javascript, Thursday 3rd December, 2009

I've just been developing a new javascrpt function for my CMS that simply hides one DIV layer and exposes another. In fact, its a function I thought I had polished off ages ago but upon returned to it this evening I found it didn't work as intended. Theres a little more too it than just changing the DIV layer display state (hence the difficulty) but essentially that is the end result....

Read full post / comment

Character Sets and Document Encoding

Posted in: Php, Thursday 2nd July, 2009

I've just spent an embarrassingly long time trying to solve a problem with normalizing a string (i.e. getting rid of all non-western characters and replacing them with equivalents)....

Read full post / comment

Animated List

Posted in: Javascript, Tuesday 2nd June, 2009

Inspired by the fantastic looking preview of the currently (I believe) in development new Dragon Interactive website, I decided to put together a little animated HTML list concept....

Read full post / comment

cURL Remote Address

Posted in: Php, Monday 1st June, 2009

While trying to stop my Google Analytics code showing up on this site when I access the page I went for the obvious solution - simply to check if the visitor's IP address ($_SERVER['REMOTE_ADDR']) matched the IP addresses I normally access the site from....

Read full post / comment

1, 2

back