<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Da苹果 &#187; 图片</title>
	<atom:link href="http://aionshops.com/blog/tag/%e5%9b%be%e7%89%87/feed" rel="self" type="application/rss+xml" />
	<link>http://aionshops.com</link>
	<description>工作的最高境界就是看着别人上班，领着别人的工资。</description>
	<lastBuildDate>Tue, 23 Mar 2010 14:57:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GetWebPics：轻松从指定的网页批量下载图片</title>
		<link>http://aionshops.com/blog/2009/06/29/287.html</link>
		<comments>http://aionshops.com/blog/2009/06/29/287.html#comments</comments>
		<pubDate>Mon, 29 Jun 2009 06:37:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络拾贝]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[图片]]></category>
		<category><![CDATA[批量]]></category>
		<category><![CDATA[网页]]></category>

		<guid isPermaLink="false">http://aionshops.com/?p=287</guid>
		<description><![CDATA[


 
GetWebPics 是一款图片下载管理软件。此应用程序允许你轻松从互联网下载图片、Flash、电影、数字照片、墙纸和图片库。它将帮助你收集整理自己的图片库。
内置图片浏览器、微缩图标浏览以及带转场效果的全屏幻灯浏览等将帮助你预览和管理图片（复制、打印、墙纸设置、Email传送等等）。你可以快速下载管理图片，只要简单地输入地址和图片库的首页。
智能页面分析器将遍历每个页面上的连接并下载需要的图片。下载有密码保护的图片库。 网上批量下载图片的软件很多，但个人认为这个是功能最丰富也是最强大的一款。

作者只是对软件进行了绿化处理，省去了安装软件的繁琐，双击注册表文件来注册，软件打开后依次选择tools→select language→简体中文，既可完成汉化。强烈推荐给图片爱好者使用。
GetWebPics 可以从指定网页下载影像文件，输入网址后，它便会开始搜寻网页中的图片文件，遇到大的图片文件也不用担心！因为它具有多线程下载的功能，也不用害怕下载到 您所不要的图片！因为它可以设定图片筛选条件，下载完的图片可以用内建的检视器来检视，支持 Windows 9x/Me/NT/2000/XP 操作系统。
点击下载：点击进入下载页面V2.7.2 绿色汉化特别版
]]></description>
		<wfw:commentRss>http://aionshops.com/blog/2009/06/29/287.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>如何在 Wordpress 评论贴图</title>
		<link>http://aionshops.com/blog/2009/06/28/263.html</link>
		<comments>http://aionshops.com/blog/2009/06/28/263.html#comments</comments>
		<pubDate>Sun, 28 Jun 2009 08:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[图片]]></category>
		<category><![CDATA[留言]]></category>

		<guid isPermaLink="false">http://aionshops.com/?p=263</guid>
		<description><![CDATA[


 在 Wordpress 评论的内容中，如果用 〈img src=&#8221;图片地址&#8221; /〉 的语法，将被 Wordpress 自带的过滤器删除，所以评论后看不到贴图。你可以利用类似 Quotmarks Replacer 阻止全角转换的方法阻止过滤器的运作，但对访客来说，输入语法是件不方便的事，万一输错了，还是要被过滤掉。所以最好是让访客直接输入&#8221;图片位址&#8221;就好。

实现让 Wordpress 在评论上贴图有三步骤：
〈1〉Wordpress 的评论不能用 〈img〉，我们就改用 [img]，所以先准备个转换字元的函式：
将下段放在 functions.php 中：
/*
Comment Image Embedder
*/
function embed_images($content) {
$content = preg_replace('/\[img=?\]*(.*?)(\[\/img)?\]/e', '"]]></description>
		<wfw:commentRss>http://aionshops.com/blog/2009/06/28/263.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
