simple accessibility demonstration

January 20th, 2007

the following form uses a google mobile web preview feature to demonstrate a linearised content only page

This form can be used to give you an idea of how accessible the content is without any style of behavour scripts

right-aligned form buttons

November 27th, 2006

Up until recently I relied upon floating form buttons or elaborate text alignment scenarios to get them to sit at the bottom right of a form. I’ve just discovered that a better method exists and is in fact so glaringly obvious I’m surprised I’ve not come across it before.

If you give your input button a class of btn, all that’s required is:

input.btn {
margin-right:5px;/*or any value*/
margin-left:auto;
display:block;
}

that’s it! of course, if you where being fancy (and didn’t care about ie) you could use input[type=submit] in place of the class selector.

I think i may write an article purely about form layout in the not too distant future. I’ve been styling forms for a few years now and it seems that with each new site i discover an improvement to my previous method. If it’s something people would be interested just let me know and it might encourage me to do it sooner rather than later.

npop - small and portable pop3 email client

October 27th, 2006

Npop is a slimline email pop3 email client which allows the sending and reading of email from a portable device such as a usb memory stick or the data storage area of a mp3 player. Perfect for people needing the access their pop3 email from a work pc without installing extra software.
npop

Hello world!

September 26th, 2006

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

  • Categories