Programming

Patch to WordPress for iPhone Accepted!

Posted in Programming on November 30th, 2009 by jeff – 4 Comments

I recently started a new job at Voce Communications, working on custom WordPress setups.

One of the many perks at Voce is the opportunity to contribute back to open source software.

In some rare free moments, I was able to add HTTP authentication to the Wordpress iPhone app, which had been on the ‘future enhancements’ list for quite some time.

I’m really quite elated that I now have code in the App Store, and that I could help such an awesome OSS community.

Feel free to view the patch submission, and mention on the WordPress iPhone blog.

Screenshots!
HTTP Auth ButtonHTTP Auth Entry

SO BUSY

Posted in Personal, Programming on August 23rd, 2009 by jeff – 28 Comments

I have been insanely busy lately!

Movement (which I haven’t even had time to write about yet) is out!

Check it out here: http://movementapp.com

Code Tennis: Volley 2?

Posted in Programming on April 10th, 2009 by jeff – Be the first to comment

Ok, so Pete got back to me with his volley, albeit incomplete.

For never touching Objective-C or Cocoa in his life, he took on a rather ambitious volley: turning my simple “speaking magic eight ball” into a speaking RSS feed reader.

He found Apple’s Publication Subscription framework, and went to town trying to get it to work. I took a quick look at the code, and it seems I’ll have to do some reading in the documentation before I can fix it.

Hopefully this doesn’t spell the end for our Code Tennis match..

Check out the code on github.

Playing Code Tennis – First Volley!

Posted in Programming on April 2nd, 2009 by jeff – 3 Comments

A few days ago I came up with an idea for collaborative/competitive programming after seeing a match of Layer Tennis.

I’m sure you can see where this is going… yes, Code Tennis!  A quick google showed me that some other people had this idea before me, and setup a nice looking website, although no one is using it.

Code Tennis has some cool features: Twitter notification of volleys, bitchin’ graphics, and a timeline of commits/volleys.  I just hope that it all works as expected since it doesn’t look like the creators have had any external testing yet.

I’m playing my friend Pete (his site). So far the only ground rule is that the app has to be a Mac desktop app (NOT document based) written in Objective-C.

First Volley before click

First Volley before click

My first volley (above) is a Magic 8 Ball that uses the OS X speech synthesizer to “say” the 8-Ball’s response.  I can’t wait to see what Pete does with it!

First volley after click

First volley after click

First Project Up!

Posted in Programming on March 15th, 2009 by jeff – Be the first to comment

I finally got motivated to write a little about one of my side projects.  It was difficult deciding how technical to make it, but I think I reached a happy medium.

Expect the project page to be editted several times.. it’s in pretty rough shape at the moment.

Please do check it out on the Projects page!

Updated SPE package for Mac OS X

Posted in Programming on March 5th, 2009 by jeff – Be the first to comment

I haven’t written a ton of python. and what I have isn’t very pythonic.

An IDE that really helped me out when I did write said python was Stani’s Python Editor (SPE).  It has a host of useful features including (but not limited to) debugging, UML, GUI creation, and Blender support.

Without modification, SPE is simply a .py to be executed, which can be a bit cumbersome on OS X where you may be used to launching apps via the dock or spotlight/quicksilver.

Over on Stani’s blog, Krzysztof Olczyk posted an OS X packaged version of SPE.

I have simply updated the version to reflect the latest as of this post, which is 0.8.4.h

If there are issues, check the forums over at Berlios, or contact me.

You can snag it here.