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

<channel>
	<title>学好吧 &#187; 相册</title>
	<atom:link href="http://xuehao8.org.ru/tag/%e7%9b%b8%e5%86%8c/feed" rel="self" type="application/rss+xml" />
	<link>http://xuehao8.org.ru</link>
	<description>看看这奇妙多彩的世界！</description>
	<lastBuildDate>Wed, 08 Sep 2010 05:15:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>图片本地化代码及支持多格式图片缩略的phpThumb</title>
		<link>http://xuehao8.org.ru/2010/05/image-localization-code-and-support-multi-format-image-thumbnail-phpthumb.html</link>
		<comments>http://xuehao8.org.ru/2010/05/image-localization-code-and-support-multi-format-image-thumbnail-phpthumb.html#comments</comments>
		<pubDate>Mon, 17 May 2010 19:47:02 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[相册]]></category>
		<category><![CDATA[缩略图]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=432</guid>
		<description><![CDATA[<p>首先说下从WP主题Swift中提取的图片本地化代码：
原来Swift中下载远程图片时，会将任何格式的图片都保存成jpg格式，这导致了接下来timthumb读取这些jpg图片时会出错。所以，我简单添加了识别图片扩展名的功能，这样保存的图片就和原图一样了。当然这还不完美，因为远程图片的扩展名可能本身并不同于其格式，导致虽然保存</p>]]></description>
			<content:encoded><![CDATA[<p>首先说下从WP主题Swift中提取的图片本地化代码：
[codesyntax lang="php"]
function image_domain($image_url){
$url_1=get_bloginfo('url');
$url_2=$image_url;
$url_stuff1 = parse_url($url_1);
$url_stuff2 = parse_url($url_2);
if($url_stuff1['host']==$url_stuff2['host'])
return 1;
else
return 0;
}

functi</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2010/05/image-localization-code-and-support-multi-format-image-thumbnail-phpthumb.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress flickr manager 与WP 2.8 兼容问题的解决</title>
		<link>http://xuehao8.org.ru/2009/10/wordpress-flickr-manager-with-wp-2-8-compatible-solution-to-the-problem.html</link>
		<comments>http://xuehao8.org.ru/2009/10/wordpress-flickr-manager-with-wp-2-8-compatible-solution-to-the-problem.html#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:37:41 +0000</pubDate>
		<dc:creator>冷焰心</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[相册]]></category>

		<guid isPermaLink="false">http://xuehao8.org.ru/?p=296</guid>
		<description><![CDATA[<p>不少人为了节约自己珍贵的服务器空间，往往选择将博客所需的图片上传到www.flickr.com，然后再外链到自己的博客中。
可是，不停的在www.flickr.com与自己博客直接切换，拷贝外链地址，再粘贴到文章中却很劳神费力。
幸好国外已经有强人编写了专用于WordPress的flickr API插件，使一切flickr照片的上传、查看、插入文章都</p>]]></description>
			<content:encoded><![CDATA[<p>不少人为了节约自己珍贵的服务器空间，往往选择将博客所需的图片上传到www.flickr.com，然后再外链到自己的博客中。
可是，不停的在www.flickr.com与自己博客直接切换，拷贝外链地址，再粘贴到文章中却很劳神费力。
幸好国外已经有强人编写了专用于WordPress的flickr API插件，使一切flickr照片的上传、查看、插入文章都</p>]]></content:encoded>
			<wfw:commentRss>http://xuehao8.org.ru/2009/10/wordpress-flickr-manager-with-wp-2-8-compatible-solution-to-the-problem.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
