<?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>TechCorner &#187; traffic</title>
	<atom:link href="http://www.benh.org/techblog/tag/traffic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benh.org/techblog</link>
	<description>web 2.0, tools, software reviews, tweaks and latest technology</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:52:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Web log analysis software and top 5</title>
		<link>http://www.benh.org/techblog/2007/07/web-log-analysis-software-and-top-5/</link>
		<comments>http://www.benh.org/techblog/2007/07/web-log-analysis-software-and-top-5/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 18:49:28 +0000</pubDate>
		<dc:creator>Benedict Herold</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[analyzer]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.benh.org/techblog/2007/07/web-log-analysis-software-and-top-5/</guid>
		<description><![CDATA[Every blogger or site owners would be aware of advantage and importance of Web Analytics. Which tool to use? It is one of the important decisions everyone should take before starting up a blog or a site. 

Web Analytics widely has two approaches log file analysis and page tagging. The later is more  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Every blogger or site owners would be aware of advantage and importance of Web Analytics. Which tool to use? It is one of the important decisions everyone should take before starting up a blog or a site. </strong><br />
<!--adsense--><br />
Web Analytics widely has two approaches log file analysis and page tagging. The later is more popular these days and huge number of people tends to ignore the former. Tagging approach would add some JavaScript snippet into your blog/ site to collect the visitor data. There are several <a href="http://www.thetechieblog.net/2007/07/10/manage-your-traffic-web-analytics-reviewed/">3-rd party tools</a> available today to facilitate tagging methodology, like Google Analytics, StatsCounter, <a href="http://www.nirmaltv.com/2007/06/23/top-5-statistics-tool-for-your-blog/">etc</a>.</p>
<p>Log file analysis approach is normally in-house and they reside within the web server itself. The analysis is based on the web server log file.</p>
<p>Here I’m going to brief down the advantage of log file analysis method</p>
<p><strong>Advantages of log file analysis</strong></p>
<p><em>Fast</em>. You don’t have a burden of executing extra JavaScript code on your site; web server logs every possible transaction related to the site.</p>
<p><em>Reliable</em>. You don’t have to rely upon user’s browser to collect their data. JavaScript may not work in some browsers or it can be disabled.</p>
<p><em>Error Information</em>. Web server log files captures every error message and failed requests which tagging method fails and technically impossible to achieve with page tagging. Also you would be able to track hot linking information.</p>
<p><em>Spider Details</em>. Log files also captures the spider information. It would give you the idea about how many pages were indexed and how much bandwidth it consumed etc. This might give you an idea of spider that eats your bandwidth and you can block them using robots.txt if you want.</p>
<p><em>Privacy</em>. The log file details are kept within your server and not shared to 3-rd party.</p>
<p><em>Ease</em>. You don’t have burden of installing a script in each and every page / blog.</p>
<p><strong>Limitation</strong></p>
<p>Less Analysis. It doesn’t give you more detailed analysis; you have mostly do analysis manually.</p>
<p>Here is the list of web log file analysis software.</p>
<p style="text-align: center"><img src="http://www.benh.org/techblog/wp-content/uploads/2007/07/analyzers.jpg" title="web log file analyzer" alt="web log file analyzer" border="0" /></p>
<p><strong><a href="http://awstats.sourceforge.net/">AWStats</a></strong></p>
<p>AWStats is one of the well-known open source web analytics-reporting tools. AWStats parses and analyzes the server log files and produces tables and bar graph output. The web reporting is done through a CGI script. AWStats would with most of the web server log format.</p>
<p><strong><a href="http://www.mrunix.net/webalizer/">Webalizer</a></strong></p>
<p>Webalizer is a fast and free web server log file analysis program. It produces HTML reports using tables. It has more detailed reporting.</p>
<p><strong><a href="http://www.analog.cx/">Analog</a></strong></p>
<p>Analog is pretty old web log analysis software among others. The data reports are made mostly using text formats.</p>
<p><strong><a href="http://www.w3perl.com/softs/">W3Perl</a></strong></p>
<p>W3Perl is more advanced free log file analyzer that allows you to gather HTTP, FTP and Email log files. It is written in Perl language and would work in any server with Perl support.</p>
<p><strong><a href="http://www.hping.org/visitors/">Visitors</a></strong></p>
<p>Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports</p>
<p><strong>Special Addition</strong></p>
<p><strong><a href="http://baruch.ev-en.org/proj/feedstater/">FeedStater</a></strong></p>
<p>FeedStater is an only available feed statistics tool for self hosted feeds. FeedStater is written in CGI and it will read the log file to report the feed statistics.</p>
<p>Also you should be aware of the fact Urchin is one the popular log file analyzer software and latter it was acquired by Google for its analytics.</p>
<p>Bottom line, I would say log file analyzer would be the best methodology but it should be used along with more advanced page tagging method to gain more insight on Web Analytics.</p>
<p>Have you ever used any log file analyzer before? Share your thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.org/techblog/2007/07/web-log-analysis-software-and-top-5/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>StumbleUpon.com, Smarter way to discover sites</title>
		<link>http://www.benh.org/techblog/2006/07/stumbleuponcom-smarter-way-to-discover-sites/</link>
		<comments>http://www.benh.org/techblog/2006/07/stumbleuponcom-smarter-way-to-discover-sites/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 20:04:00 +0000</pubDate>
		<dc:creator>Benedict Herold</dc:creator>
				<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.benh.org/techie/2006/07/stumbleuponcom-smarter-way-to-discover-sites/</guid>
		<description><![CDATA[Don&#8217;t Search&#8230; Just Stumble!!!  A new promising way to discover 

Thanks to StumbleUpon.com for bringing in lot of visitors to my blog site in the recent past; which made me  write this post  
In recent weeks, I have been watching a steady increase in the number of referrers being sent from the site  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Don&#8217;t Search&#8230; Just Stumble!!!  A new promising way to discover </strong><br />
<!--adsense#ads--></p>
<p>Thanks to <a href="http://www.stumbleupon.com">StumbleUpon.com</a> for bringing in lot of visitors to my blog site in the recent past; which made me  write this post <img src='http://www.benh.org/techblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://www.stumbleupon.com/"><img src="http://www.benh.org/techblog/wp-content/uploads/2007/03/stumbleupon.jpg" title="StumbleUpon" alt="StumbleUpon" align="right" border="0" /></a>In recent weeks, I have been watching a steady increase in the number of referrers being sent from the site StumbleUpon. Moreover I got similar referral hits on my other site <a href="http://www.expertsheaven.com">ExpertsHeaven.com</a>. Initially I was under the assumption that StumbleUpon is some kind of SPAM site and sucking my bandwidth (Even I was thinking to ban the site IP <img src='http://www.benh.org/techblog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ). Lucky I didn’t do so since I really learned what StumbleUpon is…!! Hence I though to write about StumbleUpon, so that webmasters and other can be kept informed about the traffic <img src='http://www.benh.org/techblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  and usage as well!!</p>
<p>According to WikiPedia,</p>
<blockquote><p>StumbleUpon is a commercial web discovery service which integrates peer and social networking principles with one-click blogging. StumbleUpon is a social book marking site that adhere Web 2.0 StumbleUpon helps you discover and share great websites</p></blockquote>
<p>StumbleUpon uses the ratings from the users to form collaborative opinions on website quality. When you stumble, you will only see pages which friends and like-minded stumblers have liked. Unlike search engines or static directories, this allows for a true “democracy of the web” – all members have a say (or) as to whether a page should be passed on. These ratings connect you to more like-minded members who then show you better pages (a kind of social networking)</p>
<p>StumbleUpon is a Canadian start-up that recently re-located to San Francisco. It was started by Garrett Camp, Geoff Smith, and Justin LaFrance, who bootstrapped the company for much of its early life. You must the read the <a href="http://web2.0awards.org/web20-interviews/stumbleupon.php">Interview with Justin LaFrance</a> of StumbleUpon.</p>
<p>Just don’t wait try out the StumbleUpon tool bar which is compatible with both IE and Firefox. Membership is free, and the database is accessed through a no-spyware tool-bar you add to your Firefox or IE browser. You take 2 minutes to join the free network, and then you tell it what your personal interests and start Stumbling!!!</p>
<p><a href="http://www.stumbleupon.com/getstumble.php"><img src="http://www.stumbleupon.com/images/works_with_firefox_ie.png" style="cursor: pointer" border="0" /></a></p>
<p><em>Happy Stumbling!!!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.org/techblog/2006/07/stumbleuponcom-smarter-way-to-discover-sites/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tips to increase blog traffic</title>
		<link>http://www.benh.org/techblog/2006/07/tips-to-increase-blog-traffic/</link>
		<comments>http://www.benh.org/techblog/2006/07/tips-to-increase-blog-traffic/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 21:07:00 +0000</pubDate>
		<dc:creator>Benedict Herold</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.benh.org/techie/2006/07/tips-to-increase-blog-traffic/</guid>
		<description><![CDATA[&#8220;Write what your readers would like to read&#8221;.
&#8211; a mantra all bloggers should follow

Hmm.. it&#8217;s very very true. If you like to write something don&#8217;t write just for your shake make that readers like to read it too!! But how do you know what a reader likes to read? Besides different people have  [...]]]></description>
			<content:encoded><![CDATA[<p style="font-weight: bold; font-style: italic; font-family: trebuchet ms">&#8220;Write what your readers would like to read&#8221;.</p>
<p style="text-align: right"><span style="font-weight: bold; font-size: 85%"><span style="font-style: italic; font-family: trebuchet ms">&#8211; a mantra all bloggers should follow</span></span></p>
<p><!--adsense--></p>
<p style="text-align: justify; font-family: georgia"><span style="font-size: 100%">Hmm.. it&#8217;s very very true. If you like to write something don&#8217;t write just for your shake make that readers like to read it too!! But how do you know what a reader likes to read? Besides different people have different tastes. What I have to say is that- whatever content you write, pay attention to your writing style.</span></p>
<p style="text-align: justify; font-family: georgia">&nbsp;</p>
<p style="text-align: justify; font-family: georgia"><span style="font-size: 100%">Here are some more tips on increasing your blog traffic by improving your style on writing contents:</span></p>
<ol>
<li><strong style="font-family: georgia">Use Attractive Titles</strong>
<p style="text-align: justify"><span style="font-size: 100%">Using attractive titles is one way of getting readers to visit your blog from Search Engines and Feeds. Also, use keywords in your title that relate to the post. Use attractive title and description while you submit to blog directories.<br />
</span></p>
<p style="text-align: justify">&nbsp;</p>
<p style="text-align: justify"><span style="font-size: 100%">Use numbers / buzzwords in your title. Using titles like &#8216;10 best pratices&#8217;, &#8217;100 ways to&#8217;,  &#8216;Top 5&#8242;, etc can help you to grab readers attention and visit your blog.<br />
</span></li>
<li><strong>Be Unique</strong><span style="font-size: 100%"> </span>
<p style="text-align: justify"><span style="font-size: 100%">Readers come to your blog to read something different. They will not come just to read what they have read on other blogs. Making your blog stand out from other blogs both in content and design is important if you want to have repeat visitors.</span></p>
<p style="font-family: georgia">&nbsp;</p>
</li>
<li><strong>Link to the source</strong>
<p style="text-align: justify">If you post about some interesting news that you just read on your favorite News site, link to it (the source). Chances are there for readers from that news blog will visit your blog from the pingback on the site. Also, it helps make your content look informative.</p>
</li>
<li><strong>Write your content using lists</strong>
<p style="font-family: georgia; text-align: justify" class="MsoNormal">I&#8217;ve seen blogs that make up to the top place will use lists for this contents. Use appropriate list, ordered (numbered) or unordered (bullet) list dependingp upon the content structure. Using lists can make your post both visually appealing and interesting to read. It helps readers who are just scanning your text to see if your posts fits what they are looking for. The content must not bescattered; it should be in well organized and managed manner.</p>
</li>
<li><strong>Write Tutorials</strong>
<p style="text-align: justify">Write handy tutorials that will make your readers walk through a process that teaches them how to achieve a goal. Tutorials have more chance of getting bookmarked in Bookmarking sites or other blogs which will get you plenty of readers and links. Write down unique tutorial which are more specific which will get you top position in the search engine results.</p>
</li>
<li><strong>Don&#8217;t change your blogs topic</strong>
<p style="text-align: justify">Once you choose what you blog about on your blog, don&#8217;t change it. Your readers come to read posts on that topic. Writing posts on a different topic will not look good for your blog. And if done thfrustratedusturate the reader.</p>
</li>
<li><strong>Write on Technological stuff</strong>
<p style="text-align: justify">Write more about latest technological happening. Most of the readers are tech savy. Also chance of hits from search engine is high.</p>
</li>
<li><strong>Link to your older posts</strong>
<p style="text-align: justify">Don&#8217;t expect your readers to have been reading your posts from the time you started your blog. So next time, when you write about things you have written previously, link to them.</p>
</li>
</ol>
<p>Now your blog will start getting as much decent traffic <img src='http://www.benh.org/techblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.org/techblog/2006/07/tips-to-increase-blog-traffic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

