At my day job I’m working with a database export from a LANrev system. If you don’t already know what LANrev is, you might as well stop reading now. I’m just putting this up on the web because I couldn’t find it there when I looked for it, and hopefully this will save someone the [...]
Of all the microformat specs, rel-nofollow has always been my least favorite. A lot of people don’t like rel-nofollow because it makes publishers even more prone to treat links as an implicit endorsement or agreement. And I share that concern, but my main problem with rel-nofollow is the first open issue on the microformat wiki: [...]
If you’re publishing any sort of complex statistics, it’s often helpful to be able to sort this data. If the data is coming from a database, you can often do this sorting on the server side rather easily, but sorting on the browser side in JavaScript is generally a better user experience. Contrary to what [...]
December 5, 2006 – 10:51 pm
PHP is a popular open source scripting language, but there’s no convenient way to share the source of a live site. It’s easy to make a publicly viewable copy of PHP scripts, but these copies are inevitably neglected when the live copy is updated. Source Browser is an attempt at solving this problem.
Source Browser should [...]