Category Archives: How-To
How To: Communicate Over Serial With Flash and Arduino
Hi there! Back from the holidays with an update on getting started with Arduino and serial communication. In this case communication with the Adobe Flash player. For all the details please watch both Flash videos linked below. You can refer … Continue reading
Posted in ActionScript 3, Arduino, How-To
Tagged ActionScript 3, Arduino, communication, firmata, flash, interface, proxy, serial
4 Comments
Simple WordPress Upgrades With SVN
One of the proposed features of the WordPress 2.7 release is quick-upgrading (maybe one-click?). So, until WP 2.7 hits the streets, which probably wont be long since the WP team seems to version-up every month or so now I figured … Continue reading
How-to: Access an Option in a Select List Using jQuery
I had to do some documentation-digging to figure this one out. If you want to be able to have access to <option>’s within an HTML <select> list and fool with their properties, here is one way to do it. Hopefully … Continue reading
Posted in How-To, Javascript
Tagged changing option properties, jQuery, option, select, selected
Leave a comment