-
CSS Technique: Morning Sunset
A novel CSS+Javascript effect that allows a site to blend from one full-page image to another as the visitor scrolls down the page.
-
Modelling Recurring Events in PHP
In a previous article, I described how set operations could be modelled in PHP. With that foundation, we can begin to generate complex date criteria suitable for modelling recurring events. There are a number of different kinds of date condition, which Martin Fowler terms “Temporal Expressions”. Typical temporal expressions include “Last Day in the Month”, […]
-
Set Operations in PHP
Modelling Set operations in PHP using object oriented classes to represent Union, Intersection and Difference.
-
Automatically Mounting WebDAV in Ubuntu with a FuseDAV Init Script
How to automatically mount a WebDAV share in Ubuntu using FuseDAV, an init script and a simple configuration file.