October 30, 2008 – 4:54 pm
WatiN (pronounced as What-in) is a browser automation library for .NET that was inspired by the Ruby based Watir and FireWatir frameworks. It allows C# and VB.Net applications to programatically interact with a browser to perform tasks such as going to a web page, filling out fields and clicking on buttons. The current version only works [...]
October 28, 2008 – 6:02 pm
HttpWatch version 6.0.17 is now available for download and includes support for the Firefox 3.1 Beta 1.
The version history lists the changes made in this update and you can find out more about the Firefox 3.1 Beta 1 on this page:
http://www.mozilla.com/en-US/firefox/all-beta.html
October 15, 2008 – 1:23 pm
When you setup a web server there are generally two types of caching that you need to configure:
HTML resources are expired immediately so that any changes made to a site are quickly picked up by existing users.
You set everything else (e.g. images, CSS, Javascript) to expire at some distance time in the future.
This caching scheme is covered [...]