Coder’s Eye

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

Coder’s Eye header image 4

Entries Tagged as 'Libraries'

Sqlite3 made Safari Crash

July 3rd, 2006 · No Comments

Short story: upgrading SQLITE3 makes Safari crash in OSX.
Using Sqlite on several systems recently, I decided to upgrade the installed Sqlite on my Macbook Pro. Otherwise I kept running into version incompatibility problems between the Linux systems and my Mac.
Compiling was easy enough, but by habit before I installed the new libraries, I made […]

[Read more →]

Tags: Libraries · Macintosh

SQLAlchemy = Another great SQL Frameword

June 19th, 2006 · No Comments

Just a few days ago, I was talking about how much I enjoy PySqlite, and now I’ve found another great tool for my SQL war chest. SQLAlchemy
I am already using it for another part of a big multi-database reporting project. The fun part for me is that it is more modular and less demanding […]

[Read more →]

Tags: Libraries · Python

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

Magic Removal Success!

May 1st, 2006 · No Comments

I’m pleased to report that the Django magic removal branch is now much easier to use. It feels stable, the docs are getting complete, and I see now that the branch has now been merged to the head.My magic-removed code works great, and is passing all its tests with flying colors. Total time taken for three apps was approximately 4 hours.

[Read more →]

Tags: Django · Libraries · Python

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

How to install Cheetah on Dreamhost

January 23rd, 2006 · 2 Comments

Installing Cheetah on Dreamhost’s shared servers is actually a snap.

[Read more →]

Tags: Libraries · Python

Prototype modification to fvlogger

January 20th, 2006 · 2 Comments

fvlogger.js is a fine logging system for Javascript, but when you are already using Prototype.js, it unnecessarily duplicates a lot of functionality. I’ve forked the original code to “fvlogger 1.0.proto”, removing this duplication.

[Read more →]

Tags: Libraries · CSS · Open Source · Javascript · Downloads

Django encourages Flow

January 8th, 2006 · 1 Comment

Django is one good web framework.

[Read more →]

Tags: Django · Libraries · Python

AJAX goodness for Invisible Castle

January 2nd, 2006 · 3 Comments

I just rolled my first real AJAX application out to a to testing.

[Read more →]

Tags: Libraries · Open Source · AJAX · Javascript