These resources are provided free of charge. The graphics set contains templates and stencils for doing information architecture and interaction design work. The code set contains code snippets and scripts in PHP and Perl, including an application for generating sitemaps and flowcharts from files with tab separated values (e.g. exported from Excel).
Design
- Adobe Illustrator Template for Blueprint CSS Comps
An Illustrator document containing guides for creating comps adhering to the Blueprint CSS Framework. - Adobe Photoshop Template for Blueprint CSS Comps
A Photoshop document containing guides for creating comps adhering to the Blueprint CSS Framework. - Mini Icons
A set of small icons I made that may be of use in designing interfaces. - OmniGraffle Greeking Stencil
Lorem ipsum placeholder text as paragraphs, bulleted lists, and tables. - OmniGraffle Web Design Template
A basic template for creating web design deliverables in OmniGraffle. - OmniGraffle Wireframe Palette
A set of shapes for making wireframes in OmniGraffle. - Visio Wireframe Stencil
Template and shapes for making Visio wireframes.
Code Scripts and Snippets
PHP
- Graphviz Sitemap Generator
A tool to demonstrate how Graphviz can be used to generate site maps. - Site Skinner
A simple PHP script for skining or theming web sites. - Text and Image Randomizer
A PHP function to randomly include text or an image from any specified directory.
Embedded Perl
- Browser Detection
Script to detect browser version and assign to a variable. - Email Form
Script to handle email message delivery via an HTML form. - Getting Values from Query String
Code to loop through query string and get name/value pairs. - Getting Values Out of Hashes Using Loops
2 ways to get values out of a hash using loops. - List Files in Directory
Code to list files in a directory - Random Text Generator
Script to display a randomized item from an array. - Redirects
Code to redirect page to another URL. - Zebra Tables
Code to alternate background colors in tables.