Coder’s Eye

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

Coder’s Eye header image 4

Entries from January 2007

Dell CN 3100 for OSX

January 24th, 2007 · 8 Comments

I just got my beautiful new color laser printer from Dell. I did a lot of research, and I really think Dell’s CN3100 is the best color laser under $400 (if you buy it from delloutlet.com).

[Read more →]

Tags: Equipment · Tips · Macintosh

Howto use Satchmo as an App

January 10th, 2007 · 3 Comments

I’m going to be using Satchmo to power the backend of a highly customized store that I’m building for a new client.

[Read more →]

Tags: Best Practices · Django · Open Source · Python

Django Newforms HiddenInput Values

January 3rd, 2007 · 4 Comments

I really like Django’s newest module for forms, “newforms”. Despite its currently lacking documentation, it is well worth learning.It feels much more “Pythonic” than the old manipulator-based method. Less magic is going on, and less constant reference to the manual is needed.

[Read more →]

Tags: Django · Python