Links
Things worth reading. Or not. At least, I thought I'd rather keep them when I encountered them.1316 links so far, newest first.
alistapart.com
Screen-reader test results for the Fahrner Image Replacement technique, concluding that hiding text with display none or visibility hidden makes it inaccessible.
cygwin.com
cat <<EOF HOME is $HOME the date is `date` the date is $(date) EOF cat <<"EOF" HOME is $HOME the date is `date` the date is $(date) EOF cat <<\EOF HOME is $HOME the date is `date` the date is $(date) EOF
raphaeljs.com
Home of Raphaël, a small JavaScript library that draws vector graphics in the browser through SVG and VML, with a walkthrough comparing it to hand-written SVG.
wiki.php.net
PHP RFC proposing compile-time lambda functions and closures for the language, accepted and shipped in PHP 5.3.
code.google.com
Google's developer overview of Protocol Buffers, a language- and platform-neutral format for serializing structured data, with generated code for several languages.
multicians.org
Short essay arguing that each bug found should prompt three questions: is the mistake elsewhere too, what bug hides behind it, and how to prevent bugs of that kind.
alistapart.com
A List Apart article on how JavaScript methods lose their intended "this" when passed around, and how apply, call, wrapper functions and closures restore the binding.
code.google.com
Archived Google Code project for Flot, an MIT-licensed jQuery plotting library, whose code, issues and wiki have since moved to GitHub and flotcharts.org.
vimeo.com
A stop-motion animation made by painting and repainting murals across walls in public space.
noupe.com
Roundup linking to Photoshop and Illustrator tutorials grouped by effect — neon glows, smoke, text treatments, watercolour and vintage styling.
vim.org
Vim script repository entry for PDV, a plugin that generates phpDocumentor doc blocks for PHP 4 and 5 code.
davidwalsh.name
Post showing how to merge separate screen and print stylesheets into a single file using @media blocks, saving an HTTP request per page.
smashingmagazine.com
Free set of 18 PNG payment-method icons designed by Phil Matthews for showing accepted cards on online shops.



















