Monday, November 9, 2009

Game and interactivity, an essay

http://www.electronicbookreview.com/thread/firstperson/ludican-do

Thursday, November 5, 2009

Regular expression in Dreamweaver (highslide javascript)

Using the following script in Dreamweaver to add highslide javascript to picture for slide show effects.

Find

(<img src=[^>]*)("[^>]*")([^>]width=*[^>]*")([^>]*" height=*[^>]*")( />)

Replace with (remember to remove all alt="" tag before running in order to retrieve all image path correctly.
<a href=$2 class="highslide" onclick="return hs.expand(this)">$1$2$3$4$5</a>

Monday, August 24, 2009

Adobe AIR (Webcam Capture)

http://imm.sheridanc.on.ca/air/info.php?year=2008&creator=irfan

Friday, February 20, 2009

Java screen capture + print service

Screen capture using Java (also work in processing) 

Printing image without using dialog box (in processing)

Tuesday, February 3, 2009

Wednesday, January 14, 2009

Sunday, January 11, 2009

DVD to Final Cut Pro

Original Thread
http://forum.videohelp.com/topic292626.html

PgcDemux (For PC)
http://www.videohelp.com/tools/PgcDemux

MPEG_StreamClip (For Mac)
http://www.videohelp.com/tools/MPEG_StreamClip

Wednesday, January 7, 2009

DTMF + radio frequency remote control

OK, question time, what are you going to do if you're not allowed to use digital wireless network for remote control?

Answer, use an analog one.

Here's the best I got so far..

A simple 4-ways switch using DTMF->BCD convertor

http://www.electronic-circuits-diagrams.com/remotecontrolsimages/remotecontrolsckt5.shtml

Another blog with a lot of information about RF DTMF control