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

Posted in Web | Comments Off

AJAX debugging in Firefox

Firebug solves the problem!

Posted in AJAX, Web | Comments Off

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.

Posted in AJAX, Web | Comments Off

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.

Posted in AJAX, Web | Comments Off

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!

Posted in Networking, Web | Comments Off