Author Archives: Kevan Stannard

10 Interesting JavaScript Features

I’ve been doing some more reading on JavaScript recently and decided to note down some of what were interesting features for me. If you’ve been doing JavaScript for a while then please let me know if anything looks a bit off, otherwise I hope you find the list an interesting read!
Posted in JavaScript | Tagged , , , , , , , , , , , , , , , , | 4 Comments

Creating a form with labels inside text fields using jQuery

It’s common to see forms that have a label displayed inside text fields which then disappear when you click into the field. Let’s go through an example for a login form that demonstrates a method for doing this.
Posted in jQuery | Tagged , , , , | 16 Comments

Installing Django with Apache and mod_wsgi on Ubuntu 10.04

Step by step instructions for installing Django with Apache and mod_wsgi on Ubuntu 10.04.
Posted in Django | Tagged , , , | 29 Comments

Setting up Open Source Flex SDK with debugging on Ubuntu

Step by step instructions for setting up Open Source Flex SDK with debugging on Ubuntu.
Posted in Flex | Tagged , , , , | 3 Comments

HTML Checked, Disabled and Selected attributes

Checked, Disabled and Selected are common HTML Boolean attributes. So what’s the correct way to specify these (and any other similar Boolean attributes) in your HTML markup?
Posted in Web Development | Tagged , , , , , , | 6 Comments