Shawnblais.com v2

The Lab

Archive for the ‘Uncategorized’ Category

Asynchronous Recursive Directory search in AIR (aka FileFinder)

without comments

Ran into an issue with my latest project, where I needed to do a recursive file search on the FileSystem, but needed to make the entire thing asynchronous so that it would not lock up my application.

Click here for more info…


Written by Shawn

August 9th, 2010 at 5:06 pm

AS3 Indexed Object

without comments

Ever needed to create an object hash, yet wanted to retain some array functionality such as .length, and getItemAt()?

Here’s “IndexedObject”:

Click here for more info…

Written by Shawn

January 25th, 2010 at 2:13 pm

Shawnblais.com v2 is Live!

without comments

Well, after losing my Job on Tuesday, it’s been a mad scramble to develop a new website and get it up and running, so I can hopefully impress some potential employers..(not that my old site wasn’t cool…it was…like 8 years ago!).

The new site is up and I absolutely love it, yes it’s a bit slow on anything less than a Quad Core, and yes the nav is unusual, but I’m trying to do something a bit more forward thinking here, as well as flex my technical skills. I’m totally bored of the conventional website and navigation structure.

Also I do think that as 3D adoption grows, allowing users to config the site to match their system capabilities will become a more accepted approach, which is why I included some performance settings on the site itself. This is another thing that may rub some traditionalists the wrong way…

Obviously, the other new addition is this blog right here, stay tuned for many code examples and experiments in the future.
Thanks!

Written by Shawn

August 19th, 2009 at 10:36 am

Posted in Uncategorized