Blog Detail
roderick.dk
http://roderick.dk
Personal blog for Morgan Roderick, mostly writing about web development related topics.
Recent Posts
Speeding Up Your Webby Site With Juicer
On this blog I use several stylesheets to keep things (somewhat) organised. This allows me to upgrade my coderay.css file or my Tripoli CSS stylesheets without having to reorganise everything. But, just because I like to organise my code into managab...
Perfect Pitch
Perfect Pitch is an article by Jeremy Keith that discusses some recent issues and misuses of DMCA unfairly to destroy competitors search engine rankings. It all started out as an innocent comment about attaining Perfect Pitch on The Session. This is ...
Combining JavaScript Files - Juicer vs Sprockets
Currently working on a project that has well defined use of “namespaces” and structured use folders for its JavaScript files. I wanted to investigate the options for combining and minifying JavaScript files. I need a tool that: can be run from ...
Installing Mercurial With Bash Completion from MacPorts
Now that Snow Leopard is out, I ran into a few issues with some of my installed ports. Upgrading them to run on the new 64-bit OS also gave me some grief. I decided to just start over with a clean slate for all my ports. Make sure to install the late...
TextMate snippet for creating Low Pro Behaviors
Behaviours To encapsulate complex javascript behaviour on websites, I have been using Dan Webb’s Low Pro library for several years. Low Pro allows you to create self-contained Behavior classes, which avoids polluting the global namespace with varia...
Disable Webpage Preview Images in Safari 4 Final
I’ve finally managed to switch off the final remnant of the Top Sites feature in Safari 4, the automatic generation of ‘Webpage Previews’ I’ve previously written about how to Reclaim Disk Space From Safari 4, where I detailed how to set up a ...

