Coder’s Eye

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

Coder’s Eye header image 4

Entries Tagged as 'Design'

Discovered the killer combo of Pysqlite and SQLObject

June 8th, 2006 · 2 Comments

At work, I’m doing a bunch of data acquisition on various machines outside the firewall. I think I’ve hit on an absolutely great combination of Python technologies to do this in a really manageable and scalable manner.
The design constraints:

No long-running processes. These are heavily loaded boxes. The data acquisition will run via […]

[Read more →]

Tags: Design · Libraries · Python

Why am I writing an ecommerce engine from scratch?

April 4th, 2006 · 4 Comments

Sometimes I have to remind myself why I am writing a brand-new shopping cart and product management system.

[Read more →]

Tags: Design · Django

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

Website Usability Guidelines

January 10th, 2006 · No Comments

Smart Money Daily points out a great resource for website usability guidelines. Created by the US national cancer institute, it gives more than simple “give img tags ‘alt’ attributes’. Instead, it goes into why you should do so, and even more importantly, what evidence there is that this is an important guideline for […]

[Read more →]

Tags: Design