Monthly Archives: June 2005
Firefox Extensions: Introduction and Live HTTP Headers
    wget -S -O /dev/null http://www.chrisdolan.net/
    curl -I http://www.chrisdolan.net/
    X-Bender: Farewell, big blue ball of idiots!
When caches go bad
- 
find . -name '*.as' | xargs touch
- 
find ~/Library/Application*Support/Macromedia/Flash*MX*2004/en/Conf*/Classes \ -name '*.aso' | perl -lpe 'unlink $_'
if  (timestamp(object file) == timestamp(source file))
    reuse object file
else
    recompile source file
    set timestamp(object file) = timestamp(source file)
Working with UTF-8 on OSX
(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(prefer-coding-system 'utf-8)