Category Archives: Web
FastCGI issues in Lighttpd 1.4.13
I ran into a set of problems recently with Lighttpd, which otherwise has been a marvellous piece of software. I use Lighty as a load-balancing proxy front-end for a set of backend request-handling servers written in Python, using the Pylons … Continue reading
Web Presentations
PowerPoint is a good product, but for the majority of presentations which are really quite simple it is overkill. Enter two webified candidates: S5 from Eric Meyer and AJAX-S(lides) from Robert Nyman.
Yahoo! Design Pattern Library
I just spotted Yahoo! has documented their design patterns! Read more on http://developer.yahoo.net/ypatterns/. Note also that they have released their JavaScript library for user-interface design.
HTTP header debugging
For those that use Firefox (who doesn’t??), there’s a very useful tool called LiveHeaders. If you still use IE6, you can try Fiddler instead. If you’re brave you can install the pre-release IE7!