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


Link2008 May 29

django-compress - Google Code

An app with management command to concatenate and compress Javascript and CSS files. It also handles cache busting by appending a date string. I've done this manually with Makefiles but this looks more integrated and easy.

Link2008 May 14

Google Doctype - Google Code

For web developers, by web developers. The wiki has tons of articles on web security, DOM manipulation, CSS, and other various tips and tricks. Lots of great stuff from Mark Pilgrim.

BLOG2008 Mar 21

One of our Django sites finally went public

Brain Injury Partners: Navigating the School System

I'm excited to finally be able to announce a Django project we've worked on at ORCAS that was recently released to the general public.

The website's official title is Brain Injury Partners: Navigating the School System and is designed to give parents of school-aged children with a ...

BLOG2008 Mar 20

Google Charts API adds maps

The Google Charts API is growing and just added maps. To play I mapped all the US states that I've either lived in, visited, or driven through. Here's my map:

States Rob has touched

Link2008 Mar 05

Thmbnl.com

An online website thumbnail service.

Link2008 Feb 12

Fabric

Fabric is a simple pythonic remote deployment tool. This looks like a good Capistrano replacement for Python deployment.

Link2008 Feb 02

Blueprint Grid CSS Generator

A grid generator for Blueprint CSS that lets you specify number of columns, column width, gutter width, and overall page width. It then generates the grids.css file in both normal and compressed versions, and a grid.png file for testing. Nicely done.

Link2008 Jan 08

DOS ain't so bad after all ~ Authentic Boredom

Nice insight, but I love how web interfaces can add keyboard shortcuts. For example, I never miss my Mutt email client when Gmail has great support for keyboarding.

Link2008 Jan 07

Cornerz 0.1

A rounded corner javascript using jQuery that uses Canvas/VML for rendering.

Link2008 Jan 03

Better Web App Development

An interesting video (.mov file) covering a number of ways to produce web applications, including JSEE/JSP, Ruby on Rails, Plone, TurboGears, and Django. I really liked that the author showed the coding process for each one giving the viewer insight into each toolset. In the end it looks like Plone won out with Django coming in a close 2nd.

Link2007 Dec 27

Breadcrumbs In Django With Templates โ€“ martin-geber.com

An interesting spin on generating breadcrumb navigation by using Django's template inheritance and the not widely known about "block.super" variable.

Link2007 Nov 26

#3568 (Add support for serializing newforms to HTML) - Django Code - Trac

A ticket with patch to output Django's newforms widgets as HTML4 compliant widgets. I hope this lands.

Link2007 Oct 31

Activating the Right Layout Mode Using the Doctype Declaration

Explains how browsers use doctype sniffing to switch the layout mode between the quirks mode and the standards mode.

Link2007 Oct 31

Mozilla's DOCTYPE sniffing

How mozilla determines whether to use quirks mode based on doctype.

Link2007 Oct 25

Premailer โ€” preflight for HTML e-mail โ€” dunae.ca

An online script to convert an HTML document to support emailing. Converts CSS to inline CSS and other tricks for the best outcome in mail clients.

Link2007 Oct 18

Ned Batchelder: October 2007

This article describes a relative URL scheme that's rarely used but can be a life saver for those static media items when switching between HTTP and HTTPS pages.

Link2007 Oct 17

tabblo.developer.site >> Tabblo Print Toolkit

Tabblo has put together some nice tools for making print friendly HTML pages, including Javascript libraries and templates. I'd love to see the server-side layout engine, especially since Tabblo was written in Django.

Link2007 Oct 09

Web Design Practices | Home

A web presentation of Heidi Adkisson's Master's Thesis showing common web design practices and their frequency of occurrence.

Link2007 Sep 25

Typography, Beyond the Font

Nice PDF slides of Jeff Croft's talk on typography. Lots of great stuff for web typography and happily very little about fonts.

Link2007 Sep 20

Continuing Intermittent Incoherency ยป CSS 3: A Giant Serving Of FAIL

Great CSS3 rant. It highlights a few types of things web developers and designers want to see were it not for the glacially moving W3C.