<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>アタシッテ</title>
	<atom:link href="http://kaokaori.com/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://kaokaori.com/wp</link>
	<description>WordPress研究中…ついでに、自分のメモ帳として…</description>
	<lastBuildDate>Sat, 13 Mar 2010 12:00:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/" />
		<item>
		<title>TeamViewer</title>
		<link>http://kaokaori.com/wp/?p=50</link>
		<comments>http://kaokaori.com/wp/?p=50#comments</comments>
		<pubDate>Mon, 08 Mar 2010 18:52:25 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[iphone app]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=50</guid>
		<description><![CDATA[超お手軽リモートアプリ。
PC間、PC-MAC間、PC-PC間でも通るのだけど、
iphoneで出来るってのが、時と場所を選ばないってとこで特に便利過ぎ。
ベッドにもぐりこんで、マシン動かせたりできちゃうんだ…
しかも、 [...]]]></description>
			<content:encoded><![CDATA[<p>超お手軽リモートアプリ。<br />
PC間、PC-MAC間、PC-PC間でも通るのだけど、<br />
iphoneで出来るってのが、時と場所を選ばないってとこで特に便利過ぎ。</p>
<p>ベッドにもぐりこんで、マシン動かせたりできちゃうんだ…</p>
<p>しかも、インストールも必要ないし、ものの数秒（iphoneアプリの立ち上がりが若干重く、数十秒かかるけど…）で、こともなげに繋がる。</p>
<p><a href="http://www.teamviewer.com/ja/download/Index.aspx">＊windows,Mac版　日本語ダウンロードサイトへ</a><br />
<a href="http://itunes.apple.com/jp/app/teamviewer/id357069581?mt=8">＊iphone版　apple内詳細ページへ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=50" />
	</item>
		<item>
		<title>ボタンの上のMovieClip（Flash/as3）</title>
		<link>http://kaokaori.com/wp/?p=49</link>
		<comments>http://kaokaori.com/wp/?p=49#comments</comments>
		<pubDate>Sat, 13 Feb 2010 20:10:36 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[actionscript3.0]]></category>
		<category><![CDATA[material]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=49</guid>
		<description><![CDATA[MCがのっかってる部分のボタンが効かないのは困る。
mouseEnabled
ex.
mc_name.mouseEnabled = false;
]]></description>
			<content:encoded><![CDATA[<p>MCがのっかってる部分のボタンが効かないのは困る。</p>
<p>mouseEnabled</p>
<p>ex.<br />
mc_name.mouseEnabled = false;</p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=49" />
	</item>
		<item>
		<title>MovieClipの深度…（Flash/as3）</title>
		<link>http://kaokaori.com/wp/?p=46</link>
		<comments>http://kaokaori.com/wp/?p=46#comments</comments>
		<pubDate>Sat, 13 Feb 2010 20:10:11 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[actionscript3.0]]></category>
		<category><![CDATA[material]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=46</guid>
		<description><![CDATA[setChildIndex
ex.
var loader:Loader= new Loader();
addChild(loader); //　表示
this.setChildIndex(loader, 0); //　最 [...]]]></description>
			<content:encoded><![CDATA[<p>setChildIndex</p>
<p>ex.<br />
var loader:Loader= new Loader();<br />
addChild(loader); //　表示<br />
this.setChildIndex(loader, 0); //　最背面へ（=0）</p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=46" />
	</item>
		<item>
		<title>XMLって便利…（Flash/as3）</title>
		<link>http://kaokaori.com/wp/?p=48</link>
		<comments>http://kaokaori.com/wp/?p=48#comments</comments>
		<pubDate>Sat, 13 Feb 2010 20:05:49 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[actionscript3.0]]></category>
		<category><![CDATA[material]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=48</guid>
		<description><![CDATA[シンプルにまとめてあってわかりやすい。
http://studio-ensyu.com/life-style/flash/as30/xml/
]]></description>
			<content:encoded><![CDATA[<p>シンプルにまとめてあってわかりやすい。<br />
<a href="http://studio-ensyu.com/life-style/flash/as30/xml/">http://studio-ensyu.com/life-style/flash/as30/xml/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=48" />
	</item>
		<item>
		<title>一通り読めば網羅できそぉ…（Flash/as3）</title>
		<link>http://kaokaori.com/wp/?p=47</link>
		<comments>http://kaokaori.com/wp/?p=47#comments</comments>
		<pubDate>Sat, 13 Feb 2010 19:58:00 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[actionscript3.0]]></category>
		<category><![CDATA[material]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=47</guid>
		<description><![CDATA[本家のリファレンスガイド。
他、素敵にまとめてあるサイトさんたち。
http://kozy.heteml.jp/pukiwiki/index.php?FrontPage
http://www40.atwiki.jp/sp [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://livedocs.adobe.com/flash/9.0_jp/ActionScriptLangRefV3/">本家のリファレンスガイド</a>。</p>
<p>他、素敵にまとめてあるサイトさんたち。<br />
<a href="http://kozy.heteml.jp/pukiwiki/index.php?FrontPage">http://kozy.heteml.jp/pukiwiki/index.php?FrontPage</a><br />
<a href="http://www40.atwiki.jp/spellbound/">http://www40.atwiki.jp/spellbound/</a><br />
<a href="http://gelsol.sub.jp/">http://gelsol.sub.jp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=47" />
	</item>
		<item>
		<title>Gradient CSS Generator</title>
		<link>http://kaokaori.com/wp/?p=45</link>
		<comments>http://kaokaori.com/wp/?p=45#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:32:42 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[material]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=45</guid>
		<description><![CDATA[クロスブラウザでcssを使ってグラデーション…
素敵に説明、さらにcss生成ツールまでご用意してくれてるサイト発見。
『Cyokodog :: Diary』（コッチでは、スクリプトの紹介が…）
→“Gradient CS [...]]]></description>
			<content:encoded><![CDATA[<p>クロスブラウザでcssを使ってグラデーション…<br />
素敵に説明、さらにcss生成ツールまでご用意してくれてるサイト発見。</p>
<p><a href="http://d.hatena.ne.jp/cyokodog/20080623/1214192211" target="_blank">『Cyokodog :: Diary』</a>（<a href="http://okyuu.com/ja/tips/3406" target="_blank">コッチ</a>では、スクリプトの紹介が…）<br />
→“<a href="http://d.hatena.ne.jp/cyokodog/20080623/1214192211" target="_blank">Gradient CSS Generator</a>”</p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=45" />
	</item>
		<item>
		<title>画像を大きく見せるといえば…（plugin）</title>
		<link>http://kaokaori.com/wp/?p=43</link>
		<comments>http://kaokaori.com/wp/?p=43#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:14:16 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[herramienta]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=43</guid>
		<description><![CDATA[もはや画像閲覧の定番的でなんだがいちお…“Lightbox 2”。
たとえば…



]]></description>
			<content:encoded><![CDATA[<p>もはや画像閲覧の定番的でなんだがいちお…“<a href="http://www.4mj.it/lightbox-js-v20-wordpress/" target="_blank"><strong>Lightbox 2</strong></a>”。<br />
たとえば…</p>
<p><a href="http://kaokaori.com/wp/wp-content/uploads/2010/02/P1070537.jpg" rel="lightbox[43]"><img src="http://kaokaori.com/wp/wp-content/uploads/2010/02/P1070537-150x150.jpg" title="蛇之口滝" width="150" height="150" class="aligncenter size-thumbnail wp-image-44" /></a></p>
<p><a href="http://kaokaori.com/wp/wp-content/uploads/2010/02/P1070537.jpg" rel="lightbox[43]"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=43" />
	</item>
		<item>
		<title>写真をありがとぉ…（plugin）</title>
		<link>http://kaokaori.com/wp/?p=42</link>
		<comments>http://kaokaori.com/wp/?p=42#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:04:23 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[herramienta]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=42</guid>
		<description><![CDATA[Flickrからお取り寄せな、“Photo Dropper”。
たとえば、こんな風に…（KeyWordは、「pig」）

 photo credit: JASON ANFINSEN
]]></description>
			<content:encoded><![CDATA[<p>Flickrからお取り寄せな、“<a href="http://www.photodropper.com/wordpress-plugin/" target="_blank"><strong>Photo Dropper</strong></a>”。<br />
たとえば、こんな風に…（KeyWordは、「pig」）</p>
<p><a title="piggies on the run, run piggies run run run away, jump over the wooden gate and run for your life!!!" href="http://www.flickr.com/photos/34025889@N00/4314431163/" target="_blank"><img src="http://farm5.static.flickr.com/4005/4314431163_eb8fa81def_m.jpg" border="0" alt="piggies on the run, run piggies run run run away, jump over the wooden gate and run for your life!!!" /></a><br />
<small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://kaokaori.com/wp/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="JASON ANFINSEN" href="http://www.flickr.com/photos/34025889@N00/4314431163/" target="_blank">JASON ANFINSEN</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=42" />
	</item>
		<item>
		<title>カテゴリーの順番自由自在（plugin）</title>
		<link>http://kaokaori.com/wp/?p=41</link>
		<comments>http://kaokaori.com/wp/?p=41#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:50:48 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[herramienta]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=41</guid>
		<description><![CDATA[カテゴリーの順番は、どぉやらアルファベット順？
諸々の事情により、変えたいときもある…で、便利なのが、“My Category Order”。
]]></description>
			<content:encoded><![CDATA[<p>カテゴリーの順番は、どぉやらアルファベット順？<br />
諸々の事情により、変えたいときもある…で、便利なのが、“<strong><a href="http://geekyweekly.com/mycategoryorder" target="_blank">My Category Order</a></strong>”。</p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=41" />
	</item>
		<item>
		<title>で、カスタムフィールドって何？（plugin）</title>
		<link>http://kaokaori.com/wp/?p=40</link>
		<comments>http://kaokaori.com/wp/?p=40#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:21:05 +0000</pubDate>
		<dc:creator>kaori</dc:creator>
				<category><![CDATA[herramienta]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://kaokaori.com/wp/?p=40</guid>
		<description><![CDATA[カスタムフィールドが使いやすくなるCustom Field GUI Utility 3。
]]></description>
			<content:encoded><![CDATA[<p>カスタムフィールドが使いやすくなる<strong><a href="http://www.tinybeans.net/blog/download/wp-plugin/cfg-utility-3.html" target="_blank">Custom Field GUI Utility 3</a></strong>。</p>
]]></content:encoded>
			<wfw:commentRss>http://kaokaori.com/wp/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://kaokaori.com/wp/?p=40" />
	</item>
	</channel>
</rss>

