Integrating Google Calendar Into Your Web site
Integrate Google Calendar into your Web site using a little PHP and javascript.
Full ArticleExplorations into theology, technology, leadership, and culture.
This is a quick 5 step tutorial for adding a Dreamhost e-mail account to your Microsoft Outlook. This won’t be very useful for a majority of my readers, but is used as a helpful reference for my customers. Most of them probably could figure this out on their own too, but it’s always helpful to […]
Print style sheets are a very handy (and becoming a necessary) part of content-driven CSS based sites. One never-quite-perfect aspect of print style sheets has been displaying link URLs in the print version. The current method is to use a little CSS/DOM trickery to place the URL after the linked text within the document. This […]
One of my favorite features of Flickr is the “notes” you can attach to photos to comment on various parts of it Flickr Style Image Maps with CSS Now I need to find a bit of Ajax to allow universal addition/editing of these comments…
A neat little trick to layer a couple of png files over eachother with a bit of CSS and some proprietary markup to get IE to behave. PNG Headers
Similar to Fahrner Image Replacement, only with Select Boxes instead of text! Select Something New, part 1 (parts 2 and 3 coming…)
Now here’s a handy thing… I have been staring at the daunting task of customizing Gallery’s templates to look like various blog sites I have set up (Lone Strangers, The Borseths, and matt and nancy dot org). This is a little tutorial on how to do that fairly easily. Integrating Gallery into Movabletype
Forms are usually pretty messy to deal with in a pure CSS layout. They look very nice in tables, but are rather hard and hackey to deal with without tables. The Man In Blue , along with Eric Meyer came up with some very pretty ways of dealing with Accessible, Semantic, Table-less form layouts