Monday, November 9, 2009
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
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
Friday, February 20, 2009
Java screen capture + print service
Screen capture using Java (also work in processing)
[link]
Printing image without using dialog box (in processing)
Labels:
java,
printing,
processing,
screen capture,
sourcecode
Thursday, February 12, 2009
Tuesday, February 3, 2009
Wednesday, January 14, 2009
How to build a theremin- final project from someone
A really nice article for theremin introduction
http://www.theremin.rwi.org.uk/dload/REPORT.PDF
http://www.theremin.rwi.org.uk/dload/REPORT.PDF
Tuesday, January 13, 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
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?
http://www.electronic-circuits-diagrams.com/remotecontrolsimages/remotecontrolsckt5.shtml
Another blog with a lot of information about RF DTMF control
Answer, use an analog one.
Here's the best I got so far..
A simple 4-ways switch using DTMF->BCD convertor
Subscribe to:
Posts (Atom)