<?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>Webmaster-Source &#187; stats</title>
	<atom:link href="https://www.webmaster-source.com/tag/stats/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Get Twitter and Facebook Link Statistics with JSON and jQuery</title>
		<link>https://www.webmaster-source.com/2011/06/24/get-twitter-and-facebook-link-statistics-with-json-and-jquery/</link>
		<comments>https://www.webmaster-source.com/2011/06/24/get-twitter-and-facebook-link-statistics-with-json-and-jquery/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 12:33:47 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4076</guid>
		<description><![CDATA[Both Twitter and Facebook have little JavaScript widgets that allow you to share a page using the respective service, displaying a running total of users who have done so. While that&#8217;s fine for most purposes, what if you just need the count, for some atypical application? It&#8217;s not well-documented, but the two social media sites [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Both Twitter and Facebook have little JavaScript widgets that allow you to share a page using the respective service, displaying a running total of users who have done so. While that&#8217;s fine for most purposes, what if you just need the count, for some atypical application?</p>
<p>It&#8217;s not well-documented, but the two social media sites have JSON APIs for that purpose.</p>
<ul>
<li><a href="http://urls.api.twitter.com/1/urls/count.json?url=http://xkcd.com/792/"><code>http://urls.api.twitter.com/1/urls/count.json?url=THE_URL</code></a></li>
<li><a href="https://graph.facebook.com/http://xkcd.com/792/"><code>https://graph.facebook.com/THE_URL</code></a></li>
</ul>
<p>With a little bit of jQuery magic, you can collect the values on page load and update the DOM with the number. Here&#8217;s something I threw together for a project I was working on:</p>
<pre class="brush: jscript; title: ; notranslate">
(function() {

var url = 'http://xkcd.com/792/';

jQuery.getJSON(&quot;http://urls.api.twitter.com/1/urls/count.json?url=&quot;+url+&quot;&amp;callback=?&quot;, function(data) {
jQuery('#socialstuff span.twcount').html(data.count);
});

jQuery.getJSON(&quot;https://graph.facebook.com/&quot;+url+&quot;&amp;callback=?&quot;, function(data) {
jQuery('#socialstuff span.fbcount').html(data.shares);
});

}());
</pre>
<p>As long as you remember to include jQuery, and have the right HTML elements for the JavaScript to populate, it&#8217;s pretty much plug-and-play.</p>
<p>You can <a href="http://www.webmaster-source.com/static/demos/jsonsocialcounts.php">see it in action here.</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/06/24/get-twitter-and-facebook-link-statistics-with-json-and-jquery/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Ego: iPhone Statistics Dashboard</title>
		<link>https://www.webmaster-source.com/2010/09/03/ego-iphone-statistics-dashboard/</link>
		<comments>https://www.webmaster-source.com/2010/09/03/ego-iphone-statistics-dashboard/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 11:10:17 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3551</guid>
		<description><![CDATA[Want an easy, at-a-glance dashboard for monitoring basic website statistics from your iPhone? Ego fits the description, if you don&#8217;t mind the $1.99 price tag. The app will aggregate statistics from Google Analytics, Feedburner, Mint, Ember, Twitter, Vimeo, Tumblr and Squarespace. You can even have multiple accounts from each service active. The UI is great. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-3552 imgborder" title="Ego" src="//www.webmaster-source.com/wp-content/uploads/ego-app.jpg" alt="" width="180" height="270" />Want an easy, at-a-glance dashboard for monitoring basic website statistics from your iPhone? <a href="http://itunes.apple.com/us/app/ego/id306785502?mt=8">Ego</a> fits the description, if you don&#8217;t mind the $1.99 price tag.</p>
<p>The app will aggregate statistics from Google Analytics, Feedburner, Mint, Ember, Twitter, Vimeo, Tumblr and Squarespace. You can even have multiple accounts from each service active.</p>
<p>The UI is great. It&#8217;s one of the best things about the app.</p>
<p>Ego won&#8217;t give you fancy in-depth information like bounce rates or the percentage of viewers who use Firefox; it just shows you the most important figures in one accessible place.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/09/03/ego-iphone-statistics-dashboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Display a FeedBurner Average</title>
		<link>https://www.webmaster-source.com/2010/07/23/how-to-display-a-feedburner-average/</link>
		<comments>https://www.webmaster-source.com/2010/07/23/how-to-display-a-feedburner-average/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:49:19 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3473</guid>
		<description><![CDATA[Tired of ever-fluctuating FeedBurner counts being displayed on your blog? Why don&#8217;t you just display a weekly average? Cats Who Blog has a tutorial that shows you how you can retrieve the numbers via the FeedBurner API, average them, and display a rounded figure. Why do the stats fluctuate in the first place? In addition [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Tired of ever-fluctuating FeedBurner counts being displayed on your blog? Why don&#8217;t you just display a weekly average? Cats Who Blog has <a href="http://www.catswhoblog.com/how-to-get-a-more-relevant-feedburner-count">a tutorial</a> that shows you how you can retrieve the numbers via the FeedBurner API, average them, and display a rounded figure.</p>
<p>Why do the stats fluctuate in the first place? In addition to the occasional FeedBurner flakiness, the service measures the number of feed aggregators that have pinged the feed in a single day. Stats, of both RSS and website page views, tend to be lower on weekends than weekdays, for example.</p>
<p><a href="http://www.catswhoblog.com/how-to-get-a-more-relevant-feedburner-count">How to get a more relevant Feedburner count</a> [Cats Who Blog]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/07/23/how-to-display-a-feedburner-average/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google to Offer Users a Way to Opt-Out of Google Analytics Tracking?</title>
		<link>https://www.webmaster-source.com/2010/03/26/google-to-offer-users-a-way-to-opt-out-of-google-analytics-tracking/</link>
		<comments>https://www.webmaster-source.com/2010/03/26/google-to-offer-users-a-way-to-opt-out-of-google-analytics-tracking/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 11:13:11 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Services and Tools]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3148</guid>
		<description><![CDATA[A somewhat vague post on TechCrunch, linking to a Google blog posting of equal nebulousness, suggests that Google will soon be releasing a browser plugin to enable users to opt-out of being tracked by Google Analytics. Over the past year, we have been exploring ways to offer users more choice on how their data is [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>A <a href="http://techcrunch.com/2010/03/18/google-analytics-opt-out/">somewhat vague post on TechCrunch</a>, linking to a <a href="http://analytics.blogspot.com/2010/03/more-choice-for-users-browser-based-opt.html">Google blog posting</a> of equal nebulousness, suggests that Google will soon be releasing a browser plugin to enable users to opt-out of being tracked by Google Analytics.</p>
<blockquote><p>Over the past year, we have been exploring ways to offer users more  choice on how their data is collected by Google Analytics.  We concluded  that the best approach would be to develop a global browser based  plug-in to allow users to opt out of being tracked by Google Analytics.   Our engineers are now hard at work finalizing and testing this opt-out  functionality.  We look forward to make it globally available to our  users in the coming weeks.</p></blockquote>
<p>Speaking as someone who operates several websites: <em>what?</em> Does this mean tinfoil hat-wearing users will be able to opt-out of whatever habit-tracking information Google may collect for their own purposes, or does this mean they will be releasing a product that cripples their popular website statistics package?</p>
<p>Anyone running a website needs to know how much traffic they get, what the most common screen resolutions used are, what browsers visitors primarily use to access the site, and who&#8217;s linking in. Without that basic information, that poses absolutely no privacy threat, you&#8217;re flying blind. I assume that Google wouldn&#8217;t be stupid enough to build and promote a browser extension that could render their own statistics service useless?</p>
<p>I have no problem with people being able to opt-out of any questionable behavior tracking (i.e. following users from site to site) that Google may be doing behind the scenes, but I don&#8217;t want Google Analytics to become absolutely useless. I may be overreacting, but the Google bloggers certainly could have been more clear.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/03/26/google-to-offer-users-a-way-to-opt-out-of-google-analytics-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dayta: The One Week App</title>
		<link>https://www.webmaster-source.com/2010/03/09/dayta-the-one-week-app/</link>
		<comments>https://www.webmaster-source.com/2010/03/09/dayta-the-one-week-app/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:33:12 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3078</guid>
		<description><![CDATA[Developer Sahil Lavingia built a high-quality iPhone app in only one week, and blogged about it on the One Week App blog. The resulting application is called Dayta. Dayta is designed to help you log any sort of data set that you wish to track over time. How many miles do you drive between refilling [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-3079" title="Dayta" src="//www.webmaster-source.com/wp-content/uploads/dayta.jpg" alt="" width="148" height="148" />Developer Sahil Lavingia built a high-quality iPhone app in only one week, and blogged about it on the <a href="http://oneweekapp.com/log/">One Week App blog</a>. The resulting application is called <a href="http://itunes.apple.com/us/app/dayta/id354915346?mt=8">Dayta</a>.</p>
<p>Dayta is designed to help you log any sort of data set that you wish to track over time. How many miles do you drive between refilling your gas tank? How much money did you spend on iPhone apps last month? Is your World of WarCraft guild improving its raid success ratio? You can create a Dayta log for anything.</p>
<p>You can recall data points by date, or view them on a graph. The charts Dayta generates are simple, and much like Google Analytics in style.<span id="more-3078"></span></p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-3081 imgborder" title="A graph in Dayta" src="//www.webmaster-source.com/wp-content/uploads/dayta-graph.jpg" alt="" width="480" height="300" /></p>
<p>Inputting data is one area that confuses new users frequently. The default input field is a number that you can increase or decrease by tapping a simple plus or minus icons. The figure is committed to the log by pressing the number itself. But what if you need to enter a larger number, like <em>216</em>, or something with a decimal point? It took me a little bit too long to have the <em>&#8220;duh&#8221;</em> moment&#8230; If you swipe your finger from right to left, across the input area, it will slide to show a text input with a numerical keypad.</p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-3083 imgborder" title="Inputting data points in Dayta" src="//www.webmaster-source.com/wp-content/uploads/dayta-input.jpg" alt="" width="320" height="460" /></p>
<p>Your various logs are displayed on a Dashboard screen, complete with <a href="http://en.wikipedia.org/wiki/Sparkline">sparklines</a> next to each log&#8217;s name. They can be sorted into folders, too, so things don&#8217;t get too cluttered, as would likely happen for stat addicts.</p>
<p>Dayta is a great, and well-designed, application. It&#8217;s well worth the $0.99 cost.</p>
<p><small><em>Dayta icon and screenshots copyright Sahil Lavingia.</em></small></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/03/09/dayta-the-one-week-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Live Access Logs With a Simple Linux Command</title>
		<link>https://www.webmaster-source.com/2009/09/24/get-live-access-logs-with-a-simple-linux-command/</link>
		<comments>https://www.webmaster-source.com/2009/09/24/get-live-access-logs-with-a-simple-linux-command/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 11:16:53 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2577</guid>
		<description><![CDATA[Here&#8217;s a neat little trick for those of you with SSH access to your Linux server. You can use a simple command to get a live-updated stream of your access log, so you can see hits as they come in. It&#8217;s sort of like the &#8220;spy&#8221; tool in Woopra or pMetrics, but geekier and with [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s a neat little trick for those of you with SSH access to your Linux server. You can use a simple command to get a live-updated stream of your access log, so you can see hits as they come in. It&#8217;s sort of like the &#8220;spy&#8221; tool in <a href="http://www.woopra.com/">Woopra</a> or <a href="http://pmetrics.performancing.com/">pMetrics</a>, but geekier and with less visual polish. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-2578 imgborder" title="Linux &quot;tail -f&quot; on an Apache Access Log" src="//www.webmaster-source.com/wp-content/uploads/linux-tail-f.jpg" alt="Linux &quot;tail -f&quot; on an Apache Access Log" width="530" height="158" /></p>
<p>First you need to connect to the server with <a href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a>. Once you&#8217;re in, change your working directory to wherever Apache stashes its log files on your system. On my Ubuntu install it&#8217;s <code>/var/log/apache2</code>. So I would type <code>cd /var/log/apache2</code> to switch to that directory. Next, run the <code>tail</code> command like so:</p>
<pre class="brush: bash; title: ; notranslate">tail -f access.log</pre>
<p><code>Tail</code> normally outputs the last several lines of a file and then returns to a prompt, but with the <code>-f</code> argument it continues to monitor the file for changes, and outputs them. So as the Apache server writes to the log file, <code>tail</code> spits the new lines out on your screen.</p>
<p>When you&#8217;re done, press <code>Ctrl+C</code> to terminate the tail process and go back to the shell prompt.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/09/24/get-live-access-logs-with-a-simple-linux-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compete.com: Compare Your Site With the Competition</title>
		<link>https://www.webmaster-source.com/2009/02/11/competecom-compare-your-site-with-the-competition/</link>
		<comments>https://www.webmaster-source.com/2009/02/11/competecom-compare-your-site-with-the-competition/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:03:10 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Services and Tools]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1813</guid>
		<description><![CDATA[Have you ever wondered how your site stacks up against its competitors? Most people don&#8217;t make their traffic stats available to the general public, though doing so can attract advertisers&#8230; That&#8217;s what Compete.com is for. They use some secret methods to estimate site traffic, and allow you to compare sites against each other. It&#8217;s accuracy [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Have you ever wondered how your site stacks up against its competitors? Most people don&#8217;t make their traffic stats available to the general public, though doing so can attract advertisers&#8230;</p>
<p>That&#8217;s what <a href="http://www.compete.com/">Compete.com</a> is for. They use some secret methods to estimate site traffic, and allow you to compare sites against each other. It&#8217;s accuracy is pretty good too. I compared a graph of Webmaster-Source&#8217;s unique vistors over the course of a year with the same time frame from Google Analytics. The results were close enough.</p>
<p>It&#8217;s dead-easy to use Compete. Just input your domain and a competitors&#8217; or two. You get a graph like this back:</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1814" title="Compete.com Graph of Webmaster-Source and Pro Blog Design" src="//www.webmaster-source.com/wp-content/uploads/compete_graph.jpg" alt="Compete.com Graph of Webmaster-Source and Pro Blog Design" width="580" height="236" /></p>
<p>The default graph shows unique visitors over a period of one year. You cna switch it to pages per visit, &#8220;attention,&#8221; average stay, or if you pay for premium service, pageviews. It also offers some other interesting figures, such as high-traffic search keywords and growth. You can embed graphs on your website too, such as on an &#8220;Advertise Here&#8221; page.</p>
<p>It&#8217;s on, <a href="http://problogdesign.com">Michael</a>. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/02/11/competecom-compare-your-site-with-the-competition/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Traffic Sources: Where Are Your Visitors Coming From?</title>
		<link>https://www.webmaster-source.com/2008/05/05/traffic-sources-where-are-your-visitors-coming-from/</link>
		<comments>https://www.webmaster-source.com/2008/05/05/traffic-sources-where-are-your-visitors-coming-from/#comments</comments>
		<pubDate>Mon, 05 May 2008 10:00:03 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[traffic sources]]></category>
		<category><![CDATA[unique visitors]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=533</guid>
		<description><![CDATA[Check your blog&#8217;s statistics. Where are your visitors coming from? Are they mainly typing-in your blog&#8217;s URL, coming from search engine results pages (SERPs), or are they being referred to you from other sites? Google Analytics puts an overview of this information on their dashboard, and offers more detailed data on a separate page. The [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright" style="float: right; margin: 5px;;  float: right; padding: 4px; margin: 0 0 2px 7px;" src="http://i32.tinypic.com/av3aqv.jpg" alt="" width="251" height="143" />Check your blog&#8217;s statistics. Where are your visitors coming from? Are they mainly typing-in your blog&#8217;s URL, coming from search engine results pages (SERPs), or are they being referred to you from other sites?</p>
<p><a href="http://google.com/analytics/">Google Analytics</a> puts an overview of this information on their dashboard, and offers more detailed data on a separate page.</p>
<p>The Traffic Sources chart on the Analytics Dashboard provides some valuable insight on your readers, and how they view your blog.</p>
<p>What do the numbers mean?</p>
<ul>
<li><strong>Referring Sites</strong>, er, <em>refers</em> to how many unique visitors came from other sites. E.g. blogs linking to you, traffic from social bookmarking sites.</li>
<li><strong>Search Engines</strong> &#8211; the traffic coming from SERPs.</li>
<li><strong>Direct Traffic</strong> &#8211; People who manually typed your domain in.</li>
</ul>
<p>Direct Traffic is mainly composed of the people who visit your site frequently. This includes RSS subscribers manually visiting your sites, as well as links clicked from desktop RSS aggregators.</p>
<p>Referring Sites means &#8220;pretty much anything coming from another domain.&#8221; This includes social bookmarking sites like StumbleUpon and Digg, links clicked from web-based RSS aggregators, and links from other blogs.</p>
<p>Optimally, you want to have a significant amount of direct traffic, signifying loyal readers, plenty of referrals, and some steady traffic from search engines. The ratios between the percentages depends on many factors, such as your niche. If there are a lot of blogs in your niche, you may have a lot of referrals. The same goes for if your site is popular among the StumbleUpon and Digg crowd. Smaller niches may have more traffic from search engines than referrals.</p>
<p>How are <em>your</em> blog&#8217;s traffic sources proportioned?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/05/05/traffic-sources-where-are-your-visitors-coming-from/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy Egg &#8211; Visualize Your Visitors</title>
		<link>https://www.webmaster-source.com/2008/02/14/crazy-egg-visualize-your-visitors/</link>
		<comments>https://www.webmaster-source.com/2008/02/14/crazy-egg-visualize-your-visitors/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 12:43:43 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Services and Tools]]></category>
		<category><![CDATA[crazy egg]]></category>
		<category><![CDATA[heatmaps]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2008/02/14/crazy-egg-visualize-your-visitors/</guid>
		<description><![CDATA[Crazy Egg is one of the most useful tools you can add to your blogger&#8217;s arsenal. Have you even wondered what your users do on your blog? Crazy Egg can tell you that. Crazy Egg is a service that generates heatmaps showing the most-clicked spots on your blog. Those maps are some of the most [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="http://i30.tinypic.com/2s6lm50.gif" alt="" hspace="5" vspace="5" width="152" height="86" align="right" /><a href="http://crazyegg.com/">Crazy Egg</a> is one of the most useful tools you can add to your blogger&#8217;s arsenal. Have you even wondered what your users do on your blog? Crazy Egg can tell you that.</p>
<p>Crazy Egg is a service that generates <a href="http://en.wikipedia.org/wiki/Heat_map">heatmaps</a> showing the most-clicked spots on your blog. Those maps are some of the most valuable data you can use to improve your site. Does anyone ever click that ad block you put in your sidebar? Is your RSS link in a noticeable spot? Find out with Crazy Egg.</p>
<p>Crazy Egg is free if you don&#8217;t mind a few limitations (caps on the number of trackable visitors, and the number of pages you can track at once). Paid plans, for those who need them, range from $9-$99 per month, depending on your needs.</p>
<p>Crazy Egg is a really useful service, and worth trying out.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/02/14/crazy-egg-visualize-your-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-05 03:13:04 by W3 Total Cache
-->