excess.org

Ian Ward

Consulting
GenericConsulting.ca
Software
Urwid 2008-07-14 (0.9.8.3)
Speedometer 2008-05-29 (2.6)
Templayer 2006-09-25 (1.4)
mkzip.py 2003-09-15 (1.2)
File Tosser 2001 (0.1e-6)
Writing
Tags

Home

Ian Ward's email:
first name at this domain

Facebook profile

Locations of visitors to this page

Articles Tagged “Templayer” rss icon

Fixed Layout Example
Posted on 2007-10-02, last modified 2007-10-03.

I recently put together a page with some wedding photos and I wanted to create something a little different than the standard web photo galleries you can find everywhere. I decided to lay out the thumbnails overlapping and clustered on the page, based on their subjects.

My first thought was to mock-up the page using Inkscape then copy and paste coordinates and sizes from its interface. Fortunately Inkscape's file format is dead-simple and all I had to do was write a little script and I could generate HTML and thumbnails straight from my Inkscape layout.

Read More …

Tags: Templayer


Django-powered excess.org link
Posted on 2007-06-03, last modified 2007-06-22.

After eight years as a static page with a bunch of links, excess.org has gone dynamic. I've used the Django web development framework and my own Templayer HTML templating library to update the site. I hope to use this page to announce updates to my projects and write occasionally about things I am working on.

Tags: Django Templayer