I’ve been playing with APIs lately, namely Django Tastypie, and this looks like a great way to interact with it while developing and testing.
Some great tips for using SSH.
An awesome slide deck from Simon Willison with great code examples for some of the more complex tasks of building a Django websites, like search and facets, asynchronous processing of anything taking more than 200ms, and automated deploys.
Always wondered about an easy way to test threading and concurrency issues. This post shows a decorator you can add to your views to simulate N number of threads.
Excellent description of the browser workflow and how to use HTML5 video while falling back to Flash for unsupported browsers/codecs.
I love these articles walking you step by step on using R.
The site Idan Gazit and I worked on that showcases upcoming features of the next Django release. Built with new-ish technologies like the upcoming Django release, HTML5, and CSS3 — it was a fun…
Tips and explanations for common IE6 problems.
Matt Snider shows how to accomplish a nice UI that keeps its vertical height on long strings by truncating strings with an ellipsis using only CSS on the client side. Complete with Firefox example…
