Simeon Franklin

Code

Most of my work is not open-sourced. From time to time I write small utilities for my own enjoyment and I'll link to them here.

Edusite

For my daughter - a script to generate an educational website. YAML data files are parsed, images are resized and using Jinja2 templates I get a static website with fact pages, question/answer, quizzes, a memory game, etc. See the blog post and code.

Pydelatt

A python script to parse maildir formatted emails and delete attachments while preserving the original email. See the blog post and code.

Sitemeter Widget

I wrote an iGoogle widget to show my Sitemeter.com stats on my Google homepage. I recently migrated it to Google Code and you can get the code there or read the original blog post about it here.

Scriptaculous QuickForms drag-n-drop control

As blogged about here, I wrapped the the drag-n-drop list functionality of the popular scriptaculous library in a PEAR Quickform control. The result is that you can pass an array of data to the control, it generates a user draggable list and every user re-ordering of the list generates a hidden field with the sorted order of the data...