The Philosophy of WebNano

Why do so many web applications have the same components, yet so few actually share those components as libraries? Perhaps the philosophy of building web frameworks is the culprit. Zbigniew Lukasiak’s WebNano is an attempt to solve that problem.

Read it

Web Testing with HTTP::Recorder

HTTP::Recorder is a browser-independent recorder that records interactions with web sites and produces scripts for automated playback. Recorder produces WWW::Mechanize scripts by default (see WWW::Mechanize by Andy Lester), but provides functionality to use your own custom logger. Why Use…

Read it