<?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>しるふのーと</title>
	<atom:link href="http://www.r-sylph.com/note/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.r-sylph.com/note</link>
	<description>r-sylphが好き勝手に文字を書き、画像を貼り付ける場所。</description>
	<lastBuildDate>Thu, 15 Mar 2012 20:00:16 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SWF貼り付けテスト</title>
		<link>http://www.r-sylph.com/note/2011/05/08/swf%e8%b2%bc%e3%82%8a%e4%bb%98%e3%81%91%e3%83%86%e3%82%b9%e3%83%88-2/</link>
		<comments>http://www.r-sylph.com/note/2011/05/08/swf%e8%b2%bc%e3%82%8a%e4%bb%98%e3%81%91%e3%83%86%e3%82%b9%e3%83%88-2/#comments</comments>
		<pubDate>Sun, 08 May 2011 00:19:01 +0000</pubDate>
		<dc:creator>r-sylph</dc:creator>
				<category><![CDATA[ウェブ]]></category>
		<category><![CDATA[動画]]></category>

		<guid isPermaLink="false">http://www.r-sylph.com/note/?p=65</guid>
		<description><![CDATA[RO・レンジャーでLAD狩り中の動画。 グラボのドライバを更新したら、動画撮影時の負荷が劇的に解消されたのでテスト。 StageVideo使ってるとはいえ、動画のエンコード設定の関係で、 PCスペックが高くないと再生負荷が厳しいかもしれない。 【テスト動画】※画像クリックで再生 割と動きが速いけど特に大きなフレーム落ちも無く綺麗に撮れている気がする。 ブログ記事の幅の関係で、動画自体は800*450なのに縮小表示しなければならない。 WordPressで、LightBox風にSWFを表示できる良さそうなプラグインがあればそっち使いたい。 【追記】Shadowboxを使ってみた]]></description>
			<content:encoded><![CDATA[<p>RO・レンジャーでLAD狩り中の動画。<br />
グラボのドライバを更新したら、動画撮影時の負荷が劇的に解消されたのでテスト。</p>
<p>StageVideo使ってるとはいえ、動画のエンコード設定の関係で、<br />
PCスペックが高くないと再生負荷が厳しいかもしれない。</p>
<p>【テスト動画】※画像クリックで再生<br />
<a href="http://r-sylph.com/swf/movie_player.swf?fileURL=http://www.r-sylph.com/note/wp-content/uploads/2011/05/test1.mp4&#038;isAutoPlay=1" rel="shadowbox; width=800; height=450;" title="テスト動画"><img src="http://www.r-sylph.com/note/wp-content/uploads/2011/05/ss.png" alt="テスト動画" title="テスト動画" width="400" height="225" class="alignnone size-full wp-image-95" /></a></p>
<p>割と動きが速いけど特に大きなフレーム落ちも無く綺麗に撮れている気がする。</p>
<p>ブログ記事の幅の関係で、動画自体は800*450なのに縮小表示しなければならない。<br />
WordPressで、LightBox風にSWFを表示できる良さそうなプラグインがあればそっち使いたい。</p>
<p>【追記】Shadowboxを使ってみた</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r-sylph.com/note/2011/05/08/swf%e8%b2%bc%e3%82%8a%e4%bb%98%e3%81%91%e3%83%86%e3%82%b9%e3%83%88-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>画像の投稿テスト</title>
		<link>http://www.r-sylph.com/note/2011/02/19/%e7%94%bb%e5%83%8f%e3%81%ae%e6%8a%95%e7%a8%bf%e3%83%86%e3%82%b9%e3%83%88/</link>
		<comments>http://www.r-sylph.com/note/2011/02/19/%e7%94%bb%e5%83%8f%e3%81%ae%e6%8a%95%e7%a8%bf%e3%83%86%e3%82%b9%e3%83%88/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 14:56:55 +0000</pubDate>
		<dc:creator>r-sylph</dc:creator>
				<category><![CDATA[イラスト]]></category>
		<category><![CDATA[ウェブ]]></category>

		<guid isPermaLink="false">http://www.r-sylph.com/note/?p=17</guid>
		<description><![CDATA[WordPress で画像を投稿しようとするとエラーが出た。 しかしどうにか解決した。 CoreServerの設定のせいだった。 async-upload.php を php としてではなく cgi として動かせば良いらしい。 &#60;files async-upload.php&#62; AddHandler application/x-httpd-phpcgi .php &#60;/files&#62; パーミッション設定の追加で、 こんな感じの .htaccess を生成して wp-admin に配置して動作を確認。 後でデザイン用に CSS をいじったり画像用意したりしないとなあ。]]></description>
			<content:encoded><![CDATA[<p>WordPress で画像を投稿しようとするとエラーが出た。<br />
しかしどうにか解決した。</p>
<p><img src="http://www.r-sylph.com/note/wp-content/uploads/2011/02/20110219_room.png" alt="" title="20110219_room" width="500" height="500" class="alignnone size-full wp-image-18" /></p>
<p>CoreServerの設定のせいだった。<br />
async-upload.php を php としてではなく cgi として動かせば良いらしい。</p>
<p><code>&lt;files async-upload.php&gt;<br />
AddHandler application/x-httpd-phpcgi .php<br />
&lt;/files&gt;<br />
</code></p>
<p>パーミッション設定の追加で、<br />
こんな感じの .htaccess を生成して wp-admin に配置して動作を確認。</p>
<p>後でデザイン用に CSS をいじったり画像用意したりしないとなあ。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r-sylph.com/note/2011/02/19/%e7%94%bb%e5%83%8f%e3%81%ae%e6%8a%95%e7%a8%bf%e3%83%86%e3%82%b9%e3%83%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>記事の投稿テスト</title>
		<link>http://www.r-sylph.com/note/2011/02/19/%e8%a8%98%e4%ba%8b%e3%81%ae%e6%8a%95%e7%a8%bf%e3%83%86%e3%82%b9%e3%83%88/</link>
		<comments>http://www.r-sylph.com/note/2011/02/19/%e8%a8%98%e4%ba%8b%e3%81%ae%e6%8a%95%e7%a8%bf%e3%83%86%e3%82%b9%e3%83%88/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 14:00:47 +0000</pubDate>
		<dc:creator>r-sylph</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://www.r-sylph.com/note/?p=5</guid>
		<description><![CDATA[(・∀・) (´･ω･｀) (`・ω・´) (´◉ω◉) ( ﾟдﾟ )]]></description>
			<content:encoded><![CDATA[<p>(・∀・)</p>
<p>(´･ω･｀)</p>
<p>(`・ω・´)</p>
<p>(´◉ω◉)</p>
<p>( ﾟдﾟ )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r-sylph.com/note/2011/02/19/%e8%a8%98%e4%ba%8b%e3%81%ae%e6%8a%95%e7%a8%bf%e3%83%86%e3%82%b9%e3%83%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

