Archive for the “downloads” Category

Amazon Plugin Authorization

Starting August 15th, the AWS Product Advertising API, as the former E-Commerce Service is now called, will only accept signed requests. The plugin will stop working if you don’t update. Thus I needed to re-engineer a few functions of my WordPress Amazon Machine Tags Plugin. […]

Enhanced Keyboard-accessible Google Maps

Patrick H. Lauke wrote an excellent article about keyboard-accessible Google Maps on the Opera Developer website. Still I was able to improve it slightly when I implemented an accessible map myself. I would like to share these modifications with you.

Better Foreground Sprites

A while ago I wrote about using CSS Sprites in img tags — Foreground Sprites. Thus you avoid HTTP requests, but the page turns really ugly when CSS is switched off because the sprite image will be displayed in its full size. Now Google’s accessibility specialist T.V. Raman explained their idea of using sprites for foreground images — a much better solution!

WordPress Goodies with InlineRSS

Christmas is over, but I thought I might share a few of the scripts used on this site with you anyway. The key is an incredibly useful plugin called inlineRSS that pulls everything you throw at it into your site. You only need some XSLT magic. Since XSLT isn’t everyone’s strength, just copy my files. […]

Amazon Machine Tags Plugin for WordPress

I always wanted to implement one thing since I started the blog: a simple inclusion of Amazon items. I didn’t want to search through results that existing plugins provided. When I wrote about something like a book, I already used machine tags to identify the subject! So I found the inspiration to write my first real WordPress plugin: Amazon Machine Tags. […]

Cost-Effectiveness of Accessibility

Last week I talked at a geek meeting about the cost-effectiveness of accessibility. Inspired by Dave Wilton’s talk at the European Accessibility Forum about their most impressive redesign of the Legal & General website, I decided to do some research and adopt it to the German market. The presentation is now available in German or English. […]

XHTML 1.1 Second Edition with Target Attribute

When I switched from HTML 4 to XHTML 1.1 a couple of years ago, I soon found the target attribute was missing. I have never been in love with the target attribute anyway, but some clients insisted that their links should open in a new window. So I did some research. […]

Website Performance Tweaks

In the last six months I became more aware of techniques for optimizing website performance. I learned about memory leaks and JavaScript performance, but what impressed me most was Nate Koechley’s presentation about large scale website performance issues in “Yahoo! vs. Yahoo!” at the @media conference 2006. In the meantime there have been more blog posts about particular aspects of performance optimization, so I wrote a summary. […]