16 Items for January 2008


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.

Link2008 Jan 03

How Many HTML Elements Can You Name in 5 Minutes?

This is kinda fun in a stress you out and rack your brain kind of way. I got 57 out of 91 html elements. Remembering h1-h6 felt good.

Link2008 Jan 04

Front Range Pythoneering: Django on Jython: Minding the Gap

Django running on Jython. Great news. Sounds like lots of good things for both Django and Jython.

Link2008 Jan 04

John Resig - Untold JavaScript Secrets

Wow... definitely a book I'd like to read.

Link2008 Jan 06

DojoX DTL (Django Template Language) | The Dojo Toolkit

An implementation of Django Templates in Javascript, brought to you buy the Dojo Toolkit.

Link2008 Jan 07

Cornerz 0.1

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

Link2008 Jan 08

Python Google Chart

A Python wrapper for Google's charting API that generates URLs and grabs images.

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 15

PyFacebook

PyFacebook is a thin wrapper for accessing Facebook's RESTful API through Python. I like the integration with manage.py to layout the facebook app skeleton.

Link2008 Jan 17

Automatic conversion from simple, accessible data tables to YUI Charts ยป Yahoo! User Interface Blog

A very nice example of progressively enhancing an HTML table into a graphical chart, using YUI tools.

Link2008 Jan 17

Deploying Compacted Javascript with Django

A Django management command plugin to concatenate and minify Javascript files to reduce HTTP requests and file size. I love how it ties into Django and the DEBUG state.

Link2008 Jan 17

Apple Announces Free iPod Recycling Program at US Retail Stores

I didn't know about this program (or had forgotten). I may have to take advantage of it soon!

Link2008 Jan 23

Django People

Simon Willison pushed out a Django website that shows Django users by location. See Django users near you.