I’ll keep this short and sweet cos I’m so tired from lack of sleep trying to get this thing live! This is the second xmas project I worked on this year. It was for my good friend Federico’s company Cocomino, … Continue reading
I’ll keep this short and sweet cos I’m so tired from lack of sleep trying to get this thing live! This is the second xmas project I worked on this year. It was for my good friend Federico’s company Cocomino, … Continue reading
WobbleWall! Blobs… BlobbleWall!? Wasn’t really sure what to call this one but WobbleWall sounds mildly amusing so I’ve gone with that. To start off with I want to say that one of the main things that I remember from FOTB … Continue reading
This idea originated from playing around with the Flickr API whilst creating the Colorwall with images example I posted a couple of weeks ago. So what is it? Simply an image, made up of thousands of other images, dynamically created … Continue reading
Before you read the rest of this post, if you haven’t already done so, check out the ColorWall here. A couple of weeks ago I saw Yugo Nakamura’s brilliant wonderwall Flash site. It’s a really original idea and one of … Continue reading
After a quick search on Google for an Actionscript Postcode validator nothing came up, so I thought I’d write one and post it here: var postcode:String = "N5 1BU"; var postcodeExpression:RegExp = /^(GIR 0AA|[A-PR-UWYZ]([0-9]{1,2}|([A-HK-Y][0-9]|[A-HK-Y][0-9]([0-9]|[ABEHMNPRV-Y]))|[0-9][A-HJKS-UW]) [0-9][ABD-HJLNP-UW-Z]{2})$/; var isValid:Boolean = postcodeExpression.test(postcode); Hope … Continue reading