<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; monitor websites</title>
	<atom:link href="http://www.ghacks.net/tag/monitor-websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatically Reload Websites With Auto F5</title>
		<link>http://www.ghacks.net/2009/11/17/automatically-reload-websites-with-auto-f5/</link>
		<comments>http://www.ghacks.net/2009/11/17/automatically-reload-websites-with-auto-f5/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 09:49:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[monitor websites]]></category>
		<category><![CDATA[reload websites]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=18595</guid>
		<description><![CDATA[It happens sometimes that you are on a website waiting for something to happen, for example a download that should be available on that day or a registration form for a new web service. And then there are times where you want to reload a page because the contents change all the time. This can [...]]]></description>
			<content:encoded><![CDATA[<p>It happens sometimes that you are on a website waiting for something to happen, for example a download that should be available on that day or a registration form for a new web service. And then there are times where you want to reload a page because the contents change all the time. This can be pages that display random photos and images or forums with a large userbase. There are two options to deal with these situations. The first option is to use a program to <a href="http://www.ghacks.net/2009/09/07/monitor-website-changes/">monitor website changes</a>. This program, once configured will periodically check the websites to see if they have changed in the meantime.</p>
<p>The second option is a script to automatically reload a website periodically. And one of these scripts is the Greasemonkey script Auto F5 which can automatically reload websites.</p>
<p><span id="more-18595"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/11/auto_reload.jpg" alt="auto reload" title="auto reload" width="467" height="245" class="alignnone size-full wp-image-18596" /></p>
<p>Auto Reload can be activated with the keyboard shortcut [Shift t]. This will bring up the configuration menu where the web user can configure the automatic reload on the active website. Configurable settings include the reload interval with the default being 5 minutes, a random value that is added to the timeout and the following options that require more explanation:</p>
<blockquote><ul>
<li>The option &#8220;Ignore everything after these symbols in URL&#8221; is a little bit difficult to explain: if there are session id´s in the URL the timeout would only work for this session, but if one wants this page to be refreshed in every session one can enter separators that determine sessions and other things. Another example would be that one wants to store a refresh value for a whole site with its subfolders etc.. Therefor one could enter the &#8220;/&#8221; as a separator.</li>
<li>&#8220;Include the separators in the URL saved&#8221; as an additional option for the separators: imagine one wants to have a timeout for all subfolders of /topics/21456/ (discussion of this script) and puts it in the list of separators. Then the URL saved by this script would be http://userscripts.org/ which may not be what one wants, because the main page is to have its own timeout value. Then this option should be activated so the URL is http://userscripts.org/topics/21456/ which is different to http://userscripts.org/, so it can be refreshed independently.</li>
<li>The &#8220;Hide menu&#8221;-option is to hide the menu when one clicks somewhere that is not the menu.</li>
<li>The &#8220;Prolong timeouts&#8221;-option is to prevent an unintentional page reload, while working on that page.</li>
<li>Option to relaod all pages with standard timeout when no timeout is set for that page. What else to say? Ok this option is like a wildcard. If checked it reloads every single page (!) with default timeout, unless an individual timeout is setup for that page.</li>
</ul>
</blockquote>
<p>Most users can keep the default settings except for the page reload timeout which might be to high in certain situations. The script will automatically deactivate the hotkey in web forms. Users who want to use the automatic refresh on pages with web forms need to click outside of the web form before the keyboard shortcut becomes active.</p>
<p><a href="http://userscripts.org/scripts/show/41891">Auto F5 Reload</a> is available at the script&#8217;s Userscript page. The web browser needs to be restarted after downloading and installing the script.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/monitor-websites/" title="monitor websites" rel="tag">monitor websites</a>, <a href="http://www.ghacks.net/tag/reload-websites/" title="reload websites" rel="tag">reload websites</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/" title="Use Autologin in Firefox (October 15, 2007)">Use Autologin in Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/" title="Two Firefox Add-Ons That Help You Extend The Web Browser (May 17, 2009)">Two Firefox Add-Ons That Help You Extend The Web Browser</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/" title="Spice Up Google Search With Google Fx (April 7, 2009)">Spice Up Google Search With Google Fx</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/09/15/pbtweet-enhances-twitter-experience/" title="PBTweet Enhances Twitter Experience (September 15, 2009)">PBTweet Enhances Twitter Experience</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/25/google-image-relinker/" title="Google Image Relinker (July 25, 2009)">Google Image Relinker</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/11/17/automatically-reload-websites-with-auto-f5/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>5 Tools To Monitor Website Changes</title>
		<link>http://www.ghacks.net/2009/09/07/monitor-website-changes/</link>
		<comments>http://www.ghacks.net/2009/09/07/monitor-website-changes/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 08:17:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[free website monitors]]></category>
		<category><![CDATA[monitor website changes]]></category>
		<category><![CDATA[monitor websites]]></category>
		<category><![CDATA[monitoring websites]]></category>
		<category><![CDATA[website changes]]></category>
		<category><![CDATA[website monitoring]]></category>
		<category><![CDATA[website monitoring software]]></category>
		<category><![CDATA[website monitors]]></category>
		<category><![CDATA[website updates]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16078</guid>
		<description><![CDATA[Want to know when prices drop at shopping sites? When someone posts a new message in a forum? When your favorite website updates that is not offering an RSS feed? All of these usage scenarios and many more cry for programs that can monitor website changes. What should a program that monitors website updates come [...]]]></description>
			<content:encoded><![CDATA[<p>Want to know when prices drop at shopping sites? When someone posts a new message in a forum? When your favorite website updates that is not offering an RSS feed? All of these usage scenarios and many more cry for programs that can monitor website changes. What should a program that monitors website updates come with? It should obviously check the website in intervals and compare the active state with a previous state of the website. The website updates should then be announced to the computer user. Optional nice to have features for website monitors are highlighting changes on the websites, abilities to ignore minor website changes (e.g. date and time that are changing every minute) or logging functionality.</p>
<p><span id="more-16078"></span>The following list contains five tools for monitoring websites. Three of the tools are <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> add-ons, one is a online service and the last a software program for the Windows operating system. We encourage readers to add additional tools (should be a free website monitor software, service or add-on) in the comments.</p>
<p><strong>Check 4 Change</strong></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/monitor_website_changes-500x199.jpg" alt="monitor website changes" title="monitor website changes" width="500" height="199" class="alignnone size-medium wp-image-16080" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3028">Check 4 Change</a> is a Firefox add-on. It is probably the most basic tools to monitor websites that are reviewed in this article. The user can select text on websites and open the Check 4 Change context menu after right-clicking. It is there possible to define the interval for monitoring the website changes. Website Updates are then displayed in the tab of the website that is being monitored. This outlines one of the biggest weaknesses of this add-on. The website has to be open to be monitored by the Firefox add-on.</p>
<p>A few options are provided by the add-on. It is possible to change the intervals and configure several notification options that include playing sounds, popups or bringing the window to the front. The add-on is best used for monitoring websites that require authentication. It could for example be interesting for monitoring web email accounts.</p>
<p><strong>Update Scanner</strong></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/monitor_websites.jpg" alt="monitor websites" title="monitor websites" width="398" height="460" class="alignnone size-full wp-image-16081" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3362">Update Scanner</a> uses a different approach than Check 4 Change. The program will automatically monitor the complete website for changes with the option to ignore numbers and minor changes. Another benefit of using this website monitor is that the websites that are monitored do not have to be open for it to perform the update checks.</p>
<p>The interval of the checks for website changes is set to once a day by default. This value can be changed to a minimum of every 5 minutes or set to manual scan on the other end of the scale. The add-on will place an icon in the Firefox status bar. A left-click on that icon will open a sidebar that is displaying all websites that are monitored by the add-on. This sidebar contains buttons to perform a manual scan, open one of the monitored websites and to access the preferences of the add-on that allow the user to configure notifications.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/website_updates.jpg" alt="website updates" title="website updates" width="359" height="356" class="alignnone size-full wp-image-16082" /></p>
<p>Available are sound and popup notifications.</p>
<p><strong>Site Delta</strong></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/monitoring_websites-500x395.jpg" alt="monitoring websites" title="monitoring websites" width="500" height="395" class="alignnone size-medium wp-image-16083" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4337">Site Delta</a> is the third (and last) Firefox add-on for monitoring websites. The add-on is a little bit confusing at the beginning as there is no apparent way to add websites that should be monitored to it. The add-on begins to monitor websites for changes if the user presses its icon in the Firefox status bar. The active url will then be added to the list of pages that are monitored by the add-on. The icon will glow green if the active website is monitored by it. A right-click opens a context menu that can be used to configure the monitoring in detail.</p>
<p>Users can configure the scan options in two tabs. The add-on will by default check for text and image changes. It is furthermore possible to ignore case or numbers and to create a backup copy of the page whenever changes are recognized.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/website_changes-500x395.jpg" alt="website changes" title="website changes" width="500" height="395" class="alignnone size-medium wp-image-16084" /></p>
<p>The when to scan tab can be used to configure the intervals of the scans. It is possible to set a specific frequency or let the add-on handle it. It seems to use an algorithm that reduces the checks if the website that is monitored is not updated frequently.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/website_monitors-500x395.jpg" alt="website monitors" title="website monitors" width="500" height="395" class="alignnone size-medium wp-image-16085" /></p>
<p><strong>Change Detection</strong></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/free_website_monitor-500x180.jpg" alt="free website monitor" title="free website monitor" width="500" height="180" class="alignnone size-medium wp-image-16086" /></p>
<p><a href="http://www.changedetection.com/">Change Detection</a> is a free online service that can monitor websites for changes. An account is required before websites can be monitored by the service. The website url and an email address are provided in the first step of the process. The service will then try to scan the website. If the scan is successful step 2 is displayed.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/monitor_websites1-500x274.jpg" alt="monitor websites" title="monitor websites" width="500" height="274" class="alignnone size-medium wp-image-16087" /></p>
<p>The notifications and type of changes to trigger notifications can be configured in the second step. Notifications can either be provided by sending emails to an email account or by offering an RSS feed that is being updated with website changes.</p>
<p>It is possible to configure the online monitoring service to only send out notifications if sizable changes have happened on the monitored websites. It is furthermore possible to define text that should trigger notifications (either if it is added or removed from the page which could be interesting for link building purposes).</p>
<p><strong>WebMon</strong></p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/website_monitoring-500x348.jpg" alt="website monitoring" title="website monitoring" width="500" height="348" class="alignnone size-medium wp-image-16088" /></p>
<p><a href="http://www.btinternet.com/~markwell/webmon/">WebMon</a> is the only software program in this review that can be used to monitor websites. The website monitoring software has a few advantages over the Firefox add-ons. It can be run in the background even if all web browser windows are closed. The Firefox add-ons can only perform checks for updated websites if the web browser is running.</p>
<p>The program comes with an easy to use interface. It begins by adding an url to the program. Any url that is currently in the Windows clipboard will automatically be pasted into the form right away. It is then possible to configure the intervals of the checks using the minutes, hours and days slider in the interface. The process is complete if everything on the page should be monitored. Users who want to specify certain text or elements on a website can do so by clicking on the &#8220;specify content for check&#8221; button in the configuration window.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/09/website_monitor_software-500x378.jpg" alt="website monitor software" title="website monitor software" width="500" height="378" class="alignnone size-medium wp-image-16089" /></p>
<p>It basically allows the user to specify the range of content on a website that should be included in the checks. The website monitoring software notifies the user with popup alerts or sounds. It can furthermore run a command if an update is found.</p>
<p>Many additional options are provided that include proxy server support, logging or to import and export the list of monitored websites.</p>
<p><strong>Verdict</strong></p>
<p>The right website monitoring software, add-on or service depends highly on the usage scenario. Users who work with their web browser all the time might prefer the add-on solution to monitor website changes. The online service on the other hand will monitor websites remotely so that the computer system of the user does not need to be turned on at all to monitor changes (could be send to a smartphone per example).</p>
<p>The website monitoring software on the other hand is the most flexible tool that provides options to execute commands if changes have been detected. </p>
<p>Which do you prefer?</p>

	Tags: <a href="http://www.ghacks.net/tag/free-website-monitors/" title="free website monitors" rel="tag">free website monitors</a>, <a href="http://www.ghacks.net/tag/monitor-website-changes/" title="monitor website changes" rel="tag">monitor website changes</a>, <a href="http://www.ghacks.net/tag/monitor-websites/" title="monitor websites" rel="tag">monitor websites</a>, <a href="http://www.ghacks.net/tag/monitoring-websites/" title="monitoring websites" rel="tag">monitoring websites</a>, <a href="http://www.ghacks.net/tag/website-changes/" title="website changes" rel="tag">website changes</a>, <a href="http://www.ghacks.net/tag/website-monitoring/" title="website monitoring" rel="tag">website monitoring</a>, <a href="http://www.ghacks.net/tag/website-monitoring-software/" title="website monitoring software" rel="tag">website monitoring software</a>, <a href="http://www.ghacks.net/tag/website-monitors/" title="website monitors" rel="tag">website monitors</a>, <a href="http://www.ghacks.net/tag/website-updates/" title="website updates" rel="tag">website updates</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/17/website-monitoring-software/" title="Website Monitoring Software (April 17, 2009)">Website Monitoring Software</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/05/09/monitor-websites-for-updates-with-firefox/" title="Monitor Websites for Updates with Firefox (May 9, 2007)">Monitor Websites for Updates with Firefox</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/03/24/website-monitor-and-downloader/" title="Website Monitor And Downloader (March 24, 2009)">Website Monitor And Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/08/13/server-monitoring-with-observu/" title="Server Monitoring With Observu (August 13, 2008)">Server Monitoring With Observu</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/21/server-monitoring-software-it-service-view/" title="Server Monitoring Software IT Service View (May 21, 2009)">Server Monitoring Software IT Service View</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/07/monitor-website-changes/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Monitor Websites for Updates with Firefox</title>
		<link>http://www.ghacks.net/2007/05/09/monitor-websites-for-updates-with-firefox/</link>
		<comments>http://www.ghacks.net/2007/05/09/monitor-websites-for-updates-with-firefox/#comments</comments>
		<pubDate>Wed, 09 May 2007 06:49:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox-extensions]]></category>
		<category><![CDATA[monitor websites]]></category>
		<category><![CDATA[scan websites]]></category>
		<category><![CDATA[website updates]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/05/09/monitor-websites-for-updates-with-firefox/</guid>
		<description><![CDATA[If you want to make sure that you never miss a change on your favorite website again and stay ahead of the crowd by always knowing when the website has been updated you do need the Update Scanner Firefox extension. It basically monitors any website that you have added to it and informs you whenever a change has been made on the website. You may alter the change threshold so that you are not informed about minor changes on the website.]]></description>
			<content:encoded><![CDATA[<p>If you want to make sure that you never miss a change on your favorite website again and stay ahead of the crowd by always knowing when the website has been updated you do need the Update Scanner <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> extension. It basically monitors any website that you have added to it and informs you whenever a change has been made on the website. You may alter the change threshold so that you are not informed about minor changes on the website.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/05/update1.jpg" align="left" alt="update checker firefox" />After installing the <a href="https://addons.mozilla.org/en-US/firefox/addon/3362" target="_blank">Update Checker</a> extension you will see a new icon in your status bar. This icon will be gray if there are no updates and change its color if there are updates. A small balloon text will also be displayed right above the arrow.</p>
<p>There are two ways to add new sites that should be constantly monitored for changes. Right-click a website and select Scan Page for Update to add it to the list of monitored sites.</p>
<p><span id="more-1524"></span><img src="http://www.ghacks.net/files/screens/2007/05/update3.jpg"alt="update checker firefox" /></p>
<p>The second option would be to click on the icon in the status bar which opens a sidebar with all the sites that are currently monitored. If you click on New Entry in that menu you have come to the same menu.</p>
<p>The url and the title of the web page are filled out automatically and you only need to decide about the Change Threshold and the time between Autoscans.</p>
<p>The Change Threshold can be set to recognize any changes on the website as an update or only recognize them if a certain character limit has been reached. (10,50,100,500 and 1000)</p>
<p>The Autoscan option defines the interval in which each website is checked for updates. The lowest value is 15 minutes while the highest is once per day / manual scan.</p>
<p>I personally like this extension. I use it to monitor websites that I visit often to see if they updated their pages. Especially great for blogs and sites like digg or delicious.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox-extensions/" title="firefox-extensions" rel="tag">firefox-extensions</a>, <a href="http://www.ghacks.net/tag/monitor-websites/" title="monitor websites" rel="tag">monitor websites</a>, <a href="http://www.ghacks.net/tag/scan-websites/" title="scan websites" rel="tag">scan websites</a>, <a href="http://www.ghacks.net/tag/website-updates/" title="website updates" rel="tag">website updates</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/07/monitor-website-changes/" title="5 Tools To Monitor Website Changes (September 7, 2009)">5 Tools To Monitor Website Changes</a> (14)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/zoom-in-on-images-in-firefox/" title="Zoom In on Images in Firefox (March 13, 2008)">Zoom In on Images in Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/08/12/wordpress-one-click-installation-of-plugins-and-themes/" title="Wordpress one click installation of plugins and themes (August 12, 2007)">Wordpress one click installation of plugins and themes</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/03/11/webslices-and-activities-ported-to-firefox/" title="Webslices and Activities ported to Firefox (March 11, 2008)">Webslices and Activities ported to Firefox</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/12/02/webmasters-analyse-your-website-with-yslow/" title="Webmasters: Analyse Your Website with YSlow (December 2, 2007)">Webmasters: Analyse Your Website with YSlow</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/05/09/monitor-websites-for-updates-with-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NetTools plays a sound when a website changes</title>
		<link>http://www.ghacks.net/2006/06/07/nettools-plays-a-sound-when-a-website-changes/</link>
		<comments>http://www.ghacks.net/2006/06/07/nettools-plays-a-sound-when-a-website-changes/#comments</comments>
		<pubDate>Wed, 07 Jun 2006 06:38:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[monitor websites]]></category>
		<category><![CDATA[net tools]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/06/07/nettools-plays-a-sound-when-a-website-changes/</guid>
		<description><![CDATA[Nettools is a small freeware utility that plays a sound whenever a website that you specified changes its contents. All observered websites are also cached on your local hard drive. The tool has two other features: A web search option and a dictionary lookup. Great tool, really tiny (180k). Grab it while it´s hot.]]></description>
			<content:encoded><![CDATA[<p>Nettools is a small freeware utility that plays a sound whenever a website that you specified changes its contents. All observed websites are also cached on your local hard drive. The tool has two other features: A web search option and a dictionary lookup. Great tool, really tiny (180k). Grab it while it´s hot.</p>
<p><img src="http://www.ghacks.net/files/screens/200606/nettools/webalert.png" /></p>
<p><span id="more-544"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/monitor-websites/" title="monitor websites" rel="tag">monitor websites</a>, <a href="http://www.ghacks.net/tag/net-tools/" title="net tools" rel="tag">net tools</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/05/09/monitor-websites-for-updates-with-firefox/" title="Monitor Websites for Updates with Firefox (May 9, 2007)">Monitor Websites for Updates with Firefox</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/11/17/automatically-reload-websites-with-auto-f5/" title="Automatically Reload Websites With Auto F5 (November 17, 2009)">Automatically Reload Websites With Auto F5</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/09/07/monitor-website-changes/" title="5 Tools To Monitor Website Changes (September 7, 2009)">5 Tools To Monitor Website Changes</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/06/07/nettools-plays-a-sound-when-a-website-changes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
