<?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>Web Site Monitoring Industry News</title>
	<atom:link href="http://www.aspmagicobjects.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aspmagicobjects.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 25 Apr 2011 16:24:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Improving Website Performance With .htaccess File Configuration</title>
		<link>http://www.aspmagicobjects.com/blog/2010-02-26/improving-website-performance-with-htaccess-file-configuration/</link>
		<comments>http://www.aspmagicobjects.com/blog/2010-02-26/improving-website-performance-with-htaccess-file-configuration/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 11:03:44 +0000</pubDate>
		<dc:creator>aliax</dc:creator>
				<category><![CDATA[website performance]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.aspmagicobjects.com/blog/?p=21</guid>
		<description><![CDATA[Handlers Apache 2.0 and 2.2 allow you to compress content before sending it to the visitor&#8217;s browser. Types of content to be compressed, set the type of MIME. This function requires the correct operation of the command handler mod_deflate Apache. Before modifying configuration file, don&#8217;t forget to back up your .htaccess. But before you proceed, [...]]]></description>
			<content:encoded><![CDATA[<p>Handlers  Apache 2.0 and 2.2 allow you to compress content before sending it to  the visitor&#8217;s browser. Types of content to be compressed, set the type of MIME. This  function requires the correct operation of the command handler  mod_deflate Apache. Before modifying configuration file, don&#8217;t forget to back up your .htaccess.</p>
<p>But before you proceed, check these <a title="website monitoring" href="http://slavfond.ru/index.php?l=ru&amp;p=publish&amp;id=48">website monitoring</a> links; you will definitely find the <a title="materials about website monitoring" href="http://www.kroki.ru/art/articles/kak-otlichit-khoroshij-khosting-ot-plokhogo-pomozhjet-website-monitoring.htm">materials </a>useful.</p>
<p><span id="more-21"></span>Add the following lines to your .htaccess file:</p>
<blockquote><p>&lt;IfModule mod_deflate.c&gt;<br />
AddOutPutFilterByType DEFLATE text/html text/plain text/xml<br />
&lt;IfModule mod_setenvif.c&gt;<br />
# Netscape 4.x has some problems&#8230;<br />
BrowserMatch ^Mozilla/4 gzip-only-text/html</p>
<p># Netscape 4.06-4.08 have some more problems<br />
BrowserMatch ^Mozilla/4.0[678] no-gzip</p>
<p># MSIE masquerades as Netscape, but it is fine<br />
# BrowserMatch bMSIE !no-gzip !gzip-only-text/html</p>
<p># NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48<br />
# the above regex won&#8217;t work. You can use the following<br />
# workaround to get the desired effect:<br />
BrowserMatch bMSI[E] !no-gzip !gzip-only-text/html</p>
<p># Don&#8217;t compress images<br />
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary<br />
&lt;/IfModule&gt;</p>
<p>&lt;IfModule mod_headers.c&gt;<br />
# Make sure proxies don&#8217;t deliver the wrong content<br />
Header append Vary User-Agent env=!dont-vary<br />
&lt;/IfModule&gt;<br />
&lt;/IfModule&gt;</p></blockquote>
<p>This will make your website work really faster and your visitors will feel grateful to you, which means they will be more loyal and more of them will turn into your permanent customers.</p>
<p>p.s. If for some reason your server returns Error 500 (Internal Server Error), try asking your host support how to enable GZIP compression on your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspmagicobjects.com/blog/2010-02-26/improving-website-performance-with-htaccess-file-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New All Star Award Program Announced by Dotcom-Monitor</title>
		<link>http://www.aspmagicobjects.com/blog/2009-10-29/new-all-star-award-program-announced-by-dotcom-monitor/</link>
		<comments>http://www.aspmagicobjects.com/blog/2009-10-29/new-all-star-award-program-announced-by-dotcom-monitor/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:28:30 +0000</pubDate>
		<dc:creator>aliax</dc:creator>
				<category><![CDATA[website monitoring]]></category>

		<guid isPermaLink="false">http://www.aspmagicobjects.com/blog/?p=18</guid>
		<description><![CDATA[On the last week Dotcom-Monitor announced a new Website Performance All Star Award Program. The program is designed to monitor and analyze the availability and performance of participating websites, and then to recognize top-performing sites across all industries with three award designations and associated logos, which are displayed prominently on each participants website. &#8220;Awards are [...]]]></description>
			<content:encoded><![CDATA[<p>On the last week Dotcom-Monitor announced a new Website Performance All Star Award Program. The program is designed to monitor and analyze the availability and performance of participating websites, and then to recognize top-performing sites across all industries with three award designations and associated logos, which are displayed prominently on each participants website.</p>
<blockquote><p>&#8220;Awards are separated by Industry Type and are granted at three levels. &gt;98% = 5-star “Best of Industry” Award, &gt;95%=”Outstanding” 4-star, &gt;90%=”Standard of Excellence” 3-star. Websites with &lt;90%= no star do not receive an award for that month.&#8221;</p></blockquote>
<p>Participation costs 100$ per month. More info is available at Dotcom-Monitor.com website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspmagicobjects.com/blog/2009-10-29/new-all-star-award-program-announced-by-dotcom-monitor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DigitalPoint Forums: Database Error</title>
		<link>http://www.aspmagicobjects.com/blog/2009-09-21/digitalpoint-database-error/</link>
		<comments>http://www.aspmagicobjects.com/blog/2009-09-21/digitalpoint-database-error/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:10:09 +0000</pubDate>
		<dc:creator>aliax</dc:creator>
				<category><![CDATA[downtime]]></category>
		<category><![CDATA[database error]]></category>
		<category><![CDATA[digitalpoint]]></category>

		<guid isPermaLink="false">http://www.aspmagicobjects.com/blog/?p=14</guid>
		<description><![CDATA[Hi guys, Today I&#8217;ve tried to access DigitalPoint forums (also known as DP forums, one of the largest webmaster forums in the world) several time but every time I get a &#8216;Database Error&#8217;. I refreshed the page 4 or 5 times and than I thought if every DP user is doing the same, this is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-15" style="margin-right: 7px;" title="dp-database" src="http://www.aspmagicobjects.com/blog/wp-content/uploads/2009/09/dp-database.jpg" alt="dp-database" width="200" height="228" />Hi guys,</p>
<p>Today I&#8217;ve tried to access DigitalPoint forums (also known as DP forums, one of the largest webmaster forums in the world) several time but every time I get a &#8216;Database Error&#8217;. I refreshed the page 4 or 5 times and than I thought if every DP user is doing the same, this is what actually keep the DP database down <img src='http://www.aspmagicobjects.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;ve searched for any explanation and\or official information but couldn&#8217;t find anything really relevant. Perhaps <strong>you </strong>know something that could shed some light on what is happening with DigitalPoint? Please tell us in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspmagicobjects.com/blog/2009-09-21/digitalpoint-database-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Monitoring Using Cloud Becomes Reality</title>
		<link>http://www.aspmagicobjects.com/blog/2009-09-14/website-monitoring-using-cloud/</link>
		<comments>http://www.aspmagicobjects.com/blog/2009-09-14/website-monitoring-using-cloud/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:42:34 +0000</pubDate>
		<dc:creator>aliax</dc:creator>
				<category><![CDATA[website monitoring]]></category>

		<guid isPermaLink="false">http://www.aspmagicobjects.com/blog/?p=8</guid>
		<description><![CDATA[Today BrowsMob have announced a new website monitoring service, that allows the clients to watch their website from different locations in the cloud, using different browsers. If an error is detected BrowsMob immediately captures and image of a site and notifies the client. This technology uses a web browser in real-environment tests are exactly what [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-9" style="margin-right:7px;" title="cloud-monitoring" src="http://www.aspmagicobjects.com/blog/wp-content/uploads/2009/09/cloud-monitoring.jpg" alt="cloud-monitoring" width="170" height="119" align="left" />Today BrowsMob have announced a new website monitoring service, that allows the clients to watch their website from different locations in the cloud, using different browsers. If an error is detected BrowsMob immediately captures and image of a site and notifies the client. This technology uses a web browser in real-environment tests are exactly what users see on the website. Moreover BrowsMob will record performance data and it will be possible to track the performance history of sites over time.<br />
<span id="more-8"></span> BrowsMob cloud monitoring already supports stress testing, both real and simulated traffic browsers. The new version provides monitoring and emergency services that customers can use to maintain the health of their Web sites and applications. BrowsMob monitoring service is free for low volume control and more frequent monitoring starts at $ 300 per month. The user needs only a script that lets you create directly carried out on the spot, and plan how often they want to run. After the conclusion of the contract is for users can be confident of receiving a warning if the site finds no errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspmagicobjects.com/blog/2009-09-14/website-monitoring-using-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2yc8dgr95n</title>
		<link>http://www.aspmagicobjects.com/blog/2009-09-14/2yc8dgr95n/</link>
		<comments>http://www.aspmagicobjects.com/blog/2009-09-14/2yc8dgr95n/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 11:55:11 +0000</pubDate>
		<dc:creator>aliax</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.aspmagicobjects.com/blog/?p=10</guid>
		<description><![CDATA[2yc8dgr95n]]></description>
			<content:encoded><![CDATA[<p>2yc8dgr95n</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspmagicobjects.com/blog/2009-09-14/2yc8dgr95n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Monitor Website Changes</title>
		<link>http://www.aspmagicobjects.com/blog/2009-09-08/monitor-website-changes/</link>
		<comments>http://www.aspmagicobjects.com/blog/2009-09-08/monitor-website-changes/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 14:58:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[monitoring a website]]></category>
		<category><![CDATA[monitoring websites]]></category>

		<guid isPermaLink="false">http://www.aspmagicobjects.com/blog/?p=4</guid>
		<description><![CDATA[Want to know when prices are falling on trade sites? When someone publishes a new message on your favorite forum? When your friend&#8217;s website updates? All these scenarios and many others cry about the programs that can monitor changes in websites. Are there programs that allow checking website changes and how do they look like? [...]]]></description>
			<content:encoded><![CDATA[<p>Want to know when prices are falling on trade sites? When someone publishes a new message on your favorite forum? When your friend&#8217;s website updates? All these scenarios and many others cry about the programs that can monitor changes in websites. Are there programs that allow checking website changes and how do they look like? It&#8217;s obvious that they must be able to check websites at intervals and compare the active state with previous state of the site. Update site should be announced at the user&#8217;s computer. Optional pleased to be able to monitor the site focuses on the changes to the site, the ability to ignore minor changes to the Web site (eg, date and time when change every minute) or log functionality.</p>
<p><span id="more-4"></span></p>
<p>The following list contains tools for monitoring web sites.</p>
<p>Check 4 Change</p>
<p>Check 4 Change Firefox Add-On. This is probably the most basic tools for monitoring sites, which are discussed in this article. The user can select text on web sites and open Check 4 Change the context menu when you right-click. This is where you can determine the interval for monitoring changes in the website. Update site will be displayed on the tab of the website, which is being monitored. This outlines one of the biggest drawbacks of this supplement. The site should be open to observation Firefox Add-On.</p>
<p>Several options available Add-On. You can change the frequency and adjust a few parameters, which include notification of playing sounds, pop-up windows or windows resulting in the front. Firefox is best used for monitoring web sites that require authentication. This, for example, may be interesting to monitor the Web e-mail accounts.</p>
<p>Update Scanner</p>
<p>Update Scanner uses a different approach than the check 4 Amend. The program automatically keeps track of the Web site for a complete change with the ability to ignore the numbers and small changes. Another benefit of using this web site monitor that sites which are controlled must not be open for its implementation to check for updates.</p>
<p>Range checks for site changes is set only once a day by default. This value can be changed to at least every 5 minutes, or set to manual scan on the other end of the scale. Extras will place an icon in the status bar of Firefox. Left-click on this icon opens a sidebar that shows all the sites that are controlled Add-On. This sidebar contains buttons to perform a manual scan, open one of the controlled web sites and access to the preferences of add-ons that allow the user to configure notifications.</p>
<p>Available are reasonable and pop-up notification.</p>
<p>Site Delta</p>
<p>Site Delta is the third Firefox Add-on for monitoring web sites. Extras little bit confusing at first, until the obvious way to add web sites that should be monitored to see him. Firefox begins to monitor websites for changes, if a user clicks on its icon in the status bar of Firefox. Active URL will then be added to the list of pages that are controlled Add-On. The icon turns green, if the active site is controlled by it. Click the right mouse button opens a context menu that can be used to configure monitoring in detail.</p>
<p>Users can configure the scan settings in the two tabs. Firefox by default will check the text and image changes. This is in addition, can be ignored or case number, and create a backup copy of a page when he accepted the changes.</p>
<p>When scanning a bookmark can be used to configure scanning intervals. You can set a specific frequency, or let them add-ons to handle. It seems that the use of the algorithm, which reduces check whether the site is controlled, which is not updated frequently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspmagicobjects.com/blog/2009-09-08/monitor-website-changes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

