<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[壹如初见-嘉瑜]]></title>
<link>http://www.sencci.com/mi/</link>
<description><![CDATA[只要一直向前走，幸福就会一直跟着你的...]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2005 PBlog3 v2.8]]></copyright>
<webMaster><![CDATA[syveen@yahoo.com.cn(嘉瑜)]]></webMaster>
<generator>PBlog2 v2.4</generator> 
<image>
	<title>壹如初见-嘉瑜</title>
	<url>http://www.sencci.com/mi/images/logos.gif</url>
	<link>http://www.sencci.com/mi/</link>
	<description>壹如初见-嘉瑜</description>
</image>

			<item>
			<link>http://www.sencci.com/mi/article.asp?id=796</link>
			<title><![CDATA[如何利用Windows Live Writer写博客（SyntaxHighlighting)]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[悟]]></category>
			<pubDate>Mon,28 Jun 2010 22:18:48 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=796</guid>
		<description><![CDATA[<p>在这<a href="http://edwardkhoo.com/5-best-offline-wordpress-editor-for-your-blog/" rel="nofollow">5个离线BLOG工具</a>，我选择了WLW，它支持方便的插入图片、相册、表格、地图，支持文字与超链接的自动对应，它的<a href="http://gallery.live.com/results.aspx?c=0&amp;bt=9&amp;pl=8&amp;st=5" rel="nofollow">插件</a>非常多，有我必须的代码高亮插件，使博客的编写更加方便，当然它免费，支持wordpress/blogspot等，先在<a href="http://explore.live.com/windows-live-writer" rel="nofollow">这儿</a>下载</p>  <p>安装后，先添加日志，向导 , 到日志设置，只须输入日志地址，您的日志的账号，它会自动去查找，成功后，会在账户中看到    <br /><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://www.sencci.com/mi/attachments/month_1006/a2010628221838.png" width="554" height="559" /></p>  <p>接着讲代码高亮，代码高亮插件有不少，我最喜欢的一款为SyntaxHighlighting。    <br />    <br />首先在<a href="http://precode.codeplex.com/" rel="nofollow">这儿</a>下载<a href="http://precode.codeplex.com/" rel="nofollow">Precode Code Snippet Manager</a>，再下载<a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter" rel="nofollow">SyntaxHighlighting</a>，根据<a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Usage" rel="nofollow">这篇</a>讲解如何使用<a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter" rel="nofollow">SyntaxHighlighting</a>的文章，考虑到页面优化，我们将CSS文件置于页首 (header.php)，将代码JS (shCore.js以及需要包含进来的语言对应的JS，放到一个文件后进行<a href="http://dean.edwards.name/packer/" target="_blank">JS代码压缩</a>) ，然后置于页尾 (footer.php)。     <br />    <br />1. 修改您当前wordpress主题的header.php，找到&lt;/title&gt;在下面加上一段 </p>  <pre class="brush: js;">&lt;link href=&quot;http://www.allimilla.com/wp-content/files/syntaxhighlighter/styles/shCore.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt; 
&lt;link href=&quot;http://www.allimilla.com/wp-content/files/syntaxhighlighter/styles/shThemeEmacs.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt; 
&lt;script type=&quot;text/javascript&quot;&gt;SyntaxHighlighter.config.clipboardSwf = 'http://www.allimilla.com/wp-content/files/syntaxhighlighter/scripts/clipboard.swf';SyntaxHighlighter.all();&lt;/script&gt;</pre>

<br />2. 修改当前wordpress主题的footer.php，加入 

<br />

<pre class="brush: js;">&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.allimilla.com/wp-content/files/syntaxhighlighter/scripts/shCore.js&quot;&gt;&lt;/script&gt; </pre>

<br />3. 如何使用? 先安装<a href="http://precode.codeplex.com/" rel="nofollow">Precode Code Snippet Manager</a>，重启Windows Live Wrier后看到”插入“下多了一个”Precode Snippet”，点开后按如图设置： <img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://www.sencci.com/mi/attachments/month_1006/i2010628221844.png" width="675" height="550" /> 

<p>
  <br />

  <br />注意Surround With选择Pre，这样就有在下面SyntaxHighlighting中看到Code Snippet列表，若不想默认展开，选中”Collapse Block”。记得Swap CRLFs with &lt;BR/&gt; 千万别选。</p>]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=795</link>
			<title><![CDATA[网推 (06/2010)]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[悟]]></category>
			<pubDate>Mon,28 Jun 2010 22:18:03 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=795</guid>
		<description><![CDATA[<p>1.<a href="http://thenextweb.com/apps/2010/06/20/notepad-cc-the-minimalist-notepad-in-the-cloud/"><strong><font color="#d16349">Notepad.cc</font></strong>: The minimalist notepad in the cloud.</a> (<a class="zem_slink" title="The Next Web" href="http://thenextweb.com/" rel="homepage">thenextweb.com</a>)</p>  <p>非常棒的工具，我用它来随时更新我偶尔遇到的英文单词、当日计划、草稿、阅读笔记，我可以将这些最后提取为日志原材料，它无须点击保存，和google wave一样，它随时保存，无论你的浏览器是否非法关闭。 It’s really a very awesome tool, slightly equivalent to <a class="zem_slink" title="Google Wave" href="http://wave.google.com/" rel="homepage">google wave</a>. Even though it doesn't support <a class="zem_slink" title="Rich Text Format" href="http://en.wikipedia.org/wiki/Rich_Text_Format" rel="wikipedia">rich-text</a>, music, picture, and media object. but the simplicity is what exactly I want. I kept finding this kinda tool for half an year, even google wave cannot be satisfied (it’s too multi-functional to be a slight notepad tool). If you are trying this, i beg you will love it. it’s really cool.</p>  <p>2. <a href="http://twitter.com/" target="_blank"><strong><font color="#d16349">twitter</font></strong></a><font color="#d16349">,</font> yes, twitter. no new stuff, but it's really a great tool for getting most up-to-today news, and <a class="zem_slink" title="Technology" href="http://www.wikinvest.com/industry/Technology" rel="wikinvest">technology</a> info, you can <a href="http://twitter.com/syveen" target="_blank">follow</a> me. 虽然据某统计，twitter无效信息高达85%，80%左右的开发人员不喜欢使用twitter，可若是善加利用，仍是不错的工具，比如我收藏了#jquery，以及一些开发界的大拿，和一些我关注的技术blog，这样我就随时获取到更新记事。( 或用 <a href="http://brizzly.com/" target="_blank">brizzy.com</a> )</p>  <p>或直接使用<a href="http://twitter.youtaba.tk/login.php" target="_blank">这个</a>(支持注册) </p>  <p>3. 前天发现一个名为“<strong><a href="http://laobubu.youtaba.tk/ng/index.php" target="_blank"><font color="#d16349">你管索引</font></a></strong>”的网站，它过滤了youtube中的敏感数据，这太棒了。在这儿我可以看到<a href="http://laobubu.youtaba.tk/ng/find.php?type=personal&amp;keyword=columbiauniversity&amp;p_type=uploads" target="_blank"><font color="#d16349">Columnbia University的所有讲座</font></a>。搜索jQuery，无意中也获得了一个非常棒的firefox + jquery的技术视频。<a href="http://laobubu.tk/blog/" target="_blank">作者的博客</a>也值得一看。</p>  <p>4.<strong><font color="#d16349"> </font></strong><a class="zem_slink" title="iTunes" href="http://www.itunes.com/" rel="homepage"><strong><font color="#d16349">iTunes</font></strong></a>, 里面包含了数不胜数的podcasts，是学习英文的好帮手，这样就无需每个bookmark去查看是否有更新podcast了</p> 4. <a href="http://toran.cn/" target="_blank"><strong><font color="#d16349">突然网</font></strong></a>，这是我很喜欢的一个网站，最喜欢它贴代码的功能，支持高亮。支持短址，twitter同步，还可上传文件并生成短址，短址可自定义。   <p>   <br />往日网推：     <br /><a href="http://www.allimilla.com/2009/04/nice-sites-index-list/" target="_blank">Nice sites Index list</a> (10/2009)</p>]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=794</link>
			<title><![CDATA[网推 (06/2010)]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[悟]]></category>
			<pubDate>Sun,27 Jun 2010 14:20:10 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=794</guid>
		<description><![CDATA[<p>1.<a href="http://thenextweb.com/apps/2010/06/20/notepad-cc-the-minimalist-notepad-in-the-cloud/">Notepad.cc: The minimalist notepad in the cloud.</a> (<a class="zem_slink" title="The Next Web" href="http://thenextweb.com/" rel="homepage">thenextweb.com</a>)</p>  <p>非常棒的工具，我用它来随时更新我偶尔遇到的英文单词、当日计划、草稿、阅读笔记，我可以将这些最后提取为日志原材料，它无须点击保存，和google wave一样，它随时保存，无论你的浏览器是否非法关闭。 It’s really a very awesome tool, slightly equivalent to <a class="zem_slink" title="Google Wave" href="http://wave.google.com/" rel="homepage">google wave</a>. Even though it doesn't support <a class="zem_slink" title="Rich Text Format" href="http://en.wikipedia.org/wiki/Rich_Text_Format" rel="wikipedia">rich-text</a>, music, picture, and media object. but the simplicity is what exactly I want. I kept finding this kinda tool for half an year, even google wave cannot be satisfied (it’s too multi-functional to be a slight notepad tool). If you are trying this, i beg you will love it. it’s really cool.</p>  <p>2. <a href="http://twitter.com/" target="_blank"><img style="border-bottom: medium none; border-left: medium none; display: block; border-top: medium none; border-right: medium none" alt="Image representing Twitter as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v30-max-450x450.png" width="220" height="61" />twitter</a>, yes, twitter. no new stuff, but it's really a great tool for getting most up-to-today news, and <a class="zem_slink" title="Technology" href="http://www.wikinvest.com/industry/Technology" rel="wikinvest">technology</a> info, you can <a href="http://twitter.com/syveen" target="_blank">follow</a> me. 虽然据某统计，twitter无效信息高达85%，80%左右的开发人员不喜欢使用twitter，可若是善加利用，仍是不错的工具，比如我收藏了#jquery，以及一些开发界的大拿，和一些我关注的技术blog，这样我就随时获取到更新记事。( 或用 <a href="http://brizzly.com/" target="_blank">brizzy.com</a> )</p>  <p>或直接使用<a href="http://twitter.youtaba.tk/login.php" target="_blank">这个</a>(支持注册)</p>  <p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="http://twitter.youtaba.tk/login.php" border="0" alt="http://twitter.youtaba.tk/login.php" src="http://www.sencci.com/mi/attachments/month_1006/l201062714208.png" width="497" height="350" /> </p>  <p>3.    <br /><img title="你管索引 - 全球视频中心" alt="你管索引 - 全球视频中心" src="http://code.google.com/p/youtubeindex/logo" />     <br />    <br />前天发现一个名为“你管索引”的网站，它过滤了youtube中的敏感数据，这太棒了。在这儿我可以看到<a href="http://laobubu.youtaba.tk/ng/find.php?type=personal&amp;keyword=columbiauniversity&amp;p_type=uploads" target="_blank">Columnbia University的所有讲座</a>。搜索jQuery，无意中也获得了一个非常棒的firefox + jquery的技术视频。<a href="http://laobubu.tk/blog/" target="_blank">作者的博客</a>也值得一看。</p>  <p>4. <a class="zem_slink" title="iTunes" href="http://www.itunes.com/" rel="homepage">iTunes</a>, 里面包含了数不胜数的podcasts，是学习英文的好帮手，这样就无需每个bookmark去查看是否有更新podcast了</p> 4. <a href="http://toran.cn/" target="_blank">突然网</a>，这是我很喜欢的一个网站，最喜欢它贴代码的功能，支持高亮。支持短址，twitter同步，还可上传文件并生成短址，短址可自定义。]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=790</link>
			<title><![CDATA[收藏别人的收藏]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[摘]]></category>
			<pubDate>Sun,06 Jun 2010 14:31:17 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=790</guid>
		<description><![CDATA[<p>来源：豆瓣网址推荐小组</p>
<p>小流星网络大本营】&nbsp;<br />
<a style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.douban.com/group/jetlicomcn/">http://www.douban.co<wbr></wbr>m/group/jetlicomcn/</a>&nbsp;<br />
<br />
有理链接的新域名：<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://top1234.com/">http://top1234.com/</a>&nbsp;<br />
原域名暂停使用，新域名，新界面，新开始，哦也！&nbsp;<br />
<br />
【广而告之】&nbsp;<br />
<br />
不知为何，现在每次修复本贴都需要审核，&nbsp;<br />
因此小流星决定今后不再更新本主贴内容。&nbsp;<br />
但每天还是会继续以本帖跟贴的方式更新，&nbsp;<br />
欢迎各位童鞋继续围观本帖，目前的留言：&nbsp;<br />
<br />
<a style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.douban.com/group/topic/2990720/?start=1000">http://www.douban.co<wbr></wbr>m/group/topic/299072<wbr></wbr>0/?start=1000</a>&nbsp;<br />
<br />
------------------------------------------------------------------------------&nbsp;<br />
<br />
<br />
有理链接：每天分享有趣实用的站点&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://top1234.com/">http://top1234.com</a>&nbsp;<br />
zablotska：充满想象力的小众插画网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.zablotska.com/">http://www.zablotska<wbr></wbr>.com/</a>&nbsp;<br />
thesecretdevice：好玩！古老而神秘的数字锁&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.thesecretdevice.com/">http://www.thesecret<wbr></wbr>device.com/</a>&nbsp;<br />
Googlefont：小巧实用！Google Logo生成器&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://googlefont.com/">http://googlefont.co<wbr></wbr>m</a>&nbsp;<br />
sleepingchinese：专门拍摄睡觉中国人的照片&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.sleepingchinese.com/">http://www.sleepingc<wbr></wbr>hinese.com/</a>&nbsp;<br />
hiddenpassageway：给家装个秘密通道&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.hiddenpassageway.com/">http://www.hiddenpas<wbr></wbr>sageway.com/</a>&nbsp;<br />
bijint：赏心悦目的美女时钟&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.bijint.com/jp">http://www.bijint.co<wbr></wbr>m/jp</a>&nbsp;<br />
shishouji：在线体验各种手机的乐趣&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.shishouji.com/">http://www.shishouji<wbr></wbr>.com/</a>&nbsp;<br />
Gumart：奇思妙想！口香糖艺术大观&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gumart.com/">http://www.gumart.co<wbr></wbr>m/</a>&nbsp;<br />
bennettrobotworks：栩栩如生的铁皮机器人&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://bennettrobotworks.com/">http://bennettrobotw<wbr></wbr>orks.com/</a>&nbsp;<br />
PageRankAlert：有用的PR监测提醒服务&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://pagerankalert.com/">http://pagerankalert<wbr></wbr>.com/</a>&nbsp;<br />
StadiumGuide：带您领略全球几乎所有的足球场&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.stadiumguide.com/">http://www.stadiumgu<wbr></wbr>ide.com/</a>&nbsp;<br />
有问必答：推荐个好点的做饭的网站？&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://jetli.com.cn/post/thankyou100">http://jetli.com.cn/<wbr></wbr>post/thankyou100</a>&nbsp;<br />
Psykopaint：有趣的图片在线风格化&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.psykopaint.com/">http://www.psykopain<wbr></wbr>t.com/</a>&nbsp;<br />
我有我精彩！优秀个人主页：弄箫园&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.nongxiao.com/">http://www.nongxiao.<wbr></wbr>com/</a>&nbsp;<br />
PrintFriendly：完美打印任何网页&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.printfriendly.com/">http://www.printfrie<wbr></wbr>ndly.com/</a>&nbsp;<br />
runpee：告诉你看电影时上洗手间的最佳时间&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://runpee.com/">http://runpee.com/</a>&nbsp;<br />
clickclickclick：世界上最大型的点鼠标大赛&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.clickclickclick.com/">http://www.clickclic<wbr></wbr>kclick.com/</a>&nbsp;<br />
TOP1234：网购实用！淘宝酷店排行榜&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.top1234.com/">http://www.top1234.c<wbr></wbr>om/</a>&nbsp;<br />
whatsyourtweetworth：评估你的Twitter账号价值&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.whatsyourtweetworth.com/">http://www.whatsyour<wbr></wbr>tweetworth.com/</a>&nbsp;<br />
Gdemo：赞！防灾减灾网上模拟体验馆&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gdemo.gov.cn/yjmn/hdty/">http://www.gdemo.gov<wbr></wbr>.cn/yjmn/hdty/</a>&nbsp;<br />
Lmgtfy：奇！让我帮你Google你要的东西&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://lmgtfy.com/">http://lmgtfy.com/</a>&nbsp;<br />
Photooftheday：18年每天一张照片&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://photooftheday.hughcrawford.com/">http://photooftheday<wbr></wbr>.hughcrawford.com/</a>&nbsp;<br />
我有我精彩！优秀个人主页：边走边乔&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.noonoo.cn/">http://www.noonoo.cn<wbr></wbr>/</a>&nbsp;<br />
centennialbulb：108岁！全球最老的电灯泡&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.centennialbulb.org/">http://www.centennia<wbr></wbr>lbulb.org/</a>&nbsp;<br />
PicHacks：制作有趣的对称照片&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.pichacks.com/">http://www.pichacks.<wbr></wbr>com/</a>&nbsp;<br />
maopost：牛逼！中国革命宣传画收藏大赏&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.maopost.com/">http://www.maopost.c<wbr></wbr>om/</a>&nbsp;<br />
我有我精彩！优秀个人主页：trhades&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.trhades.com/">http://www.trhades.c<wbr></wbr>om/</a>&nbsp;<br />
drawminos：超级有趣！在线多米诺骨牌&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.drawminos.com/">http://www.drawminos<wbr></wbr>.com/</a>&nbsp;<br />
我有我精彩！优秀个人主页：向阳地带&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.xonyon.com/">http://www.xonyon.co<wbr></wbr>m/</a>&nbsp;<br />
catsthatlooklikehitler：酷似希特勒的猫&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.catsthatlooklikehitler.com/">http://www.catsthatl<wbr></wbr>ooklikehitler.com/</a>&nbsp;<br />
Textanim：简单实用的特效文字制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://textanim.com/">http://textanim.com/<wbr></wbr></a>&nbsp;<br />
奥比岛：满足儿童梦想的健康乐园&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.aobi.com/">http://www.aobi.com/<wbr></wbr></a>&nbsp;<br />
我有我精彩！优秀个人主页：夏她她&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.xiatata.com/">http://www.xiatata.c<wbr></wbr>om/</a>&nbsp;<br />
WGT：有趣！高仿真在线3D高尔夫游戏&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.wgt.com/">http://www.wgt.com/</a>&nbsp;<br />
ericmyer：小时候玩过的换嘴游戏&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.ericmyer.com/">http://www.ericmyer.<wbr></wbr>com/</a>&nbsp;<br />
我有我精彩！优秀个人主页：左刚个人网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.dpstyle.cn/">http://www.dpstyle.c<wbr></wbr>n/</a>&nbsp;<br />
谷歌挑歌：另类的音乐搜索体验&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(102, 102, 153); text-decoration: none; " href="http://www.google.cn/music/songscreener">http://www.google.cn<wbr></wbr>/music/songscreener</a>&nbsp;<br />
Keepmeout：实用！帮你戒网瘾&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://keepmeout.com/">http://keepmeout.com<wbr></wbr>/</a>&nbsp;<br />
我有我精彩！优秀个人主页：SEVENSTUDIO&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.sevenstudio.com/">http://www.sevenstud<wbr></wbr>io.com/</a>&nbsp;<br />
IceMan：亲密接触真正的冰人木乃伊&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://iceman.eurac.edu/">http://iceman.eurac.<wbr></wbr>edu/</a>&nbsp;<br />
bloodyfingermail：好玩的血书在线制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://bloodyfingermail.com/">http://bloodyfingerm<wbr></wbr>ail.com/</a>&nbsp;<br />
noteflight：非常强大！在线谱曲&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.noteflight.com/">http://www.notefligh<wbr></wbr>t.com/</a>&nbsp;<br />
我有我精彩！优秀个人主页：地狱18层&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://diyu18.net/">http://diyu18.net/</a>&nbsp;<br />
礼物网：不花一分钱！免费拿礼物&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.liwu001.com/?id=1146">http://www.liwu001.c<wbr></wbr>om/?id=1146</a>&nbsp;<br />
忧郁小王子：抑郁症患者的精神家园&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.depression.edu.hk/">http://www.depressio<wbr></wbr>n.edu.hk/</a>&nbsp;<br />
我有我精彩！优秀个人主页：魔福天音&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.mofutianyin.com/">http://www.mofutiany<wbr></wbr>in.com/</a>&nbsp;<br />
E.ggTimer：简洁方便的在线网页倒计时&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://e.ggtimer.com/">http://e.ggtimer.com<wbr></wbr>/</a>&nbsp;<br />
superobamaworld：超级好玩！奥巴马游戏&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://superobamaworld.com/">http://superobamawor<wbr></wbr>ld.com/</a>&nbsp;<br />
我有我精彩！优秀个人主页：奈萨洛斯&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.nessarose.com/">http://www.nessarose<wbr></wbr>.com/</a>&nbsp;<br />
PostCard：简约实用的DIY音乐明信片&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.postcard.fm/">http://www.postcard.<wbr></wbr>fm/</a>&nbsp;<br />
我有我精彩！优秀个人主页：苹果树下&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://appleshow.cc/">http://appleshow.cc/<wbr></wbr></a>&nbsp;<br />
MakeMeBabies：YY一下！和心仪之人生个小孩&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.makemebabies.com/">http://www.makemebab<wbr></wbr>ies.com/</a>&nbsp;<br />
YouWild：有趣的在线人脸变动物&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://youwild.org/">http://youwild.org/</a>&nbsp;<br />
网址有啊：奇趣网站大本营！专为白领打造&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://you-a.net/">http://you-a.net/</a>&nbsp;<br />
我有我精彩！优秀个人主页：菲比星语&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.phebe.cn/">http://www.phebe.cn/<wbr></wbr></a>&nbsp;<br />
stimator：有趣的网站价值评估&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.stimator.com/">http://www.stimator.<wbr></wbr>com/</a>&nbsp;<br />
我有我精彩！优秀个人主页：蜡笔X&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.labix.net/">http://www.labix.net<wbr></wbr>/</a>&nbsp;<br />
在线秒表：简约实用！彰显个性&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.online-stopwatch.com/">http://www.online-st<wbr></wbr>opwatch.com/</a>&nbsp;<br />
我有我精彩！优秀个人主页：月亮小屋&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.moonyhouse.com/">http://www.moonyhous<wbr></wbr>e.com/</a>&nbsp;<br />
taggalaxy：酷毙！三维展示图片&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.taggalaxy.de/">http://www.taggalaxy<wbr></wbr>.de/</a>&nbsp;<br />
<br />
<br />
--------------- 150个的分割线 Powered By&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://top1234.com/">http://top1234.com/</a>&nbsp;---------------&nbsp;<br />
<br />
<br />
我有我精彩！优秀个人主页：数码生存&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.inkcn.com/">http://www.inkcn.com<wbr></wbr>/</a>&nbsp;<br />
cubeecraft：超酷超可爱！DIY纸模型&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.cubeecraft.com/">http://www.cubeecraf<wbr></wbr>t.com/</a>&nbsp;<br />
photofunia：创意无限！趣图快速生成&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.photofunia.com/">http://www.photofuni<wbr></wbr>a.com/</a>&nbsp;<br />
blockposters：免费制作专属自己的巨幅海报<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.blockposters.com/">http://www.blockpost<wbr></wbr>ers.com/</a>&nbsp;<br />
有啊之家：简单有效的百度有啊购物导航&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.you-a.net/">http://www.you-a.net<wbr></wbr>/</a>&nbsp;<br />
糖果盒：奇趣网站的集散地&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.tangguohe.com/">http://www.tangguohe<wbr></wbr>.com/</a>&nbsp;<br />
file2hd：牛逼！从任何网站下载任何文件&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://file2hd.com/">http://file2hd.com/</a>&nbsp;<br />
oooooouch：创意无限的沙滩美女钢琴&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.oooooouch.com/">http://www.oooooouch<wbr></wbr>.com/</a>&nbsp;<br />
web2.0calc：小巧强悍的在线计算器&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://web2.0calc.com/">http://web2.0calc.co<wbr></wbr>m/</a>&nbsp;<br />
Goosh：超级有意思！使用命令行搜索&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://goosh.org/">http://goosh.org/</a>&nbsp;<br />
Frengly：精小强悍的在线翻译&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.frengly.com/">http://www.frengly.c<wbr></wbr>om/</a>&nbsp;<br />
Yearbookyourself：上个世纪的你&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.yearbookyourself.com/">http://www.yearbooky<wbr></wbr>ourself.com/</a>&nbsp;<br />
hidetext：小巧实用的在线隐藏文本&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.hidetext.net/">http://www.hidetext.<wbr></wbr>net/</a>&nbsp;<br />
系鞋带：N种系法大集合&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.jixiedai.com/">http://www.jixiedai.<wbr></wbr>com/</a>&nbsp;<br />
justsoit：雷人！山寨搜索引擎&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://justsoit.com/">http://justsoit.com/<wbr></wbr></a>&nbsp;<br />
Mathway：惊奇！在线解数学题&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.mathway.com/">http://www.mathway.c<wbr></wbr>om/</a>&nbsp;<br />
testname：有关姓名的奇妙测试&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://cn.testname.cc/">http://cn.testname.c<wbr></wbr>c/</a>&nbsp;<br />
thisissand：相当无聊但有趣的堆沙&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://thisissand.com/">http://thisissand.co<wbr></wbr>m/</a>&nbsp;<br />
goingtorain：今天会下雨吗?&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(102, 102, 153); text-decoration: none; " href="http://goingtorain.com/">http://goingtorain.c<wbr></wbr>om/</a>&nbsp;<br />
不景气：怪哉！该网站在沪指6000点时关闭&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.bujingqi.com/">http://www.bujingqi.<wbr></wbr>com/</a>&nbsp;<br />
免费！在线练习英语口语&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.speak2me.cn/">http://www.speak2me.<wbr></wbr>cn/</a>&nbsp;<br />
Bugmenot：帐号秘密不用愁&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.bugmenot.com/">http://www.bugmenot.<wbr></wbr>com/</a>&nbsp;<br />
ImageChef：快速生成上百种趣味图片&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.imagechef.com/">http://www.imagechef<wbr></wbr>.com/</a>&nbsp;<br />
Gramlee：实用！帮你在线修正英文拼写&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gramlee.com/">http://www.gramlee.c<wbr></wbr>om/</a>&nbsp;<br />
Floorplanner：在线创造你理想的家居平面设计&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://floorplanner.com/">http://floorplanner.<wbr></wbr>com/</a>&nbsp;<br />
NetDisaster：随心所欲地破坏任何网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.netdisaster.com/">http://www.netdisast<wbr></wbr>er.com/</a>&nbsp;<br />
AB报：每天免费分享上百种报纸&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.abbao.cn/">http://www.abbao.cn/<wbr></wbr></a>&nbsp;<br />
TestRen：中国第一个主观搜索引擎&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.testren.com/">http://www.testren.c<wbr></wbr>om/</a>&nbsp;<br />
thelacemaker：超级有趣的内衣网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.thelacemaker.com.ar/">http://www.thelacema<wbr></wbr>ker.com.ar/</a>&nbsp;<br />
Spokeo：很恐怖的隐私搜索&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.spokeo.com/">http://www.spokeo.co<wbr></wbr>m/</a>&nbsp;<br />
10分钟邮箱：解决垃圾邮件的秘密武器&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://10minutemail.com/">http://10minutemail.<wbr></wbr>com/</a>&nbsp;<br />
20Q：猜测你心中所想只需20个问题&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.20q.net/">http://www.20q.net/</a>&nbsp;<br />
HumanCalendar：真人版的日历，创意！&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.humancalendar.com/">http://www.humancale<wbr></wbr>ndar.com/</a>&nbsp;<br />
5ipost：创新！网络邮寄纸信服务&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.5ipost.com/">http://www.5ipost.co<wbr></wbr>m/</a>&nbsp;<br />
SketchSwap：有趣的在线图片交换&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.sketchswap.com/">http://www.sketchswa<wbr></wbr>p.com/</a>&nbsp;<br />
LogoMaker：很专很稳定的LOGO在线制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://free.logomaker.cn/">http://free.logomake<wbr></wbr>r.cn/</a>&nbsp;<br />
keybr：超简约！在线练习打字&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.keybr.com/">http://www.keybr.com<wbr></wbr>/</a>&nbsp;<br />
Kyolo：简便的图片加对话！支持中文&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.kyolo.com/">http://www.kyolo.com<wbr></wbr>/</a>&nbsp;<br />
Cubii：童趣！在线搭积木&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://cubii.toyak.com/">http://cubii.toyak.c<wbr></wbr>om/</a>&nbsp;<br />
Recordcup：每一个人都可以拥有世界记录&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.recordcup.com/">http://www.recordcup<wbr></wbr>.com/</a>&nbsp;<br />
01478：利用键盘上26个字母有效节省时间&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://01478.com/">http://01478.com/</a>&nbsp;<br />
Death Clock：告诉你的死亡日期&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.deathclock.com/">http://www.deathcloc<wbr></wbr>k.com/</a>&nbsp;<br />
蒙娜丽莎的微笑：太有才了！&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.megamonalisa.com/">http://www.megamonal<wbr></wbr>isa.com/</a>&nbsp;<br />
Muxtape：简单易用的怀旧老磁带&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://muxtape.com/">http://muxtape.com/</a>&nbsp;<br />
LogoYes：超酷的在线LOGO设计&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.logoyes.com/logocreator.php">http://www.logoyes.c<wbr></wbr>om/logocreator.php</a>&nbsp;<br />
SwarmSketch：创意！一人一笔创作涂鸦画&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://swarmsketch.com/">http://swarmsketch.c<wbr></wbr>om/</a>&nbsp;<br />
MagMyPic：李宇春上Time封面，咱也能！&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.magmypic.com/">http://www.magmypic.<wbr></wbr>com/</a>&nbsp;<br />
RoundPic：非常便捷的图片圆角处理&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.roundpic.com/">http://www.roundpic.<wbr></wbr>com/</a>&nbsp;<br />
nygirlofmydreams：一见钟情只需一页&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.nygirlofmydreams.com/">http://www.nygirlofm<wbr></wbr>ydreams.com/</a>&nbsp;<br />
bookast：博客思听！中文有声书摘&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.bookast.com/">http://www.bookast.c<wbr></wbr>om/</a>&nbsp;<br />
GetTheGlass：超级华丽的在线Flash游戏&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gettheglass.com/">http://www.getthegla<wbr></wbr>ss.com/</a>&nbsp;<br />
<br />
<br />
--------------- 100个的分割线 Powered By&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://top1234.com/">http://top1234.com/</a>&nbsp;---------------&nbsp;<br />
<br />
<br />
遇星记：有趣！晒晒你拍下的明星照&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.yuxingji.com/">http://www.yuxingji.<wbr></wbr>com/</a>&nbsp;<br />
脸皮网：免费在线卡通头像制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://lianpi.com/">http://lianpi.com/</a>&nbsp;<br />
ReadTheWords：强！在线文本转音频服务&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.readthewords.com/">http://www.readthewo<wbr></wbr>rds.com/</a>&nbsp;<br />
Puricute：制作超级个性的大头贴&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.puricute.com/">http://www.puricute.<wbr></wbr>com/</a>&nbsp;<br />
areweatwarwithiran：希望永不更新的网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://areweatwarwithiran.com/">http://areweatwarwit<wbr></wbr>hiran.com/</a>&nbsp;<br />
CartoonMe：小巧！照片摇身变漫画&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.cartoonme.com/">http://www.cartoonme<wbr></wbr>.com/</a>&nbsp;<br />
pipa：真正的手写博客！连评论也要手写&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://pipa.jp/tegaki/VTop.jsp">http://pipa.jp/tegak<wbr></wbr>i/VTop.jsp</a>&nbsp;<br />
E-Putonghua：学习普通话的好平台&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.putonghuaonline.com/">http://www.putonghua<wbr></wbr>online.com/</a>&nbsp;<br />
WaveMypic：快速生成水中倒影效果的图片&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.wavemypic.com/">http://www.wavemypic<wbr></wbr>.com/</a>&nbsp;<br />
Deyey：个性便捷的名片设计制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.deyey.com/">http://www.deyey.com<wbr></wbr>/</a>&nbsp;　&nbsp;<br />
5.12寻人网：寻找灾区的亲人！&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.512xr.cn/">http://www.512xr.cn/<wbr></wbr></a>&nbsp;<br />
ImproveYourImages：数码相片专业在线修复&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.improveyourimages.com/">http://www.improveyo<wbr></wbr>urimages.com/</a>&nbsp;<br />
Zhimaa：芝麻开门！帮你挑选手机&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.zhimaa.com/">http://www.zhimaa.co<wbr></wbr>m/</a>&nbsp;　&nbsp;<br />
old-picture：1850-1940年的老照片博物馆&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.old-picture.com/">http://www.old-pictu<wbr></wbr>re.com/</a>&nbsp;<br />
NiuDown：强悍的海量文档搜索引擎&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.niudown.com/">http://www.niudown.c<wbr></wbr>om/</a>&nbsp;<br />
火星语：和90后沟通的必备网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.huoxingyu.com/">http://www.huoxingyu<wbr></wbr>.com/</a>&nbsp;<br />
friv：超级有趣的在线Flash游戏&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.friv.com/">http://www.friv.com/<wbr></wbr></a>&nbsp;<br />
mkup：实用的化妆品成分查询&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.mkup.com.tw/cn/">http://www.mkup.com.<wbr></wbr>tw/cn/</a>&nbsp;<br />
askform：免费而实用的博客问卷调查插件&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.askform.cn/">http://www.askform.c<wbr></wbr>n/</a>&nbsp;<br />
hige-chen：强大的头像3D化&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.hige-chen.com/">http://www.hige-chen<wbr></wbr>.com/</a>&nbsp;<br />
Pixelians：疯狂的像素人物收集&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.pixelians.com/">http://www.pixelians<wbr></wbr>.com/</a>&nbsp;<br />
证件网：史上最全的网络搞笑证件制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://zj08.com/">http://zj08.com/</a>&nbsp;<br />
midomi：牛！通过声音搜索歌曲&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.midomi.com/">http://www.midomi.co<wbr></wbr>m/</a>&nbsp;<br />
GaiTu：功能强悍的在线图片修改&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gaitu.com/">http://www.gaitu.com<wbr></wbr>/</a>&nbsp;<br />
GuidoDaniele：视觉盛宴！真正的彩绘艺术&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.guidodaniele.com/">http://www.guidodani<wbr></wbr>ele.com/</a>&nbsp;<br />
Glogster：在线制作个性海报&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.glogster.com/">http://www.glogster.<wbr></wbr>com/</a>&nbsp;<br />
TheCutest：so卡哇伊的图片大全&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.thecutest.net/">http://www.thecutest<wbr></wbr>.net/</a>&nbsp;<br />
快乐点点：专业而完美的送礼解决方案&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.51diandian.com.cn/">http://www.51diandia<wbr></wbr>n.com.cn/</a>&nbsp;<br />
WobZIP：全能！在线解压文件&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://wobzip.org/">http://wobzip.org/</a>&nbsp;<br />
字易网：在线彩字第一平台&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.fonteasy.com/">http://www.fonteasy.<wbr></wbr>com/</a>&nbsp;<br />
hdcafe：印象派大匠梵高的作品大全&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://vincent.hdcafe.net/">http://vincent.hdcaf<wbr></wbr>e.net/</a>&nbsp;<br />
RRRR：无聊游戏！无聊网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.rrrrthats5rs.com/">http://www.rrrrthats<wbr></wbr>5rs.com/</a>&nbsp;<br />
功夫熊猫：KungFuPanda中文站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gongfuxiongmao.com/">http://www.gongfuxio<wbr></wbr>ngmao.com/</a>&nbsp;<br />
SongTaste：用音乐倾听彼此&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.songtaste.com/">http://www.songtaste<wbr></wbr>.com/</a>&nbsp;<br />
GIFup：免费快捷的gif头像制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gifup.com/cn">http://www.gifup.com<wbr></wbr>/cn</a>&nbsp;<br />
failblog：失败照片大收集&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://failblog.org/">http://failblog.org/<wbr></wbr></a>&nbsp;<br />
Soungle：简单而快速地找到各种声音&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://soungle.com/">http://soungle.com/</a>&nbsp;<br />
Yahoorezinr：在线DIY雅虎辞职信&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.yahoorezinr.com/">http://www.yahoorezi<wbr></wbr>nr.com/</a>&nbsp;<br />
Taobaoi：淘宝礼物！快速礼物解决方案&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://taobaoi.net/">http://taobaoi.net/</a>&nbsp;<br />
比价网：准确翔实的数码产品价格顾问&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.beargoo.com.cn/">http://www.beargoo.c<wbr></wbr>om.cn/</a>&nbsp;<br />
bgpatterns：小巧的网页背景在线制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.bgpatterns.com/">http://www.bgpattern<wbr></wbr>s.com/</a>&nbsp;<br />
SleeveFace：有趣的唱片封面恶搞&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.sleeveface.com/">http://www.sleevefac<wbr></wbr>e.com/</a>&nbsp;<br />
Nymbler：又一个强大的在线取名&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.nymbler.com/">http://www.nymbler.c<wbr></wbr>om/</a>&nbsp;<br />
eCalc：最好的在线计算器&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.ecalc.com/">http://www.ecalc.com<wbr></wbr>/</a>&nbsp;<br />
origami：N种详细折纸方法&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://home.no.net/origami/">http://home.no.net/o<wbr></wbr>rigami/</a>&nbsp;<br />
Picitup：新鲜有趣的相似图片搜索&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.picitup.com/">http://www.picitup.c<wbr></wbr>om/</a>&nbsp;<br />
muzicons：音乐代表我的心！mp3播放挂件&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://muzicons.com/">http://muzicons.com/<wbr></wbr></a>&nbsp;<br />
WriteInChinese：教老外写汉字&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://writeinchinese.com/">http://writeinchines<wbr></wbr>e.com/</a>&nbsp;<br />
NapkinFoldingGuide：餐巾的N种折法&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.napkinfoldingguide.com/">http://www.napkinfol<wbr></wbr>dingguide.com/</a>&nbsp;<br />
CCTVolympics：网上观看北京奥运直播&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.cctvolympics.com/">http://www.cctvolymp<wbr></wbr>ics.com/</a>&nbsp;<br />
<br />
<br />
--------------- 50个的分割线 Powered By&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://top1234.com/">http://top1234.com/</a>&nbsp;---------------&nbsp;<br />
<br />
<br />
WebWait：有趣的网页载入时间分析&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.webwait.com/">http://www.webwait.c<wbr></wbr>om/</a>&nbsp;<br />
michaelbach：眼见未必为实！78个视觉错误&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.michaelbach.de/ot/index.html">http://www.michaelba<wbr></wbr>ch.de/ot/index.html</a>&nbsp;<br />
DailyMugshot：坚持就是胜利！每天一张视频照&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.dailymugshot.com/">http://www.dailymugs<wbr></wbr>hot.com/</a>&nbsp;<br />
WebResizer：方便的在线图片压缩&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.webresizer.com/">http://www.webresize<wbr></wbr>r.com/</a>&nbsp;<br />
archive：数量惊人！网页博物馆&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.archive.org/web/web.php">http://www.archive.o<wbr></wbr>rg/web/web.php</a>&nbsp;<br />
动听中国：可以听的杂志&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.ilisten.cn/">http://www.ilisten.c<wbr></wbr>n/</a>&nbsp;<br />
Scour：可以获得收益的搜索服务&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://scour.com/invite/jetchan">http://scour.com/inv<wbr></wbr>ite/jetchan</a>&nbsp;<br />
tuiconverter：方便的mp3在线裁剪&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.tuiconverter.com/">http://www.tuiconver<wbr></wbr>ter.com/</a>&nbsp;<br />
StumbleUpon：你永远不知道下一个网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.stumbleupon.com/">http://www.stumbleup<wbr></wbr>on.com/</a>&nbsp;<br />
sound101：想听听世界上最难听的声音吗&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://sound101.org/">http://sound101.org/<wbr></wbr></a>&nbsp;<br />
wikisky：仰望！今夜星空璀璨&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.wikisky.org/">http://www.wikisky.o<wbr></wbr>rg/</a>&nbsp;<br />
kakayu：有趣的人名搜索&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.kakayu.com/name/">http://www.kakayu.co<wbr></wbr>m/name/</a>&nbsp;<br />
CSS实验：世界最高最长的网页&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://worlds-highest-website.com/">http://worlds-highes<wbr></wbr>t-website.com/</a>&nbsp;<br />
sotiao：有趣的非主流网名生成器&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.sotiao.com/">http://www.sotiao.co<wbr></wbr>m/</a>&nbsp;<br />
GZ2010：广州亚运会官方网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gz2010.cn/">http://www.gz2010.cn<wbr></wbr>/</a>&nbsp;<br />
Toogle：会画画的搜索引擎&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://c6.org/toogle/">http://c6.org/toogle<wbr></wbr>/</a>&nbsp;<br />
Photos：改变世界的照片&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://photosthatchangedtheworld.com/">http://photosthatcha<wbr></wbr>ngedtheworld.com/</a>&nbsp;<br />
中秋节快乐：中秋祝福短信免费发&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.google.cn/rebang/msg?label=10">http://www.google.cn<wbr></wbr>/rebang/msg?label=10<wbr></wbr></a>&nbsp;<br />
UmbrellaToday：今天你带伞了吗&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://umbrellatoday.com/">http://umbrellatoday<wbr></wbr>.com/</a>&nbsp;<br />
fontpark：新奇的文字作画&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://fontpark.morisawa.co.jp/">http://fontpark.mori<wbr></wbr>sawa.co.jp/</a>&nbsp;<br />
西楚音符：在线连环画！追忆逝去的童年&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.xichuinfo.com/">http://www.xichuinfo<wbr></wbr>.com/</a>&nbsp;<br />
Blackle：节能的搜索引擎&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.blackle.com/">http://www.blackle.c<wbr></wbr>om/</a>&nbsp;<br />
ToiletMuseum：相当有趣的厕所博物馆&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.toiletmuseum.com/">http://www.toiletmus<wbr></wbr>eum.com/</a>&nbsp;<br />
bemboszoo：妙趣横生的英文字母动物&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.bemboszoo.com/">http://www.bemboszoo<wbr></wbr>.com/</a>&nbsp;<br />
你怀孕了吗：神奇的免费在线验孕&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.thepregnancytester.com/">http://www.thepregna<wbr></wbr>ncytester.com/</a>&nbsp;<br />
YouSerials：软件注册不用愁&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://youserials.com/">http://youserials.co<wbr></wbr>m/</a>&nbsp;<br />
tumbleweedhouses：教你建造自己的小房子&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.tumbleweedhouses.com/">http://www.tumblewee<wbr></wbr>dhouses.com/</a>&nbsp;<br />
快典网：有趣！在线生成藏头诗&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://jetli.com.cn/post/kddcc">http://jetli.com.cn/<wbr></wbr>post/kddcc</a>&nbsp;<br />
画猪头：挨骂还是开心的&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.drawapig.desktopcreatures.com/">http://www.drawapig.<wbr></wbr>desktopcreatures.com<wbr></wbr>/</a>&nbsp;<br />
hel-looks：最牛逼的街拍艺术&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.hel-looks.com/">http://www.hel-looks<wbr></wbr>.com/</a>&nbsp;<br />
13580：快捷上网！一点就到&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.13580.com/">http://www.13580.com<wbr></wbr>/</a>&nbsp;<br />
Gabbly：让我们随时畅聊无阻&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.gabbly.com/">http://www.gabbly.co<wbr></wbr>m/</a>&nbsp;<br />
WhoIsHostingThis：快速查询网站的空间提供商&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.whoishostingthis.com/">http://www.whoishost<wbr></wbr>ingthis.com/</a>&nbsp;<br />
IQleague：有趣的60秒免费IQ测试&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.iqleague.com/">http://www.iqleague.<wbr></wbr>com/</a>&nbsp;<br />
typorganism：牛逼！图片转换成字符&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.typorganism.com/asciiomatic/">http://www.typorgani<wbr></wbr>sm.com/asciiomatic/</a>&nbsp;<br />
AgeGuess：年龄！我猜我猜我猜猜猜&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.ageguess.com/">http://www.ageguess.<wbr></wbr>com/</a>&nbsp;<br />
similicio.us：有意思！找寻相似网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.similicio.us/">http://www.similicio<wbr></wbr>.us/</a>&nbsp;<br />
usernamecheck：注册网站不用愁&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.usernamecheck.com/">http://www.usernamec<wbr></wbr>heck.com/</a>&nbsp;<br />
criticsrant：有趣的BLOG可读性测试&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.criticsrant.com/bb/reading_level.aspx">http://www.criticsra<wbr></wbr>nt.com/bb/reading_le<wbr></wbr>vel.aspx</a>&nbsp;<br />
allnationalanthems：史上最全的各国国歌收集&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://allnationalanthems.com/">http://allnationalan<wbr></wbr>thems.com/</a>&nbsp;<br />
123people：有趣强大的人物搜索&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.123people.com/">http://www.123people<wbr></wbr>.com/</a>&nbsp;<br />
TurnYourNameintoaFace：将你的名字转为脸面&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://turnyournameintoaface.com/">http://turnyournamei<wbr></wbr>ntoaface.com/</a>&nbsp;<br />
wed.la：专业实用的婚礼网站&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://wed.la/">http://wed.la/</a>&nbsp;<br />
kakorama：好奇！你出生那一天发生的事&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.kakophone.com/kakorama/EN/index.php">http://www.kakophone<wbr></wbr>.com/kakorama/EN/ind<wbr></wbr>ex.php</a>&nbsp;<br />
You-A：网址有啊！有理链接强力打造&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://you-a.net/">http://you-a.net/</a>&nbsp;<br />
FakeGoogle：假冒的Google&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.fakegoogle.cn/">http://www.fakegoogl<wbr></wbr>e.cn/</a>&nbsp;<br />
boboku：50种照片特效制作&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.boboku.com/">http://www.boboku.co<wbr></wbr>m/</a>&nbsp;<br />
FlipTitle：有趣的在线颠倒文字&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://fliptitle.com/">http://fliptitle.com<wbr></wbr>/</a>&nbsp;<br />
摇摆网：每天摇摆几下！远离颈椎烦恼&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.rock001.cn/">http://www.rock001.c<wbr></wbr>n/</a>&nbsp;<br />
中国美发：实用！在线发型设计&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.cnmeifa.com/">http://www.cnmeifa.c<wbr></wbr>om/</a>&nbsp;<br />
有理链接：每天分享有趣实用的站点&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://top1234.com/">http://top1234.com/</a>&nbsp;<br />
TOP1234：强烈推荐！实用的淘宝酷店排行榜&nbsp;<a target="_blank" rel="nofollow" style="cursor: pointer; color: rgb(51, 102, 153); text-decoration: none; " href="http://www.top1234.com/">http://www.top1234.c<wbr></wbr>om/</a>&nbsp;</p>]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=789</link>
			<title><![CDATA[Skype chat chat]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[记]]></category>
			<pubDate>Sun,02 May 2010 15:03:45 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=789</guid>
		<description><![CDATA[<p>
<p>&nbsp;</p>
<p>&nbsp;前几天听闻有同事利用SKYPE加外国朋友聊天，我觉得很有趣，虽然以前曾这么想过，可我脸皮没这么厚，不可能看到一个老美显示在搜索列表就加了他，这不是纯自找没趣加找抽吗？我连QQ都记不清多少年没以这种方式加过好友了，所以放弃。</p>
<p>前几天跑去SKYPE论坛转了圈，还别说，真有一个Language learning的坛子，里面有不少人在为了提高英文而找聊友，我回了3，4个贴就关掉窗口了，SKYPE因为工作需求每天都得开着，有时还真有人加我，一般都是韩国、西班牙还有些奇奇怪怪的地方。</p>
<p>白天工作的时候那是绝对没有时间聊的，连用打字的我都不回，晚上碰巧倒真有两次这样的事，头一次是个韩国男人，做软件开发，我们从9点聊到12点半，不行了我太累了第二天还得上班，不过和他聊得很愉快，虽然我是不知道这么聊天真的有帮助吗？毕竟他的英文口语比我的还小烂一点。第二次更扯了，是以色列的，还是个犹太人，我真崇拜犹太人呀，这两位都是软件工程师，真有趣。这个犹太人不太爱讲话，声音总是低低的，不过以他发来的照片来看，倒真是位外国帅哥不假，此日精神不济，小聊了一小时，也再聊不下去了。他没那个韩国小子有趣，韩国到底还是亚洲，很多文化倒是共通的，聊起来也觉得其实没有任何障碍，两个人都是傻笑了2个多小时，挺逗趣的。</p>
<p>可我还是在想这样说说英文真有提升吗？我倒真希望能遇到一个纯正的english speaker，不过这种可能，光是看那时差，就觉得impossible mission了。</p>
</p>]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=783</link>
			<title><![CDATA[.......]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[英]]></category>
			<pubDate>Tue,09 Mar 2010 23:42:59 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=783</guid>
		<description><![CDATA[<p>Try to stuff my faculties with satisfied work, working with friendly mates, reading worthy books, watching great movies, learning what I deeply interest ,is the only way spreading in front of me that I really enjoy and ready to take. I've heard about this kinda theory of how to improve self confidence. It said, even you don't want to stuck in pain or grief, you must face it, you must live through it. That's is what I learned from reality several months before.</p>
<p>Again, I appreciate for the unbearable period of time then, eventually, I came through, I made myself stronger in heart. Anyway, I got to know the real definition of strong. Never use other way or exercise like listening to the music, hanging out with friend or any guy, nor dancing nor shopping, just face what tense your throat and make your stomach suck, try to go to deep sleep, and when you open your eyes after a tolerate night, you'll find 'tomorrow is another day' is a broadly -agreed truth.</p>
<p>Even now, the recall will still make me feel suck, I can come over it over and over, times after times, how can I say? It's my fate to be required and somehow obliged. I still got an hope with that jerk's horrible and grieved end. What a jerk I've ever met. Nobody will exceed in my opinion, I've never met with this kinda of self-aggrandizing man, a definite liar, a really jerk, a disguising scum. I will never believe this sort of 'thing' can end with happiness, to hell with him, accept my curse !</p>]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=780</link>
			<title><![CDATA[。。。]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[英]]></category>
			<pubDate>Sat,27 Feb 2010 22:20:35 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=780</guid>
		<description><![CDATA[<p>Hard to believe, it's past ten days, and I didn't get any blog here, that means, I 'm taking a normal, happy and peaceful life that I really want. It's the first time, that I got life is a stuff of one person, if there is someone involved in the peace will gone. So, i do feel appreciate for my current lifestyle - love my job, feel free to chat with my mates, back home, learn something, and sometimes, if it really has, perhaps I will cost few minutes to recall someone, and the memory with the guy, or the jerk.</p>
<p>It's&nbsp;Saturday, I spend my whole day looking &quot;Desperate housewife&quot;, i had intended to use the chance to learn English, I mean, during the American tv-series. But I'm so attracted by the story it tells, so ... &gt;///&lt; lol</p>
<p>&nbsp;</p>]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=779</link>
			<title><![CDATA[Learning to be a novice]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[悟]]></category>
			<pubDate>Tue,16 Feb 2010 12:01:15 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=779</guid>
		<description><![CDATA[<p><span style="font-family: Arial;">I'v realized what force me to live and/or what make me full of spirit is from the words - &quot;learning to be a novice&quot;. More I studied,&nbsp; more less i felt I lack of.&nbsp; I absorbed like a sponge, surfing on the internet - a very wide world, eg NLP /&nbsp; BBS humon &amp; body columnist / every stories in WIKI site's index page .. <br />
<br />
I indeed realized so much time I wasted in the former wandered ages, I studied little in the past 8 years, I wasted so much time on unworthy &quot;love&quot;, cyber games, wandering, hung out and ... keep isolated from the world for many years. So I almost don't know how to make up, never cost a little much on any skin care products, i don't know how to manage my bribes in an approprate way.&nbsp; Keeping money in the bank,&nbsp; drew out what I need,&nbsp; that is all .<br />
<br />
Every day , I enjoy &quot;learning to be a novice&quot; , and think in myself, wonder, confused, lost , and realize.&nbsp; I try to keep the search result only in English-language webpages, and found a very, very, very wide world. And , suddenly, I think this lifestyle is okay for me - be alone. I think, it's for the home's sake. I live in my own house which I lived for nearly 23 years in sum up. Here, I enjoy being alone. But, as I wrote in my former blogs, the loniness just like a monster ate my spirit, beat my heart ... when I was in ShenZhen, alone.&nbsp; For the all happened, I really realized, HOME is irreplacable absolutely.&nbsp; Nobody will take the role of mom for their children.<br />
<br />
In 2010, I will do what's in my mind, which will be not just only in mind, I need to let it become real things. If I want to do something, I need to do as soon as I can. If I think I need to do anything, I MUST let it happen.&nbsp; That is &quot;power of execution&quot;. Like people have to learn how to manage their life, their time, and also, their money. <br />
<br />
It's always interesting to be a man who are always&nbsp; learning to be a novice.&nbsp; And, another words - &quot;Welcome to the real world, it suck, but you gonna love it&quot;<br />
</span></p>]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=777</link>
			<title><![CDATA[武汉，新年，小雪]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[记]]></category>
			<pubDate>Sat,13 Feb 2010 01:27:55 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=777</guid>
		<description><![CDATA[<p>就在15天以前，我开始了生平第一次在武汉工作的规律安定的生活。<br />
<br />
武汉是生我养我的地方，我是土生土长的武汉人；<br />
武汉人爱说脏话，武汉曾经是个很脏很乱的城市；<br />
武汉人没素质，武汉人喜欢吵架，武汉人粗声粗气说话很冲很呛；<br />
武汉人的性格就象武汉这见鬼的天气，冬天有雪，夏季..不用说了，中国三大火炉之首；<br />
<br />
没错，那些年，我就是因为这些原因 - 我讨厌武汉，于是，一毕业我就离开了它。<br />
可是，几乎所有武汉人或是呆过武汉的人，都深深明白一句话：&rdquo;在武汉久了会不喜欢，离开了会特别想&ldquo;&nbsp; 那些记忆在心中转了又转，就变成生活最本来最真实的面目，想念街边一对中年夫妇总是互相呛来呛去的声音，想念在公车上那些大声说话聊天的声音，想念 Taxi司机全程和你讲笑话，想念早点师傅每次看到你都要说&rdquo;今天很早嘛&ldquo;或是&rdquo;今天怎么搞这么晚喔？&ldquo;等等等等 ....<br />
远比包装修饰过的冷漠的深圳可爱亲切得多。<br />
<br />
我在挣扎又挣扎后，决定了接受这份工作，我将辛苦移到深圳的行李一一打包，我花了好几千买的家具小电器，被我打了包或是折成3折卖掉，来的时候一共就5个小行李箱，回去的时候整整打了11个，六个月不到，我就置办了一堆东西。一个人在深圳，所以希望自己周围都堆得满满当当的，我必须用这样的方式来找到自己的存在感。<br />
<br />
第一次感受那种出家门，去工作，充实工作8小时，然后开心的回家，知道等在家里的会是自己最亲的家人，那样的感觉，我已经很久很久没有了，不再象从前，每天下班时都是最难受的，熟悉却陌生的城市。<br />
<br />
而在这之前，我从来就不知道武汉的发展已经完完全全的超过了我的想象，当姐姐在电话中劝我接受这份工作时说&rdquo;你不知道武汉今年入资了多少亿在发展，武汉未来的发展会相当迅猛，你不了解光谷开发区那片，那边很多大公司都在相继进驻&ldquo;。<br />
<br />
当我再次踏进光谷软件园，仔仔细细的把它看清楚后，我不得不认同姐姐的说法了，这片软件园，从这一头走到另一头，我确信需要30分钟以上。这儿几乎是年轻人的天下，每天早上8点半，人群从四面八方涌入软件园，匆忙行走着涌进各大公司。至于园内的消费竟然比深圳更过，中饭至少都需要9-10元，普通盖浇饭都需要14-18元。除了房租和我所不熟悉的娱乐场所，武汉的消费绝对不会低于深圳。<br />
<br />
我现在serve的公司所处的部门，有着偏西方的领导模式，老大不象以前遇过的海龟高高在上，他很喜欢和我们打成一片，是位思想很open很愿意倾听而且包容的人。我一直以为，武汉的工作就象我的同学们所说的那样，早上9点，下午4点半下班，工作时间喝茶看报聊天，懒洋洋。结果和我想的相距甚远。我很庆幸我所属的公司不是武汉本土公司 ：p<br />
<br />
我很庆幸的发现，这所公司的同事都非常友好，我在刚进来一两周，就认识了小组大部分人，已经能熟稔的聊天聊工作了。公司虽然有相当一部分外地人，可武汉人自然是不少，偶尔用武汉话沟通工作，对我来说，是挺新鲜的事。这些事听起来不值一提，可每一点对我来说都是欣喜的发现， You can call me &quot;country girl&quot; :p<br />
<br />
这篇blog我前几天就想写了，可是没时间，每天属于自己的时间除了吃睡洗走路，就实在没有更多的了。我过了2周紧张的生活，我英文太烂，以至于要补起来非常辛苦，听懂的不多，看懂的不多，能说的不多，写出来的都很初级且错误不少，我记性太差，学的都记不住。于是，我只能努力从工作生活的空隙找时间背几个单词听几个句子。<br />
<br />
我在连续2周这样后，就发现这样太累了，我之前设定的瑜伽计划呢? 找不出时间；我以前每隔两天一定要写的心情BLOG呢? 没有了；我以前每天早上要煮的豆浆呢? 做了也没时间喝。<br />
<br />
索性是要新年了，索性是可以放慢步子，索性是希望把一切都暂时停下。武汉近来突然就冷了，前几天下了几天雨，出门就看到路面都结了冰，路面特别滑，人们小心翼翼的走在冰面上，那些只属于冬天的学校里记忆就跑出来了，堆雪人，我蹲在冰面同学们一左一右拉着我的手大叫着快速的向前滑去，三个人手牵手围成一圈在冰面上打转，偶尔会摔倒在地哈哈大笑，带着厚厚的暖暖的手套在雪地里跳来跳去，窗面上浓浓的雾气和在上面写出来的字 .... 那是学生时代的记忆。在深圳太久，久到以至于我都忘记冬天本来就应该是这样子的。<br />
<br />
今天农历29，从下午5点，到现在9点半，鞭炮声似乎都没有如何断过，新年的步子是真的近了。我能想象在跨年之时，持续一小时轰炸一般的鞭炮声和四起的浓烟了。我会带着感恩的心迎接这个值得感恩的新年。<br />
<br />
武汉，我终于回来了，不再离开了....</p>]]></description>
		</item>
		
			<item>
			<link>http://www.sencci.com/mi/article.asp?id=776</link>
			<title><![CDATA[-______- I didn&#39;t murmur ... I was just reading...]]></title>
			<author>syveen@yahoo.com.cn(米拉)</author>
			<category><![CDATA[英]]></category>
			<pubDate>Sat,13 Feb 2010 01:01:33 +0800</pubDate>
			<guid>http://www.sencci.com/mi/default.asp?id=776</guid>
		<description><![CDATA[<p><embed menu="true" height="45" width="400" mediatype="0" type="application/x-mplayer2" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" src="http://www.sencci.com/Mi/attachments/month_1002/20100213010112.wma" autostart="true" loop="true"></embed><img alt="" src="http://www.sencci.com/mi/FCKeditor/editor/images/smiley/qq2007/50.gif" />&nbsp;&nbsp;这样是不行滴。<a href="http://www.sencci.com/Mi/attachments/month_1002/20100213010112.wma">http://www.sencci.com/Mi/attachments/month_1002/20100213010112.wma</a></p>]]></description>
		</item>
		
</channel>
</rss>
