- Read on Saturday, January 15, 2011
-
-
Videos von Alexander Lehmann | extra 3
Satirische Videos zu aktuellen Themen. Sehr sehenswert.
Visit
-
Videos von Alexander Lehmann | extra 3
- Read on Saturday, October 2, 2010
-
-
Gerd Jütten Fotodesign
Amazing works featuring architecture.
Visit
-
Gerd Jütten Fotodesign
- Read on Tuesday, August 17, 2010
- Read on Wednesday, May 19, 2010
-
-
Debugging, problem solving and Einstellung
Nice write up about how debugging should work and what some programmers do.
Visit
-
Debugging, problem solving and Einstellung
- Read on Friday, May 14, 2010
-
-
Cassandra - A Decentralized Structured Storage System
Extensive paper on Cassandra and how Facebook uses it.
Visit
-
Cassandra - A Decentralized Structured Storage System
- Read on Wednesday, May 12, 2010
-
-
Cassandra @ Twitter: An Interview with Ryan King
Great interview about Twitters plans to use Cassandra. Featuring questions like, Why?, How?, etc. Very good read.
Visit
-
Cassandra @ Twitter: An Interview with Ryan King
- Read on Sunday, May 2, 2010
-
-
What Powers Curse
David Cramer provides an inside look into the architecture of a huge django installation. It really worths a read.
Visit -
5 Ways to Speed Up Your Site
Paul Stamatiou explains how you can speed you your page very effectively. Great article.
Visit -
Media and performance
Great article on how to serve media in a very performant way.
Visit
-
What Powers Curse
- Read on Monday, March 22, 2010
-
-
Integrating Facebook Connect with Django in 15 minutes
Visit -
Django snippets: Better Static Image Serving With Fallback
Serves images from a local directory, but if it doesn't find it locally, then go look for it on a server. This is useful for sites with very large amounts of static content. Instead of copying all your prod images to dev every time you update the database.
Visit
-
Integrating Facebook Connect with Django in 15 minutes
- Read on Wednesday, March 17, 2010
-
-
Create a Realistic Hover Effect With jQuery
Great effect for e. g. navigation elements.
Visit -
Reflection.js for jQuery
This is an improved version of the reflection.js script rewritten for the jQuery javascript library. It allows you to add instantaneous reflection effects to your images in modern browsers, in less than 2 KB.
Visit
-
Create a Realistic Hover Effect With jQuery
- Read on Monday, March 8, 2010
-
-
SearchableManager
A drop-in chainable manager for providing models with basic search features such as +/- modifiers, quoted exact phrases and ordering by relevance.
Visit
-
SearchableManager
- Read on Friday, February 26, 2010
-
-
Django snippets: jstree in change_list for mptt models
Admin for mptt enabled Models.
Visit -
Django Multipart Templated Email
A replacement for sending mail that takes the name of a template which exists in both text and html formats, and uses these to create a multipart email populated with the given context.
Visit -
Admin App/Model Custom Ordering
This combination of settings.py admin_reorder_tag.py and admin/base_site.html gives you the ability to define custom ordering for the apps and models in the admin app.
Visit
-
Django snippets: jstree in change_list for mptt models
- Read on Friday, February 19, 2010
-
-
Admin actions as buttons instead of a menu
Add this to any admin changelist and your actions drop-down will be replaced with user-friendly buttons.
Visit
-
Admin actions as buttons instead of a menu
- Read on Wednesday, February 10, 2010
-
-
Get admin url for a model
Add this to your model to be able to get their admin change link from anywhere.
Visit
-
Get admin url for a model
- Read on Saturday, February 6, 2010
-
-
Celery v0.9.6
Celery is a task queue/job queue based on distributed message passing. It is focused on real-time operation, but has support for scheduling as well.
Visit
-
Celery v0.9.6
- Read on Tuesday, January 26, 2010
-
-
Fixing the Google Account problem
Visit -
jQuery Double Click Edit ManyToMany in Admin
Very nice: Put this in your templates/admin/change_form.html template and you will be able to double click a manytomany in a multi select to be able to edit it.
Visit -
Fieldsets for Views
This Snippet allows a view to controle the printed forms on the templates, in a similar way to the fieldsets used by the django admin.
Visit -
Django snippets: jstree integration to django admin
JSTree implementation for Django admin.
Visit -
Admin Apps Names Translation
This Snippet allows for your project's apps names to be displayed as you want in the Admin, including translations.
Visit
-
Fixing the Google Account problem
- Read on Sunday, January 24, 2010
-
-
Linux performance basics
Some Linux performance basics.
Visit
-
Linux performance basics
- Read on Tuesday, January 5, 2010
-
-
Flexible date form fields
Django: Flexible date form fields accepting (almost) any input at elsdoerfer.name
Visit
-
Flexible date form fields
- Read on Monday, October 19, 2009
- Read on Sunday, July 12, 2009
-
-
XMLTV.info
Das deutsche Fernsehprogramm im xmltv Format.
Visit
-
XMLTV.info
- Read on Saturday, July 11, 2009
-
-
django-authority
Looks great: A Django app for per-object-permissions.
Visit
-
django-authority
- Read on Sunday, July 5, 2009
-
-
Improved sortby template tag
Variation on dictsort using attribute access. Nested attributes can be used, like, "obj.attr.attr_attr"
Visit
-
Improved sortby template tag
- Read on Saturday, July 4, 2009
-
-
Django Design Patterns
A great collection of patterns which are occuring commonly with Django.
Visit
-
Django Design Patterns
- Read on Monday, June 29, 2009
-
-
Instant Django
A portable Django development environment for Windows.
Visit
-
Instant Django
- Read on Friday, June 26, 2009
-
-
SilkSprite Blueprint Plugin
Silk Sprite is a Blueprint CSS plugin providing the Popular Silk Icon Package in CSS Sprite form to improve peformance and ease of use.
Visit
-
SilkSprite Blueprint Plugin
- Read on Thursday, June 18, 2009
-
-
South
Intelligent schema migrations for Django apps.
Visit -
Counter model - run multiple persistent counters
This looks really handy.
Visit -
SWFUpload jQuery Plugin
This looks really great.
Visit
-
South
- Read on Wednesday, June 17, 2009
- Read on Monday, June 15, 2009
-
-
Twitter Streaming API
For applications that require near-realtime access public statuses.
Visit
-
Twitter Streaming API
- Read on Sunday, June 14, 2009
-
-
app-engine-patch
Looks pretty good, maybe I'll give it a try.
Visit
-
app-engine-patch
- Read on Saturday, June 13, 2009
-
-
Dust-Me Selectors
Looks great: A Firefox extension that finds unused CSS selectors.
Visit -
Offline Processing On App Engine
PDF on Google's approach to queue tasks; looks very nice.
Visit
-
Dust-Me Selectors
- Read on Friday, June 12, 2009
-
-
Django Test Utils
Seems to be a great application, which helps to build tests.
Visit -
Django Testing
Great slides on how to test Django projects.
Visit -
DRY Fieldsets
A DRY method of declaring django fieldsets, finally! Great Work.
Visit
-
Django Test Utils
- Read on Thursday, June 11, 2009
-
-
Custom nose runner
Uses nose test runner, which will discover ALL tests in the application (not just from the tests module of your applications).
Visit -
LoginAsForm - Login as any User without a password
Visit -
manage.py for eclipse with pydev debugging
Showing how to configure Eclipse with PyDev to give you code complete, and breakpoints.
Visit -
django-markup docs
This app is a generic way to provide filters that convert text into html.
Visit
-
Custom nose runner
- Read on Saturday, June 6, 2009
-
-
Better living through a Venn diagram
Great graphic.
Visit
-
Better living through a Venn diagram

