Bookmarks for tag development
Tagging support for django models, including form fields, template tags and a pile of helpful support functions
A tutorial to get going with Form Wizards in django, eg chaining multiple Django forms together in series.
Introduces the HaskellDB API which provides a monadic DSL for relational database interaction backed onto two different general haskell DB APIs (HDBC or HSQL) – apparently unmaintained
Straight forward SQL DB abstraction layer for Haskell
Using Typeable typeclass to do semi-dynamic programming in Haskell
Adding Ajax Detection To HttpRequest
Given a list of text files in a similar format, templatemaker creates a template that can extract data from files in that same format.
Keith Devens list of programmer fonts
A library to aid in the development of multiprocess programs in python. Implements the same API as threading does for threads and adds some more tools
Notes on running python scripts that depend on django
Bill de hÓra explains why DVCS are nicer than CVCS
Short snippet of code to send out 500 errors on django failure
Ryan Tomayko talks about how GIT solves some VCS problems, with side notes about other systems such as SVN and BZR
Discussion of Googles App Engine as a python and django platform. Lots of python is missing.
Slides from a talk about django’s current and future internals
Oliver Steele presents three little Javascript libraries that provide a lot of power. Worth a look just for picking up ideas at least
Using WSGI to build a web framework with python. A tutorial
Twotp is an implementation of the Erlang node protocol written in Python using the Twisted networking engine. It makes possible to run an Erlang node in Python, like the Jinterface library of Erlang allows to do in Java. You can then call methods on an Erlang node or receive method calls.
Notes on the internals of memcached and some best practises to consider
How and how not to use Python
Python documentation on the standard profiling tools
Why shows how to using ruby 1.9 and python 2.5 to take ruby bytecode, convert it to python byte code and then decompile it back to python source
Tests and examples of the new django OneToOneField post queryset refactor.
bzr-svn plugin to the bzr distributed version control system
Middleware which prints out a list of all SQL queries done for each view that is processed. This is only useful for debugging.
Instructions for setting up an (X)HTML editing environment for Emacs suitable for Web Developers.
Overview over various javascript modes for emacs
MMM Mode adds support for Multiple Major Modes to emacs
Extension commands for django management tool.
Tags:
cocoa,
development,
django,
freemarker,
kvc,
leopard,
mgtemplateengine,
objective-c,
smarty,
source,
template,
webkit
Matt Legend Gemmell has implemented a text templating system for Cocoa. Similar to django and smarty.
Trac’s post commit hooks for SVN to support fixes #123 e etc
Steve Yegge’s JavaScript mode for emacs
Tools to help find bugs or style issues in python code.
A book, available for free online, about programming Haskell with a real world rather than theoretical or mathsy focus.
Angus has released the first beta of his rewritten hack for PNG support in Internet Explorer 6+
Haskell Web Application Interface, similar to WSGI for python. A generalised API for building web applications
Massive and detailed documentation for Monads in Haskell
