Skip to content
// terminals & ink
  • # articleMar 26, 2009· 1 min

    Google Voice Dialer

    Last year I posted a PHP script that lets you dial phone numbers using Grand Central. I updated it this morning to support Google Voice as well. The syntax is the same call($your_number, $their_number); You can…

    read the full post →
  • # articleMar 9, 2009· 4 min

    YUI App Theme

    Tonight I pushed a new project to GitHub called yui-app-theme. It’s a generic, skinnable layout designed for web applications — particularly admin areas — built using YUI Grids. In other words, it’s a starting point. Usually when doing freelance work for clients,…

    read the full post →
  • # articleFeb 25, 2009· 1 min

    PHP Wrapper for Yahoo! GeoPlanet

    Earlier this month I wrote a quick PHP wrapper for Yahoo!’s GeoPlanet API. It’s a super useful service for querying geographical information about nearly any place on earth — addresses, landmarks, colloquial locations, etc. Or, as the official description says GeoPlanet helps…

    read the full post →