All articles by Peter Baumgartner

Thumbnail image for Easy Fabric Deployment, Part 1: Git/Mercurial and SSH

Easy Fabric Deployment, Part 1: Git/Mercurial and SSH

We’re firm believers in the practices described by the

Continuous Integration

method of software engineering. Among those are:

Maintain a code repository

Automate the build

Automate deployment

We use git for our code repositories and

Fabric

to automate our build/deployment …

Thumbnail image for Highlighting Named Anchors with jQuery

Highlighting Named Anchors with jQuery

I’ve always disliked the way named anchors (

<a href="#name">...</a>

) behave in browsers. It jumps your viewport to a different part of the page, but it’s rarely obvious which section you have landed on. If the page is long …

Thumbnail image for Django Best Practices

Django Best Practices

This post got a bit long-winded,

skip to the project announcment

if you prefer.

One of the things I love about Python and Django is the philosophy that

there is one obvious way to do things

. Standards make it …

Thumbnail image for Open Source Government

Open Source Government

While browsing the source code of President Obama’s latest web initiative,

recovery.org

, I noticed something of interest.

<

script

type

=

"text/javascript"

>

<!--

//--><![CDATA[//><!--

jQuery

.

extend

(

Drupal

.

settings

,

{

"basePath"

:

"/"

});

//--><!]]> …