Projects

Below you'll find projects I've released to the world
  • Django

    • JSONField

      django-jsonfield is a custom field which allows you store JSON in your model without having to serialize/deserialize every time you make changes.

    • Wordpress Parser

      django-wordpress-parser is an application that helps migrate from Wordpress (WXR format) to Django. Currently it integrates with django.contrib.comments but not any blogging engines. There is an example importer to show you how to use the parser.

    • Django Admin: Default Values

      Django Admin default values is a Greasemonkey script that makes setting default values in a Django Admin easier. Currently there isn't a great way to do this through Django itself, so Greasemonkey is here to the rescue.

  • Wordpress

    • SEOSense

      SEOSense is a WordPress theme that aims to optimize your site for search engines and AdSense. It also tried to be a flexible platform to build themes from. SEOSense sets up your site structure in a way that is clean, accessible and search engine friendly.

    • Ask A Question

      Ask A Question is WordPress plugin that allows users to easily ask questions through a form on your site. It tries to simply the process through AJAX, but also knows how to fallback to normal HTML if Javascript is disabled.

  • Python

    • Google Insights API

      Update: Google has changed the way their Insights API works. This module hasn't been updated yet. This is a Python module for inspecting Google Insights data.

  • Mint

    • Attention Span

      Attention span is a Mint plugin that displays how well your website holds attention, through metrics such as bounce rate and pages per visit. It provides overall trends and detailed hour-by-hour analysis to determine how well your website is performing.

  • Bash

    • Envsync

      Envsync is a utility to help manage your environment configuration across different platforms. It grew out of my frustrations while working on multiple servers and having different configuration files for each set of tools.