Thanks for dropping in – take a seat and explore Code Couch. Code Couch is a blog of code snippets, examples, demos and tutorials maintained by Jeff Home and Dan Nye – both professional web developers working in London, UK.

Code Couch is still under construction (of course it will never be fully complete). If you do spot a fundamental error, please drop us an email via the contact us page.

Maybe you were interested in one the following links (this was the old Code Couch content):

Latest posts

  • How to stop Internet Explorer from caching AJAX requests

    There are several ways to solve the problem of browsers caching AJAX requests. You can use a 'cache buster' parameter, or you can set the response headers server-side. This article discusses these two options.

  • Speed up your Javascript

    Nicolas Zakas (of Professional JavaScript, Second Edition fame) has a series of articles discussing improving Javascript performance - avoiding browsers complaining about long-running scripts. Some useful suggestions on how to optimise and chunk interactions.

  • Use CSS pseudo classes to enhance accessibility

    It is very simple to add some CSS rules to make your site more accessible. Read on to find out how you can use pseudo classes to provide extra support for keyboard users in all browsers (including Internet Explorer).

  • Replacement for “bind” or “bindAsEventListener” in jQuery

    Do you need to use the equivalent of Prototype's "bind" or "bindAsEventListener" in jQuery, passing through "this" context? Read on for more!

  • Spell checking in Firefox

    Want to know how to spell check an entire web page in Firefox? Or how to add spell-checking to fields that do not have it by default? Read on for more.

  • How do you vertically centre content using CSS?

    Find out how to do vertical centring (vertical alignment) of content using just CSS (and some div elements).

Latest comments