maandag, april 24, 2006

Useless actionscript?

pornvalidation_btn.onRelease = function() {
indexOfPorn = email.text.indexOf("porn");
lastIndexOfSex = email.text.lastIndexOf("sex");
if (indexOfPorn !=-1 && lastIndexOfSex !=-1){
if (lastIndexOfSex message.text="this email seems to be legit.";
}else {
message.text="There seems to be somebody entering your email in the porn database";
}
} else {
message.text="please do not waste time not sending me porn";
}
}

Yoshimi battles the pink robots

Pink Robot by our own Murten:



Flaming Lips illustration challenge on designwire:
http://www.designwire.org/viewtopic.php?t=646

Murten says he's the greatest...
/* we'll see :-)*/

http://www.flaminglips.com/

Rock on!



http://www.car-tuning.be/?main=viewcars&id=73

no further comments...

Rock on!

dinsdag, april 11, 2006

Mike Chambers from Adobe/Macromedia podcast

Mike Chambers, senior product manager for Adobe/Macromedia gained worldfame with introducing this: import mx.utils.Delegate http://www.macromedia.com/devnet/flash/articles/eventproxy.html
/* for me that is */
/* notice the picture of Mike looking very smart */

You can find his podcast here:

http://weblogs.macromedia.com/mesh/archives/2006/04/podcast_april_5.cfm#more

Topic covered in this podcast include:

Introduction
Open Source ActionScript 3 Libraries
FlexUnit - ActionScript 3 unit testing framework
RSS / Atom Library
Public Subversion Repository for developer relations
del.icio.us ActionScript 3 API
Flow Mashup Application
Flex 2 Styling
JSON
Ideas for future podcast guests
Podcast license


Listen and learn people! Listen and learn yeah!

vrijdag, april 07, 2006

Asiam - A waving hand

Check out this demo clip from Asiam's upcoming album.

It's gonna be a great album.

The band features my 'perfect cousin' Bob on bass.
Bob and everybody in the band keep on rocking dudes!

http://www.asiam.be






dinsdag, april 04, 2006

Catch the Pencil

This is awesome:

http://www.pencil-catcher.com/main.html

Live pencil catching!

made by the very talented people at
http://www.bascule.co.jp/

maandag, april 03, 2006

The Flex Ajax Bridge

Picked up today:

The Flex Ajax bridge (FABridge) is a library of code enable to expose it's scripting to the browser. This enables you to define an interface for Javascript to communicate directly with actionscript.

read about it here:
http://www.macromedia.com/newsletters/edge/march2006_international/index.html?sectionIndex=5&trackingid=DERH

view a demo application here
http://flexapps.macromedia.com/flex2beta2/fabridge/samples/FABridgeSample.html

I think we're on a roll!