Coder’s Eye

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

Coder’s Eye header image 4

Entries from February 2006

Decent Small Business Accounting Package for Mac? Anyone?

February 26th, 2006 · 5 Comments

I spent almost the entire afternoon yesterday researching accounting packages for the Mac. There really weren’t that many serious competitors.

[Read more →]

Tags: Reviews

First use of the Django Magic Removal

February 24th, 2006 · 3 Comments

Last night I took a break from my most recent Django app, a mailing-list manager, to explore the new "Magic Removal Branch".
I diligently followed the instructions on the Django Wiki to change my existing code. There were more changes needed than I’d anticipated, but they all made sense, so I didn’t mind. Better, […]

[Read more →]

Tags: Django · Python

What is it about PHP

February 22nd, 2006 · 1 Comment

I’m no fan of PHP, I believe it is a terrible language which produces insecure, ugly code almost all the time, yet I use it. It powers this blog, for example, and it will be powering the online store I am about to launch. Why do I use it when there are […]

[Read more →]

Tags: Rants · Wordpress

Selling my Fingerworks Touchstream ST

February 21st, 2006 · 3 Comments

As a followup to my article about curing typing pain, I decided to sell my Fingerworks Touchstream ST keyboard on eBay.
I was quite surprised to find that the company that made the keyboard has been sold and that no more are being made. That means that the excellent keyboards are usually selling for more […]

[Read more →]

Tags: Equipment

Prototype library - dissected

February 21st, 2006 · 2 Comments

Thanks, Jonathan Snook for creating such a useful (and gorgeous) set of printable reference sheets for the excellent Prototype library for Javascript.
I use Prototype to support almost all my Javascripting on the net, both at work and on personal projects. It is a great library, and this reference just makes it clear how clean […]

[Read more →]

Tags: Best Practices · Libraries · Javascript

Javascript Programming Conventions

February 16th, 2006 · No Comments

I’ve been meaning to write a Javascript “best practices” style guide for some time. Bad Javascript is just so painful to read and so easy to find that it brings a bad flavor to the whole language. I might be exaggerating, but only a little.
The Dojo Javascript Programming Conventions just released recently makes […]

[Read more →]

Tags: Best Practices · Javascript

IPython brings joy

February 14th, 2006 · 1 Comment

After my rant yesterday, it is time to share another programming tool I find absolutely indispensable. IPython is an enhanced command-line shell for Python.
By itself, that may not sound like much, but you really get a lot. You get command history, tab-completion, and automatic introspection of classes. That means you can look […]

[Read more →]

Tags: Open Source · Python

Bitter Java

February 13th, 2006 · 3 Comments

I’ve been saying for years “I spent the entire day today chasing down Java configuration errors when upgrading Resin 2 to Resin 3.

[Read more →]

Tags: Rants · Java

3 Column template with good Adsense placement

February 12th, 2006 · 6 Comments

The Three column style for Wordpress weblogs is getting very popular.

[Read more →]

Tags: Templates · Wordpress

Fresh design examples

February 10th, 2006 · No Comments

Web Design From Scratch has a nice, well illustrated article on Current Style in Web Design.
Of course, I don’t want to advocate always running with the herd, but in this case I’d argue that it isn’t so much the herd, but more of a pack. OK, so that isn’t such a great metaphor. […]

[Read more →]

Tags: Best Practices · Design · Uncategorized