Archives Posts
May 7th, 2009 by Nicolas Noben
Here is a great concept for a CAPTCHA.
The ROTCAPTCHA (PDF, 1.4MB).
It’s a CAPTCHA based on image orientation.
The ROTCAPTCHA system requires users to adjust randomly rotated images to their upright position. This is a task most people will be familiar with given the state of early digital cameras, etc.
This system has many advantages, such as being language independent and support many input sources.

Archives Posts
May 7th, 2009 by Nicolas Noben
Brilliant. Why didn’t I think of that? yooouuutuuube.com
Archives Posts
March 22nd, 2009 by Nicolas Noben
Here is a great little site I stumbled upon today.
It’s called java2s and it’s basically example source code (snippets) of many languages, organized by topic.
Here is the Flex / Flash / Actionscript category.
Do you know other ones (categorized)? If so, let us know.

Archives Posts
February 12th, 2009 by Nicolas Noben
The Digg Mob experiment is a flash application that follows the comment as they are posted lived on Digg, regardless of the post.
It’s freaky to see that there are comments posted every 2-3 seconds, sometimes faster.
The app is beta but it’s browsable. Each comment is shown on one line and is clickable. From there you can read the blurb about the Digg post and/or visit the site straight from Digg Mob.

Archives Posts
February 12th, 2009 by Nicolas Noben
Just a quick personal update. I’m in the process of going Freelance in Adelaide for Flash development and Flex development.
If you need or know someone who needs a senior Flash/Flex/AIR developer with experience, please don’t hesitate to forward my details.
I’m open for freelance and contract work, remotely or on location anywhere in Australia.
I’ve been developing and designing websites and web applications since the late 90ies and I’ve been full-time Flash-ist for 6 years. I started as a Web Designer. With experience on both sides, I manage my time efficiently and take care of a project from specifications to deployment.
Cheers
Nicolas
Archives Posts
November 23rd, 2008 by Nicolas Noben
When you program features for (web) application, it’s often useful & good practice to allow users shortcuts for common actions.
This easy snippets shows how to capture ‘new’ or Control+N or Command+N on the Mac.
stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDown);
private function keyDown(e:KeyboardEvent) :void
{
if(e.commandKey || e.ctrlKey)
{
switch(e.keyCode)
{
case Keyboard.N:
// do stuff
break;
}
}
}
Archives Posts
August 3rd, 2008 by Nicolas Noben
Another great use of the useless Twitter is My Tiny Jesus. No explanation as to what it does besides pumping recent Twitts.
That said, anybody using Twitter data is either looking for art or fun. So having no explanation sure fits the bill.
Twitter is not my favourite application as you must know by now, but I am often amazed by the things people come up with using their api. It’s filled with tons and tons of useless information. Brilliant for a weirdo mashup.
I will definitely have a play with the Twitter API myself once I’m done with Digg Mob Talk.
Twittearth was brilliant.
And so was Twistori.
Now be sure to check out My Tiny Jesus.

Archives Posts
July 24th, 2008 by Nicolas Noben
Twittearth is pretty cool and a great use of 3D!
Finally something that gives Twitter some sense of usefulness. It’s like a mood chart for the world at present time. I also like how day/night time are represented.

Archives Posts
July 17th, 2008 by Nicolas Noben
Probably one of the best ideas for writers on strike to get some money was to come up with alternative ways of working, while being on strike.
Joss Whedon, the creator of the highly rated Firefly / Serenity teamed up with a few actors such as Nathan Fillion (do they sleep together?) and Barney from How I met your mother.
And they came with with a great concept; Dr Horrible’s Sing Along Blog. A blog that publishes a quality TV show on a budget.
The story and the characters is wacky, cheesy and highly addictive. Recommended.

Archives Posts
June 24th, 2008 by Nicolas Noben
Cool portfolio. Simple and elegant.

Archives Posts
April 7th, 2008 by Joseph Hallahan
Fontstruct is a font building application that lets you design your own fonts. You paint with ‘bricks’ into a grid. The interface is quite similar to pixel editing or image editing software, with quite similar but more simplistic tools. You built letters up one at a time, and it’s all very simple and intuitive to use, if a little visually flat. Once you have designed a true type font is generated and published on the site, allowing you to share your creation.
While now where near as powerful as dedicated font generation applications, the gallery of fonts made on the site is quite impressive, and it’s evident that while being simple, the application does allow you to create very unique and fun typefaces. I like xtrude myself.
Overall, it’s a fun little app for a while but not particularly useful. The execution was pretty effective, but nothing to write home about. Imagine if this site had come out a few years ago when absolutely everyone was pixel font mad!

Archives Posts
February 22nd, 2008 by Nicolas Noben
Check out the Automatic screen cleaner. Awesome app.
Archives Posts
February 20th, 2008 by Nicolas Noben
Archives Posts
February 11th, 2008 by Nicolas Noben
Archives Posts
February 9th, 2008 by Nicolas Noben
Archives Posts
February 8th, 2008 by Nicolas Noben
Archives Posts
February 7th, 2008 by Nicolas Noben
Archives Posts
February 7th, 2008 by Nicolas Noben
Archives Posts
February 6th, 2008 by Nicolas Noben
Archives Posts
February 3rd, 2008 by Nicolas Noben