<?php xml version="1.0" encoding="UTF-8"?> 
<rss version="2.0">
<channel>
<title><![CDATA[欢乐巴士]]></title>
<link>http://www.eway.org.ru/</link>
<description><![CDATA[]]></description>
<language>utf-8</language>
<copyright><![CDATA[CopyRight 2008 F2Blog.com|F2Cont.com All Rights Reserved.]]></copyright>
<webMaster><![CDATA[admin@99way.com]]></webMaster>
<generator>F2blog .cont 1.0 build 11.30</generator> 
<image>
	<title>欢乐巴士</title> 
	<url>http://www.eway.org.ru/attachments/1153552079.jpg</url> 
	<link>http://www.eway.org.ru/</link> 
	<description>欢乐巴士</description> 
</image>
<item>
	<link>http://www.eway.org.ru/read-524.html</link>
	<title><![CDATA[Wordpress模板标签中文对照手册]]></title>
	<author>chill</author>
	<category><![CDATA[PHP &amp; MySQL]]></category>
	<pubDate>2009-07-08 13:02</pubDate>
	<guid>http://www.eway.org.ru/read-524.html</guid>	
	<description><![CDATA[<p><span style="font-family: Arial; font-size: 12px; line-height: 18px" class="Apple-style-span"><table border="0" style="table-layout: fixed"><tr><td style="font-family: Arial; word-wrap: break-word; word-break: break-all; visibility: visible !important; zoom: 1 !important; filter: none; font-size: 12px; line-height: 18px"><div id="blog_text" class="cnt" style="font-family: Georgia; word-wrap: break-word; word-break: normal; visibility: visible !important; zoom: 1 !important; filter: none; font-size: 14px; line-height: 20px; color: #000000; overflow-x: hidden; overflow-y: hidden; position: static"><div class="postbg font14" style="font-family: Arial; word-wrap: break-word; word-break: break-all; visibility: visible !important; zoom: 1 !important; filter: none; font-size: 12px; line-height: normal"><p style="line-height: normal">更多官方详细：<a style="line-height: 20px; color: #000000; text-decoration: none; font-size: 14px; font-family: Georgia" href="http://codex.wordpress.org/Template_Tags">http://codex.wordpress.org/Template_Tags</a></p><p style="line-height: normal">常用的模板标签函数：<br /> &lt;?php bloginfo(&rsquo;name&rsquo;); ?&gt; : 博客名称<br /> &lt;?php bloginfo(&rsquo;url&rsquo;); ?&gt; : 博客 Url&nbsp;<br /> &lt;?php bloginfo(&rsquo;description&rsquo;); ?&gt; : 博客描述<br /> &lt;?php bloginfo(&rsquo;stylesheet_url&rsquo;); ?&gt; : CSS文件路径<br /> &lt;?php bloginfo(&rsquo;pingback_url&rsquo;); ?&gt; : PingBack Url<br /> &lt;?php bloginfo(&rsquo;template_url&rsquo;); ?&gt; : 模板文件路径<br /> &lt;?php bloginfo(&rsquo;version&rsquo;); ?&gt; :&nbsp;<a style="line-height: 20px; color: #000000; text-decoration: none; font-size: 14px; font-family: Georgia" href="http://www.looooking.cn/?tag=wordpress" title="标签 Wordpress 下的日志" class="st_tag internal_tag">WordPress</a>版本<br /> &lt;?php b</p></div></div></td></tr></table></span></p>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-523.html</link>
	<title><![CDATA[MySQL5.1 修改root密码 的2种方式]]></title>
	<author>chill</author>
	<category><![CDATA[PHP &amp; MySQL]]></category>
	<pubDate>2009-05-15 22:28</pubDate>
	<guid>http://www.eway.org.ru/read-523.html</guid>	
	<description><![CDATA[新装MySql后修改了root密码，没想到一段时间后居然把密码忘了，翻了点资料把密码改回来了，两次修改用来不同的方法，在这里做个记录。顺便发发牢骚，感觉现在的搜索引擎不如前几年了，现在网上杂乱信息太多，同一关键字过一段时间搜索结果大不相同，同时真正有价值的内容很难准确筛选，垃圾网站制造了大量重复的垃圾内容，以前几分钟就能找到的答案现在要花很多时间和精力手工筛选。<br />  言归正传，常用的简单方式，phpmyadmin 中执行 SQL 语句修改密码：<br /><div class="UBBPanel"><div class="UBBTitle"><img src="http://www.eway.org.ru/images/code.gif" style="margin:0px 2px -3px 0px;" border="0" alt=""/> CODE:</div><div class="UBBContent"><div class=quote id='code8651'><code><span style="color: #000000">update&nbsp;mysql.user&nbsp;set&nbsp;password=old_password('新密码')&nbsp;where&nbsp;user='用户名'</span></code></div><div style="font-size:11px;margin-left:5px"><a href="javascript:" onclick="CopyText(document.getElementById('code8651'));">[Copy to clipboard]</a></div></div></div><br />  注意这个old_password（MYSQL函数）这样一来就把密码加密成16位，而不能用 password（）这个函数，不然就加密成40位<br />  我用的另外一种方式：<br /> 1.首先在 MySQL的安装目录下 新建一个pwdhf.txt, 输入文本：<br />   SET PASSWORD FOR &#39;root&#39;@&#39;localhost&#39; = PA]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-522.html</link>
	<title><![CDATA[定制Apache索引样式  （网上摘录，很有用）]]></title>
	<author>chill</author>
	<category><![CDATA[架站资料]]></category>
	<pubDate>2009-04-21 22:54</pubDate>
	<guid>http://www.eway.org.ru/read-522.html</guid>	
	<description><![CDATA[<div>#表示开启了索引模式（也就是目录浏览）</div><div>Options Indexes</div><div><br /></div><div>indexOptions FancyIndexing ScanHTMLTitles NameWidth=128 DescriptionWidth=256 HTMLTable VersionSort FoldersFirst&nbsp;</div><div><br /></div><div>可用参数，含义如下：</div><div><br /></div><div>#ScanHTMLTitles:搜索HTML标题</div><div>#NameWidth:文件命显示字节数</div><div>#DescriptionWidth:描述显示字节数</div><div>#HTMLTable:允许HTML格式</div><div>#FoldersFirst:目录优先</div><div><!--more--></div><div>SuppressLastModified 在目录中禁止显示最近的修改时间</div><div><br /></div><div>#索引排除语法</div><div>IndexIgnore header.html footer.html&nbsp;</div><div>header.html footer.html 这两个文件不会在索引（目录浏览）中出现。</div><div><br /></div><div>#索引头部嵌入文件</div><div>HeaderName /data/index/header.html</div><div><br /></div><div>#索引底部嵌入文件</div><div>ReadmeName /data/index/footer.html</div><div>ReadmeName： 指定该目录列表的</div>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-521.html</link>
	<title><![CDATA[穿越防火墙 -- ssh -D]]></title>
	<author>chill</author>
	<category><![CDATA[资源指南]]></category>
	<pubDate>2009-04-06 16:17</pubDate>
	<guid>http://www.eway.org.ru/read-521.html</guid>	
	<description><![CDATA[<span style="font-size: 12px; color: #555555; line-height: 17px" class="Apple-style-span"><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">本文将提供一种一劳永逸的翻墙方式（ssh -D），实施之后，那道墙&mdash;&mdash;对你来说&mdash;&mdash;将从此透明。</p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">本文面向的用户：使用Windows作为操作系统并且使用Firefox作为常用浏览器。</p><h2 style="padding-right: 5px; display: block; padding-left: 5px; font-weight: bolder; font-size: 16px; padding-bottom: 0px; margin: 10px 0px 0px; padding-top: 0px; border-bottom: #cccccc 1px solid; font-family: 微软雅黑, Verdana, &#39;BitStream vera Sans&#39;; letter-spacing: -0.07em">第一步：免费获取拥有SSH权限的帐号和密码。</h2><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">&nbsp;</p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">默认的免费获取方式：将本文转载到你自己的博客上，将转载后的文章网址发送到<img style="max-width: 720px; margin: 0px; border-width: 0px; padding: 0px" src="http://photos.smugmug.com/photos/497999637_nw25h-O.png" alt="f.ckgfw#gmail.com" width="141" height="20" />。</p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">转载方式：拷贝<a style="margin: 0px; color: #2970a6; text-decoration: none; padding: 0px" href="https://dl.getdropbox.com/u/398/html.txt">文章代码</a>至博客后台HTML编辑器中，直接发布即可，文章标题自拟，可在前后文插入自己的评论。</p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">经过人工审核，你将收到一封附有五个拥有SSH权限的帐号和密码的电子邮件，你可以将它们赠与你自己的读者。</p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">更多获取方式将在今后陆续激活，请关注帐号配送中心：<a style="margin: 0px; color: #2970a6; text-decoration: none; padding: 0px" href="https://friendfeed.com/rooms/fuckgfw-for-free">https://friendfeed.com/rooms/fuckgfw-for-free</a></p><h2 style="padding-right: 5px; display: block; padding-left: 5px; font-weight: bolder; font-size: 16px; padding-bottom: 0px; margin: 10px 0px 0px; padding-top: 0px; border-bottom: #cccccc 1px solid; font-family: 微软雅黑, Verdana, &#39;BitStream vera Sans&#39;; letter-spacing: -0.07em"><!--more-->第二步：配置MyEntunnel软件</h2><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">下载并安装MyEntunnel，该软件全名为My Encrypted Tunnel。</p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">一键下载：<a style="margin: 0px; color: #2970a6; text-decoration: none; padding: 0px" href="https://dl.getdropbox.com/u/398/myentunnel.exe">https://dl.getdropbox.com/u/398/myentunnel.exe</a></p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px"><img style="max-width: 720px; margin: 0px; border-width: 0px; padding: 0px" src="http://photos.smugmug.com/photos/497956295_FRKXY-O.jpg" alt="myentunnel" width="434" height="246" /></p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">按照上图将第一步收到的帐号信息填写到相应的地方后，点击<img style="max-width: 720px; margin: 0px; border-width: 0px; padding: 0px" src="http://photos.smugmug.com/photos/497956305_GuUqV-O.jpg" alt="save" width="77" height="25" />按钮，再点击<img style="max-width: 720px; margin: 0px; border-width: 0px; padding: 0px" src="http://photos.smugmug.com/photos/497956257_vDBHg-O.jpg" alt="hide" width="77" height="25" />按钮。</p><p style="font-size: 14px; margin: 0px 0px 10px; padding: 0px">第一</p></span>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-516.html</link>
	<title><![CDATA[groove coverage 几首经典歌]]></title>
	<author>chill</author>
	<category><![CDATA[艺术空间]]></category>
	<pubDate>2007-05-04 14:26</pubDate>
	<guid>http://www.eway.org.ru/read-516.html</guid>	
	<description><![CDATA[<font color="#3366ff">Far Away From Home</font><br /><img src="plugins/AudioPlayer/audio.gif" alt="" style="margin:0px 2px -3px 0px" border="0"/>在线播放文件 -- Far Away From Home<br /><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' style='width:290px; height:26px;' id='fullscreen' align='middle'> <param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='plugins/AudioPlayer/audioplayer.swf'/><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><param name='salign' value='TL' /><param name=FlashVars value='soundFile=http://cdn1-08.projectplaylist.com/e1/static12/mp3/2680882.mp3'><embed src='plugins/AudioPlayer/audioplayer.swf' FlashVars='soundFile=http://cdn1-08.projectplaylist.com/e1/static12/mp3/2680882.mp3' quality='high' salign='tl' bgcolor='#ffffff' width='290' height='26' name='fullscreen' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /> </object><br /> 歌词大意： <!--hideBegin-->Groove Coverage- Far Away From Home<br /> 舞动精灵王族 - 远离家乡<br /> I am loving living every single day but sometimes I feel so.<br /> 我喜欢过简单的每一天,但是有时我却感觉到..<br /> I hope to find a little peace of mind and I just want to know.<br /> 我希望找到一个属于我的小地方,我现在要去知道这个地方.<br /> And who can heal those tiny broken hearts, and what are we to be.<br /> 谁能帮助这个弱小破碎的心,我将会是什么样的自己?<br /> Where is home on the Milky way of stars, I dry my eyes again.<br /> 哪里是牛奶星星上的]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-520.html</link>
	<title><![CDATA[做饺子图片教程 --- 水饺皮做法包法煮法及保存方法]]></title>
	<author>chill</author>
	<category><![CDATA[美食料理]]></category>
	<pubDate>2007-04-07 02:28</pubDate>
	<guid>http://www.eway.org.ru/read-520.html</guid>	
	<description><![CDATA[<font size="4" style="color: rgb(51, 102, 255);">点击可查看大图</font><br /><a href="http://photo1.yupoo.com/20070405/174409_1484309151_afqutixn.jpg" target="_blank" rel="lightbox[plants]"><img alt="200612|lolbus.com" src="http://photo1.yupoo.com/20070405/174409_1484309151.jpg" dragover="true" /></a><!--more--><a href="http://photo7.yupoo.com/20070407/153636_51501246_dkkqzugy.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153636_51501246.jpg" alt="203B4F~1|lolbus.com" /></a><a target="_blank" href="http://photo1.yupoo.com/20070405/174401_551840332_havpyhig.jpg" rel="lightbox[plants]"><img alt="200612~2|yupoo.com" src="http://photo1.yupoo.com/20070405/174401_551840332.jpg" /></a><a target="_blank" href="http://photo1.yupoo.com/20070405/174419_2082936843_bpvljcpx.jpg" rel="lightbox[plants]"><img alt="200612~4|yupoo.com" src="http://photo1.yupoo.com/20070405/174419_2082936843.jpg" dragover="true" /></a><a target="_blank" href="http://photo1.yupoo.com/20070405/174423_849800917_hejrikgh.jpg" rel="lightbox[plants]"><img alt="203071|lolbus.com" src="http://photo1.yupoo.com/20070405/174423_849800917.jpg" dragover="true" /></a><a href="http://photo1.yupoo.com/20070405/174427_678868708_aajnunfh.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174427_678868708.jpg" alt="20367E|lolbus.com" /></a><a href="http://photo1.yupoo.com/20070405/174430_477135158_tctqrpjc.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174430_477135158.jpg" alt="20B9E9|lolbus.com" /></a><a href="http://photo7.yupoo.com/20070407/153625_1705703677_lzmcyfhq.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153625_1705703677.jpg" alt="200610~2|lolbus.com" /></a>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-519.html</link>
	<title><![CDATA[做饺子图片教程 --- 饺子馅儿的制作]]></title>
	<author>chill</author>
	<category><![CDATA[美食料理]]></category>
	<pubDate>2007-04-06 16:06</pubDate>
	<guid>http://www.eway.org.ru/read-519.html</guid>	
	<description><![CDATA[<font size="4" style="color: rgb(51, 102, 255);">点击可查看大图<br /></font><a href="http://photo1.yupoo.com/20070405/174403_51569931_wtnomfyo.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174403_51569931.jpg" alt="200612~3|yupoo.com" /></a><!--more--><a href="http://photo7.yupoo.com/20070407/153622_609857452_vxrrybhs.jpg" rel="lightbox[plants]"><img alt="200610~1|lolbus.com" src="http://photo7.yupoo.com/20070407/153622_609857452.jpg" /></a><a href="http://photo1.yupoo.com/20070405/174407_1698697782_axokbqbu.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174407_1698697782.jpg" alt="202E1D|lolbus.com" /></a><a href="http://photo7.yupoo.com/20070407/153639_1919727194_xgaovxoq.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153639_1919727194.jpg" alt="0Y000B~1|lolbus.com" dragover="true" /></a><a href="http://photo1.yupoo.com/20070405/174357_1718458757_jpumyvno.jpg" target="_blank" rel="lightbox[plants]"><img src="http://photo1.yupoo.com/20070405/174357_1718458757.jpg" alt="20FC10|lolbus.com" /></a><a href="http://photo1.yupoo.com/20070405/174441_609801308_kyfstkzt.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174441_609801308.jpg" alt="20AE5F|lolbus.com" /></a><a href="http://photo7.yupoo.com/20070407/153614_7181904_chtjdqua.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153614_7181904.jpg" alt="20DDBA~1|lolbus.com" dragover="true" /></a><a href="http://photo7.yupoo.com/20070407/153610_1903460572_enjavzwj.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153610_1903460572.jpg" alt="200682~2|lolbus.com" dragover="true" /></a><a href="http://photo7.yupoo.com/20070407/153607_1860262855_dpplsnir.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153607_1860262855.jpg" alt="200682~1|lolbus.com" dragover="true" /></a><a href="http://photo1.yupoo.com/20070405/174416_431425338_qiwwjthp.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174416_431425338.jpg" alt="20FA84|lolbus.com" /></a><a href="http://photo1.yupoo.com/20070405/174445_542139537_ywvzoevb.jpg" target="_top" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174445_542139537.jpg" alt="207EA8|lolbus.com" /></a><a href="http://photo1.yupoo.com/20070405/174436_197407926_qtlukbxd.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174436_197407926.jpg" alt="202DC1|lolbus.com" /></a><a href="http://photo1.yupoo.com/20070405/174433_1556413910_lkxvsliu.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174433_1556413910.jpg" alt="2037E3|lolbus.com" /></a><a href="http://photo1.yupoo.com/20070405/174412_37294709_exerqxwi.jpg" target="_blank" rel="lightbox[plants]"><img dragover="true" src="http://photo1.yupoo.com/20070405/174412_37294709.jpg" alt="20FF84|lolbus.com" /></a><a href="http://photo1.yupoo.com/20070405/174355_541777842_rvrladkv.jpg" target="_blank" rel="lightbox[plants]"><img src="http://photo1.yupoo.com/20070405/174355_541777842.jpg" alt="207D9D|lolbus.com" /></a>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-518.html</link>
	<title><![CDATA[做饺子图片教程 --- 锅贴做法]]></title>
	<author>chill</author>
	<category><![CDATA[美食料理]]></category>
	<pubDate>2007-04-05 23:11</pubDate>
	<guid>http://www.eway.org.ru/read-518.html</guid>	
	<description><![CDATA[<font size="4"><span style="color: rgb(51, 102, 255);">点击可查看大图</span></font><br /><a target="_blank" href="http://photo7.yupoo.com/20070407/153634_1161294678_lbzznumj.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153634_1161294678.jpg" alt="2020D5~1|lolbus.com" /></a><!--more--><a target="_blank" href="http://photo7.yupoo.com/20070407/153629_875103807_lezbvknb.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153629_875103807.jpg" alt="200610~4|lolbus.com" /></a><a target="_blank" href="http://photo7.yupoo.com/20070407/153619_2040335315_hkajfind.jpg" rel="lightbox[plants]"><img src="http://photo7.yupoo.com/20070407/153619_2040335315.jpg" alt="200610~3|lolbus.com" /></a>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-515.html</link>
	<title><![CDATA[一些包饺子的资料]]></title>
	<author>chill</author>
	<category><![CDATA[美食料理]]></category>
	<pubDate>2007-04-05 18:25</pubDate>
	<guid>http://www.eway.org.ru/read-515.html</guid>	
	<description><![CDATA[包饺子分和面、拌馅儿、擀皮儿、捏、煮和吃几个歩骤。<br /><br />　　１、和面：包饺子的面要软，面和硬了，擀皮儿费劲。多少面粉放多少水，要凭经验<br />，试几次就知道了。面和好以后，放在那儿醒一段时间，好擀。要是醒过半天还硬，就不<br />能包饺了。<br /><br />　　２、拌馅儿：饺子好吃与否，拌馅儿是关键。猪肉馅、羊肉馅都好吃，牛肉馅也可能<br />吃。浄是肉馅也不好吃，还得有青菜。您要是喜欢那种一咬一口油的饺子，那就多来点儿<br />肉；要是不爱吃肉呢，就少来点儿。这菜嘛，可以用白菜、韭菜、扁豆、萝卜、胡萝卜、<br />西葫芦、黄瓜、茄子，冬瓜，西红柿，什么都行，各有各的味道。<br /><!--more--><br />　　把肉馅儿倒进一个容器，打进一两个鷄蛋，然后三双筷子并一块儿攥在手里朝一个方<br />向用力搅。顺时针、逆时针都成，就是得保持一个方向。鷄蛋的作用不光是提味儿，还有<br />就是等煮熟的时候，鷄蛋能保证饺子馅凝成团儿，万一皮儿破了，不至于漏得满锅都是馅<br />儿。市场上买来的肉馅都是颗粒状的，拿筷子用力搅的目的是把肉粒打碎。等到肉馅能随<br />筷子的搅动抽出丝来，就可以了。这时把葱姜切细剁碎，放进去一起搅。如果有虾仁，剁<br />碎了加进去，不用多，就借点儿味儿。再就是要倒进料酒、醤油和麻油。麻油多放好吃，<br />但也不能太多了。若不用醤]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-517.html</link>
	<title><![CDATA[使用 Yupoo Flickr Bababian 相册的 blog it 功能]]></title>
	<author>chill</author>
	<category><![CDATA[F2blog]]></category>
	<pubDate>2007-04-04 16:32</pubDate>
	<guid>http://www.eway.org.ru/read-517.html</guid>	
	<description><![CDATA[<p>现在网络的相册越来越多功能越来越强，这里简单介绍在 <a href="http://www.f2blog.com" target="_blank" title="http://www.f2blog.com" class="KeyWordStyle">F2blog<img src="http://www.eway.org.ru/images/f2.gif" border="0" alt=""/></a> 里面使用当下最流行的 Flickr 相册的 blog this 功能，鉴于 Yupoo Bababian 这两个几乎是 Flickr 的内地翻版，我这里就直接取用在 Yupoo 里的操作的截图来做示范。</p><p>1.首先进入 http://yourID.yupoo.com/blogs/&nbsp; 配置新的BLOG<br /> blog 服务类型里面务必选择&nbsp; MetaWeblogAPI ，如果是 bababian 可以直接选择 F2blog。<br /><img src="http://farm1.static.flickr.com/246/447326119_4eef221189_o.jpg" alt="配置新blog" width="343" height="104" /><!--more--><br /> 2.输入API地址接口，F2blog 的这个地址是 http://yourdomain.xxx/xmlrpc.php<br /> 参见截图：<br /><img src="http://farm1.static.flickr.com/181/447326123_9156cebe3b_o.jpg" alt="API地址" width="575" height="237" /><br /> 3.输入你 blog 的帐号和密码：<br /><img src="http://farm1.static.flickr.com/175/447326135_dcb118ef61_o.jpg" alt="ID_password" width="415" height="267" /><br /> 4.之后会让你选择一个日志模板，如果不修改会用默认的，保存以后就可以在它的 blog 列表里面看见你新添加的这个 blog 了，以后想要对此设置修改就用这里提供的几个选项<br /><img src="http://farm1.static.flickr.com/226/447326125_3fe4ac7fe1_o.jpg" alt="list" width="537" height="167" /><br /> 5.这个就是用其默认模板发到我blog上的测试日志<br /><img src="http://farm1.static.flickr.com/224/447326131_693b31896b_o.jpg" alt="test post" width="489" height="402" /><br /><br /> 到这里已经设置完成了，以后可以在看图的时候直接用 blog this 发布到自己的blog上了。<br /> 虽然是</p>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-511.html</link>
	<title><![CDATA[如何制作辣椒酱辣椒油]]></title>
	<author>chill</author>
	<category><![CDATA[美食料理]]></category>
	<pubDate>2007-03-05 00:16</pubDate>
	<guid>http://www.eway.org.ru/read-511.html</guid>	
	<description><![CDATA[&nbsp;&nbsp; 突然很想吃辣椒酱，很想自己尝试做做，网上搜索到很多做法，先收集过来慢慢研究。<br /><br />● 在我初中以前，家人都会让我们姐弟帮着妈妈做的，下面是大致过程：<br /> 红色辣椒剪去蒂，倒入清水中，洗干净晒干，倒入电动剁椒机剁碎（我们那时可用菜刀在大木盆里一刀一刀剁出来的，呵呵，手会辣好几天），加盐混匀，估计有十 比一的样子，装入泡菜坛（平时注意水封的），半个月可用了吧。另外在辣椒里面还可加入花椒、五香粉、豆鼓等，其味道就更好了，就看你的口味了。<br /><br />● 干辣椒1斤，洗净，控干水分，炒干。<br />花生豆1斤，炒熟。<br /> 花椒1两，食盐3~4两。<br /> 味精若干。<br /> 混合一块，用山东人捣蒜的石头家伙捣碎，手摇式绞肉机也不错。<br /> 炒锅里加1斤左右植物油，7成热时，翻炒几分钟即可。注意火候，炒煳了颜色太难看。<br /><!--more--><br />●  也可以上述配料，先进行腌渍，少加水，适量加盐，盐末涂抹在配料上。<br /> 沥干水分，乱刀剁碎，控干水分。<br /> 油炸，炸透即可。<br /> 炸辣椒的油，可用于拌凉菜。<br /><br />●  原料：辣椒面半两、生花生20颗、姜蒜少许、白芝麻少许、盐、鸡精 <br /> 制作方式：<br />1、将花生、姜、蒜切成末待用。 <br /> 2、将辣椒面及切好的姜、蒜及芝麻用一小碗盛好待用。 <br />]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-514.html</link>
	<title><![CDATA[两个不错的折纸网站]]></title>
	<author>chill</author>
	<category><![CDATA[实用信息]]></category>
	<pubDate>2007-02-18 14:24</pubDate>
	<guid>http://www.eway.org.ru/read-514.html</guid>	
	<description><![CDATA[<a href="http://www.zhezhi.net/ ">http://www.zhezhi.net/ </a><br />这个网站除了普通的图文折纸教程，还有一些日韩的 flash 教程，很直观。<br /><a href="http://www.zwmao.com/zhezhi/">http://www.zwmao.com/zhezhi/</a><br />这里除了折纸以外还有一些其他手工艺教程]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-513.html</link>
	<title><![CDATA[web 2.0 流行配色]]></title>
	<author>chill</author>
	<category><![CDATA[HTML|CSS|XML]]></category>
	<pubDate>2007-02-18 13:00</pubDate>
	<guid>http://www.eway.org.ru/read-513.html</guid>	
	<description><![CDATA[<style type="text/css"><!--
h3 {font-weight:normal;font-size:1.6em;margin:16px 0px 0px 0px;}
--></style><h3>Neutrals</h3><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(238, 238, 238) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Shiny silver <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#EEEEEE]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(255, 255, 255) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Reddit white <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#FFFFFF]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(249, 247, 237) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Magnolia Mag.nolia <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#F9F7ED]</span></div><br /><!--more--><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(255, 255, 136) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Interactive action yellow <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#FFFF88]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(205, 235, 139) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Qoop Mint <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#CDEB8B]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(195, 217, 255) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Gmail blue <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#C3D9FF]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(54, 57, 61) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Shadows Grey <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#36393D]</span></div><br /><br /><h3>Bold</h3><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(255, 26, 0) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Mozilla Red <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#FF1A00]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(204, 0, 0) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Rollyo Red <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#CC0000]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(255, 116, 0) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
RSS Orange <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#FF7400]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(0, 140, 0) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Techcrunch green <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#008C00]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(0, 110, 46) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Newsvine Green <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#006E2E]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(64, 150, 238) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Flock Blue <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#4096EE]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(255, 0, 132) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Flickr Pink <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#FF0084]</span></div><br /><h3>Muted</h3><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(176, 43, 44) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Ruby on Rails Red <span style="font-size: 0.6em; color: rgb(136, 136, 136);">[#B02B2C]</span></div><br /><div style="margin: 8px 0px; font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1.6em; line-height: normal; font-size-adjust: none; font-stretch: normal;"><div style="border: 1px solid rgb(68, 68, 68); background: rgb(209, 86, 0) none repeat scroll 0% 50%; width: 32px; height: 32px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: left; margin-right: 16px;">&nbsp;</div>
Etsy Ver</div>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-512.html</link>
	<title><![CDATA[几款在线 css编辑工具]]></title>
	<author>chill</author>
	<category><![CDATA[HTML|CSS|XML]]></category>
	<pubDate>2007-02-16 21:57</pubDate>
	<guid>http://www.eway.org.ru/read-512.html</guid>	
	<description><![CDATA[<p><a target="_blank" href="http://www.rexsong.com/blog/http://www.eway.org.ru/attachments/200601/cssdesigner.htm">QrONE CSS Designer</a> - 在线CSS编辑器，推荐首选，所见即所得，在线编辑，直接观看效果，比起DW都更方便。(原作者是<a target="_blank" href="http://www.qrone.org/">J.Tabuchi</a>)</p><p><a target="_blank" href="http://typetester.maratz.com/">TypeTester</a> &nbsp;是文字样式CSS在线对比工具。&nbsp;</p><p><a target="_blank" href="http://www.cssoptimiser.com/">Online CSS Optimizer</a> 是一个CSS的在线优化工具，可以减少CSS文件的冗余代码，缩小文件体积。</p><p><a target="_blank" href="http://cssoptimize.com/">CSS整形和最佳化工具</a>&nbsp;也是一款CSS的优化工具，但必须确保源码符合规范，规范检验可以用以下的W3C检验服务。</p><p><a target="_blank" href="http://jigsaw.w3.org/css-validator/">W3C CSS 校验服务</a>&nbsp;提供万维网协会(W3C)样式表(CSS)校验服务。</p><p><a target="_blank" href="http://browsershots.org/">Browsershots</a>&nbsp;可以查看同一个网页在不同浏览器下的展示效果。</p>]]></description>
</item>
<item>
	<link>http://www.eway.org.ru/read-510.html</link>
	<title><![CDATA[F2blog v1.1 beta 2007.02.01 新特性---日志側欄內容定制]]></title>
	<author>chill</author>
	<category><![CDATA[F2blog]]></category>
	<pubDate>2007-02-11 22:00</pubDate>
	<guid>http://www.eway.org.ru/read-510.html</guid>	
	<description><![CDATA[<a href="http://www.f2blog.com" target="_blank" title="http://www.f2blog.com" class="KeyWordStyle">F2blog<img src="http://www.eway.org.ru/images/f2.gif" border="0" alt=""/></a> 2007.02.01 加入了日志頁面側欄可定制的新特性，可以讓訪客在訪問日志的時候關閉掉那些僅需在首頁展示的側欄內容！<br /> 這樣做的好處是，可以消減日志正文和側藍長度不同給人們帶來的不協調感，同時也加快了日志頁面的打開速度。<br /> 你可以進入 后臺 ----&gt; 界面模組 ----&gt; 模塊設置 去定制你的側欄內容！<!--more--><br /> 第一步<br />后臺模塊設置截圖一<br /><a rel="lightbox" href="http://forum.f2blog.com/attachment.php?aid=2232&amp;noupdate=yes"><img width="460" border="0" alt="" onmousewheel="return imgzoom(this);" onmouseover="if(this.resized) this.style.cursor=&#39;hand&#39;;" onload="if(this.width&gt;screen.width*0.45) {this.resized=true; this.width=screen.width*0.45; this.alt=&#39;点击在新窗口查看全图\nCTRL+鼠标滚轮放大或缩小&#39;;}" src="http://forum.f2blog.com/http://www.eway.org.ru/attachments/forumid_41/4_bxpm33jBPXSp.jpg" style="" /></a><br /> 第二步<br />后臺模塊設置截圖二<br /><a rel="lightbox" href="http://forum.f2blog.com/attachment.php?aid=2233&amp;noupdate=yes"><img border="0" alt="" onmousewheel="return imgzoom(this);" onmouseover="if(this.resized) this.style.cursor=&#39;hand&#39;;" onload="if(this.width&gt;screen.width*0.45) {this.resized=true; this.width=screen.width*0.45; this.alt=&#39;点击在新窗口查看全图\nCTRL+鼠标滚轮放大或缩小&#39;;}" src="http://forum.f2blog.com/http://www.eway.org.ru/attachments/forumid_41/5_11HaGgAfCI4G.jpg" /></a><br /><br />下面兩張圖分別是首頁和日志頁面的截圖，為了看的更清楚，截圖時我故意收起了側欄，大家可以對比兩張圖片中側欄欄目的數量。<br /> 首頁效果<br /><a rel="lightbox" href="http://forum.f2blog.com/attachment.php?aid=2234&amp;noupdate=yes"><img width="460" border="0" alt="" onmousewheel="return imgzoom(this);" onmouseover="if(this.resized) this.style.cursor=&#39;hand&#39;;" onload="if(this.width&gt;screen.width*0.45) {this.resized=true; this.width=screen.width*0.45; this.alt=&#39;点击在新窗口查看全图\nCTRL+鼠标滚轮放大或缩小&#39;;}" src="http://forum.f2blog.com/http://www.eway.org.ru/attachments/forumid_41/6_nOfYbCneCUSh.jpg" style="" /></a><br />日志頁面效果<br /><a rel="lightbox" href="http://forum.f2blog.com/attachment.php?aid=2235&amp;noupdate=yes"><img width="460" border="0" alt="点击在新窗口查看全图
CTRL+鼠标滚轮放大或缩小" onmousewheel="return imgzoom(this);" onmouseover="if(this.resized) this.style.cursor=&#39;hand&#39;;" onload="if(this.width&gt;screen.width*0.45) {this.resized=true; this.width=screen.width*0.45; this.alt=&#39;点击在新窗口查看全图\nCTRL+鼠标滚轮放大或缩小&#39;;}" src="http://forum.f2blog.com/http://www.eway.org.ru/attachments/forumid_41/7_GwokbF6giYqw.jpg" /></a>]]></description>
</item>
</channel>
</rss>