Month: January 2012

  • Scenable Intro video: about animating to narration

    Introducing Scenable: A New Platform for Bringing Communities Online. Over the past week, I made an animation introducing Scenable: a new platform for local communities online (i.e. my job). This was my first experience animating to narration, so I thought I’d post some tips as well as the video. Brainstorming the script and initial storyboarding…

  • If localhost/PhpMyAdmin is 404

    Then most likely you’ve been sloppyily setting up configurations – this was my case at least :/. First make sure phpmyadmin is installed, then include its configuration file (httpd-phpmyadmin.conf) in your apache’s httpd.conf. On a Mac, httpd-conf will probably be in /opt/local/apache2/conf, and httpd-phpmyadmin.conf in conf/extra. If that’s the case for you, add this to…

  • Move a ball on the screen with Arduino & Processing

    Here’s what it looks like on the Arduino (with a potentiometer and two buttons): Here’s the code: And here’s what it looks like on the screen: There’s a few things to know about getting the Arduino working with Processing – here’s a link. And, with luck, later I’ll post a better image and description of…