Showing 1 - 3 of 3 items. (Page 1 of 1)


BLOG2008 Nov 20

Testing Emails with Django

Django ticket #8638 titled, "Provide setting to disable e-mail sending", caught my eye as an interesting item to look into. As I looked into it, however, I came up with a pretty simple way to set up testing that involves some settings.py changes and about 4 lines of Python ...

Link2008 Oct 01

Web Inspector Redesign

The latest WebKit nightly builds include a new Web Inspector. Nice new features include: a console with similar functionality of Firebug, element inspection/toggling/editing, resource pane showing all resources with their latency and HTTP headers, a new Javascript debugger with breakpoints and scope variable viewing, a profiler, and an HTML5 database viewer. Awesome stuff!

BLOG2008 Sep 19

Introducing the Django Debug Toolbar

Genesis

For some time I've been subscribed to the Symfony Project's RSS feed and have enjoyed their weekly summaries and watching another web framework grow. One of the ideas that I found while scanning a particular blog post was their "Web Debug Toolbar". I was inspired and the ...