Skip navigation.

Just thinking

Creating Ogg videos in Linux

, ,

Ogg Theora is the codec most supported by modern HTML5-capable browsers, so how can you convert your videos to it? Pretty easily, it seems.

Read more...

Inaccessible

, ,

A little song dedicated to Henny, our team's queen of accessibility.
UPDATE: Make that Jack Pickard as well. A much-loved accessibility expert, now much-missed.

Read more...

HTML5 it is a-changin'

, ,

Off sick with a cold, what better way to recover than by singing a song?

Read more...

What makes Google innovative

,

I was lucky enough to attend the first Information Science and Technology Christmas lecture at Tokyo University the other day and, although all the talks were interesting, I particularly enjoyed Kentaro Tokusei sharing Google's ideas about innovation.

Read more...

Installing Truecrypt on Fedora

,

I've tried on several versions of Fedora but never really been able to install Truecrypt. Either it's resulted in lots of errors or I've given up after getting tired of fruitless searching and reading.

At last I've found a guide that's not too long and works!

Read more...

Watching videos on a Nokia smartphone

, ,


My new Nokia N96 (yes, and then they immediately released the N97!) may not be as intuitive as the iPhone but is packed with far more features and is so much more open to exploration that it's a keeper. Not only that but clever @LonelyBob gave me some help last night to fix a problem I'd been battling with - video conversion.

Read more...

Like-minded people + good drink & food = good times!

Currently enjoying a wonderful evening with fellow Tokyo tech-heads.
Two things of note:

1. There isn't a Japanese equivalent to CES or other big conference. Is this because there's no interest, no-one has tried it or simply because it would be so popular there's nowhere big enough to hold it?

2. Personal servers are the future. Opera Unite is not the only player in town - say hello to ServersMan for the iPhone...

Ah, good times.

Alphanumeric validation with PHP

,

Hardly worth a whole blog post but it may help somebody...

is_numeric() is the function to use for validating numeric-only user input with PHP but unfortunately there is no is_alphanumeric(). Or so I thought.

Meet ctype_alnum().

I've seen lots of people using regular expressions to get round this, myself included, and it's not complicated but it's still nice to simplify where possible.

Unix Ware - Freshness with no leaks!

,

One of the things I love about living in Japan is the surprises it throws your way.

Read more...

Free online web development checkers

,

Inspired by a forum post I came across the other day I've compiled a list of free online checkers/validators for web developers. Please let me know if you're aware of others. (Updated 9th December 2009)

Read more...