<?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>Vancouverで活動中の沖縄人。flash Actionscript Blog構築 他プログラミング &#124; エンズクリエイティブスタヂオ</title>
	<atom:link href="http://www.ncreate.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ncreate.net</link>
	<description>バンクーバーで活動中の沖縄人。フリーランスのウェブデザイナー。Flash,Actionscript他</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:37:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL クエリーで文字形成</title>
		<link>http://www.ncreate.net/mysql/post708/</link>
		<comments>http://www.ncreate.net/mysql/post708/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:37:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=708</guid>
		<description><![CDATA[SELECT CategoryId as &#8216;ID&#8217;, CategoryName as &#8216;Name of Category&#8217;, concat(&#8217;more&#821 [...]]]></description>
			<content:encoded><![CDATA[<p>SELECT CategoryId as &#8216;ID&#8217;, CategoryName as &#8216;Name of Category&#8217;, concat(&#8217;<a href=\"details.php?id=' , CategoryId, '\">more</a>&#8216;) as &#8216;FirstName&#8217; FROM Categories</p>
<p>連続でメモのみのポスト。<br />
こういう使い方もできるんですねぇ</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/mysql/post708/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP エラー制御演算子</title>
		<link>http://www.ncreate.net/php/post705/</link>
		<comments>http://www.ncreate.net/php/post705/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:29:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=705</guid>
		<description><![CDATA[PHPのエラー制御に使えます
メモ
]]></description>
			<content:encoded><![CDATA[<p>PHPのエラー制御に使えます<br />
メモ</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/php/post705/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>外部ファイル読込み時の例外処理</title>
		<link>http://www.ncreate.net/flash/post703/</link>
		<comments>http://www.ncreate.net/flash/post703/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 05:50:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=703</guid>
		<description><![CDATA[久しぶりに例外処理を入れたりするわけですが、すっかり忘れていたのでメモ。
まず、例外処理は同期型、非同期方があり、
前者は「即エラー判定できるもの」で、
後者は「ファイル読み込み等、すぐにエラー判定ができないもの（常に見 [...]]]></description>
			<content:encoded><![CDATA[<p>久しぶりに例外処理を入れたりするわけですが、すっかり忘れていたのでメモ。</p>
<p>まず、例外処理は同期型、非同期方があり、<br />
前者は「即エラー判定できるもの」で、<br />
後者は「ファイル読み込み等、すぐにエラー判定ができないもの（常に見はっておきたいもの）」です。</p>
<p>以下記述例。</p>
<div class="igBar"><span id="lactionscript-2"><a href="#" onclick="javascript:showPlainTxt('actionscript-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ACTIONSCRIPT:</span>
<div id="actionscript-2">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">//同期型</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">try</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; 評価したい処理</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span><span style="color: #0066CC;">catch</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; エラー時処理１</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span><span style="color: #0066CC;">catch</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; エラー時処理２（複数記述可能）</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span><span style="color: #0066CC;">finally</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; エラーが発生するしないにかかわらず処理</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">//非同期処理はイベントリスナーで記述する。</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">URLLoader..<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>IOErrorEvent.<span style="color: #006600;">IO_ERROR</span>, onURLLoaderError<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Loader.<span style="color: #006600;">contentLoaderInfo</span>.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>IOErrorEvent.<span style="color: #006600;">IO_ERROR</span>, onLoaderError<span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>以上。手抜きメモでした。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flash/post703/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ホームステイを卒業。バンクーバー市内へ引っ越し</title>
		<link>http://www.ncreate.net/diary/post700/</link>
		<comments>http://www.ncreate.net/diary/post700/#comments</comments>
		<pubDate>Sat, 29 May 2010 19:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=700</guid>
		<description><![CDATA[部屋が手狭になってきた事で「そろそろかな、、」と考えていたところ、ちょっとしたきっかけがあり、今月15日に引越しをしました。今日は遅ればせながらご報告を。
気づけば最近まで滞在していたバーナビーのステイは、過去4回のステ [...]]]></description>
			<content:encoded><![CDATA[<p>部屋が手狭になってきた事で「そろそろかな、、」と考えていたところ、ちょっとしたきっかけがあり、今月15日に引越しをしました。今日は遅ればせながらご報告を。</p>
<p>気づけば最近まで滞在していたバーナビーのステイは、過去4回のステイ中、5ヶ月と最長でした。でも、そう長くは感じなかったのは、彼女の為にキーボードを用意してくれたクリスティ、おいしい料理を作ってくれたジェイ、事ある度に「酒のもうぜ」と声をかけてくれたヘンリー、そしていつも笑顔をくれた3人の子ども達、パウロ、エンジェル、ジェイドのおかげ。本当に感謝感謝でございます。</p>
<p>前回は、Mr.男前のよしサンに引越しヘルプをお願いしたのですが、今回は右車線での運転のリハビリも兼ね、気合のレンタカーで荷物を運ぶことにしました。最初はビビリまくったけど、なれると楽しい！調子こいて空港近くのIKEAまで行って、ここぞとばかりに大きめの買い物をしてしまいました。初めてIKEA行ったけど安いねー！これからもお大いに利用させて頂きます。ちなみに、日本で「イケア」と呼ばれているけど、ここでは「アイケア」って発音するようですね。</p>
<p>そうそう、記事タイトルにもありますが、今回はついにホームステイを卒業し、部屋借りです。（語学学校に通いメキメキ語学力をつけている彼女が今回かなり頑張ってくれました。決して私ではありません、はい；）</p>
<p>新生活がスタートしました。気合入っています。気が向けば写真なんかもアップしてみたいと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/diary/post700/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Wordpressで多言語化するプラグインqTranslateの設置方法。更に言語切替えボタンの設置方法も。</title>
		<link>http://www.ncreate.net/wordpress/post694/</link>
		<comments>http://www.ncreate.net/wordpress/post694/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 02:27:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=694</guid>
		<description><![CDATA[Wordpressで多言語化する必要がありしらべてみたところ、よさげなプラグインを発見したので、近い未来、自分も使うことになるといいなー、という願いも込めてメモ。
やりたかったこと

１記事で多言語分のフィールドを用意
 [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpressで多言語化する必要がありしらべてみたところ、よさげなプラグインを発見したので、近い未来、自分も使うことになるといいなー、という願いも込めてメモ。</p>
<p>やりたかったこと</p>
<ul>
<li>１記事で多言語分のフィールドを用意</li>
<li>URLをあまり変えたくない</li>
<li>ページ上にらくらく切り替えボタン</li>
<li>とにかく全体的に簡単に済ませたい</li>
</ul>
<p>見つけたスグレモノ</p>
<ul>
<li><a href="http://www.qianqin.de/qtranslate/">qTranslate</a></li>
<li>とそのウィジェット</li>
</ul>
<p>設置方法</p>
<ul>
<li><a href="http://www.qianqin.de/qtranslate/">サイト</a>からDLし適所にアップもしくは「プラグイン」→「新規追加」して、qTranslateで検索し、自動インストール</li>
<li>「外観」→「ウィジェット」でqTranslate Language Chooserを使いたい場所に置く</li>
</ul>
<p>使用方法</p>
<ul>
<li>記事投稿画面に各言語のタブが出ているので、タブをクリックしてその言語で入力</li>
</ul>
<p>ほんと便利だねぇ、、</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/wordpress/post694/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>人を裁かなくてはならないとき</title>
		<link>http://www.ncreate.net/diary/post692/</link>
		<comments>http://www.ncreate.net/diary/post692/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 16:42:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=692</guid>
		<description><![CDATA[久しぶりに、やりきれなく涙した。
母親に猶予判決　回復の見込みない息子刺殺
母親も息子も裁判も、誰も悪くない。
本当に、本当にくやしい、、
]]></description>
			<content:encoded><![CDATA[<p>久しぶりに、やりきれなく涙した。</p>
<p><a href="http://headlines.yahoo.co.jp/hl?a=20100422-00000099-mai-soci">母親に猶予判決　回復の見込みない息子刺殺</a></p>
<p>母親も息子も裁判も、誰も悪くない。<br />
本当に、本当にくやしい、、</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/diary/post692/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashLite 上下ボタンでフォーカスを最上部→最下部（最下部→最上部）へループさせないようにする（改）</title>
		<link>http://www.ncreate.net/flash-lite/post689/</link>
		<comments>http://www.ncreate.net/flash-lite/post689/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 05:28:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=689</guid>
		<description><![CDATA[相変わらず、縦長のFlashLiteをやっております。前の記事でフォーカスのループに悩まされていましたが、なんとか解決しました。という事を書いたのですが。話はまわ終わっていませんでした。
前回と同様、終わってみれば本当に [...]]]></description>
			<content:encoded><![CDATA[<p>相変わらず、縦長のFlashLiteをやっております。<a href="http://www.ncreate.net/flash-lite/post680/">前の記事</a>でフォーカスのループに悩まされていましたが、なんとか解決しました。という事を書いたのですが。話はまわ終わっていませんでした。</p>
<p>前回と同様、終わってみれば本当に本当に簡単なことでした。難しく考えすぎず、まずは初心に帰りなさい、ということですな。</p>
<p>今回はコードを書くまでもなさそうですね。やったことは、</p>
<p>「上端（下端）にしたいボタンのすぐ先（上端ならそれより少し上、下端ならその逆）にもう１個ボタンを作り、そのボタンのオンマウスイベントと同時に直前のボタンへフォーカスを当てなおす」</p>
<p>です。。。</p>
<p>では、コードをご覧下さい。</p>
<div class="igBar"><span id="lactionscript-4"><a href="#" onclick="javascript:showPlainTxt('actionscript-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ACTIONSCRIPT:</span>
<div id="actionscript-4">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ButtonA.<span style="color: #0066CC;">onRollOver</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">Selection</span>.<span style="color: #0066CC;">setFocus</span><span style="color: #66cc66;">&#40;</span>ButtonB<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ButtonE.<span style="color: #0066CC;">onRollOver</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">Selection</span>.<span style="color: #0066CC;">setFocus</span><span style="color: #66cc66;">&#40;</span>ButtonD<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>上から順にBCDと縦にボタン並んでいて、B,Dをそれぞれ上、下とした場合、Bの少し上にダミーAを、Dの少し下にダミーEのボタンを置きます。</p>
<p>「A(E)にフォーカスがあたったら、すぐにB(D)に当て直して下さい」というもの。</p>
<p>B(D)にフォーカスが当たっている状態で上(下)ボタンを押しても処理が一瞬で済んでしまうので、見た目上、動いていないように見える。すなわちループを阻止できるという訳です。</p>
<p>これでようやく解決か。少し寝よう、、</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flash-lite/post689/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashLite 上下ボタンでフォーカスを最上部→最下部（最下部→最上部）へループさせないようにする</title>
		<link>http://www.ncreate.net/flash-lite/post680/</link>
		<comments>http://www.ncreate.net/flash-lite/post680/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 12:01:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Lite]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=680</guid>
		<description><![CDATA[携帯の画面に入りきらないくらい縦長のFlashLiteアプリを作ることになりまして、これまでになくいろいろ勉強させて頂いている訳ですが、今回地味だけどかなり悩んだ事があったのでメモ。
悩まされたのは「最下部（最上部）のボ [...]]]></description>
			<content:encoded><![CDATA[<p>携帯の画面に入りきらないくらい縦長のFlashLiteアプリを作ることになりまして、これまでになくいろいろ勉強させて頂いている訳ですが、今回地味だけどかなり悩んだ事があったのでメモ。</p>
<p>悩まされたのは「最下部（最上部）のボタンにフォーカスが当たっているときに更に下（上）ボタンを押すと最下部（最上部）に移動してループしてしまう」という仕様。</p>
<p>これを、ループさせず最下部（最上部）で下（上）を押してもフォーカスを移動させず残しておきたい。</p>
<p>まず、もともとそういう事を制御するプロパティとかありそうだ、ということで探してみるが、見つけきれず、、、</p>
<p>そのボタンにオンマウスしたら、他のボタンをすべてenabled = falseで使えなくしつつ、（最下部にフォーカスがあった場合）上ボタンをおした時だけ、復活！そして移動！みたいなこともやってみたが、なんだかうまくいかない。。</p>
<p>ちょっと頭を冷やそうと思ったときに、ふと書いたコードで解決。簡単なことでした。</p>
<div class="igBar"><span id="lactionscript-6"><a href="#" onclick="javascript:showPlainTxt('actionscript-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ACTIONSCRIPT:</span>
<div id="actionscript-6">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">Button</span>.<span style="color: #0066CC;">onRollOut</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">Key</span>.<span style="color: #0066CC;">getCode</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #cc66cc;color:#800000;">40</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">Selection</span>.<span style="color: #0066CC;">setFocus</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">this</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>40というのはキーコードで下ボタンを意味します。なので、「下をおしたときはもう一度自分にフォーカスを戻してね」という事になります。（ちなみに上キーは38です）</p>
<p>例えば、1つのswf内でエリア分けしてその中だけで移動を制御したい場合等、特に一番上（下）のボタンでなくても使えそうですね。</p>
<p>（ただし、上下ボタン対応の機種のみで、上下左右使えるものは別ですが、、）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flash-lite/post680/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kindle for PC の書籍内検索</title>
		<link>http://www.ncreate.net/mac/post676/</link>
		<comments>http://www.ncreate.net/mac/post676/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 06:08:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=676</guid>
		<description><![CDATA[書籍が半額以下で、PC,Mac,iPhoneまで対応しているので、以前から気になっていたKindle for PC 入れてみました。
とりあえず使用感を確認、と、$17の書籍を購入しました。
iPhoneで書籍を読めたと [...]]]></description>
			<content:encoded><![CDATA[<p>書籍が半額以下で、PC,Mac,iPhoneまで対応しているので、以前から気になっていたKindle for PC 入れてみました。</p>
<p>とりあえず使用感を確認、と、$17の書籍を購入しました。</p>
<p>iPhoneで書籍を読めたときはちょっとした感動を覚えましたが、残念ながら一番期待していた書籍内検索が出来ない、、</p>
<p>あと、ブックマークも共有されないっぽい？</p>
<p>うーーん、かゆいところ手が届かない、、Kindle(ハードの方)は当然ながら検索できるみたい。このあたり差別化なんでしょうね。</p>
<p>これができればiPad購入の意欲がかなり増すわけですが、、しばらく様子見かなぁ、、</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/mac/post676/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Device Central CS4 デバイスプロファイルダウンロード数の表記が逆になる（ぜんぜん致命的でない）不具合を報告</title>
		<link>http://www.ncreate.net/device-central/post674/</link>
		<comments>http://www.ncreate.net/device-central/post674/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 05:06:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Device Central]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=674</guid>
		<description><![CDATA[Device Central CS4でぜんぜん致命的でないバグを発見。
オンラインライブラリから複数の端末を選択し、右クリック→ローカルライブラリにダウンロードすると、ダウンロード総数とダウンロード済の個数が逆になります [...]]]></description>
			<content:encoded><![CDATA[<p>Device Central CS4でぜんぜん致命的でないバグを発見。</p>
<p>オンラインライブラリから複数の端末を選択し、右クリック→ローカルライブラリにダウンロードすると、ダウンロード総数とダウンロード済の個数が逆になります。</p>
<p>例）10個のプロファイルをダウンロードする場合</p>
<p>「10個のデバイスプロファイルのうち、5個をインストール中」</p>
<p>となるのが理想的な表示内容ですが、</p>
<p>「5個のデバイスプロファイルうち、10個をインストール中」</p>
<p>となっておりました。「の」も抜けてますよね、たぶん。</p>
<p>先ほど、恩着せがましくAdobeへ報告してしまいました。いや、製品を愛しているからこそ、です。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/device-central/post674/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 ローカル環境で実行されているかどうかを確認する</title>
		<link>http://www.ncreate.net/flash/post665/</link>
		<comments>http://www.ncreate.net/flash/post665/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 23:16:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=665</guid>
		<description><![CDATA[外部ファイルを読込む処理で、ローカルで実行する場合は絶対パス、サーバへアップした時には相対パスでデータを読み込みたい。とうい感じで処理を分けたくなる事がよくあるので、自動で判断できるような雛形を書いてみました。ドキュメン [...]]]></description>
			<content:encoded><![CDATA[<p>外部ファイルを読込む処理で、ローカルで実行する場合は絶対パス、サーバへアップした時には相対パスでデータを読み込みたい。とうい感じで処理を分けたくなる事がよくあるので、自動で判断できるような雛形を書いてみました。ドキュメントクラスです。</p>
<div class="igBar"><span id="lactionscript-8"><a href="#" onclick="javascript:showPlainTxt('actionscript-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ACTIONSCRIPT:</span>
<div id="actionscript-8">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">package</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">import</span> flash.<span style="color: #006600;">display</span>.<span style="color: #006600;">Sprite</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">import</span> flash.<span style="color: #0066CC;">text</span>.<span style="color: #0066CC;">TextField</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">class</span> DocumentRoot <span style="color: #0066CC;">extends</span> Sprite</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">public</span> <span style="color: #000000; font-weight: bold;">function</span> DocumentRoot<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//この部分で取得</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">var</span> isLocal:<span style="color: #0066CC;">Boolean</span> = <span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">String</span><span style="color: #66cc66;">&#40;</span>loaderInfo.<span style="color: #006600;">loaderURL</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #0066CC;">split</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"/"</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#93;</span> == <span style="color: #ff0000;">"http:"</span><span style="color: #66cc66;">&#41;</span> ? <span style="color: #000000; font-weight: bold;">false</span> : <span style="color: #000000; font-weight: bold;">true</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//表示確認</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">var</span> t:<span style="color: #0066CC;">TextField</span> = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">TextField</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; addChild<span style="color: #66cc66;">&#40;</span>t<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; t.<span style="color: #0066CC;">text</span> = <span style="color: #0066CC;">String</span><span style="color: #66cc66;">&#40;</span>isLocal<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>AS2でもチェックできる事は知ってはいましたが、isLocal = true みたいに手書きでもそんなに手間をかけず対応できてた為、ついつい後回しにしていました。他にもっと良い方法があるのかなぁ、、まぁいいや。例によって自分用メモということで。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flash/post665/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3で複数の名前空間を処理しつつ、デフォルトの名前空間を指定して参照時の記述を省略する</title>
		<link>http://www.ncreate.net/flash/post653/</link>
		<comments>http://www.ncreate.net/flash/post653/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 11:54:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=653</guid>
		<description><![CDATA[XMLを介したI/F仕様を決める際、名前空間を指定することがほとんどないのですが、既存サービス等で、指定済みのフィードに出くわすと、普段当たり前にできていたエレメントの参照ができず、一瞬面食らってしまいます。以後、同じよ [...]]]></description>
			<content:encoded><![CDATA[<p>XMLを介したI/F仕様を決める際、名前空間を指定することがほとんどないのですが、既存サービス等で、指定済みのフィードに出くわすと、普段当たり前にできていたエレメントの参照ができず、一瞬面食らってしまいます。以後、同じような状況で頭がフリーズしてしまわないように、要所だけメモ。</p>
<p><strong>名前空間を指定する</strong></p>
<p>まず、xmlns:～で指定されている部分を使ってNamespace型のインスタンスを作成します。（xmlnsがhttp://foo.com/fooの場合）</p>
<blockquote><p><strong>var ns:Namespace = new Namespace("http://foo.com/foo");</strong></p></blockquote>
<p>参照するxmlインスタンス（例として xmldata ）が存在していれば、以下のような記述でも可能です。</p>
<blockquote><p><strong>var ns:Namespace = new Namespace(xmldata.namespace());</strong></p></blockquote>
<p>これにより、</p>
<blockquote><p>xmldata.ns::foo</p>
<p>xmldata.foo.ns::element</p>
<p>xmldata.foo.@ns::attribute</p></blockquote>
<p>的なアクセスが可能になります。</p>
<p><strong>デフォルト指定で記述を楽にする</strong></p>
<p>更に、このnsをデフォルト指定したければ、この一行を追加。</p>
<blockquote><p><strong>default xml namespace = ns; </strong></p></blockquote>
<p>これにより、上記のアクセスが以下のような形でアクセス可能になります、。</p>
<blockquote><p>xmldata.foo</p>
<p>xmldata.foo.element</p>
<p>xmldata.foo.@attribute</p></blockquote>
<p><strong>複数の名前空間にも対応</strong></p>
<p>先程と同じ要領で、新たにNamespaceインスタンスを作成</p>
<blockquote><p><strong>var ns2:Namespace = new Namespace(xmldata.namespace("ns2"));</strong></p></blockquote>
<p>※右辺の"ns2"は xmlns:ns2 = "http://foo.～" となっていた場合の例で、左辺の var ns2 は将来的に参照の時に使用する修飾子です。混乱するかと思ったのですが、実際のコーディングの際、揃えておく方が普通かと思い、そのように記述しています。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flash/post653/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>複数行コメントアウトしたりしなかったり</title>
		<link>http://www.ncreate.net/other/post649/</link>
		<comments>http://www.ncreate.net/other/post649/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 01:43:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=649</guid>
		<description><![CDATA[以前どこかで見つけて、でも忘れてしまっていて、また見つけて、今度は忘れないように、的なメモです。
複数行コメントアウトする際には /* ~ */ ですが、それを簡単に設置、解除できる方法です。
//* ここのfuncti [...]]]></description>
			<content:encoded><![CDATA[<p>以前どこかで見つけて、でも忘れてしまっていて、また見つけて、今度は忘れないように、的なメモです。</p>
<p>複数行コメントアウトする際には /* ~ */ ですが、それを簡単に設置、解除できる方法です。</p>
<p>//* ここのfunction ブロックはコメントアウトされません。<br />
function foo(){<br />
}<br />
//*/</p>
<p>/* ここのfunction ブロックはコメントアウトされています。（先頭の/を削除）<br />
function foo2(){<br />
}<br />
//*/</p>
<p>先頭の/をひとつだけ削除するだけで、コメントアウトできる、という訳です。</p>
<p>長年コーダやっていながら、いまさらかよ的なメモポストでした^^;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/other/post649/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mixiアプリ mixiサーバ内に永続データを保持</title>
		<link>http://www.ncreate.net/opensocial/post644/</link>
		<comments>http://www.ncreate.net/opensocial/post644/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:36:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[mixi]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=644</guid>
		<description><![CDATA[iPhoneアプリの作成はCS5を待つほうがよいのか、そして、そのアプリはちゃんと満足できるパフォーマンスを得られるのか否か。。
あれやこれやと悩んでいるうち、ある依頼からOpenSocialをやることになりました。とり [...]]]></description>
			<content:encoded><![CDATA[<p>iPhoneアプリの作成はCS5を待つほうがよいのか、そして、そのアプリはちゃんと満足できるパフォーマンスを得られるのか否か。。</p>
<p>あれやこれやと悩んでいるうち、ある依頼から<a href="http://code.google.com/intl/ja/apis/opensocial/">OpenSocial</a>をやることになりました。とりあえず、flashのスキルが活かせるのであれば、と学習してみることに。</p>
<p>mixiアプリの場合（他SNSも同様かも）、アプリ自体は自前のサーバを用意してそこに設置する必要があることから、永続的なデータを保存場所も同様かと思っていたけど、どうやらそうでもないらしい。</p>
<p>：<a href="http://developer.mixi.co.jp/appli/pc/lets_enjoy_making_mixiapp/share_info">mixi Developer Center 「情報を共有してみよう」</a></p>
<p>１アプリ、１ユーザにつき10Mもらえるのであれば、ステータス情報の保持など十分使えるのではないでしょうか。</p>
<p>メモ終わり。引き続き勉強、、</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h2>情報を共有してみよう</h2>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/opensocial/post644/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>バンクーバー冬季オリンピックですよ。頑張れ！ニッポン！</title>
		<link>http://www.ncreate.net/diary/post639/</link>
		<comments>http://www.ncreate.net/diary/post639/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 10:37:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=639</guid>
		<description><![CDATA[忙しい時こそ他のことをやりたくなる、、という心理がよく理解できます。今日はそんな忙しい最中の投稿です。
カナダに来て早くも４ヶ月になろうとしています。一昨年滞在した半年間の早くも３分の２か。前回以上に時間の経過が早いです [...]]]></description>
			<content:encoded><![CDATA[<p>忙しい時こそ他のことをやりたくなる、、という心理がよく理解できます。今日はそんな忙しい最中の投稿です。</p>
<p>カナダに来て早くも４ヶ月になろうとしています。一昨年滞在した半年間の早くも３分の２か。前回以上に時間の経過が早いです。その半年もあっという間に過ぎてしまうんだろうなぁ、、</p>
<p>さて、近況から。<br />
かなりホットな情報ですが、昨日、めでたくワークビザと学生ビザをダブルでゲットしました。（郵送で届いてました）<br />
18ヶ月という長期なので、これでじっくり腰を据えて鍛錬に励めます。取得のアドバイスや手続きなど、学校の協力ナシではありえない展開でした。本当に本当にありがとうございましたmm。</p>
<p>しかし、、その学校ですが、最近無礼な事にちとお休みを頂いております。。<br />
仕事がちょっと忙しくなってきたことと、しばらく自分の勉強が出来ていない事が主な理由です。</p>
<p>私からASのスキルを取ってしまったら、ただのタコライス好きなオッサンになってしまうので、なんとかして本来のベクトルに戻そうと、ここ１週間は主に勉強、特に読む事に力を入れまくっています。英語をやってると日本語の読むスピードの早いこと早いこと、、これまで以上に長時間読めてるかもしれない。。これは嬉しい効果。</p>
<p>ただ、そんな充実した日を送っているにも関わらず、（ホストファミリーの）子供らにはネットで遊んでいるように見えるようで、ここ２，３日前から、手でLの字を作り自分の額にあてて「君はレイジー」というサインを、ちょっと遠くから送られ続けるという卑劣なイジメにあっております。そうそうそう、最近なにかとダルくてさーって違うよ！おっちゃん頑張っとんねん！</p>
<p>あでも、１日だけプライベートの為に仕事を休みました。そう、世間は今オリンピックです。渡加まもなく知り合ったカナさんのお誘いで、カーリング女子を観戦してきました。対カナダ戦だったので超アウェイな状況を覚悟していたのですが、思った以上に日本の声援も多く、またかなりの接戦！更に更に、入場後の規制がかなり緩く、指定の席から移動して、特等席クラスの一番近い場所に（勝手に）座ることができました。おそらく一番近くで観戦できた日本人だったんじゃないかなぁ、、ということで、結果大満足。カナさん有難う！そういえば、<a href="http://tweetphoto.com/11690703">その様子</a>は<a href="http://twitter.com/nagata">twitter</a>でアップしてましたので、よろしければどうぞ。</p>
<p>それから、先々週あたりでしょうか。とおおっても楽しいWeb屋サンと会いました！<br />
これに触れるといっぱい書いてしまいそうなので、またいつかのポストで。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/diary/post639/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>全画面ジャックなブログパーツを簡単に設置する方法。フレームワーク「suzunari」</title>
		<link>http://www.ncreate.net/javascript/post634/</link>
		<comments>http://www.ncreate.net/javascript/post634/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 07:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=634</guid>
		<description><![CDATA[ブログパーツの全画面ジャックについては「一応動かせますが、、」とちょっと頼りない感じでしたが、カヤックさんとこの記事からCodeReposで公開されているフレームワーク「suzunari」を発見。早速使わせて頂きました。 [...]]]></description>
			<content:encoded><![CDATA[<p>ブログパーツの全画面ジャックについては「一応動かせますが、、」とちょっと頼りない感じでしたが、<a href="http://level0.kayac.com/2009/12/suzunari_js.php">カヤックさんとこの記事</a>から<a href="http://coderepos.org/share/">CodeRepos</a>で公開されている<a href="http://coderepos.org/share/wiki/suzunari">フレームワーク「suzunari」</a>を発見。早速使わせて頂きました。</p>
<p>使い方は<a href="http://coderepos.org/share/wiki/suzunari">サイト</a>に書かれていますが、AS2用っぽいので、AS3の方は<a href="http://level0.kayac.com/2009/12/suzunari_js.php">こちら</a>からどうぞ。</p>
<p>「そうそう、これくらい簡単でなくちゃねぇ」と思わず漏らしてしまいました。</p>
<p>jQueryもぜんぜんだし、jsもちっとは勉強しとかないとなぁ。。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/javascript/post634/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>早めのタスク処理、</title>
		<link>http://www.ncreate.net/diary/post629/</link>
		<comments>http://www.ncreate.net/diary/post629/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 18:19:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=629</guid>
		<description><![CDATA[今月４日からスタートした学校ですが、今日は初欠席。
特に体調不良でもないけど、仕事、プライベート含めいくつかのタスクで火がつきはじめているので、少し早めに手を打つ事にしました。
入学前にこういうケースもあることを了承して [...]]]></description>
			<content:encoded><![CDATA[<p>今月４日からスタートした学校ですが、今日は初欠席。</p>
<p>特に体調不良でもないけど、仕事、プライベート含めいくつかのタスクで火がつきはじめているので、少し早めに手を打つ事にしました。</p>
<p>入学前にこういうケースもあることを了承してもらっていたにせよ、ちょっと気が引けますね、、、；</p>
<p>今日はいつもの３倍こなすつもりで頑張りやす。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/diary/post629/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashRemotingをFlashCS3以降のAS2で使えるようにする</title>
		<link>http://www.ncreate.net/flash/post622/</link>
		<comments>http://www.ncreate.net/flash/post622/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 01:28:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=622</guid>
		<description><![CDATA[以前から、Flash8(AS2)にFlashRemotingコンポーネントをインストールしてamfphpでサーバへアクセス、という案件に携わっていて、今もたまに保守作業が発生したりするのですが、そのコンポーネントがFla [...]]]></description>
			<content:encoded><![CDATA[<p>以前から、Flash8(AS2)に<a href="http://www.adobe.com/products/flashremoting/downloads/components/">FlashRemotingコンポーネント</a>をインストールしてamfphpでサーバへアクセス、という案件に携わっていて、今もたまに保守作業が発生したりするのですが、そのコンポーネントがFlash8を最後に提供されていない為、その作業だけの為に泣く泣くFlash8をインストールしておりましたが、mxコンポーネントをCS4側へ移行するだけでCS4でも使えてしまった、という当たり前すぎるオチで解決したので、備忘も兼ねてポストします。</p>
<p>そのまんまですが、やったことは、Flash8で使用しているmxクラス群をFlashCS4で使用しているmxクラス群に差分コピーしただけで、具体的には</p>
<p><strong>[Flash8ディレクトリ]\ja\First Run\Classes\mx\</strong></p>
<p>の以下のディレクトリとファイル</p>
<p><strong>remoting\<br />
rpc\<br />
data\DataRange.as<br />
data\PageableData.as<br />
data\PageableList.as<br />
data\types\RecordSet.as</strong></p>
<p>をFlashCS4で使用するディレクトリ</p>
<p><strong>[User]\AppData\Local\Adobe\Flash CS4\ja\Configuration\Classes\mx\</strong></p>
<p>へコピー、です。</p>
<p>PC環境の再構築時に備え（差分ファイルを抜き出す為だけに、Flash8+FlashRemotingをインストールしなくても済むように）差分ファイルをアップしておく事にしました。一応自分用ですが、必要な方はどうぞ。（ダブるファイルは無いはずですが、一応事前に確認下さい）</p>
<p><a href="http://www.ncreate.net/uploads/mx.zip">CS3以降用 flashRemoting 関連mxクラス</a></p>
<p>関連技術の仕組みをしっかり把握していれば、すぐに思いつく解決方法なんだろうなぁと、そういう発想に展開できなかった自分にヘコみましたが、これでFlash8とお別れできるという喜びの方が遥かに勝るので、もう絶対忘れないぜ！とばかりにポストです。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/flash/post622/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>学校がスタートしました</title>
		<link>http://www.ncreate.net/diary/post615/</link>
		<comments>http://www.ncreate.net/diary/post615/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 13:36:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=615</guid>
		<description><![CDATA[あっという間に１月も半ば。カナダ入国時期決定の理由の１つになっているオリンピックも近づいてまいりました。
が、なんともまぁ沖縄人の呑気なこと。開催１ヶ月前に「そろそろ買うべ」とサイトを見てみると時既に（かなり）遅し。日本 [...]]]></description>
			<content:encoded><![CDATA[<p>あっという間に１月も半ば。カナダ入国時期決定の理由の１つになっているオリンピックも近づいてまいりました。<br />
が、なんともまぁ沖縄人の呑気なこと。開催１ヶ月前に「そろそろ買うべ」とサイトを見てみると時既に（かなり）遅し。日本戦はどの競技もSOLD OUTのオンパレード。（入国直後に知り合った）カナさんが売り切れ目前のカーリングの日本戦チケットを発見し、それに便乗する事で、なんとか面目を保つことができた。マーくん（カナさんのハズバンド）の「カーリングは奥深し。事前にルールを予習されたし」の言葉を胸に来る日を待っているこのごろです。</p>
<p>さて、近況ですが、以前<a href="http://www.ncreate.net/diary/post562/">ポスト</a>した通り正月から学校がスタートしました。</p>
<p>実はポスト後さらに展開しまして、編入する予定だったターム３を２に変更。その３ヶ月間は授業ではなくインターンという形で実案件の補助要員として学校に併設されているWeb制作会社で作業（ビザ無しなのでもちろん無償です）させてもらえることになりました。もともと実戦で場数を踏みたいというのも目的の１つだったので、これは私にとって良い展開になったと思っています。</p>
<p>ビザも現在の残り４ヶ月の学生ビザから１８ヶ月の学生ビザとワークビザへ更新と新規の申請をすることになりました。ワークビザがどの範囲で適用されるのかは分かりませんが、取得後は少なくともこの業界で収入を得ることは可能になる見込みです。これはほんとに有難い事で、学校スタッフ方々の協力無しでは絶対にありえない展開でした。ほんとうに有難うございました。</p>
<p>その学校も２週目を終えました。</p>
<p>作業については、早々にいくつかタスクが投げられましたが、英語になったというだけで、普段やっている作業とそんなに変わらず、ただただ忙し くしていますが、若干オーバーワーク気味だったように思います。先日「忙しそうですね～」との声も聞けたので、来週からは少し甘えさせてもらおう、と計画 中。語学力向上にもう少し時間を割こうと思います。</p>
<p>その語学力向上に一役買っているのが、もらったタスクの一つ「学生サポート」。日本人の学生もいるが、それ以外は英語で説明することになるので、必然的に会話の量が増える。現在、ある学生の課題の手伝いをしていますが、相手も（英語ペーペーの）私の立場を理解してくれているので、とてもやりやすい。「サポート」なんて言ってますが、実はそれは私が受けている、という訳です。いやはや。</p>
<p>既に書きましたが、総じて感じることはやはり「コミュニケーションスキル不足」。制作メンバーがたまに交わす世間話にも早く参加したいが、会話を横耳で聞いて相槌を打つのが精一杯。たまに「Nini（※）どう？」なんてボールを投げてくれるが、Yes,No程度の返答しかできず、明後日の方向にしか返球できない自分にかなり歯がゆさを感じております。（※実はリアルネームと一緒に「or please call me 'Nini'」と自己紹介しています。「にに」のネーミングの由来は沖縄の人なら誰でも知っていると思います＾＾）</p>
<p>ターム１～３の学生には原則課題としてリアルクライアントが斡旋され、ターム４の学生や講師のフォローを受けつつタームを通して打ち合わせから制作まで自身でプロジェクト完結させる、等、興味深いものもいろいろありますが、それはまたいつかのポストで。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/diary/post615/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 「ブログのアドレス」を設定後に500 internal error</title>
		<link>http://www.ncreate.net/wordpress/post604/</link>
		<comments>http://www.ncreate.net/wordpress/post604/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 10:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ncreate.net/?p=604</guid>
		<description><![CDATA[あけましておめでとうございます。日本と比べると「お正月よりクリスマス」ってなもんですから、そんな大盛り上がりでもないここバンクーバーではありますが、それなりに楽しく過ごしております。
さて、年明け一発目はWordpres [...]]]></description>
			<content:encoded><![CDATA[<p>あけましておめでとうございます。日本と比べると「お正月よりクリスマス」ってなもんですから、そんな大盛り上がりでもないここバンクーバーではありますが、それなりに楽しく過ごしております。</p>
<p>さて、年明け一発目はWordpressネタです。</p>
<p>レンタルサーバに独自ドメインをのせてWordPressでブログ管理をする場合、私はWordPress設置URLとブログ表示時のURLを異なるもの（独自ドメインのルートに変更）する事が多いのですが、今日突然その設定をするとドメインルート以外のサブページのみ500エラーが出てしまったので、解決策をメモ。</p>
<p>発生前の環境</p>
<ul>
<li>System : WordPress 2.8.x</li>
<li>Plug-in : Akismet , All in One SEO Pack , WP Multibyte Patch</li>
<li>WordPress設置URL : レンタルサーバドメイン+ WPディレクトリ</li>
<li>ブログ表示時のURL : レンタルサーバドメイン+ WPディレクトリ</li>
</ul>
<p>変更内容</p>
<ul>
<li>ブログ表示時のURL : レンタルサーバドメイン+ WPディレクトリ→独自ドメインルートへ変更</li>
<li>WordPress : 2.9へ自動アップデート</li>
<li>Akismet と All in One SEO Pack : 最新に自動アップデート</li>
</ul>
<p>現象</p>
<ul>
<li>トップページのみ独自ドメインで表示できたが、スラッグ設定済のカテゴリ表示（パーマリンク設定でスラッグがサブディレクトリとしてURLの一部になるように設定済）が500エラー。その配下の記事も同様にエラー</li>
</ul>
<p>原因と思われるもの</p>
<ul>
<li>.htaccessが更新不可になっており、設定の一部が反映されなかった為。（更新不可の原因は不明）</li>
</ul>
<p>解決方法</p>
<ul>
<li>パーマリンク設定ページ下部に「あなたの.htaccessが書き込み可能ならこの操作は自動的に行われますが、そうでない場合は～」という説明とともに正しい（と思われる） .htaccessの内容が記されているので、その内容でwpディレクトリにある.htaccessの内容を更新</li>
</ul>
<p>以上です。</p>
<p>なぜ.htaccessが編集できなくなってしまったのかは結局不明のままですが、とりあえずこれで動いているようです。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ncreate.net/wordpress/post604/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
