headermask image

header image

Monthly Archives: July 2009

Drupal request_uri returns broken absolute URLs when served from an Apache VirtualHost

After upgrading my Drupal site to the latest point release (5.19), before transitioning to version 6, I discovered that the action parameter of all rendered forms were being prefixed a slash ‘/’. This in itself is reasonable since one would expect the REQUEST_URI server variable to return a relative URL. However, as I host several [...]

The Mammalian Diving Reflex

From Wikipedia:
“The mammalian diving reflex optimizes respiration which allows mammals to stay underwater for a long time. It is exhibited strongly in aquatic mammals (seals, otters, dolphins, etc.), but exists in a weaker version in other mammals, including humans. Diving birds, such as penguins, have a similar diving reflex. Every animal’s diving reflex is triggered [...]

Microsoft Visual Studio 2005 crashes when typing into a code window while debugging

When debugging my VC++ projects, I routinely make use of ‘Edit & Continue’ by modifying code in the Visual Studio environment while stepping through the compiled code. Recently I found that typing into a code window would cause Visual Studio to become unresponsive for a long period. Checking Task Manager, I found that WerFault had [...]

Changes in ActionScript code not reflected in published content

While working on a Flash project in Adobe Creative Suite CS4, I was editing some ActionScript 2.0 code (AS) stored in a separate code file from the main Flash document (FLA). I decided to revert to an older version of the whole project, thereby going back to FLA and AS files with an older timestamp. [...]