Bookmarks for tag development

django-tagging application
Tags: application, brehaut.net, development, django
Tagging support for django models, including form fields, template tags and a pile of helpful support functions
FormWizard: multiple-step forms in Django
Tags: development, django, forms, formwizard
A tutorial to get going with Form Wizards in django, eg chaining multiple Django forms together in series.
HaskellDB Introduction
Tags: development, functional, haskell, pdf, sql
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
Haskell Database.HDBC
Tags: databases, development, haskell, sql
Straight forward SQL DB abstraction layer for Haskell
Scrap your boilerplate … in Haskell
Tags: development, dynamic programming, haskell, typeable
Using Typeable typeclass to do semi-dynamic programming in Haskell
Django request is_ajax method
Tags: ajax, development, django
Adding Ajax Detection To HttpRequest
templatemaker - Google Code
Tags: development, python, scraping, templating
Given a list of text files in a similar format, templatemaker creates a template that can extract data from files in that same format.
Programming Fonts
Tags: development, editors, fonts
Keith Devens list of programmer fonts
Documentation for processing-0.50
Tags: concurrency, development, processes, python
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
The B-List: Standalone Django scripts
Tags: development, django, python, scripts
Notes on running python scripts that depend on django
What a DVCS gets you (maybe)
Tags: branching, development, dvcs, version control
Bill de hÓra explains why DVCS are nicer than CVCS
Django error notification with jabber
Tags: development, django, errors, xmpp
Short snippet of code to send out 500 errors on django failure
The Thing About Git
Tags: bzr, development, git, svn, tools, version control
Ryan Tomayko talks about how GIT solves some VCS problems, with side notes about other systems such as SVN and BZR
The B-List: Batteries sold separately
Tags: development, django, google, python
Discussion of Googles App Engine as a python and django platform. Lots of python is missing.
Django: Under the Hood
Tags: development, django, python, web
Slides from a talk about django’s current and future internals
Three Small Javascript Libraries
Tags: development, javascript, libraries, web
Oliver Steele presents three little Javascript libraries that provide a lot of power. Worth a look just for picking up ideas at least
Another Do-It-Yourself Framework
Tags: development, frameworks, python, tutorial, web, wsgi
Using WSGI to build a web framework with python. A tutorial
Twisted interface to Erlang OTP in Launchpad
Tags: development, erlang, python, twisted
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.
Memcached Internals
Tags: caching, development, django, memcached, technology
Notes on the internals of memcached and some best practises to consider
PEP 3108 — Standard Library Reorganization
Tags: development, python, python 3.0
Idioms and Anti-Idioms in Python
Tags: development, documentation, idioms, python
How and how not to use Python
The Python Profilers
Tags: development, profiling, python
Python documentation on the standard profiling tools
hackety org - Sneaking Ruby Through Google App Engine (and Other Strictly Python Places)
Tags: cross compiling, development, google app engine, hacks, python, ruby
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
New Django OneToOne models field examples
Tags: development, django, onetoone
Tests and examples of the new django OneToOneField post queryset refactor.
BzrForeignBranches/Subversion
Tags: bazaar, bzr-svn, development, subversion, version control
bzr-svn plugin to the bzr distributed version control system
Django snippets: SQL Printing Middleware
Tags: development, django, middleware
Middleware which prints out a list of all SQL queries done for each view that is processed. This is only useful for debugging.
Emacs WebDev Environment
Tags: development, emacs, modes, web
Instructions for setting up an (X)HTML editing environment for Emacs suitable for Web Developers.
Editing JavaScript in Emacs
Tags: development, elisp, emacs, emacs lisp, javascript, web
Overview over various javascript modes for emacs
Multiple Major Modes for emacs
Tags: development, emacs, modes, web
MMM Mode adds support for Multiple Major Modes to emacs
django-command-extensions - Google Code
Tags: development, django, management
Extension commands for django management tool.
MGTemplateEngine - Templates with Cocoa
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 SVN Post Commit Hook
Tags: development, python, svn, trac
Trac’s post commit hooks for SVN to support fixes #123 e etc
js2-mode
Tags: development, emacs, javascript, js2-mode, yegge
Steve Yegge’s JavaScript mode for emacs
Static Code Analizers for Python
Tags: development, pychecker, pylint, python
Tools to help find bugs or style issues in python code.
Real World Haskell
Tags: books, development, haskell, programming
A book, available for free online, about programming Haskell with a real world rather than theoretical or mathsy focus.
IEPNGFix v2.0 Alpha 1 - TwinHelix Forums
Tags: angus, development, iepngfix, javascript, twinhelix, web
Angus has released the first beta of his rewritten hack for PNG support in Internet Explorer 6+
WebApplicationInterface - HaskellWiki
Tags: development, haskell, software, wai, web, wsgi
Haskell Web Application Interface, similar to WSGI for python. A generalised API for building web applications
All About Monads
Tags: development, haskell, monads
Massive and detailed documentation for Monads in Haskell

Related tags

ajax, angus, application, bazaar, books, branching, brehaut.net, bzr, bzr-svn, caching, cocoa, concurrency, cross compiling, databases, django, documentation, dvcs, dynamic programming, editors, elisp, emacs, emacs lisp, erlang, errors, fonts, forms, formwizard, frameworks, freemarker, functional, git, google, google app engine, hacks, haskell, idioms, iepngfix, javascript, js2-mode, kvc, leopard, libraries, management, memcached, mgtemplateengine, middleware, modes, monads, objective-c, onetoone, pdf, processes, profiling, programming, pychecker, pylint, python, python 3.0, ruby, scraping, scripts, smarty, software, source, sql, subversion, svn, technology, template, templating, tools, trac, tutorial, twinhelix, twisted, typeable, version control, wai, web, webkit, wsgi, xmpp, yegge