<?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>南京网络营销 &#187; 网络推广实战</title>
	<atom:link href="http://www.xiamian.com/category/case/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xiamian.com</link>
	<description>又一个 WordPress 博客</description>
	<lastBuildDate>Mon, 21 Dec 2009 15:34:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>KeywordElite 2.18 Crack 破解版</title>
		<link>http://www.xiamian.com/case/560/</link>
		<comments>http://www.xiamian.com/case/560/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 15:34:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[搜索引擎优化 SEO]]></category>
		<category><![CDATA[搜索引擎营销 PPC]]></category>
		<category><![CDATA[网络推广实战]]></category>
		<category><![CDATA[KeywordElite]]></category>
		<category><![CDATA[破解版]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=560</guid>
		<description><![CDATA[KeywordElite 2.18 Crack 破解... ]]></description>
			<content:encoded><![CDATA[<p>KeywordElite是一款很优秀的关键词挖掘软件。</p>
<p>相比KeywordElite 1.0版本，KeywordElite 2.0版有以下改进：</p>
<p>1、 Entirely new web 2.0 look and feel to allow faster navigation, increase user friendliness, and create a much more enjoyable experience.<br />
2、 100% New Adwords Time Machine program which allows you to view the entire 6 month Adwords ad history of any Adwords advertiser!<br />
3、100% New Advanced Google Site Targeter program which allows you to quickly find websites displaying Adsense, that you can advertise your own website on.<br />
4、100% New JV Diamond Miner program which allows you to quickly and easily find websites that are building email lists, allowing you to mooch traffic from their already profitable businesses.<br />
5、 100% New CPA Magnet program which allows you to find high converting CPA offers, as well as monetize those offers through stealth keyword generation.<br />
6、Enhanced speed. We increased Keyword Elite&#8217;s speed of generating keywords and displaying analysis data by over 10x!<br />
7、Added a multi-tab interface to allow you to run as many project types as you wish, at the same time&#8230; while not losing data from the previously run project!<br />
8、Added Keyword Elite&#8217;s own keyword data source, which allows you to build your keyword lists in seconds, not minutes.<br />
9、Completely changed the keyword editing screen to allow for much easier keyword manipulation.<br />
10、Added much more filtering capabilities so you can create an ultra specific keyword list based around your niche.<br />
11、Added several new columns including the ability to see how many clicks you can expect to receive for each keword in both the paid and free search engine listings.<br />
12、Added trends graphs to the reports<br />
13、Greatly increased the depth of analysis for onpage ranking factors for sites in Google, Yahoo, and Bing. Allowing you to see, at a glance, why sites rank where they do and how to beat them.<br />
14、Added the Microsoft OCI percentage so you can see what percentage of visitors searching on a specific keyword are potential buyers vs. just browsers.<br />
15、Added a competition strength indicator to quickly tell you if a keyword is worth optimizing for&#8230; based on the level of the competition.<br />
16、Plus, literally hundreds of other feature enhancements gathered over the past year and a half! Way too many to list here&#8230;</p>
<p>这款软件官方正式版售价是197美金，在这里提供一个在国外论坛上找到的破解版。当然有条件还是支持一下正版。</p>
<p><a href="http://download.xiamian.com/KeywordElite2.0.18.rar">http://download.xiamian.com/KeywordElite2.0.18.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/560/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>大型数据库SQL文件的导入方法</title>
		<link>http://www.xiamian.com/case/551/</link>
		<comments>http://www.xiamian.com/case/551/#comments</comments>
		<pubDate>Wed, 06 May 2009 05:31:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=551</guid>
		<description><![CDATA[      BigDump是一个由alexey ozerov撰写的脚本，用来导入批量mysql数据。BigDump是一个交错的mysql数据导入工具，即该脚本开始只导入数据的很小一部分，导入完毕后脚本重新启动，从上次导入结... ]]></description>
			<content:encoded><![CDATA[<p>      BigDump是一个由alexey ozerov撰写的脚本，用来导入批量mysql数据。BigDump是一个交错的mysql数据导入工具，即该脚本开始只导入数据的很小一部分，导入完毕后脚本重新启动，从上次导入结束点开始导入，这一过程将持续到整个数据库数据转储完毕。</p>
<p>　　首先，你需要使用phpmyadmin导出数据，如果您打算覆盖现有的数据库，你可以选择选择‘Add DROP TABLE’, ‘Add IF NOT EXISTS’选项。创建转储时，不要选择‘Extended Inserts’选项 ，否则将会导致BigDump失败。然后创建转储并用你喜欢的ftp将它上传至服务器，下载bigdump脚本，设定好用户名、密码、数据库名称等值后也上传到服务器。现在就可以在浏览器得地址栏里输入bigdump.php的地址执行执行脚本了（例如： http://www.yourdomain.com/dump/bigdump.php ） 。如果你导入一个大型数据库，这可能会需要一段时间，请耐心等候，一旦导入成功，会有提示信息。 我已经使用该脚本导入了一个660M的数据库，超出上述大小的数据库还没有试过，应该是没有问题。</p>
<p>操作步骤：</p>
<ol>
<li>下载解压出bigdump.php，用你的编辑器编辑数据库连接参数，就是用户名，密码，表那些（注意设置$db_connection_char_set 参数符合自己的数据库，避免产生乱码）；</li>
<li>删除目标数据库的旧表，或者在用phpMyAdmin导出数据时选‘Add DROP TABLE’, ‘Add IF NOT EXISTS’，这样在导入数据时就会<span style="color: red;">覆盖</span>目标表；</li>
<li>在服务器上建立一个工作目录，例如:dump；</li>
<li>如果你想通过服务器的HTTP方式上传数据库，请把dump目录的权限设为777（基于Linux的服务器 chmod 777），不过这样通常会受到PHP配置上传文件大小的限制，最好还是用FTP上传；</li>
<li>上传bigdump.php和你的数据库文件（*.sql或者*.gz）到dump目录，记得如果是.gz后缀的数据库要用BINARY（二进制）模式上传；</li>
<li>在浏览器运行bigdump.php脚本，例如：http://www.yourdomain.com/dump/bigdump.php，这时会有列表让你选择dump目录下的数据库文件；</li>
<li>BigDump会自动更新显示导入的过程，只要你没关闭浏览器的Javascript支持，给点耐心等待导入的完成，不要关闭当前窗口！</li>
<li><span style="color: red;">导入成功后，记得删除bigdump.php文件和你的数据库</span></li>
</ol>
<p><span style="color: red;">download address: <a href="http://www.xiamian.com/bigdump.zip">http://www.xiamian.com/bigdump.zip</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/551/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10个主要破解组织的破解软件发布页面</title>
		<link>http://www.xiamian.com/case/544/</link>
		<comments>http://www.xiamian.com/case/544/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 04:46:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=544</guid>
		<description><![CDATA[tRUE
http://www.trueteam.net.tc
也是储存在和FOFF一样的distro上。直接进入相关目录下载相关作品
RESURRECTiON
http://appznet.biz/glory/index.php?showforum=51
在自己TEAM的论坛上有一个Our Release板块，在板块内以发帖... ]]></description>
			<content:encoded><![CDATA[<p>tRUE<br />
<a href="http://www.trueteam.net.tc">http://www.trueteam.net.tc</a><br />
也是储存在和FOFF一样的distro上。直接进入相关目录下载相关作品<br />
RESURRECTiON<br />
<a href="http://appznet.biz/glory/index.php?showforum=51">http://appznet.biz/glory/index.php?showforum=51</a><br />
在自己TEAM的论坛上有一个Our Release板块，在板块内以发帖子的形式发布最新作品。需注册为该论坛会员才能查看帖子下载。破解下载地址直接帖子帖子里<br />
UnREal RCE<br />
<a href="http://bbs.betabbs.com/index.php?showtopic=96439">http://bbs.betabbs.com/index.php?showtopic=96439</a><br />
需注册为vdown论坛的会员。UnREal RCE的站点是阿拉伯语的。没有相关作品下载。但是他们有一个成员在VDOWN的一个帖子里面贴了他们的最近的作品。一有作品也会以跟帖的形式发布。<br />
ICU<br />
<a href="http://www.teamicu.org/releases.php">http://www.teamicu.org/releases.php</a><br />
作品发布页面。如需下载相关作品需到<a href="http://distro.ws/index.php?dir=ICU">http://distro.ws/index.php?dir=ICU</a>直接点击相关RELEASE下载<br />
CiM<br />
<a href="http://cim.astalavista.ms/index.php?...ge&amp;name=Distro">http://cim.astalavista.ms/index.php?&#8230;ge&amp;name=Distro</a> 作品下载服务器页面。有许多镜像可以选择（其中部分镜像需要代理访问）<br />
Team-X<br />
<a href="http://www.team-x.ru/news/news.php">http://www.team-x.ru/news/news.php</a>俄罗斯的TEAM，相关作品直接发布在页面上供直接下载，如看不懂俄语可以用在线翻译工具<br />
Under SEH<br />
<a href="http://www.webkade.ir/viewforum.php?f=31">http://www.webkade.ir/viewforum.php?f=31</a><br />
作品信息以帖子的形式发布在论坛上。帖子内含作品下载地址。须注册论坛<br />
REATeam<br />
<a href="http://www.reaonline.net/forumdisplay.php?f=26">http://www.reaonline.net/forumdisplay.php?f=26</a><br />
作品信息以帖子的形式发布在论坛上。以附件的形式发布。须注册论坛<br />
Download Crack Serial<br />
<a href="http://download-crack-serial.com">http://download-crack-serial.com</a><br />
这不是一个破解TEAM的破解了。这是一个非常好的下载破解的网站。上面提到的TEAM的破解作品几乎都可以在这里搜索到，还有别的TEAM或个人的作品也可以在这里搜索到。主页的介绍是<br />
FORGET ABOUT STUPID TROJANS AND PORN POPUP!<br />
This site is absolutely free of annoying adware loaders, installers and popups. Welcome!<br />
SERIALZ CREW<br />
<a href="http://distro.ws">http://distro.ws</a><br />
这个地方包括了以上提及的部分TEAM和未提及的一些TEAM共17个TEAM的作品下载。每个TEAM都有自己的目录，可直接进入相关目录下载。包含的TEAM的名字看最下方的图</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/544/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PbDigg程序的SEO优化</title>
		<link>http://www.xiamian.com/case/441/</link>
		<comments>http://www.xiamian.com/case/441/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 07:19:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=441</guid>
		<description><![CDATA[Pbdigg是不错的Digg程序，也做不少SEO方面的优化，当然还是有一些不足之处，比如show,category不可更改，如..... ]]></description>
			<content:encoded><![CDATA[<p>Pbdigg是不错的Digg程序，也做不少SEO方面的优化，当然还是有一些不足之处，比如show,category不可更改，如果做英文站，URL带关键词是很有排名优势的，所以我们可以做进一步的修改。</p>
<p>主要修改目录的样式，原来是category/1这样的，改为category/1/这样的。当然category也可以改为任意字符，另外把原来的/show/xxxx.html改为/xxxx/1/这样权重较高的方式。</p>
<p>我用的是DreamHost以及梦游的服务器，Web服务器都是Apache的。</p>
<p>原来的.htacess如下：</p>
<p># 打开 RewriteEngine 模式<br />
RewriteEngine On</p>
<p># 修改以下语句中的 /pbdigg2 为你的PBDIGG安装目录地址，如果程序放在根目录中，请将 /pbdigg2 修改为 /<br />
RewriteBase /</p>
<p># Rewrite 系统规则请勿修改 PBDIGG 2.0 正式版</p>
<p>RewriteRule ^index\.html(&amp;page=([0-9]+))?$ index.php?page=$2<br />
RewriteRule ^category/([0-9]+)(&amp;page=([0-9]+))?$ category.php?cid=$1&amp;page=$3<br />
RewriteRule ^user/([0-9]+)(&amp;page=([0-9]+))?$ user.php?uid=$1&amp;page=$3<br />
RewriteRule ^show/([0-9]+)\.html(&amp;page=([0-9]+))?$ show.php?tid=$1&amp;page=$3</p>
<p> <span id="more-441"></span></p>
<p>改为</p>
<p># 打开 RewriteEngine 模式<br />
RewriteEngine On</p>
<p># 修改以下语句中的 /pbdigg2 为你的PBDIGG安装目录地址，如果程序放在根目录中，请将 /pbdigg2 修改为 /<br />
RewriteBase /</p>
<p># Rewrite 系统规则请勿修改 PBDIGG 2.0 正式版</p>
<p>RewriteRule ^index\.html(&amp;page=([0-9]+))?$ index.php?page=$2<br />
RewriteRule ^category/([0-9]+)/(&amp;page=([0-9]+))?$ category.php?cid=$1&amp;page=$3<br />
RewriteRule ^member/([0-9]+)/(&amp;page=([0-9]+))?$ user.php?uid=$1&amp;page=$3<br />
RewriteRule ^article/([0-9]+)/(&amp;page=([0-9]+))?$ show.php?tid=$1&amp;page=$3</p>
<p>修改/include/global.func.php文件为如下</p>
<p>}<br />
function rewriteIndex($page, $ext)<br />
{<br />
 global $_PBENV, $pb_rewriteext;<br />
 return &#8216;&lt;a href=&#8221;&#8216;.$_PBENV['PB_URL'].&#8217;index.&#8217;.$pb_rewriteext.&#8221;.($page ? &#8216;&amp;amp;page=&#8217;.$page : &#8221;).&#8217;&#8221;&#8216;.($ext ? &#8216; &#8216; : &#8221;).stripslashes($ext).&#8217;&gt;&#8217;;<br />
}<br />
function rewriteCate($cid, $page, $ext)<br />
{<br />
 global $_PBENV;<br />
 return &#8216;&lt;a href=&#8221;&#8216;.$_PBENV['PB_URL'].&#8217;category/&#8217;.$cid.&#8217;/&#8221;&gt;&#8217;;<br />
}<br />
function rewriteThread($tid, $page, $ext)<br />
{<br />
 global $pb_rewriteext, $_PBENV;<br />
 return &#8216;&lt;a href=&#8221;&#8216;.$_PBENV['PB_URL'].&#8217;article/&#8217;.$tid.&#8217;/&#8221;&gt;&#8217;;<br />
}<br />
function rewriteUser($uid, $page, $ext)<br />
{<br />
 global $_PBENV;<br />
 return &#8216;&lt;a href=&#8221;&#8216;.$_PBENV['PB_URL'].&#8217;member/&#8217;.$uid.&#8217;/&#8221;&gt;&#8217;;<br />
}<br />
 </p>
<p>结束。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/441/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PbDigg2.0修改增强汇总</title>
		<link>http://www.xiamian.com/case/438/</link>
		<comments>http://www.xiamian.com/case/438/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 02:37:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=438</guid>
		<description><![CDATA[Pbdigg是一个不错的Digg程序，但是在很多方面还存在不足，我们可以自己修改代码来完善这个系统。

一、pb..... ]]></description>
			<content:encoded><![CDATA[<p>Pbdigg是一个不错的Digg程序，但是在很多方面还存在不足，我们可以自己修改代码来完善这个系统。</p>
<p>一、pbdigg2.0版本附件限制的问题。</p>
<p>    每个用户组设置单个附件为2048K（一般服务器都限制为2M）以后，系统设置里面设置还是不能大于500K，那是因为允许上传5个附件，加起来的总和不能大于2048K，所以限制了每个附件的大小不能大于 2048/5 k。</p>
<p>  修正方法：</p>
<p>    打开 admin 目录下的 setting.inc.php , 找到：</p>
<p> if ($configs['pb_uploadmaxsize'] * $configs['pb_attachnum'] &gt; $sysUploadMax)</p>
<p> 改成：</p>
<p> if ($configs['pb_uploadmaxsize']  &gt; $sysUploadMax)</p>
<p>  就可以上传2M一下的附件了。</p>
<p>注：先要做的是设置每个用户组的上传附件限制，一般改成2048K。然后在修改setting.inc.php ，最后才能在系统设置里面设置大于200K的附件。</p>
<p>二、Pbdigg广告添加</p>
<p>（1）主页右侧广告：演示：digjokes.cn<br />
修改模板中pbdigg文件夹中的index.html文件，在 </p>
<p><span id="more-438"></span></p>
<p>&lt;/div&gt;<br />
&lt;!&#8211; 右列表结束 &#8211;&gt;</p>
<p>前面加上以下代码：<br />
&lt;!&#8211; 广告1 &#8211;&gt;<br />
&lt;div class=&#8221;list&#8221;&gt;<br />
&lt;h2&gt;垃圾广告&lt;/h2&gt;<br />
&#8212;你的广告代码&#8212;<br />
&lt;/div&gt;  <br />
&lt;!&#8211; 广告1结束 &#8211;&gt;</p>
<p>如果你要在“注册登录”下面加，就在<br />
&lt;!&#8211; 注册登录结束 &#8211;&gt;<br />
后面加即可。<br />
（2）文章右侧广告：演示：digjokes.cn<br />
修改模板中pbdigg文件夹中的show.html文件，在 <br />
&lt;/div&gt;<br />
&lt;!&#8211; 右侧内容结束 &#8211;&gt;</p>
<p>前面加上以下代码：<br />
&lt;!&#8211; 广告1 &#8211;&gt;<br />
&lt;div class=&#8221;list&#8221;&gt;<br />
&lt;h2&gt;垃圾广告&lt;/h2&gt;<br />
&#8212;你的广告代码&#8212;<br />
&lt;/div&gt;  <br />
&lt;!&#8211; 广告1结束 &#8211;&gt;</p>
<p>如果你要在“注册登录”下面加，就在<br />
&lt;!&#8211; 注册登录结束 &#8211;&gt;<br />
后面加即可。</p>
<p>（3）底部广告：<br />
如果是首页底部，就在index.html文件的<br />
&lt;/div&gt;<br />
&lt;!&#8211; 右列表结束 &#8211;&gt;</p>
<p>下面加<br />
&lt;!&#8211; 广告1 &#8211;&gt;<br />
&lt;div class=&#8221;list&#8221;&gt;<br />
&lt;h2&gt;垃圾广告&lt;/h2&gt;<br />
&#8212;你的广告代码&#8212;<br />
&lt;/div&gt;  <br />
&lt;!&#8211; 广告1结束 &#8211;&gt;<br />
如果是文章底部，就在show.html文件的<br />
&lt;/div&gt;<br />
&lt;!&#8211; 右侧内容结束 &#8211;&gt;</p>
<p>下面加<br />
&lt;!&#8211; 广告1 &#8211;&gt;<br />
&lt;div class=&#8221;list&#8221;&gt;<br />
&lt;h2&gt;垃圾广告&lt;/h2&gt;<br />
&#8212;你的广告代码&#8212;<br />
&lt;/div&gt;  <br />
&lt;!&#8211; 广告1结束 &#8211;&gt;</p>
<p>三、PbDigg采集</p>
<p>（1）首先，下载火车头系统、Dotnet2.0框架、PBDigg2.0配置文件</p>
<p>（2）安装完成后，打开LocoyWebCMS.exe文件<br />
点击“添加” -》 “导入模块”<br />
导入刚才下载的 PBDigg2.0配置文件pbdigg2.cwr</p>
<p>（3）选择刚才导入的pbdigg2，在“登录操作”  -》 “网站/CMS登录地址” 输入网站地址 （要绝对地址，比如<a href="http://digjokes.cn/digjokes/pbdigg">http://digjokes.cn/digjokes/pbdigg</a>）<br />
然后“在火车内置浏览器中登录” 输入登录信息，登录后关闭即可。<br />
然后“获取列表” ，选择一个分类。<br />
选择“UBB形式”<br />
然后输入配置名，保持配置。</p>
<p>（4）打开LocoySpider.exe文件<br />
点击“测试站点” ， 然后选择一个站点，双击，修改“采集内容规则”和“发布内容设置”。这边一般不需要修改，在发布内容设置中“启用”方式1。然后点击“更新”。这边你也可以测试一下。<br />
开始任务了：<br />
点击：“开始” ，直到提示“发布完成”。</p>
<p>【提示】一次不要采集那么多，先少量采集试试。如果文章中有</p>
<p>等html代码，在“采集内容规则”中双击标签“内容”修改。<br />
更多强大内容，请参考官方文档。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/438/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baidu今天更新了</title>
		<link>http://www.xiamian.com/case/414/</link>
		<comments>http://www.xiamian.com/case/414/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 11:59:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=414</guid>
		<description><![CDATA[baidu更新了，我的一个站 http://www.dvdog.com 依然没有收录， http://www.guanlou.com 收录了40条，但是首..... ]]></description>
			<content:encoded><![CDATA[<p>baidu更新了，我的一个站 <a href="http://www.dvdog.com">http://www.dvdog.com</a> 依然没有收录， <a href="http://www.guanlou.com">http://www.guanlou.com</a> 收录了40条，但是首页被K了，<a href="http://www.13382020033.com">http://www.13382020033.com</a>也没有收录。365方面，没有什么大的变化，不少排名都下降了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/414/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress是个好东西</title>
		<link>http://www.xiamian.com/case/392/</link>
		<comments>http://www.xiamian.com/case/392/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 14:38:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=392</guid>
		<description><![CDATA[Wordpress是个好东西，每个页面都有Sidebar，友情链接直接就是全站链接。稍加设置就可以做成伪静态，符合搜..... ]]></description>
			<content:encoded><![CDATA[<p>Wordpress是个好东西，每个页面都有Sidebar，友情链接直接就是全站链接。稍加设置就可以做成伪静态，符合搜索引擎优化的需要。今天我在我的几个博客做了全站链接。每个站都有数十篇文章，就是几十个链接。我的wordpress站，xiamain.com dvdog.com guanlou.com luzhe.com 99yupu.com。</p>
<p>今天我的摄影棚到货了，东西不错，有两个摄影专用灯，两个30W 5400k的灯泡，60cm的摄影棚，4块背景布，一个翻拍架，还有两个倒影板没有收到，是在淘宝上杭州一做户外的卖家那里买的，因为我也是户外界人士，卖家又送了一副抓绒胶粒手套。希望明天能拍出好片子。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/392/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>博客精灵和Fast Blog Finder</title>
		<link>http://www.xiamian.com/case/390/</link>
		<comments>http://www.xiamian.com/case/390/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 14:16:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=390</guid>
		<description><![CDATA[博客精灵是一款可以在多个博客上群发博客的软件，目前版本是1.2。今天试用了一下，效果还可以，但是已经有不..... ]]></description>
			<content:encoded><![CDATA[<p>博客精灵是一款可以在多个博客上群发博客的软件，目前版本是1.2。今天试用了一下，效果还可以，但是已经有不少博客不能发了，比如和讯，新浪，网易，Blogcn，baidu和搜狐速度倒是很快。如果在关键词栏中有输入的话，博客将带gogo36.cn的链接，如果不想带这个链接，可以在关键词一栏中输入空格。</p>
<p>这个软件对增加外链来说还是挺不错的。</p>
<p>今天找到的另一个好东西是Fast Blog Finder，是英文的，只要输入一个关键词，就可以搜索相关的blog资源，并查询PR值等，更重要的它能识别Blog是dofollow还是nofollow，这个正是太棒了，免费版只能支持50个链接。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/390/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>我的B2C之路</title>
		<link>http://www.xiamian.com/case/388/</link>
		<comments>http://www.xiamian.com/case/388/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 13:20:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=388</guid>
		<description><![CDATA[从今天开始，我正式进入了B2C行业，在做了3年研发，4年项目经理，2年半SEO后终于开始自己的事业。我将记录每..... ]]></description>
			<content:encoded><![CDATA[<p>从今天开始，我正式进入了B2C行业，在做了3年研发，4年项目经理，2年半SEO后终于开始自己的事业。我将记录每天的进展。</p>
<p>关于产品的选择，我认为适合网购的产品是价格100~200元的便于邮寄的大众消费品。太贵的东西对不部分网民来说，还不敢在网上购买，太便宜的东西邮寄费用比例太大，不合算。</p>
<p>对于网店程序的选择，我要求是php的程序，必须开源。那么ecshop就是不二选择。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/388/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google的几个小技巧</title>
		<link>http://www.xiamian.com/case/375/</link>
		<comments>http://www.xiamian.com/case/375/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 04:27:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络推广实战]]></category>

		<guid isPermaLink="false">http://www.xiamian.com/?p=375</guid>
		<description><![CDATA[我在下面编辑了一份包含7个使用Google的技巧的清单,我相信每个人都会想要知道这些.我认为这些技巧合在一起已..... ]]></description>
			<content:encoded><![CDATA[<p>我在下面编辑了一份包含7个使用Google的技巧的清单,我相信每个人都会想要知道这些.我认为这些技巧合在一起已经代表了使用Google搜索的所有技巧和方法的最高成就.虽然除此之外还有很多小技巧,但这7个一直是我的最爱,好好享受吧.</p>
<p><strong>1. 找出背后的脸</strong>- 灵活使用此技巧,你可以过滤Google的图片搜索,使之只出现人的图像.这有什么用?这么说吧,如果你要找一个有名的人的图片,但是与之同名的产品,公 司或者地理位置什么的会使你困扰,这个小技巧能让你更得心应手.想使用这个方法,你只需要在标准图片搜索之后在URL地址<span style="font-weight: bold; text-decoration: underline;">后面</span>加上后缀<strong>&amp;imgtype=face.</strong><br />
例如(请注意URL的不同之处):</p>
<ul>
<li><a href="http://images.google.com/images?hl=en&amp;q=google">关于&#8221;Google&#8221;的图片搜索</a> vs. <a href="http://images.google.com/images?hl=en&amp;q=google&amp;imgtype=face">关于&#8221;Google&#8221;的人脸</a></li>
<li><a href="http://images.google.com/images?hl=en&amp;q=digg">关于&#8221;Digg&#8221;的图片搜索</a> vs. <a href="http://images.google.com/images?hl=en&amp;q=digg&amp;imgtype=face">关于&#8221;Digg&#8221;的人脸</a></li>
<li><a href="http://images.google.com/images?hl=en&amp;q=california">关于&#8221;California&#8221;的图片搜索</a> vs. <a href="http://images.google.com/images?hl=en&amp;q=california&amp;imgtype=face">关于&#8221;California&#8221;的人脸</a></li>
<li><a href="http://googlesystem.blogspot.com/2007/05/restrict-google-image-results-to-faces.html"><em>More info.</em></a></li>
</ul>
<p><span id="more-375"></span></p>
<p>2.<strong>Google + 社会媒体网站 = 免费的好东东</strong>- 如果你正在寻找免费的桌面壁纸,股票图片,Wordpress模板或者类似的东西,用Google搜索你最喜欢的社会媒体网站是最好的选择.直接搜索&#8221;免 费&#8221;的时候立即跳出大量垃圾广告信息.但是既然相当数量的社会媒体网站已经有一个社区的用户将优秀的东西进行了筛选和排名,你为什么还要在这些垃圾信息中 如履薄冰呢?你需要的只是直接在Google里搜索这些社会媒体网站的内容,然后,哦也&#8230;.你轻而易举地找到了大量用户挖掘出的优秀资源.<br />
例如:(以下链接没有翻译,因为英文资源比起中文的更加丰富,如果你想找壁纸,模板之类的,最好使用英文)</p>
<ul>
<li><a href="http://www.google.com/search?hl=en&amp;q=site%3Adigg.com+free+%E2%80%9Cdesktop+wallpaper%E2%80%9D">site:digg.com free “desktop wallpaper”</a></li>
<li><a href="http://www.google.com/search?hl=en&amp;q=site%3Areddit.com+free+%E2%80%9Cwordpress+templates%E2%80%9D">site:reddit.com free “wordpress templates”</a></li>
<li><a href="http://www.google.com/search?hl=en&amp;q=site%3Adel.icio.us+free+%E2%80%9Cstock+images%E2%80%9D&amp;btnG=Google+Search">site:del.icio.us free “stock images”</a></li>
<li><a href="http://www.google.com/search?hl=en&amp;q=site%3Anetscape.com+free+%E2%80%9Cringtones%E2%80%9D">site:netscape.com free “ringtones”</a></li>
<li><a href="http://www.google.com/search?hl=en&amp;q=site%3Astumbleupon.com+free+icons&amp;btnG=Google+Search">site:stumbleupon.com free icons</a></li>
<li><em><a href="http://www.bittbox.com/rants/the-fastest-way-to-find-high-quality-freebies-on-the-web/">More info.</a></em></li>
</ul>
<p>3.<span style="font-weight: bold;">找到免费的匿名<a class="bodytag" href="http://www.yeeyan.com/articles/tag/%E7%BD%91%E7%BB%9C" target="_blank"><em>网络</em></a>代理</span>-一个免费的匿名网络代理允许任何浏览器通过代理访问第三方的网页.网络代理在你的浏览器和你要浏览的网站中扮演一个中间人的角色.为什么需要这样?一般有这两个原因:</p>
<ul>
<li>你在一个公共场所,比如咖啡店或者网吧上网,你希望在你浏览网页的时候保护自己的隐私.你不想网管知道你浏览的每一个网页.</li>
<li>你想要绕过一个<a class="bodytag" href="http://www.yeeyan.com/articles/tag/%E7%BD%91%E7%BB%9C" target="_blank"><em>网络</em></a>过滤器或者是你服务器端的禁令(<span style="font-weight: bold;">比如众所周知的国内的困境</span>,译者注). 内容过滤在校园网上尤其常见. 这个小技巧通常可以绕过这些限制.</li>
</ul>
<p>有很多受捐助的服务和程序,例如TOR和付款的VPN服务,可以满足这样的需求.但是这个技巧是免费且方便的,在任何地方,都可以通过Google达到.你只需要按照以下的格式搜索,在结果中选择一个可以用的,然后输入你想浏览网页的地址.</p>
<p>例如:</p>
<ul>
<li><a href="http://www.google.com/search?hl=en&amp;q=inurl%3A%22nph-proxy.cgi%22+%22start+using+cgiproxy%22&amp;btnG=Google+Search">inurl:”nph-proxy.cgi” “start using cgiproxy”</a></li>
<li><a href="http://www.google.com/search?hl=en&amp;q=inurl%3A%22nph-proxy.cgi%22+%22Start+browsing+through+this+CGI-based+proxy%22&amp;btnG=Google+Search">inurl:”nph-proxy.cgi” “Start browsing through this CGI-based proxy”</a></li>
<li><em><a href="http://www.youtube.com/watch?v=S6617eabGqc">More info.</a></em></li>
</ul>
<p><span style="font-weight: bold;">4.Google<a class="bodytag" href="http://www.yeeyan.com/articles/tag/%E6%90%9C%E7%B4%A2" target="_blank"><em>搜索</em></a>音乐,视频,电子书</span>-Google几乎可以搜索所有格式的文件,包括Mp3,PDF,和视频.开放的网络目录是快速找到无数的免费的可下载的文件最简单的方法之一了.这是一个老方法,确是一个好方法!<br />
例如:</p>
<ul>
<li>找音乐: <a href="http://www.google.com/search?hl=en&amp;q=-inurl%3A%28htm%7Chtml%7Cphp%29+intitle%3A%E2%80%9Dindex+of%E2%80%9D+%2B%E2%80%9Dlast+modified%E2%80%9D+%2B%E2%80%9Dparent+directory%E2%80%9D+%2Bdescription+%2Bsize+%2B%28wma%7Cmp3%29+%E2%80%9CCounting+Crows%E2%80%9D&amp;btnG=Google+Search">-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(wma|mp3) “Counting Crows”</a></li>
<li>找视频: <a href="http://www.google.com/search?hl=en&amp;q=-inurl%3A%28htm%7Chtml%7Cphp%29+intitle%3A%22index+of%22+%2B%22last+modified%22+%2B%22parent+directory%22+%2Bdescription+%2Bsize+%2B%28mpg%7Cwmv%29+%22chapelle%22&amp;btnG=Google+Search">-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(mpg|wmv) “chapelle”</a></li>
<li>找电子书: <a href="http://www.google.com/search?hl=en&amp;q=-inurl%3A%28htm%7Chtml%7Cphp%29+intitle%3A%E2%80%9Dindex+of%E2%80%9D+%2B%E2%80%9Dlast+modified%E2%80%9D+%2B%E2%80%9Dparent+directory%E2%80%9D+%2Bdescription+%2Bsize+%2B%28pdf%7Cdoc%29+%E2%80%9Cgeorge+orwell+1984%E2%80%B3&amp;btnG=Google+Search">-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(pdf|doc) “george orwell 1984″</a></li>
<li><em><a href="http://www.marcandangel.com/2006/10/13/turn-google-into-napster-2000/">More info.</a></em></li>
</ul>
<p><span style="font-weight: bold;">5.浏览全球范围内的公开摄像头</span>-你可以通过搜索Google随机地浏览全球范围内的摄像头流媒体.这可能不是最有效的Google技巧,但却是最有趣的!(作者:你可能需要立即安装一个ActiveX控件或者Java运行环境,以允许你的浏览器获取这些视频流格式)</p>
<p>例如(链接前是摄像头的类型)</p>
<ul>
<li>Axis <a class="bodytag" href="http://www.yeeyan.com/articles/tag/Web" target="_blank"><em>Web</em></a>cams: <a href="http://www.google.com/search?q=inurl:/view.shtml">inurl:/view.shtml</a> or <a href="http://www.google.com/search?q=inurl%3Aview%2Findex.shtml">inurl:view/index.shtml</a></li>
<li>Cannon <a class="bodytag" href="http://www.yeeyan.com/articles/tag/Web" target="_blank"><em>Web</em></a>cams: <a href="http://www.google.com/search?q=sample/LvAppl/&amp;hl=en&amp;filter=0&amp;num=10&amp;lr=all&amp;cr=&amp;source=ggsearch">sample/LvAppl/</a></li>
<li>MOBOTIX <a class="bodytag" href="http://www.yeeyan.com/articles/tag/Web" target="_blank"><em>Web</em></a>cams: <a href="http://www.google.com/search?q=control/userimage.html&amp;hl=en&amp;filter=0&amp;num=10&amp;lr=all&amp;cr=&amp;source=ggsearch">control/userimage.html</a></li>
<li>FlexWatch <a class="bodytag" href="http://www.yeeyan.com/articles/tag/Web" target="_blank"><em>Web</em></a>cams: <a href="http://www.google.com/search?q=/app/idxas.html&amp;hl=en&amp;filter=0&amp;num=10&amp;lr=all&amp;cr=&amp;source=ggsearch">/app/idxas.html</a></li>
<li>JVC <a class="bodytag" href="http://www.yeeyan.com/articles/tag/Web" target="_blank"><em>Web</em></a>cams: intitle: <a href="http://www.google.com/search?hl=en&amp;q=intitle%3A%22V.Networks+%5BMotion+Picture%28Java%29%5D%22">intitle:”V.Networks [Motion Picture(Java)]”</a></li>
<li><em><a href="http://www.metacafe.com/watch/234602/hacking_internet_cameras/">More info.</a> </em></li>
</ul>
<p><span style="font-weight: bold;">6.从图片的角度判断一个网页</span>- 通过随机查看一个页面上的图片,我们可以高瞻远瞩地了解这个网站的概况.甚至,如果你已经非常了解这个网站的内容,这个技巧也会让你发现一些有趣的东西. 几乎可以肯定,你一定会看到一些让你惊奇的图片.你需要做的只是用Google的site搜索:在图像搜索里指向一个网站域名:<br />
例如</p>
<ul>
<li><a href="http://images.google.com/images?hl=en&amp;q=site%3Adigg.com&amp;gbv=2">Digg的图片</a></li>
<li><a href="http://images.google.com/images?hl=en&amp;q=site%3Awired.com&amp;btnG=Search+Images&amp;gbv=2">Wired的图片</a></li>
<li><a href="http://images.google.com/images?hl=en&amp;q=site%3Areddit.com&amp;gbv=2">Reddit的图片</a></li>
<li><em><a href="http://googlesystem.blogspot.com/2006/10/10-tips-for-google-image-search.html">More info.</a></em></li>
</ul>
<p><span style="font-weight: bold;">7.基于第三方观点的结果</span>-有时候你看一个网页的时候,会想要看看其他的网站对它的评价,以得到一个更全面的了解.<strong>allinanchor:</strong>这 个Google搜索记号可以节省你大量的时间,直接传递你想要的信息.它基于关键字进行严格的搜索,在锚文本或者链接文本中,对第三方网站链接到该网页的 内容进行查询.换句话说,这个符号过滤了你的搜索结果,它使Google忽略掉页面的标题和内容,而着重看其他网页对引用页面的借鉴的结果.它会给你的搜 索结果带来一个全新的改变.</p>
<ul>
<li>例如(请注意在<a class="bodytag" href="http://www.yeeyan.com/articles/tag/%E6%90%9C%E7%B4%A2" target="_blank"><em>搜索</em></a>结果中增加的):</li>
<li><a href="http://www.google.com/search?hl=en&amp;q=allinanchor%3A%22google+hacks%22&amp;btnG=Google+Search">allinanchor:”google hacks”</a> vs. <a href="http://www.google.com/search?hl=en&amp;q=google+hacks&amp;btnG=Google+Search">basic search for Google hacks </a></li>
<li><a href="http://www.google.com/search?hl=en&amp;q=allinanchor%3A%22wordpress+exploits%22&amp;btnG=Google+Search">allinanchor:”wordpress exploits”</a> vs. <a href="http://www.google.com/search?hl=en&amp;q=wordpress+exploits">basic  search for Wordpress exploits</a><em> </em></li>
<li><em><a href="http://www.marcandangel.com/2007/05/10/top-5-timesaving-google-shortcuts-and-search-operators/">More info.</a></em></li>
</ul>
<p>额外的:<br />
这是一个我最喜欢的Google<a class="bodytag" href="http://www.yeeyan.com/articles/tag/%E6%90%9C%E7%B4%A2" target="_blank"><em>搜索</em></a>技巧的清单:</p>
<ul>
<li><strong>link:URL</strong> = 列出到链接到目标URL的网页清单.</li>
<li><strong>related:URL</strong> = 列出于目标URL地址有关的网页.</li>
<li><strong>site:domain.com</strong> 搜索区域仅限于目标网站.</li>
<li><strong>allinurl:WORDS</strong> = 只显示在URL地址里有搜索结果的页面.</li>
<li><strong>inurl:WORD</strong> = 跟allinurl类似,但是只在URL中搜索第一个词.</li>
<li><strong>allintitle:WORD</strong> = 搜索网页标题.</li>
<li><strong>intitle:WORD</strong> = 跟allintitle类似,但是只在标题里搜索第一个词.</li>
<li><strong>cache:URL</strong> = 将显示关于URL的Google缓存(中国不可用).</li>
<li><strong>info:URL</strong> = 将显示一个包含了这些元素的页面:类似结果的链接,反向链接,还有包括了这个URL的页面.在搜索框里直接输入URL会起到同样的效果.</li>
<li><strong>filetype:SOMEFILETYPE</strong> = 指定文件类型.</li>
<li><strong>-filetype:SOMEFILETYPE</strong> = 剔除指定文件类型.</li>
<li><strong>site:www.somesite.net “+www.somesite.net”</strong> = 显示该站点有多少网页被google收录</li>
<li><strong>allintext:</strong> = 搜索文本,但不包括网页标题和链接</li>
<li><strong>allinlinks:</strong> = 搜索链接, 不包括文本和标题</li>
<li><strong>WordA OR WordB</strong> = 搜索包含两关键词之一的页面</li>
<li><strong>“Word” OR “Phrase”</strong> = 精确的要求搜索单词或者句子</li>
<li><strong>WordA -WordB</strong> = 包含单词A但是不包含单词B</li>
<li><strong>WordA +WordB</strong> = 都包含</li>
<li><strong>~WORD</strong> = 寻找此单词和它的同义词</li>
<li><strong>~WORD</strong> <strong>-WORD</strong> = 只搜索同义词,不要原词</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.xiamian.com/case/375/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
