Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries from October 2007

Mootools beats jQuery and Ext for AIR

October 26th, 2007 · 6 Comments

When I recently updated an Adobe AIR app I’d written for AIR Beta 1, I found that I had to go to enormous lengths to continue being able to use Ext as a support library for it.

[Read more →]

Tags: Adobe AIR · Javascript

Blueprint CSS Grid Tool for Adobe Air

October 26th, 2007 · 5 Comments

I’m a big fan of the Blueprint CSS framework. In the process of using it to develop the base template for Banjo, the blog app I’m writing, I realized I need a tool to help me keep page elements lined up on the grid, both vertically and horizontally.
Blueprint comes with a background grid image to […]

[Read more →]

Tags: Adobe AIR · CSS · Open Source

Updated Weewarify AIR app to Beta 2

October 25th, 2007 · No Comments

After more work than I expected, I’ve updated my Weewar status notifier to work with the Adobe Air Beta 2 SDK.
There were two tricky parts to the update. The first, separating the AJAX/UI logic out into a separate sandbox. The second challenge was getting rid of the pesky scrollbars AIR seemed to insist […]

[Read more →]

Tags: Adobe AIR

Importing Wordpress to Banjo

October 22nd, 2007 · 2 Comments

Thanks to Andy C I’ve finished the Wordpress import script for Banjo.
That article gives instructions for direct SQL loading of a somewhat different blog database. I couldn’t use it directly for Banjo, partially because I’m through with using MySQL. I just can’t take all the UTF problems any more. I’ve gone all […]

[Read more →]

Tags: Banjo · Django · Wordpress

Banjo Blog nearing 0.1 release

October 19th, 2007 · 13 Comments

I’m nearing release 0.1 for Banjo, a blog app written in Python on the Django framework. If you look at the mailing list, you’ll see plenty of people asking about a blog app, and the standard reply is that it is just so easy, almost trivial, to write your own that there is not […]

[Read more →]

Tags: Django · Open Source · Python

Oohgabooga launched

October 2nd, 2007 · 1 Comment

My premiere e-commerce client, Oohgabooga Island Traders launched yesterday. After doing a little dance of happiness, I sat down to think through all that went into it.
I used the Satchmo e-commerce framework for Django to build it. Of course I did, because I am a core developer on Satchmo, and a peripheral contributor […]

[Read more →]

Tags: Django · Open Source