TooGame - Game Videos and Release Dates on your iPhone

August 30th, 2009 . 3 comments

I’m an avid console gamer. That means I’m always wondering when the latest and greatest game will be dropped. It was time for an iPhone application.

Continue reading article…

Introducing HTTPRiot - Easily Consume REST Resources on the iPhone and OS X

July 11th, 2009 . 3 comments

If you’ve ever tried to do networking with Foundation you know that wrestling with NSURLConnection and NSURLRequest can be painful. Thankfully, we’ve seen a few third party tools step up to alleviate some of this pain. I want to introduce you to a couple of those tools and show you what I’ve been working on as well.

Continue reading article…

Deploying Static Websites With Net::SCP

October 8th, 2008 . 4 comments

I recently had a couple of projects that consisted of a few static HTML files and a couple images. I could have used a blog or lightweight CMS, but those were overkill. I could use scp, but remembering the scp command every time I made a small change proved to be a hassle. I could have used Capistrano, but that too, felt overboard for my simple needs. Lucky for me, in addition to Capistrano, Jamis Buck wrote Net::SCP which was the perfect tool for the job.

Continue reading article…

Programming Politics

October 7th, 2008 . 2 comments

Could you imagine, for a moment, what the political scene would be like without the social media giants Memeorandum, Reddit, Twitter, Digg, and Youtube? What about the old media websites that started as an experiment, required a registration and charged for access to content? Yes, it’s hard to imagine, but it was only four short years ago that none of these social websites existed and the old media websites were merely second class citizens to their broadcast counterparts. Meanwhile, while we’ve been caught up in the infinite streams of information, there has been a small, but highly motivated community of hackers opening up government in a whole new way, providing APIs ripe for mashups and experimentation.

Continue reading article…

MacRuby: The Path Forward

June 17th, 2008 . 10 comments

MacRuby is quietly making progress. Destined to replace RubyCocoa as the de facto standard for writing Cocoa applications in Ruby; it’s shaping up to become more than just a fun experiment, it’ll soon be a viable choice.

Continue reading article…

Automating Rick Rolls with launchd

May 1st, 2008 . 3 comments

Lets face it: Your coworkers can be a real pain in the ass sometimes. What better way to remind them of this than automated Rick rolls? They’re likely to never know what hit them.

Continue reading article…

Widgets the YUI Way

December 27th, 2007 . 12 comments

Why are there so many lightbox implementations? Why are there numerous “versions” of widgets? Do you know which fork is the latest and greatest? Probably not, and for good reason. The current system sucks.

Continue reading article…

I'm Officially a Portland Local

December 3rd, 2007 . 11 comments

2,300+ miles, 3 1/2 days and 10 states later, we’ve completed our move from Memphis, TN to Portland, OR.

Continue reading article…

Your Momma's So Fat...Prototype vs. JQuery Edition

November 9th, 2007 . 28 comments

The time has come once again to clear the air of fallacious statements by the myriad of people comparing Prototype to JQuery. I’m all for comparison; I believe it’s healthy to have choices in life. The problem usually isn’t Prototype or JQuery, it’s the article comparing them.

Continue reading article…

Dealing with Asynchronous Queries in Adobe AIR

August 7th, 2007 . 10 comments

Nearly all the methods of Adobe’s SQLConnection class are asynchronous. While this is nice when your running expensive operations (your interface won’t hang up), it can be quiet tough to deal with considering we come from a land where database operations have always been synchronous.

Continue reading article…

Understanding Scope and Binding in JavaScript

July 18th, 2007 . 11 comments

At the heart of binding, it’s merely a means to control execution scope—Function x executions in the scope of object y. It can be tough to grasp at first, but with the right amount of ninja references, anything can be explained so someone can understand it.

Continue reading article…

Alternate Idea: Encytemedia Reincarnated

April 26th, 2007 . 10 comments

If you’ve stumbled here and haven’t already read this post, please do so now to understand what’s going on. In short, I’ve moved Encytemedia.com to AlternateIdea.com and have some new branding.

Continue reading article…

Lighthouse Is Live

March 29th, 2007 . 6 comments

I’ve been waiting a long time for this moment, but we’ve finally launched Lighthouse, our issue tracking system primarily targeting developers. In addition to that, we were interviewed on the Web 2.0 show if you’re into audio.

Continue reading article…

The Final Straw

March 15th, 2007 . 5 comments

I’ve had enough. Run as far away from Registerfly as you can. Thats exactly what I’ll be doing over the weekend. I’m moving this domain to a different registrar because Registerfly, whom I’ve been a loyal customer for some years now, is sinking faster than a new Milli Vanilli record and causing 10 kinds of hell in the process for it’s customers. That includes me.

Continue reading article…

Scripting Photoshop With JavaScript and Ruby

March 5th, 2007 . 21 comments

You might not be aware of this, but Photoshop has had scripting support for some time now. It even comes with it’s own JavaScript debugger that adds a reflection interface. It has well documented support for JavaScript, AppleScript, and Visual Basic, all of which have their own set of problems. Thanks to the efforts of Apple on RubyOSA, we can now use Ruby to script this behemoth of an application.

Continue reading article…

Persue the Archives