<?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>hoshiyuki.com &#187; java script</title>
	<atom:link href="http://hoshiyuki.com/archives/category/java-script/feed" rel="self" type="application/rss+xml" />
	<link>http://hoshiyuki.com</link>
	<description>a portfolio of Yuki Hoshi</description>
	<lastBuildDate>Tue, 14 Jul 2009 09:37:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Photoshop Tutorial (making a floater)</title>
		<link>http://hoshiyuki.com/archives/44</link>
		<comments>http://hoshiyuki.com/archives/44#comments</comments>
		<pubDate>Mon, 05 May 2008 09:33:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutotial]]></category>
		<category><![CDATA[java script]]></category>

		<guid isPermaLink="false">http://hoshiyuki.com/?p=44</guid>
		<description><![CDATA[
Today, I&#8217;ll tell you how to make a floater in photoshop.
Actuallly, my first langage is not English. So, my tutrial might be obscure. But I want to try for practice&#8230;
If you feel this is too difficult, don&#8217;t worry because you can download the instructions (PSD file) at the end of my article.

We can find  [...]]]></description>
		<wfw:commentRss>http://hoshiyuki.com/archives/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flickerからの写真サムネイルを表示</title>
		<link>http://hoshiyuki.com/archives/16</link>
		<comments>http://hoshiyuki.com/archives/16#comments</comments>
		<pubDate>Mon, 14 Jan 2008 09:46:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[java script]]></category>

		<guid isPermaLink="false">http://hoshiyuki.com/archives/5</guid>
		<description><![CDATA[サイドバーにflickerから写真のサムネイルが表示されるようになりました。
以下方法をまとめてみます。

まずhttp://eightface.com/からflickerRSSをDLします。
次にflickerrss.phpをwp-content/pluginディレクトリに入れ、管理画面のプラグインからflickerRSSを有効にします。
ここから、ファイルを直接編集していきます。
&#60;?php get_flickrRSS(); ?&#62;を表示したい場所に入れ
パラメーターに
1. $num_items &#8211; 何枚表示するか
2. $type &#8211; user,かpublicかgroupを指定する
3. $tags &#8211; カンマで分けられたタグのリスト（スペースはダメ）
4. $imagesize &#8211; 表示する写真のサイズをsquare、thambnail、mdium、large から選ぶ
5. $before &#8211; 写真の前に出力するhtmlタグ
6. $after &#8211; 写真の後ろに出力するhtmlタグ
7. $userid &#8211; ユーザIDかグループ名(flickerの Your photosページでのURのhttp://www.flickr.com/photos/以下の文字)
をそれぞれ入力していきます。
まとめるとこんな感じになります。
&#60;?php get_flickrrss(&#8221;2&#8243;,&#8221;user&#8221;,&#8221;",&#8221;square&#8221;,&#8221;&#60;li&#62;&#8221;,&#8221;&#60;/li&#62;&#8221;,&#8221;ここには自分のID&#8221;);?&#62;
以上で完了です。
あと、ここまで説明してあれですけど、直接ファイルをいじらなくても、各種設定からそれぞれのパラメーターは指定出来ます。
]]></description>
		<wfw:commentRss>http://hoshiyuki.com/archives/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
