<?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"
	>

<channel>
	<title>5ive™.blog</title>
	<atom:link href="http://www.5ive.info/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5ive.info/blog</link>
	<description>ActionScriptを中心としたWeb全般プログラムのメモサイトです。</description>
	<pubDate>Thu, 16 Oct 2008 00:34:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>ja</language>
			<item>
		<title>福岡でFlasherの集まりないの？</title>
		<link>http://www.5ive.info/blog/archives/234</link>
		<comments>http://www.5ive.info/blog/archives/234#comments</comments>
		<pubDate>Thu, 16 Oct 2008 00:34:12 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[memo]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=234</guid>
		<description><![CDATA[別にFlashに限定しなくてもいいんだけど、Webの人達ってどこに集まってるんだろうか。勉強会とかあるなら参加したいのに。mixiやってないと無理ですかね。関西ではProgressionの3都物語があるみたいだし。
]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/234/feed</wfw:commentRss>
		</item>
		<item>
		<title>ロゴのレギュレーションブックが届いた</title>
		<link>http://www.5ive.info/blog/archives/228</link>
		<comments>http://www.5ive.info/blog/archives/228#comments</comments>
		<pubDate>Fri, 10 Oct 2008 02:20:01 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[memo]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=228</guid>
		<description><![CDATA[
yu-kiくんからレギュレーションブックが届きました。名刺が出来上がった時もそうだったけど、やっぱ紙で見ると雰囲気が全然違って、モニターで見るよりもこっちの方が好きだな。最後まで丁寧に作ってくれてありがとうー。
]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/228/feed</wfw:commentRss>
		</item>
		<item>
		<title>TextFieldにフォーカスイベントを実装するには</title>
		<link>http://www.5ive.info/blog/archives/214</link>
		<comments>http://www.5ive.info/blog/archives/214#comments</comments>
		<pubDate>Tue, 07 Oct 2008 02:35:02 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=214</guid>
		<description><![CDATA[
テキストボックスにフォーカスが合った時のイベントの取り方。TextEventではなく、FocusEventを使うと実装できる。もっと早く理解できてたら良かったのに。
ACTIONSCRIPT:

txt.addEventListener&#40;FocusEvent.FOCUS_IN, focusInHandler&#41;;
txt.addEventListener&#40;FocusEvent.FOCUS_OUT, focusOutHandler&#41;;
var guide:String = "please input your name";
var fmt:TextFormat = new TextFormat&#40;&#41;;
fmt.color = 0xDDDDDD;
txt.text = guide;
txt.setTextFormat&#40;fmt&#41;;

//-----[フォーカスイン]
function focusInHandler&#40;e:FocusEvent&#41;:void
&#123;
&#160; &#160; if&#40;txt.text == guide&#41;
&#160; &#160; &#123;
&#160; &#160; &#160; &#160; txt.text = "";
&#160; &#160; &#125;
&#125;
//-----[フォーカスアウト]
function focusOutHandler&#40;e:FocusEvent&#41;:void
&#123;
&#160; &#160; if&#40;txt.text == ""&#41;
&#160; &#160; &#123;
&#160; &#160; &#160; &#160; txt.text = guide;
&#160; &#160; &#160; &#160; txt.setTextFormat&#40;fmt&#41;;
&#160; &#160; &#125;
&#125;



]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/214/feed</wfw:commentRss>
		</item>
		<item>
		<title>KONICAMINOLTA / bizhub ONE!</title>
		<link>http://www.5ive.info/blog/archives/176</link>
		<comments>http://www.5ive.info/blog/archives/176#comments</comments>
		<pubDate>Fri, 03 Oct 2008 00:59:40 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=176</guid>
		<description><![CDATA[


コニカミノルタbizhub ONE!のFlashを担当しました。ネット検山崩しというゲームコンテンツです。内容はコンピュータの言葉とうまく掛け合わせながらラスト1枚の賞状を獲得するゲームです。Flashの仕組として [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/176/feed</wfw:commentRss>
		</item>
		<item>
		<title>5ive / 5ive VI Project</title>
		<link>http://www.5ive.info/blog/archives/155</link>
		<comments>http://www.5ive.info/blog/archives/155#comments</comments>
		<pubDate>Wed, 01 Oct 2008 07:01:09 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=155</guid>
		<description><![CDATA[


5iveの新しいロゴに合わせてトップサイト、ブログ、名刺とすべてを刷新した。デザインはMetamosphereのユーキ君と一緒にやりとりしながら作ってもらった。ありがとう！すごく良いのができました！
もともとは個人 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/155/feed</wfw:commentRss>
		</item>
		<item>
		<title>福岡で1ヶ月が過ぎた</title>
		<link>http://www.5ive.info/blog/archives/152</link>
		<comments>http://www.5ive.info/blog/archives/152#comments</comments>
		<pubDate>Tue, 30 Sep 2008 05:32:16 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[memo]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=152</guid>
		<description><![CDATA[8月末からものすごいバタバタしてて、気がついたら9月も終了。仕事やプライベートワーク、個人的な諸事情が重なって体重も6kgくらい落ちた。この1ヶ月でやらなきゃいけない事がほぼ消化できて、10月からまた新しい取り組みが始ま [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/152/feed</wfw:commentRss>
		</item>
		<item>
		<title>バイバイ東京、また来てやんよ。</title>
		<link>http://www.5ive.info/blog/archives/142</link>
		<comments>http://www.5ive.info/blog/archives/142#comments</comments>
		<pubDate>Sun, 24 Aug 2008 02:35:29 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[memo]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=142</guid>
		<description><![CDATA[
今日、東京から旅立つ。2年間という短い時間だったけど、得たものはものすごく大きくなった。東京という土地だからこそ出会えた人達。本当にありがとうございました。本当に勉強させていただきました。
福岡に戻ってもWeb制作に携 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/142/feed</wfw:commentRss>
		</item>
		<item>
		<title>第2回卓球大会</title>
		<link>http://www.5ive.info/blog/archives/131</link>
		<comments>http://www.5ive.info/blog/archives/131#comments</comments>
		<pubDate>Mon, 11 Aug 2008 03:44:01 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[memo]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=131</guid>
		<description><![CDATA[
先週の金曜に卓球を開催。総勢30名を超える参加があり、21：00スタートから翌朝の5:00まで延々とやり続けました。お忙しい中参加頂いた皆さん、ありがとうございました。前半はゆるりと練習モードだったけど、後半からはトー [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/131/feed</wfw:commentRss>
		</item>
		<item>
		<title>MTL新オフィスパーティに行ってきた</title>
		<link>http://www.5ive.info/blog/archives/120</link>
		<comments>http://www.5ive.info/blog/archives/120#comments</comments>
		<pubDate>Mon, 28 Jul 2008 15:13:56 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[memo]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=120</guid>
		<description><![CDATA[
先週の金曜にメディアテクノロジーラボさんの新オフィスウォーミングパーティに行ってきた。trick7のteraさんに招待して頂き、ありがとうございました。キレイなオフィスで羨ましいです。最近はFlasherな集まりによく [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/120/feed</wfw:commentRss>
		</item>
		<item>
		<title>ごはんとFlash2杯目に行ってきた</title>
		<link>http://www.5ive.info/blog/archives/111</link>
		<comments>http://www.5ive.info/blog/archives/111#comments</comments>
		<pubDate>Mon, 21 Jul 2008 15:38:17 +0000</pubDate>
		<dc:creator>simo</dc:creator>
		
		<category><![CDATA[memo]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=111</guid>
		<description><![CDATA[
ごはんとFlash2杯目に行ってきた。海の家で潮風を浴びながらの野外イベント。今回はスケジュール管理が割りと堅めでトーク中に自由に動ける雰囲気ではなかった。それでも総勢70名を超える参加者の多さは圧巻。普段ブログでお世 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/111/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
