<?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>Just A Blog &#187; 流量统计</title>
	<atom:link href="http://www.caxblog.com/tag/traffic-statistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caxblog.com</link>
	<description>街尾牛杂档——Since 1983</description>
	<lastBuildDate>Thu, 20 Oct 2011 10:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>使用WP-Postviews显示近期的热门文章</title>
		<link>http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/</link>
		<comments>http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 04:28:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP-Postviews]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[流量统计]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=1313</guid>
		<description><![CDATA[在我的博客里一直都是使用WP-Postviews插件来统计文章点击数，以及用来显示热门文章。WP-Postviews显示热门文章的函数是get_most_viewed，也可以通过调用get_least_viewed函数来显示最新被浏览的文章。 get_most_viewed显示所有点击最高的文章，并无时间上的限制，而get_least_viewed虽然可以显示近期的点击文章，但不可以设置相应的统计时间，只能是按照插件的默认时间算法来显示，所以如果要显示近一年或半年内的热门文章这两个函数是无法满足的。从WP-Postviews 1.30版本后就取消了一个补充函数get_timespan_most_viewed，这个函数可以显示特定时间内的热门文章，刚好是我想要的。只要把这个函数重新拷贝到WP-Postviews插件的wp-postviews.php文件内就可以使用了。 ### Function: Get TimeSpan Most Viewed - Added by Paolo Tagliaferri (http://www.vortexmind.net - webmaster@vortexmind.net) function get_timespan_most_viewed($mode = '', $limit = 10, $days = 7, $display = true) { global $wpdb, $post; $limit_date = current_time('timestamp') - ($days*86400); $limit_date = date("Y-m-d H:i:s",$limit_date); $where = ''; $temp = ''; if(!empty($mode) &#38;&#38; $mode != 'both') { [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress中文工具箱WP Kit CN" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-wp-kit-cn%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462984.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress中文工具箱WP Kit CN</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.6字数统计插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fword-count-plugin-of-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/03/462990.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.6字数统计插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="显示相关文章的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Frelated-post-plugins-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462824.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">显示相关文章的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress表情插件：Custom Smilies 1.2" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-custom-smilies%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462727.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress表情插件：Custom Smilies 1.2</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="评论回复插件Mail To Commenter" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462884.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">评论回复插件Mail To Commenter</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>在我的博客里一直都是使用<strong>WP-Postviews</strong>插件来统计文章点击数，以及用来显示<strong>热门文章</strong>。<a href="http://www.caxblog.com/tag/wp-postviews/" target="_self">WP-Postviews</a>显示<strong>热门文章</strong>的函数是<code>get_most_viewed</code>，也可以通过调用<code>get_least_viewed</code>函数来显示最新被浏览的文章。</p>
<p><code>get_most_viewed</code>显示所有点击最高的文章，并无时间上的限制，而<code>get_least_viewed</code>虽然可以显示近期的点击文章，但不可以设置相应的统计时间，只能是按照插件的默认时间算法来显示，所以如果要显示近一年或半年内的<a href="http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/" target="_self">热门文章</a>这两个函数是无法满足的。从<a href="http://www.caxblog.com/tag/wp-postviews/" target="_self">WP-Postviews</a> 1.30版本后就取消了一个补充函数<code>get_timespan_most_viewed</code>，这个函数可以显示特定时间内的热门文章，刚好是我想要的。只要把这个函数重新拷贝到<strong>WP-Postviews</strong>插件的<code>wp-postviews.php</code>文件内就可以使用了。</p>
<p><img class="alignnone" title="Wordpress Logo" src="http://www.caxblog.com/wp-content/uploads/2008/09/wordpress-logo.png" alt="" width="565" height="128" /><br />
<span id="more-1313"></span></p>
<pre>### Function: Get TimeSpan Most Viewed - Added by Paolo Tagliaferri (http://www.vortexmind.net - webmaster@vortexmind.net)
function get_timespan_most_viewed($mode = '', $limit = 10, $days = 7, $display = true) {
global $wpdb, $post;
$limit_date = current_time('timestamp') - ($days*86400);
$limit_date = date("Y-m-d H:i:s",$limit_date);
$where = '';
$temp = '';
if(!empty($mode) &amp;&amp; $mode != 'both') {
$where = "post_type = '$mode'";
} else {
$where = '1=1';
}
$most_viewed = $wpdb-&gt;get_results("SELECT DISTINCT $wpdb-&gt;posts.*, (meta_value+0) AS views FROM $wpdb-&gt;posts LEFT JOIN $wpdb-&gt;postmeta ON $wpdb-&gt;postmeta.post_id = $wpdb-&gt;posts.ID WHERE post_date &lt; '".current_time('mysql')."' AND post_date &gt; '".$limit_date."' AND $where AND post_status = 'publish' AND meta_key = 'views' AND post_password = '' ORDER  BY views DESC LIMIT $limit");
if($most_viewed) {
foreach ($most_viewed as $post) {
$post_title = get_the_title();
$post_views = intval($post-&gt;views);
$post_views = number_format($post_views);
$temp .= "&lt;li&gt;&lt;a href=\"".get_permalink()."\"&gt;$post_title&lt;/a&gt; - $post_views ".__('views', 'wp-postviews')."&lt;/li&gt;";
}
} else {
$temp = '&lt;li&gt;'.__('N/A', 'wp-postviews').'&lt;/li&gt;'."\n";
}
if($display) {
echo $temp;
} else {
return $temp;
}
}</pre>
<p>$days这个参数是多长时间内发表的文章，我在Single页面设置为180天，就是半年内的热门文章，而在首页则输出全部时间的<strong>热门文章</strong>。如果想在博客后台看到文章的点击数可以把以下代码（via <a href="http://fairyfish.net/2009/07/23/postviews-for-admin/" target="_blank">水煮鱼</a>）放到<a href="http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/" target="_self">WP-Postviews</a>插件目录的<code>wp-postviews.php</code>文件或者你主题的<code>function.php</code>文件中。</p>
<pre>add_filter('manage_posts_columns', 'postviews_admin_add_column');
function postviews_admin_add_column($columns){
 $columns['views'] = __('Views');
 return $columns;
}
add_action('manage_posts_custom_column','postviews_admin_show',10,2);
function postviews_admin_show($column_name,$id){
 if ($column_name != 'views')
 return;
 $post_views = get_post_meta($id, "views",true);
 echo $post_views;
}</pre>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2009. |
<a href="http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/">Permalink</a> |
<a href="http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/#comments">28 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/&title=使用WP-Postviews显示近期的热门文章">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.caxblog.com/tag/wp-postviews/" rel="tag">WP-Postviews</a>, <a href="http://www.caxblog.com/tag/%e6%8f%92%e4%bb%b6/" rel="tag">插件</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress中文工具箱WP Kit CN" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-wp-kit-cn%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462984.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress中文工具箱WP Kit CN</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress 2.6字数统计插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fword-count-plugin-of-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/03/462990.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress 2.6字数统计插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="显示相关文章的WordPress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Frelated-post-plugins-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462824.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">显示相关文章的WordPress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress表情插件：Custom Smilies 1.2" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-custom-smilies%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462727.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress表情插件：Custom Smilies 1.2</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="评论回复插件Mail To Commenter" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-comment-plugin-mail-to-commenter%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fget-timespan-most-viewed-wp-postviews%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/04/462884.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">评论回复插件Mail To Commenter</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/get-timespan-most-viewed-wp-postviews/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Caxblog网站流量有点异常</title>
		<link>http://www.caxblog.com/something-wrong-with-the-traffic/</link>
		<comments>http://www.caxblog.com/something-wrong-with-the-traffic/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 13:05:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[流量统计]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=495</guid>
		<description><![CDATA[前两天打开Google analytic看一下博客的流量统计，不看不知道，一看了吓一跳。caxblog在9月15号的时候访问数达到了500左右，但是这些流量并非是搜索引擎带来的，全部都是直接点击量。 在细细的看了一下数据，这些莫名增加的访问数都是来自美国的直接点击量，访问时间非常的短，几乎把这几天的数据全部都拉下去的。在操作系统和浏览器上却都是显示（not set）/（not set），没有显示操作系统和浏览器，所以感觉这些访问量很不对头！不晓得是不是spam机器发出的！ 不会是那位黑客看上了我的小站，攻击一番吧？不知道各位朋友有没有遇过这样的事情？ 说到流量，Google analytic好像已经更新了点，发现自己的真的是很落后，经常都打开Google analytic但是却一直都没有怎么注意到这点变化！在控制台首页可以进行多种信息的对比，或者是和其他的网站进行对比。 © Alex for Just A Blog, 2008. &#124; Permalink &#124; 21 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Google, 博客, 流量统计<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Cpanel的流量统计功能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/462708.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Cpanel的流量统计功能</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Blogupp给你带来了多少流量" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/08/462961.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Blogupp给你带来了多少流量</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google社会化服务Friend Connect" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-friend-connect%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/462889.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google社会化服务Friend Connect</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客统计工具：Clicki" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462752.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客统计工具：Clicki</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>前两天打开Google analytic看一下博客的<a href="http://www.caxblog.com/tag/traffic-statistics/" target="_self">流量统计</a>，不看不知道，一看了吓一跳。<a href="http://www.caxblog.com/" target="_self">caxblog</a>在9月15号的时候访问数达到了500左右，但是这些流量并非是<a href="http://www.caxblog.com/tag/%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e" target="_self">搜索引擎</a>带来的，全部都是直接点击量。</p>
<p>在细细的看了一下数据，这些莫名增加的访问数都是来自美国的直接点击量，访问时间非常的短，几乎把这几天的数据全部都拉下去的。在操作系统和浏览器上却都是显示（not set）/（not set），没有显示操作系统和浏览器，所以感觉这些访问量很不对头！不晓得是不是spam机器发出的！</p>
<p><span id="more-495"></span>不会是那位黑客看上了我的小站，攻击一番吧？不知道各位朋友有没有遇过这样的事情？</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/09/liuliang.jpg"><img class="size-full wp-image-499 alignnone" title="流量" src="http://www.caxblog.com/wp-content/uploads/2008/09/liuliang.jpg" alt="流量" width="584" height="234" /></a></p>
<p>说到流量，<a href="http://www.caxblog.com/tag/google" target="_self">Google </a>analytic好像已经更新了点，发现自己的真的是很落后，经常都打开Google analytic但是却一直都没有怎么注意到这点变化！在控制台首页可以进行多种信息的对比，或者是和其他的网站进行对比。</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/09/google-analystic.jpg"><img class="alignnone size-full wp-image-498" title="google-analystic" src="http://www.caxblog.com/wp-content/uploads/2008/09/google-analystic.jpg" alt="" width="585" height="270" /></a></p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/something-wrong-with-the-traffic/">Permalink</a> |
<a href="http://www.caxblog.com/something-wrong-with-the-traffic/#comments">21 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/something-wrong-with-the-traffic/&title=Caxblog网站流量有点异常">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/google/" rel="tag">Google</a>, <a href="http://www.caxblog.com/tag/%e5%8d%9a%e5%ae%a2/" rel="tag">博客</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Cpanel的流量统计功能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/462708.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Cpanel的流量统计功能</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Blogupp给你带来了多少流量" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/08/462961.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Blogupp给你带来了多少流量</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google社会化服务Friend Connect" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-friend-connect%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/462889.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google社会化服务Friend Connect</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客统计工具：Clicki" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462752.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客统计工具：Clicki</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/something-wrong-with-the-traffic/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Blogupp给你带来了多少流量</title>
		<link>http://www.caxblog.com/traffic-form-blogupp/</link>
		<comments>http://www.caxblog.com/traffic-form-blogupp/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 01:18:13 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[blogupp]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[流量统计]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=462</guid>
		<description><![CDATA[起初知道Blogupp这个网站推广方式是源于Chada对它的介绍，刚开始认为可以在别人的博客里面展示自己的网站，何乐而不为呢？所以在那时候就把blogupp挂在侧栏上了。 blogupp进行网站推广的方式是这样的： 他人的博客在您的博客上展现10次，您的博客便获得了9次在其他博客展现的机会。 剩下的一次展现机会将提供给获得额外展现机会的博客。 现在的问题是到底Blogupp给你的博客带来了多少流量呢？？先看看blogupp主页上的流量统计先。 这是blogupp统计caxblog一个月内的展示次数为18,686次，所以caxblog在别人的博客也出现了大概16,222次，这个按照10：9的比例没有多大的问题。但是在我的博客只有发出117有效的点击，而我也只从别人的博客上收到93个有效点击。 也就是说挂了一个月的blogupp只带来了93个IP，至于上万个展示，如果没有人点的话，那只能是一个展示，或者别人压根都没有看到，再或者已经被别人的广告过滤插件滤掉了你的展示。 而且从Google analytics看出，带来的有效IP只有74个，只有blopupp统计的80%左右，估计是点开了blogupp在还来不及跳转到博客的时候就被关掉了。所以在我的博客上，blogupp的效率是非常之低的，虽然有很大的展示次数，但是真正的流量只占了全部流量的1.05%，只好把它去掉算了。 但是这也不可以说blogupp是一无是处，想从blogupp里面带来好的流量，表面功夫要做好。最起码要有一个好的主题，在缩略图里面就可以吸引眼球，这样才可以激发博友点击的欲望。 © Alex for Just A Blog, 2008. &#124; Permalink &#124; 30 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: blogupp, Web 2.0, 流量统计<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="博客统计工具：Clicki" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462752.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客统计工具：Clicki</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Cpanel的流量统计功能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/462708.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Cpanel的流量统计功能</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Web 2.0浏览器Flock" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fweb-20-browser-flock%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463032.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Web 2.0浏览器Flock</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>起初知道<strong>Blogupp</strong>这个网站推广方式是源于<a href="http://genmicha.cn" target="_blank">Chada</a>对它的介绍，刚开始认为可以在别人的博客里面展示自己的网站，何乐而不为呢？所以在那时候就把<a href="http://www.blogupp.com/" target="_blank">blogupp</a>挂在侧栏上了。</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/09/blogupp-logo.jpg"><img class="alignnone size-full wp-image-467" title="blogupp-logo" src="http://www.caxblog.com/wp-content/uploads/2008/09/blogupp-logo.jpg" alt="" width="177" height="68" /></a></p>
<p><strong>blogupp</strong>进行网站推广的方式是这样的：</p>
<blockquote><p>他人的博客在您的博客上展现10次，您的博客便获得了9次在其他博客展现的机会。 剩下的一次展现机会将提供给获得额外展现机会的博客。</p></blockquote>
<p>现在的问题是到底<a href="http://www.caxblog.com/traffic-form-blogupp/" target="_self">Blogupp给你的博客带来了多少流量</a>呢？？先看看blogupp主页上的<a href="http://www.caxblog.com/tag/traffic-statistics/" target="_self">流量统计</a>先。</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/09/blogupp-01.jpg"><img class="alignnone size-full wp-image-463" title="blogupp-01" src="http://www.caxblog.com/wp-content/uploads/2008/09/blogupp-01.jpg" alt="" width="595" height="137" /></a></p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/09/blogupp-02.jpg"><img class="alignnone size-full wp-image-464" title="blogupp-02" src="http://www.caxblog.com/wp-content/uploads/2008/09/blogupp-02.jpg" alt="" width="502" height="62" /></a></p>
<p>这是blogupp统计<a href="http://www.caxblog.com/" target="_self">caxblog</a>一个月内的展示次数为18,686次，所以<a href="http://www.caxblog.com/" target="_self">caxblog</a>在别人的博客也出现了大概16,222次，这个按照10：9的比例没有多大的问题。但是在我的<a href="http://www.caxblog.com/tag/%e5%8d%9a%e5%ae%a2" target="_self">博客</a>只有发出117有效的点击，而我也只从别人的博客上收到93个有效点击。</p>
<p><span id="more-462"></span>也就是说挂了一个月的blogupp只带来了93个IP，至于上万个展示，如果没有人点的话，那只能是一个展示，或者别人压根都没有看到，再或者已经被别人的广告过滤插件滤掉了你的展示。</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/09/blogupp-03.jpg"><img class="alignnone size-full wp-image-465" title="blogupp-03" src="http://www.caxblog.com/wp-content/uploads/2008/09/blogupp-03.jpg" alt="" width="600" height="140" /></a></p>
<p>而且从Google analytics看出，带来的有效IP只有74个，只有blopupp统计的80%左右，估计是点开了<a href="http://www.caxblog.com/tag/blogupp/" target="_self">blogupp</a>在还来不及跳转到博客的时候就被关掉了。所以在我的博客上，<strong>blogupp</strong>的效率是非常之低的，虽然有很大的展示次数，但是真正的流量只占了全部流量的1.05%，只好把它去掉算了。</p>
<p>但是这也不可以说<a href="http://www.caxblog.com/tag/blogupp/" target="_self">blogupp</a>是一无是处，想从blogupp里面带来好的<a href="http://www.caxblog.com/tag/traffic-statistics/" target="_self">流量</a>，表面功夫要做好。最起码要有一个好的主题，在缩略图里面就可以吸引眼球，这样才可以激发博友点击的欲望。</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/traffic-form-blogupp/">Permalink</a> |
<a href="http://www.caxblog.com/traffic-form-blogupp/#comments">30 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/traffic-form-blogupp/&title=Blogupp给你带来了多少流量">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/blogupp/" rel="tag">blogupp</a>, <a href="http://www.caxblog.com/tag/web-20/" rel="tag">Web 2.0</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="博客统计工具：Clicki" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462752.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客统计工具：Clicki</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Cpanel的流量统计功能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/462708.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Cpanel的流量统计功能</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Web 2.0浏览器Flock" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fweb-20-browser-flock%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463032.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Web 2.0浏览器Flock</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/traffic-form-blogupp/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>调整博客侧栏和Adsense单元</title>
		<link>http://www.caxblog.com/optimize-sidebar-and-adsense/</link>
		<comments>http://www.caxblog.com/optimize-sidebar-and-adsense/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 03:18:08 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Clicki]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[优化]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[流量统计]]></category>
		<category><![CDATA[相关文章]]></category>

		<guid isPermaLink="false">http://www.caxblog.com/?p=252</guid>
		<description><![CDATA[为了提高加载的速度和优化界面，昨天对Just A Blog做了小小的调整。 1、去掉了Clicki统计功能。以前是喜欢它的可视化统计和载入速度，可以实时的了解到读者来源。但这段时间它有点抽风，老是加载不了，拖慢了页面打开速度。一直都是用Google作为主要的统计工具，Clicki有点多余，所以就直接去掉了。 2、在侧栏加入了Google翻译工具，博客要面向世界～但Google这个翻译工具不怎么准，不知道外国友人能不能看懂下面的直接中国化的翻译： 原标题：《X战警前传》“金刚狼”再亮钢爪 翻译后：&#8220;X-Men before-&#8221; &#8220;King Kong wolf&#8221; re-Gangzhua 3、重新整理了一下文章分类，让分类数量尽可能的少，在整理的时候不小心删除了一个分类，社会百态文章都跑到随手就写分类里面去了，搞了半个小时才把他们分离开。希望以后的Wordpress版本里面可以加入批量处理分类的功能，类似simple tags批量处理标签一样！ WordPress 2.3后就支持了tags，我个人观点应该充分利用tags的文章分类作用，利用tags来进行文章内容上的细分，然后通过related post或者是simple tags导出相关文章，这样进行文章归类会更加贴切点。而分类作为文章的大体划分，尽可能的少！ 4、修改了Google Adsense的广告样式，这次不放入告单元，直接放置文字链接。发现Adsense文字链接比广告单元，更加贴切文章内容，文章出现的Google链接基本上都是和文章内容相关，而不会象以前那样整天出现“are you a bored girl”这样不知所云的广告。而且Adsense链接和内容相关的话，会相应的更加点击率～ 这里的Google Adsense收入一直都很低，到目前为止才有￥1.85，这个月点击还没有进行零点突破，看来以后有必要研究一下Google Adsense的一些技巧了^_^ © Alex for Just A Blog, 2008. &#124; Permalink &#124; 27 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Adsense, Clicki, Google, 优化, 博客, 流量统计, [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="不用插件完美插入Google Adsense" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Finsert-google-adsense-without-any-plugin%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">不用插件完美插入Google Adsense</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="收到Google Adsense PIN码" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-adsense-pin%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462840.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">收到Google Adsense PIN码</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客统计工具：Clicki" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462752.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客统计工具：Clicki</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google Adsense 取款成功" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fget-money-from-google-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/18/17972967.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google Adsense 取款成功</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="无法从FireFox 3登陆到Google Adsense帐户" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fcannot-login-in-google-adsense-form-firefox%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/05/462973.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">无法从FireFox 3登陆到Google Adsense帐户</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>为了提高加载的速度和优化界面，昨天对<a href="http://www.caxblog.com/">Just A Blog</a>做了小小的调整。</p>
<p>1、去掉了<a href="http://www.caxblog.com/tag/clicki" target="_self">Clicki</a>统计功能。以前是喜欢它的可视化统计和载入速度，可以实时的了解到读者来源。但这段时间它有点抽风，老是加载不了，拖慢了页面打开速度。一直都是用<a href="http://www.caxblog.com/tag/google" target="_self">Google</a>作为主要的统计工具，Clicki有点多余，所以就直接去掉了。</p>
<p><a rel="attachment wp-att-1048" href="http://www.caxblog.com/optimize-sidebar-and-adsense/yupoo/"><img class="alignnone size-full wp-image-1048" title="yupoo" src="http://www.caxblog.com/wp-content/uploads/2008/07/yupoo.jpg" alt="yupoo" width="341" height="76" /></a></p>
<p><span id="more-252"></span>2、在侧栏加入了<a href="http://www.caxblog.com/tag/google" target="_self">Google</a>翻译工具，博客要面向世界～但Google这个翻译工具不怎么准，不知道外国友人能不能看懂下面的直接中国化的翻译：</p>
<blockquote><p>原标题：《X战警前传》“金刚狼”<span style="color: #0000ff;">再亮钢爪</span></p>
<p>翻译后：<span onmouseover="_tipon(this)" onmouseout="_tipoff()">&#8220;X-Men before-&#8221; &#8220;King Kong wolf&#8221; <span style="color: #0000ff;">re-Gangzhua</span></span></p></blockquote>
<p>3、重新整理了一下文章分类，让分类数量尽可能的少，在整理的时候不小心删除了一个分类，社会百态文章都跑到随手就写分类里面去了，搞了半个小时才把他们分离开。希望以后的Wordpress版本里面可以加入批量处理分类的功能，类似<a href="http://www.caxblog.com/tag/simple-tags" target="_self">simple tags</a>批量处理标签一样！</p>
<p>WordPress 2.3后就支持了tags，我个人观点应该充分利用tags的文章分类作用，利用tags来进行文章内容上的细分，然后通过<a href="http://www.caxblog.com/tag/related-posts" target="_self">related post</a>或者是simple tags导出<a href="http://www.caxblog.com/related-post-plugins-for-wordpress/" target="_self">相关文章</a>，这样进行文章归类会更加贴切点。而分类作为文章的大体划分，尽可能的少！</p>
<p>4、修改了<a href="http://www.caxblog.com/tag/adsense" target="_self">Google Adsense</a>的广告样式，这次不放入告单元，直接放置文字链接。发现Adsense文字链接比广告单元，更加贴切文章内容，文章出现的Google链接基本上都是和文章内容相关，而不会象以前那样整天出现“are you a <span class="word">bored girl</span>”这样不知所云的广告。而且Adsense链接和内容相关的话，会相应的更加点击率～</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/07/snap1.png"><img class="alignnone size-full wp-image-256" title="snap1" src="http://www.caxblog.com/wp-content/uploads/2008/07/snap1.png" alt="" width="425" height="44" /></a></p>
<p>这里的<a href="http://www.caxblog.com/tag/adsense" target="_self">Google Adsense</a>收入一直都很低，到目前为止才有￥1.85，这个月点击还没有进行零点突破，看来以后有必要研究一下Google Adsense的一些技巧了^_^</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/optimize-sidebar-and-adsense/">Permalink</a> |
<a href="http://www.caxblog.com/optimize-sidebar-and-adsense/#comments">27 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/optimize-sidebar-and-adsense/&title=调整博客侧栏和Adsense单元">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/adsense/" rel="tag">Adsense</a>, <a href="http://www.caxblog.com/tag/clicki/" rel="tag">Clicki</a>, <a href="http://www.caxblog.com/tag/google/" rel="tag">Google</a>, <a href="http://www.caxblog.com/tag/%e4%bc%98%e5%8c%96/" rel="tag">优化</a>, <a href="http://www.caxblog.com/tag/%e5%8d%9a%e5%ae%a2/" rel="tag">博客</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a>, <a href="http://www.caxblog.com/tag/%e7%9b%b8%e5%85%b3%e6%96%87%e7%ab%a0/" rel="tag">相关文章</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="不用插件完美插入Google Adsense" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Finsert-google-adsense-without-any-plugin%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">不用插件完美插入Google Adsense</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="收到Google Adsense PIN码" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fgoogle-adsense-pin%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462840.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">收到Google Adsense PIN码</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客统计工具：Clicki" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462752.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客统计工具：Clicki</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google Adsense 取款成功" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fget-money-from-google-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/18/17972967.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google Adsense 取款成功</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="无法从FireFox 3登陆到Google Adsense帐户" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fcannot-login-in-google-adsense-form-firefox%2F&from=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/05/462973.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">无法从FireFox 3登陆到Google Adsense帐户</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/optimize-sidebar-and-adsense/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Caxblog 5月总结</title>
		<link>http://www.caxblog.com/summary-of-may/</link>
		<comments>http://www.caxblog.com/summary-of-may/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 08:15:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[博客营销]]></category>
		<category><![CDATA[总结]]></category>
		<category><![CDATA[流量统计]]></category>

		<guid isPermaLink="false">http://www.talkeight.cn/2008/06/197.html</guid>
		<description><![CDATA[开场白：光阴似箭，日月如梭！2008年5月是一个不平凡的月份，我们在任何时候都不要忘记2008年5月12日这个悲痛的日子。我们要继续团结奋斗，关爱灾区人民！ 这个月的流量比上个月稍微好点，平均IP大概就是60左右，比4月份要好点，因为Caxblog目前还是处于Blog初期阶段，但是不可能是长期处于Blog初期阶段^_^，FeedSky统计出订阅数有23，感谢各位订阅Caxblog的朋友！如果还没有订阅JAB，可以通过：http://feed.feedsky.com/attacker进行订阅！ 除了阿里妈妈，5月份带来了第一份的盈利，在Feedsky接了一份赶集网火车票的评论，给了偶20 RMB，这是JAB有史以来最大的一笔收入了。这个月里申请了几份SponsoredViews的评论，但一直都没有通过，看来美刀也不好赚啊！ 在5月份里面没少折腾，对现在使用的主题JAT-Theme做了比较大的修改！今天又修改了文章底部的内容，添加了TrackBack地址和Feed订阅图标，目前的主题基本上感觉OK了！由于现在广告无法给我带来多大的收益，所以现在侧栏里面已经没有了广告，只留下文章底部的Google Adsense。它的一个点击相当于阿里妈妈一个月的包养费，非常划得来！ 希望在6月份Caxblog可以带来更多的惊喜，最后感谢各位经常来JAB的朋友，希望你们以后常来，继续关注Caxblog。 © Alex for Just A Blog, 2008. &#124; Permalink &#124; 11 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Adsense, 博客营销, 总结, 流量统计<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google Adsense 取款成功" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fget-money-from-google-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/18/17972967.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google Adsense 取款成功</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="不用插件完美插入Google Adsense" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Finsert-google-adsense-without-any-plugin%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">不用插件完美插入Google Adsense</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress插件：AdSense Deluxe" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-adsense-deluxe%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress插件：AdSense Deluxe</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>开场白：光阴似箭，日月如梭！2008年5月是一个不平凡的月份，我们在任何时候都不要忘记2008年5月12日这个悲痛的日子。我们要继续团结奋斗，关爱灾区人民！</p>
<p>这个月的流量比上个月稍微好点，平均IP大概就是60左右，比4月份要好点，因为Caxblog<a href="http://www.caxblog.com/" target="_blank"></a>目前还是处于Blog初期阶段，但是不可能是长期处于Blog初期阶段^_^，FeedSky统计出订阅数有23，感谢各位订阅<a href="http://www.caxblog.com" target="_self">Caxblog</a>的朋友！如果还没有订阅JAB，可以通过：<a title="http://feed.feedsky.com/attacker" href="http://feed.feedsky.com/attacker">http://feed.feedsky.com/attacker</a>进行订阅！</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/06/jab-5.jpg"><img class="alignnone size-full wp-image-1135" title="jab-5" src="http://www.caxblog.com/wp-content/uploads/2008/06/jab-5.jpg" alt="jab-5" width="586" height="96" /></a></p>
<p>除了阿里妈妈，5月份带来了第一份的盈利，在Feedsky接了一份赶集网火车票的评论，给了偶20 RMB，这是JAB有史以来最大的一笔收入了。这个月里申请了几份<a href="http://www.sponsoredreviews.com/" target="_blank">SponsoredViews</a>的评论，但一直都没有通过，看来美刀也不好赚啊！<span id="more-197"></span></p>
<p>在5月份里面没少折腾，对现在使用的主题JAT-Theme做了比较大的修改！今天又修改了文章底部的内容，添加了TrackBack地址和Feed订阅图标，目前的主题基本上感觉OK了！由于现在广告无法给我带来多大的收益，所以现在侧栏里面已经没有了广告，只留下文章底部的<a href="http://www.caxblog.com/tag/adsense" target="_blank">Google Adsense</a>。它的一个点击相当于阿里妈妈一个月的包养费，非常划得来！</p>
<p>希望在6月份<a href="http://www.caxblog.com/" target="_blank">Caxblog</a>可以带来更多的惊喜，最后感谢各位经常来JAB的朋友，希望你们以后常来，继续关注<a href="http://www.caxblog.com" target="_self">Caxblog</a>。</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/summary-of-may/">Permalink</a> |
<a href="http://www.caxblog.com/summary-of-may/#comments">11 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/summary-of-may/&title=Caxblog 5月总结">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/adsense/" rel="tag">Adsense</a>, <a href="http://www.caxblog.com/tag/%e5%8d%9a%e5%ae%a2%e8%90%a5%e9%94%80/" rel="tag">博客营销</a>, <a href="http://www.caxblog.com/tag/%e6%80%bb%e7%bb%93/" rel="tag">总结</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google Adsense 取款成功" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fget-money-from-google-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/18/17972967.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google Adsense 取款成功</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="不用插件完美插入Google Adsense" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Finsert-google-adsense-without-any-plugin%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">不用插件完美插入Google Adsense</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress插件：AdSense Deluxe" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-plugin-adsense-deluxe%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fsummary-of-may%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress插件：AdSense Deluxe</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/summary-of-may/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Cpanel的流量统计功能</title>
		<link>http://www.caxblog.com/traffic-statistics-of-cpanel/</link>
		<comments>http://www.caxblog.com/traffic-statistics-of-cpanel/#comments</comments>
		<pubDate>Fri, 09 May 2008 03:41:06 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[流量统计]]></category>

		<guid isPermaLink="false">http://www.talkeight.cn/2008/05/168.html</guid>
		<description><![CDATA[购买独立空间的Blogger们应该都知道有名的空间后台程序Cpanel，这个是一个功能非常强大的管理软件。在Cpanel环境里面我们不仅是进行文件操作、绑定域名、设定邮箱等，总之功能就很多。前两天Chada还写了一篇在Cpanel里面设置防盗链的文章。 其实Cpanel里面还包含了一套强大的网站统计程序，在我的Cpanel里面主要有： Bandwidth可以进行流量统计，方面的显示每天和每年的流量； Analog Stats和Awstats的统计功能都很强大，不亚于Google和雅虎统计。 统计出访客数量、点击次数、访问页面数量等，显示每月、每周以及每天以及每小时的统计数量； 统计处访问来源地区及访问来源IP信息，访问者的操作系统及浏览器类型； 访问者时间和网站文件流量； 搜索引擎访问统计，反向链接统计，热门关键词统计； 总之该有它都有了，不该有的它也有！要想知道还有些什么功能，就到你的Cpanel里面看一下。 © Alex for Just A Blog, 2008. &#124; Permalink &#124; 8 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Cpanel, 博客, 流量统计<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="博客统计工具：Clicki" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462752.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客统计工具：Clicki</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Blogupp给你带来了多少流量" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/08/462961.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Blogupp给你带来了多少流量</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="通过SEO优化增加博客访问量" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/29/462818.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">通过SEO优化增加博客访问量</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>购买独立空间的Blogger们应该都知道有名的空间后台程序<a href="http://www.caxblog.com/tag/cpanel" target="_self">Cpanel</a>，这个是一个功能非常强大的管理软件。在<strong>Cpanel</strong>环境里面我们不仅是进行文件操作、绑定域名、设定邮箱等，总之功能就很多。前两天Chada还写了一篇在Cpanel里面<a href="http://genmicha.cn/how-to-protect-hotlinks.htm" target="_blank">设置防盗链</a>的文章。</p>
<p>其实<a href="http://www.caxblog.com/tag/cpanel" target="_self">Cpanel</a>里面还包含了一套强大的网站统计程序，在我的<strong>Cpanel</strong>里面主要有：</p>
<p><img class="alignnone size-full wp-image-778" title="cpanel-3" src="http://www.caxblog.com/wp-content/uploads/2008/05/cpanel-3.jpg" alt="cpanel-3" width="500" height="172" /></p>
<p><span id="more-168"></span>Bandwidth可以进行流量统计，方面的显示每天和每年的流量；</p>
<p><img class="alignnone size-full wp-image-776" title="cpanel-1" src="http://www.caxblog.com/wp-content/uploads/2008/05/cpanel-1.jpg" alt="cpanel-1" width="500" height="150" /></p>
<p><img class="alignnone size-full wp-image-775" title="cpanel-4" src="http://www.caxblog.com/wp-content/uploads/2008/05/cpanel-4.jpg" alt="cpanel-4" width="500" height="150" /></p>
<p>Analog Stats和Awstats的统计功能都很强大，不亚于<a href="http://www.caxblog.com/tag/google" target="_self">Google</a>和雅虎统计。</p>
<ul>
<li>统计出访客数量、点击次数、访问页面数量等，显示每月、每周以及每天以及每小时的统计数量；</li>
<li>统计处访问来源地区及访问来源IP信息，访问者的操作系统及浏览器类型；</li>
<li>访问者时间和网站文件流量；</li>
<li>搜索引擎访问统计，反向链接统计，热门关键词统计；</li>
</ul>
<p><img class="alignnone size-full wp-image-777" title="cpanel-2" src="http://www.caxblog.com/wp-content/uploads/2008/05/cpanel-2.jpg" alt="cpanel-2" width="500" height="164" /></p>
<p>总之该有它都有了，不该有的它也有！要想知道还有些什么功能，就到你的<a href="http://www.caxblog.com/tag/cpanel" target="_self">Cpanel</a>里面看一下。</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/traffic-statistics-of-cpanel/">Permalink</a> |
<a href="http://www.caxblog.com/traffic-statistics-of-cpanel/#comments">8 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/traffic-statistics-of-cpanel/&title=Cpanel的流量统计功能">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/cpanel/" rel="tag">Cpanel</a>, <a href="http://www.caxblog.com/tag/%e5%8d%9a%e5%ae%a2/" rel="tag">博客</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="博客统计工具：Clicki" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462752.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客统计工具：Clicki</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Blogupp给你带来了多少流量" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/08/462961.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Blogupp给你带来了多少流量</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="通过SEO优化增加博客访问量" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F&from=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/29/462818.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">通过SEO优化增加博客访问量</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/traffic-statistics-of-cpanel/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>博客统计工具：Clicki</title>
		<link>http://www.caxblog.com/blogging-statistical-tool-clicki/</link>
		<comments>http://www.caxblog.com/blogging-statistical-tool-clicki/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 03:43:45 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Clicki]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[流量统计]]></category>

		<guid isPermaLink="false">http://www.talkeight.cn/2008/04/141.html</guid>
		<description><![CDATA[前段时间一直都在烦恼该使用什么博客统计工具，主要还是用来统计一下IP、PV、点击来源等数据，对于我这样菜鸟级Blog来说最好是使用一个简单而功能使用的统计工具。Google Analytics是比较常用的一个，但它实在是太专业了，很多的统计数据对于非专业人士来说都是没有用的，过多的数据统计也会对网站速度有影响。 注册了Clicki后才发现，这个统计工具麻雀虽小五脏俱全。不但可以添加代码生成侧栏统计界面，而且后台的统计界面非常简单实用。在后台统计主要统计功能有： 统计概要：显示你博客访问走势图，显示IP、UV、PV等数据； 来源统计：显示博客页面的点击来源，包括访问来源、搜索引擎和搜索关键词等； 页面统计：显示所有被访问过的页面及访问次数等，不知道以后能不能利用这些参数显示热门文章； 点击统计：显示访客从哪里来，到哪里去； 访客统计：显示访客IP地址和地区，以及点击来源和访问页面； 在后台中这些都是很基本却非常实用的功能，出了后台统计外，Clicki的侧栏挂件也是一个很好的工具，可以实时的显示访客的访问来源、链接和在线人数。获取了统计代码后可以在Clicki后台自己DIY统计侧栏的样式，适合不同的模板。具体Clicki在Wordpress的安装使用请看官方教程，想获取更多信息请访问Clicki官方主页，或者是看我爱水煮鱼对Clicki介绍。 © Alex for Just A Blog, 2008. &#124; Permalink &#124; 11 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Clicki, Web 2.0, 流量统计<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Blogupp给你带来了多少流量" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/08/462961.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Blogupp给你带来了多少流量</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Cpanel的流量统计功能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/462708.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Cpanel的流量统计功能</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Web 2.0浏览器Flock" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fweb-20-browser-flock%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463032.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Web 2.0浏览器Flock</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>前段时间一直都在烦恼该使用什么博客统计工具，主要还是用来统计一下IP、PV、点击来源等数据，对于我这样菜鸟级Blog来说最好是使用一个简单而功能使用的统计工具。Google Analytics是比较常用的一个，但它实在是太专业了，很多的统计数据对于非专业人士来说都是没有用的，过多的数据统计也会对网站速度有影响。</p>
<p>注册了<a href="http://www.caxblog.com/blogging-statistical-tool-clicki/" target="_self">Clicki</a>后才发现，这个统计工具麻雀虽小五脏俱全。不但可以添加代码生成侧栏统计界面，而且后台的统计界面非常简单实用。在后台统计主要统计功能有：</p>
<p><a href="http://picasaweb.google.com/lh/photo/blPZShAuHSo7UVT-D91byQ?feat=embedwebsite"><img src="http://lh3.ggpht.com/_TK0WX6TbyCY/ShNSJ4eA1fI/AAAAAAAABQM/1rxkNnH4mp4/s800/click-a.jpg" alt="" width="341" height="76" /></a><br />
<span id="more-141"></span></p>
<ol>
<li>统计概要：显示你博客访问走势图，显示IP、UV、PV等数据；</li>
<li>来源统计：显示博客页面的点击来源，包括访问来源、搜索引擎和搜索关键词等；</li>
<li>页面统计：显示所有被访问过的页面及访问次数等，不知道以后能不能利用这些参数显示热门文章；</li>
<li>点击统计：显示访客从哪里来，到哪里去；</li>
<li>访客统计：显示访客IP地址和地区，以及点击来源和访问页面；</li>
</ol>
<p>在后台中这些都是很基本却非常实用的功能，出了后台统计外，Clicki的侧栏挂件也是一个很好的工具，可以实时的显示访客的访问来源、链接和在线人数。获取了统计代码后可以在Clicki后台自己DIY统计侧栏的样式，适合不同的模板。具体<a href="http://www.caxblog.com/blogging-statistical-tool-clicki/" target="_self">Clicki</a>在Wordpress的安装使用请看<a href="http://www.clicki.cn/bbs/viewthread.php?tid=211&amp;extra=page%3D1" target="_blank">官方教程</a>，想获取更多信息请访问<a href="http://www.clicki.cn/" target="_blank">Clicki官方主页</a>，或者是看<a href="http://fairyfish.net/2007/12/11/statistic-tool-clicki/" target="_blank">我爱水煮鱼</a>对Clicki介绍。</p>
<p><a href="http://picasaweb.google.com/lh/photo/Pb4WrLuAhLpZxo9MkcoCRg?feat=embedwebsite"><img src="http://lh5.ggpht.com/_TK0WX6TbyCY/ShNSJw2y1cI/AAAAAAAABQQ/8bF7iyf06io/s800/click-b.jpg" alt="" /></a></p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/blogging-statistical-tool-clicki/">Permalink</a> |
<a href="http://www.caxblog.com/blogging-statistical-tool-clicki/#comments">11 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/blogging-statistical-tool-clicki/&title=博客统计工具：Clicki">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/clicki/" rel="tag">Clicki</a>, <a href="http://www.caxblog.com/tag/web-20/" rel="tag">Web 2.0</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Blogupp给你带来了多少流量" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-form-blogupp%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/08/462961.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Blogupp给你带来了多少流量</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Cpanel的流量统计功能" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Ftraffic-statistics-of-cpanel%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/462708.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Cpanel的流量统计功能</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Web 2.0浏览器Flock" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fweb-20-browser-flock%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fblogging-statistical-tool-clicki%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/463032.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Web 2.0浏览器Flock</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/blogging-statistical-tool-clicki/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>通过SEO优化增加博客访问量</title>
		<link>http://www.caxblog.com/wordpress-seo-skills/</link>
		<comments>http://www.caxblog.com/wordpress-seo-skills/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 06:38:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[优化]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[搜索引擎]]></category>
		<category><![CDATA[永久链接]]></category>
		<category><![CDATA[流量统计]]></category>

		<guid isPermaLink="false">http://www.talkeight.cn/2008/02/60.html</guid>
		<description><![CDATA[本文更新与2008-09-01 SEO就是指针对搜索引擎的优化，让你的网站在搜索引擎的位置更靠前，让更多的人能的通过Google等搜索引擎来找到你的网站。SEO的门槛可以很高，但也可以很低，在这里写下我个人对Just A Blog博客的一些SEO工作。 一、内功修炼，自家工作要做好。 1、博客的标题和内容。 博客标题最好直接解释自己的写作内容，这样开门见山可以让读者知道这是一个什么地方。内容最好是固定一方面或者是几方面，可以让读者知道你的专业和专注，但写一个大杂烩式的博客也不是没有出路。其次要写好about页面，让读者知道一些关于你和你的博客的信息。总的来说是对自己的博客有一个很好的定位。 PS：如果博客标题以字母或者是数字开头的话，在别人的链接里面会排得比较前。 2、设置文章的固定链接。 尽量不好使用Wordpress默认的动态链接，搜素引擎还是比较喜欢静态链接，比如是http://www.caxblog.com/2008/02/60.html，具体使用怎么样的固定链接都没关系，只要是不用动态的就没问题。一些Wordpress固定链接设置的说明可以参考”WordPress永久链接设置说明“。 固定链接的设置需要谨慎，建议不要把时间带入链接内，最好使用postname或者是post_id作为文章的固定链接。 3、把自己的博客地址提交给搜索引擎，而且还要添加一个robot.txt文件到空间根目录下，规范搜索爬虫的路径。 针对Google、雅虎、live搜索引擎，安装sitemap插件，并把生成的sitemap.xml文件提交上去。对于一些专门的博客搜索引擎，最好提交博客的feed地址。把文章提交到Technorati和blogcatalog等这些国外的聚合网站，会获得意外的流量收获。 国内的搜索引擎提交可以参考simpleseo的“各大搜索引擎网站登录的入口”一文。在博客空间根目录下添加robots.txt文件可以更好的规范搜索爬虫的爬行路径，有限的避免博客无用的垃圾网页出现。具体的设置可以参考Google网站管理工具里面的说明，以下是本博客的robots.txt设置内容： User-agent: * Disallow: /wp- Disallow: /cgi-bin/ Disallow: /feed/ Disallow: /comments/feed Disallow: /trackback/ Disallow: /?s= # BEGIN XML-SITEMAP-PLUGIN Sitemap:http://www.caxblog.com/sitemap.xml # END XML-SITEMAP-PLUGIN 4、选择一款清新悦目的主题。 主题并不能带来流量，但是一款漂亮的主题可以快速的抓住读者的眼光，增加读者对你的印象。可以看一下“WordPress两栏简约主题”和“WordPress免费精品主题”，找找有没有你喜欢的主题。主题的选择根据个人的需要进行，选择主题除了美观之外，更加要看重代码的规范、主题的大小及主题的扩展功能，可以参考一下“如何选择合适的wordpress主题”。 也可以对WordPress主题进行一些优化，让它对搜索引擎友好一点，具体设置可以参考”简单SEO一下我的主题 “一文。在网站还没有很大流量的时候，不要放置太多影响视觉效果的广告，特别是那些漂浮是的广告，那是非常令人恶心的。而且目前国内的形式个人博客的广告盈利是非常少的，大家可以想开点。 以上几点是针对个人博客本身的工作，SEO无论怎么去做都离不开文章的内容，高质量的文章才是最好的SEO。只要自己博客有好的文章，自然就会有好的流量。所以当你的博客有了一定的文章后，你可以尝试： 二、外部拓展，积极交流。 5、交换连接。 到你常常交流的博客，申请交换链接。但是要注意，交换链接是为了可以更好的交流，而不是纯粹为了链接而链接～～现在有一个很好的链接交换网站www.blogupp.com，无需注册，把自己的网站提交上，获取代码后添加到sidebar里面就可以了。 6、常到别人的博客留言。 博客的真正意义在于展示和交流，通过交流可以的学习到很多的东西。通过与博主的互动来往，积累自己的固定读者。而且通过留言交流，你的博客地址更加容易出现在别人的文章里面。文章里面的链接要比侧栏上的链接质量高很多～ 7、不要为了搜索引擎写文章，同样也不要为了SEO而SEO。 文章该写的写，该交流的就交流，该SEO的时候就SEO。一些故意写给搜索引擎的文章，想单纯的搞来流量，那还不如搞一个AV图片网站算了，文字都不用怎么写！那样的图片网站一天几千IP是没有多大问题的～ 或许有一些高手可以通过各种各样的手段来获取高流量，但那些只是“做”网站的方法。而对于个人博客来说，用心写好文章，再做那么一点的SEO工作就足以。酒香不怕巷子深，只要你用心去写，文章价值早晚都会被人发现的。 © Alex for Just A Blog, 2008. [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress永久链接设置说明" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fdescription-of-permalink-setting-in-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress永久链接设置说明</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress设置永久链接技巧" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fpermalink-setting-skills-in-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress设置永久链接技巧</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客永久链接301重定向插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2F301-redirect-plugin-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/12/462858.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客永久链接301重定向插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">本文更新与2008-09-01</span></p>
<p><a href="http://www.caxblog.com/tag/seo" target="_self">SEO</a>就是指针对<a href="http://www.caxblog.com/tag/%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e" target="_self">搜索引擎</a>的优化，让你的网站在搜索引擎的位置更靠前，让更多的人能的通过Google等搜索引擎来找到你的网站。SEO的门槛可以很高，但也可以很低，在这里写下我个人对<a href="http://www.caxblog.com" target="_self">Just A Blog</a>博客的一些SEO工作。</p>
<p><a href="http://www.caxblog.com/wp-content/uploads/2008/09/seo-dacai-001.jpg"><img class="alignnone size-full wp-image-415" title="seo-dacai-001" src="http://www.caxblog.com/wp-content/uploads/2008/09/seo-dacai-001.jpg" alt="" width="265" height="124" /></a></p>
<p>一、内功修炼，自家工作要做好。</p>
<p>1、博客的标题和内容。</p>
<p>博客标题最好直接解释自己的写作内容，这样开门见山可以让读者知道这是一个什么地方。内容最好是固定一方面或者是几方面，可以让读者知道你的专业和专注，但写一个大杂烩式的博客也不是没有出路。其次要写好about页面，让读者知道一些关于你和你的博客的信息。总的来说是对自己的博客有一个很好的定位。</p>
<p>PS：如果博客标题以字母或者是数字开头的话，在别人的链接里面会排得比较前。</p>
<p>2、设置文章的<a href="http://www.caxblog.com/tag/%e6%b0%b8%e4%b9%85%e9%93%be%e6%8e%a5" target="_self">固定链接</a>。</p>
<p>尽量不好使用Wordpress默认的动态链接，搜素引擎还是比较喜欢静态链接，比如是http://www.caxblog.com/2008/02/60.html，具体使用怎么样的<a href="http://www.caxblog.com/tag/%e6%b0%b8%e4%b9%85%e9%93%be%e6%8e%a5" target="_self">固定链接</a>都没关系，只要是不用动态的就没问题。一些Wordpress固定链接设置的说明可以参考”<a href="http://www.caxblog.com/description-of-permalink-setting-in-wordpress/" target="_self">WordPress永久链接设置说明</a>“。</p>
<p>固定链接的设置需要谨慎，建议不要把时间带入链接内，最好使用postname或者是post_id作为文章的固定链接。<strong></strong></p>
<p>3、把自己的博客地址提交给<a href="http://www.caxblog.com/tag/%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e" target="_self">搜索引擎</a>，而且还要添加一个<a href="http://www.caxblog.com/tag/robots" target="_self">robot.txt</a>文件到空间根目录下，规范搜索爬虫的路径。</p>
<p>针对Google、雅虎、live搜索引擎，安装<a href="http://www.caxblog.com/wordrpess-sitemap-generator/">sitemap插件</a>，并把生成的sitemap.xml文件提交上去。对于一些专门的博客搜索引擎，最好提交博客的feed地址。把文章提交到<a href="http://www.caxblog.com/tag/technorati" target="_self">Technorati</a>和<a href="http://www.blogcatalog.com/in/4442862" target="_self">blogcatalog</a>等这些国外的聚合网站，会获得意外的流量收获。</p>
<p>国内的搜索引擎提交可以参考simpleseo的“<a href="http://www.simpleseo.cn/simpleseo/website-add-url" target="_blank">各大搜索引擎网站登录的入口</a>”一文。在博客空间根目录下添加<a href="http://www.caxblog.com/tag/robots" target="_self">robots.txt</a>文件可以更好的规范搜索爬虫的爬行路径，有限的避免博客无用的垃圾网页出现。具体的设置可以参考Google网站管理工具里面的说明，以下是本博客的robots.txt设置内容：</p>
<pre>User-agent: *
Disallow: /wp-
Disallow: /cgi-bin/
Disallow: /feed/
Disallow: /comments/feed
Disallow: /trackback/
Disallow: /?s=
# BEGIN XML-SITEMAP-PLUGIN
Sitemap:http://www.caxblog.com/sitemap.xml
# END XML-SITEMAP-PLUGIN</pre>
<p>4、选择一款清新悦目的<a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98" target="_self">主题</a>。</p>
<p>主题并不能带来流量，但是一款漂亮的主题可以快速的抓住读者的眼光，增加读者对你的印象。可以看一下“<a href="http://www.caxblog.com/two-column-wordpress-themes/" target="_self">WordPress两栏简约主题</a>”和“<a href="http://www.caxblog.com/free-beautiful-themes-for-wordpress/" target="_self">WordPress免费精品主题</a>”，找找有没有你喜欢的主题。主题的选择根据个人的需要进行，选择主题除了美观之外，更加要看重代码的规范、主题的大小及主题的扩展功能，可以参考一下“<a href="http://www.caxblog.com/how-to-choose-your-wordpress-theme/" target="_self">如何选择合适的wordpress主题</a>”。</p>
<p>也可以对<a href="http://www.caxblog.com/tag/%e4%b8%bb%e9%a2%98" target="_self">WordPress主题</a>进行一些优化，让它对<a href="http://www.caxblog.com/tag/%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e" target="_self">搜索引擎</a>友好一点，具体设置可以参考”<a href="http://www.caxblog.com/wordpress-theme-seo/" target="_self">简单SEO一下我的主题 </a>“一文。在网站还没有很大流量的时候，不要放置太多影响视觉效果的广告，特别是那些漂浮是的广告，那是非常令人恶心的。而且目前国内的形式个人博客的广告盈利是非常少的，大家可以想开点。</p>
<p>以上几点是针对个人博客本身的工作，SEO无论怎么去做都离不开文章的内容，高质量的文章才是最好的SEO。只要自己博客有好的文章，自然就会有好的流量。所以当你的博客有了一定的文章后，你可以尝试：</p>
<p>二、外部拓展，积极交流。</p>
<p>5、交换连接。</p>
<p>到你常常交流的博客，申请交换链接。但是要注意，交换链接是为了可以更好的交流，而不是纯粹为了链接而链接～～现在有一个很好的链接交换网站<a href="http://www.blogupp.com" target="_blank">www.blogupp.com</a>，无需注册，把自己的网站提交上，获取代码后添加到sidebar里面就可以了。</p>
<p>6、常到别人的博客留言。</p>
<p>博客的真正意义在于展示和交流，通过交流可以的学习到很多的东西。通过与博主的互动来往，积累自己的固定读者。而且通过留言交流，你的博客地址更加容易出现在别人的文章里面。文章里面的链接要比侧栏上的链接质量高很多～</p>
<p>7、不要为了搜索引擎写文章，同样也不要为了SEO而SEO。</p>
<p>文章该写的写，该交流的就交流，该SEO的时候就SEO。一些故意写给<a href="http://www.caxblog.com/tag/%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e" target="_self">搜索引擎</a>的文章，想单纯的搞来流量，那还不如搞一个AV图片网站算了，文字都不用怎么写！那样的图片网站一天几千IP是没有多大问题的～</p>
<p>或许有一些高手可以通过各种各样的手段来获取高流量，但那些只是“做”网站的方法。而对于个人博客来说，用心写好文章，再做那么一点的SEO工作就足以。酒香不怕巷子深，只要你用心去写，文章价值早晚都会被人发现的。</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/wordpress-seo-skills/">Permalink</a> |
<a href="http://www.caxblog.com/wordpress-seo-skills/#comments">6 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/wordpress-seo-skills/&title=通过SEO优化增加博客访问量">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/robots/" rel="tag">Robots</a>, <a href="http://www.caxblog.com/tag/seo/" rel="tag">SEO</a>, <a href="http://www.caxblog.com/tag/sitemap/" rel="tag">Sitemap</a>, <a href="http://www.caxblog.com/tag/%e4%bc%98%e5%8c%96/" rel="tag">优化</a>, <a href="http://www.caxblog.com/tag/%e5%8d%9a%e5%ae%a2/" rel="tag">博客</a>, <a href="http://www.caxblog.com/tag/%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e/" rel="tag">搜索引擎</a>, <a href="http://www.caxblog.com/tag/%e6%b0%b8%e4%b9%85%e9%93%be%e6%8e%a5/" rel="tag">永久链接</a>, <a href="http://www.caxblog.com/tag/traffic-statistics/" rel="tag">流量统计</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="WordPress永久链接设置说明" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fdescription-of-permalink-setting-in-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress永久链接设置说明</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress设置永久链接技巧" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fpermalink-setting-skills-in-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress设置永久链接技巧</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客永久链接301重定向插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2F301-redirect-plugin-for-wordpress%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/12/462858.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客永久链接301重定向插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="调整博客侧栏和Adsense单元" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Foptimize-sidebar-and-adsense%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/29/462997.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">调整博客侧栏和Adsense单元</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Caxblog网站流量有点异常" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fsomething-wrong-with-the-traffic%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fwordpress-seo-skills%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/07/462956.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Caxblog网站流量有点异常</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/wordpress-seo-skills/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

