<?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>ryan&#039;s blog</title>
	<atom:link href="http://blog.ryan5500.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ryan5500.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 20 Aug 2010 09:53:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>google検索でキーボードショートカットをデフォルトに</title>
		<link>http://blog.ryan5500.com/2010/08/20/google_search_with_keyboard_shortcut/</link>
		<comments>http://blog.ryan5500.com/2010/08/20/google_search_with_keyboard_shortcut/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 09:53:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/?p=491</guid>
		<description><![CDATA[近頃、毎日使うツールのショートカットを意識的に使うようにしている。毎日使うツールとして、gmailやgoogle calendarなどのgoogle製品を多用している。その多くはデフォルトでキーボードショートカットが用意 [...]]]></description>
			<content:encoded><![CDATA[<p>近頃、毎日使うツールのショートカットを意識的に使うようにしている。毎日使うツールとして、gmailやgoogle calendarなどのgoogle製品を多用している。その多くはデフォルトでキーボードショートカットが用意されている。検索をのぞいては。</p>
<p>最も多用する検索にショートカットがないことを不満に思い、調べてみると、google labsで検索にもショートカットが提供されていた。</p>
<p><a href="http://www.google.com/experimental/index.html"><br />
Google Experimental Search</p>
<p>http://www.google.com/experimental/index.html</p>
<p></a></p>
<p>このキーボードショートカットをデフォルトの検索にすべく、chromeを設定したので、方法を示しておく。日々の鍛錬の成果を示すべく、設定方法もキーボードショートカットで説明する、、予定だったが１ステップで詰まったので、まともに説明する。</p>
<ul>
<li>まず、「基本設定」パネルを開く(Cmd + ,)。</li>
<li>「規定の検索エンジン」項目の右端にある「管理」ボタンを押し、「検索エンジン」パネルを開く。</li>
<li>パネル左下の「＋」ボタンで、検索エンジンを追加する。ここで、以下のように入力する。</li>
</ul>
<p><code><br />
名前: google keyboard shortcut<br />
キーワード: gk<br />
URL: http://www.google.com/search?q=%s&#038;esrch=BetaShortcuts<br />
</code></p>
<p>入力後、「OK」ボタンを押し、「検索エンジン」パネルに戻る。</p>
<p>ここまでの手順でgoogle検索のキーボードショートカットを利用できる。Chromeのアドレスバーにカーソルを合わせ、「gk(Tab)(検索ワード)」と入力することで、その機能を活用できる。さらに「gk(Tab)」さえ打ちたくないというハードハッカーの諸君は、この設定を規定の検索エンジンに設定することをお勧めする。</p>
<p>では、快適な打鍵索ライフを。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/08/20/google_search_with_keyboard_shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Narwhal起動エラー「Narwhal on Rhino requires Java 1.5 or higher.」への対処法</title>
		<link>http://blog.ryan5500.com/2010/08/19/how_to_handle_narwhal_invoking_error/</link>
		<comments>http://blog.ryan5500.com/2010/08/19/how_to_handle_narwhal_invoking_error/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 15:59:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[jack]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[narwhal]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/?p=488</guid>
		<description><![CDATA[周囲でRackやらPlackやらの名前を聞くことが増えた。興味を持ったのでJS実装であるjackを読んでみようと思ったが、その実行環境であるnarwhalが次のエラーを吐いて起動しなかった。
Narwhal on Rhi [...]]]></description>
			<content:encoded><![CDATA[<p>周囲でRackやらPlackやらの名前を聞くことが増えた。興味を持ったのでJS実装であるjackを読んでみようと思ったが、その実行環境であるnarwhalが次のエラーを吐いて起動しなかった。</p>
<p><code>Narwhal on Rhino requires Java 1.5 or higher. You have _JAVA_OPTIONS:.-Duser.</code></p>
<p>原因を探ると、次の環境変数が悪さをしていた。</p>
<p><code>export JAVA_OPTIONS=-Duser.language=en</code></p>
<p>この環境変数を設定した理由は、 javaのエラーが文字化けした日本語で出力されたためだ。以前Javaでソフト開発をしていたときに、コンソールを使ってjavaのクラスファイルを実行したらそうなった。似た体験をし、narwhalを入れようと思う人には、この環境変数が悪さをするかもしれない。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/08/19/how_to_handle_narwhal_invoking_error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX用Chrome(Chromium) アップデータの紹介</title>
		<link>http://blog.ryan5500.com/2010/05/13/presenting_chrome_chromium_updater_for_osx/</link>
		<comments>http://blog.ryan5500.com/2010/05/13/presenting_chrome_chromium_updater_for_osx/#comments</comments>
		<pubDate>Thu, 13 May 2010 09:06:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/?p=484</guid>
		<description><![CDATA[Chromeのバグかと思われるものに遭遇したので、Web開発者の責任に乗っ取り、OSX用Chromiumのナイトリービルドを入れることにした。
OSX用 Chromiumナイトリービルド
しかし、日々アップデートされるC [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/ryan5500/status/13890346174">Chromeのバグかと思われるもの</a>に遭遇したので、<a href="http://nanto.asablo.jp/blog/2009/05/06/4289222">Web開発者の責任</a>に乗っ取り、OSX用Chromiumのナイトリービルドを入れることにした。</p>
<p><a href="http://build.chromium.org/buildbot/snapshots/chromium-rel-mac/">OSX用 Chromiumナイトリービルド</a></p>
<p>しかし、日々アップデートされるChromeのナイトリービルドを、手作業で更新し続けるのは面倒だ。そこで、OSX用のChromeナイトリービルドアップデータを調べた。</p>
<p>いくつか候補はあったが、Dom BarnesのChromium Updaterが最も良かった。</p>
<p><a href="http://dombarnes.com/software/chromium-updater/">Dom Barnes dot com   &raquo; Chromium Updater</a></p>
<p>ちなみに、上のツールでダウンロードされたナイトリービルドは、Chromiumとして/Applications/Chromiumとして保存される。普段Chromeを使われているユーザーは注意。</p>
<p><a href="http://techcrunch.com/2009/08/16/our-mac-chromium-updater-stay-up-to-date-on-the-best-versions-of-chrome-for-mac/#idc-cover<br />
"tech crunchにもOSX用Chrome Updaterについての記事</a>が用意されていたが、記事中のリンクが切れていてダウンロードできない。ユーザーがコメント欄で多数指摘しているが、対応する気はないようだ。なお、上にあげたburnes氏のものは、tech crunchの記事のコメント欄にあった書き込みから知った。</p>
<p>ちなみに、上のツールでインストールされるのは、Chromiumであることを添えておく。ChromeとChromiumの違いについては、次のページに詳しい。</p>
<p><a href="http://journal.mycom.co.jp/articles/2008/10/06/chrome/index.html">【レポート】Google Chromeが検索プロバイダに送信するデータ、Chromiumがある真の理由 (1) Google Chrome = Chromium + GoogleUpdate + RLZ | エンタープライズ | マイコミジャーナル</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/05/13/presenting_chrome_chromium_updater_for_osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>大規模jQueryアプリケーション開発に。srchrプロジェクトの紹介。</title>
		<link>http://blog.ryan5500.com/2010/05/12/srchr_-_for_large_scale_jquery_application_development/</link>
		<comments>http://blog.ryan5500.com/2010/05/12/srchr_-_for_large_scale_jquery_application_development/#comments</comments>
		<pubDate>Wed, 12 May 2010 04:54:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/?p=482</guid>
		<description><![CDATA[先月開催されたjQuery Confでは、大規模jQueryアプリケーションの開発手法についての発表があったみたい。(参考サイト:jQuery conference 2010: San Francisco Bay Are [...]]]></description>
			<content:encoded><![CDATA[<p>先月開催された<a href="http://events.jquery.org/2010/sf-bay-area/">jQuery Conf</a>では、大規模jQueryアプリケーションの開発手法についての発表があったみたい。(参考サイト:<a href="http://zudolab.net/blog/?p=228">jQuery conference 2010: San Francisco Bay Area に関するスライドら</a>。ちなみにこのエントリはめちゃくちゃ助かった。資料を探し出した@Takazudoさんに感謝。)</p>
<p>jQueryは、フロントエンドのちょっとしたエフェクトを簡単に書けるフレームワークという位置づけから、もはやJSのラッパーに進化しつつある。そのため、これまでJSだけで書いてきた大規模なwebアプリケーションフロントエンドを、jQueryで構築するノウハウを共有する流れになっている。</p>
<p>そんな中、jQuery Confでも大規模なjQueryアプリケーション開発の発表をしたRebecca murpheyさんが、大規模jQueryアプリケーション開発の今を知れるプロジェクト「srchr」をやっている。<br />
<a href="http://blog.rebeccamurphey.com/2010/03/15/srchr-crowdsourcing-javascript-wisdom/">srchr: Crowdsourcing JavaScript wisdom</a></p>
<p>srchrとは、要約すると以下のようなプロジェクトだ。</p>
<ul>
<li>趣旨：あるサイトの開発競争</li>
<li>目的：大規模jQueryアプリケーションの知見を交換する</li>
<li>期限：jQuery Conf開催まで</li>
</ul>
<p>JSやjQuery関係の著名人(Sexy.jsのfurfとか)が参加していて、大規模jQueryアプリケーション開発のTipsが花盛り。jQueryで大規模なフロントエンドを構築したい人は読むことをお勧めする。レポジトリは以下。</p>
<p><a href="http://github.com/rmurphey/srchr">rmurphey&#8217;s srchr at master &#8211; GitHub</a></p>
<p>P.S.今僕も読んでいて、とても勉強になってる。なので、各人のスタイルの違いやプラグインなどを5月19日までにまとめて紹介したい。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/05/12/srchr_-_for_large_scale_jquery_application_development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSのテストコードはgistよりもJS Bin。フレームワーク使うならJS Fiddle</title>
		<link>http://blog.ryan5500.com/2010/05/10/js%e3%81%ae%e3%83%86%e3%82%b9%e3%83%88%e3%82%b3%e3%83%bc%e3%83%89%e3%81%afgist%e3%82%88%e3%82%8a%e3%82%82js-bin%e3%80%82%e3%83%95%e3%83%ac%e3%83%bc%e3%83%a0%e3%83%af%e3%83%bc%e3%82%af%e4%bd%bf/</link>
		<comments>http://blog.ryan5500.com/2010/05/10/js%e3%81%ae%e3%83%86%e3%82%b9%e3%83%88%e3%82%b3%e3%83%bc%e3%83%89%e3%81%afgist%e3%82%88%e3%82%8a%e3%82%82js-bin%e3%80%82%e3%83%95%e3%83%ac%e3%83%bc%e3%83%a0%e3%83%af%e3%83%bc%e3%82%af%e4%bd%bf/#comments</comments>
		<pubDate>Mon, 10 May 2010 07:10:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[gist]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JSBin]]></category>
		<category><![CDATA[jsFiddle]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/2010/05/10/js%e3%81%ae%e3%83%86%e3%82%b9%e3%83%88%e3%82%b3%e3%83%bc%e3%83%89%e3%81%afgist%e3%82%88%e3%82%8a%e3%82%82js-bin%e3%80%82%e3%83%95%e3%83%ac%e3%83%bc%e3%83%a0%e3%83%af%e3%83%bc%e3%82%af%e4%bd%bf/</guid>
		<description><![CDATA[結論：javascript(+HTML)に関するテストコードを晒すときは, JS Binを使うことを勧める。
今までちょっとしたコードを晒すときやバックアップするときにはgithub関連のgistというサービスを使ってた [...]]]></description>
			<content:encoded><![CDATA[<p>結論：javascript(+HTML)に関するテストコードを晒すときは, <a href="http://jsbin.com/">JS Bin</a>を使うことを勧める。</p>
<p>今までちょっとしたコードを晒すときやバックアップするときにはgithub関連の<a href="http://gist.github.com/"></a>gistというサービスを使ってた。Perlの人やらRubyの人やらはgistで十分事足りるかも。</p>
<p>でも、JavaScriptの場合はHTMLのコードが付随することがよくある。こんなときunobtrusiveなJavaScriptを書いてる素敵なJavaScripterにとっては、HTMLのソースとJavaScriptのソースの２つをアップする手間がかかる。HTMLとJavaScriptを一つにまとめて書いてる人は関係ないが、gistをダウンロードしてブラウザ開いて動作確認しないといけないのでどっちみちめんどい。</p>
<p>ここで<a href="http://jsbin.com/">JS Bin</a>の登場だ。JS BinではJavaScriptとHTMLを分けて書くことができて、さらに動作確認もその場でできる。もちろん、gistと同様、パーマリンクも(URL短く!)発行してくれる。</p>
<p>というわけで、JS BinはJavaScriptのテストコードを晒すときに使いましょう。</p>
<p>さらに、JavaScript使いならjQueryのテストコードを晒したいときもあるはず。その場合は、類似のツールで<a href="http://jsfiddle.net/">jsFiddle</a>という、フレームワークも読み込んでくれるツールがあるので、そちらを使いましょう。</p>
<p>gistでがんばってたけど、これから僕はテストコード晒すときはjsFiddleとJS Binを使います。あとはブログに貼れるスニペットが出るといいのになぁ。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/05/10/js%e3%81%ae%e3%83%86%e3%82%b9%e3%83%88%e3%82%b3%e3%83%bc%e3%83%89%e3%81%afgist%e3%82%88%e3%82%8a%e3%82%82js-bin%e3%80%82%e3%83%95%e3%83%ac%e3%83%bc%e3%83%a0%e3%83%af%e3%83%bc%e3%82%af%e4%bd%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[jquery-ui:droppable]droppable()の呼び出す順番に注意</title>
		<link>http://blog.ryan5500.com/2010/04/21/jquery-uidroppabledroppable%e3%81%ae%e5%91%bc%e3%81%b3%e5%87%ba%e3%81%99%e9%a0%86%e7%95%aa%e3%81%ab%e6%b3%a8%e6%84%8f/</link>
		<comments>http://blog.ryan5500.com/2010/04/21/jquery-uidroppabledroppable%e3%81%ae%e5%91%bc%e3%81%b3%e5%87%ba%e3%81%99%e9%a0%86%e7%95%aa%e3%81%ab%e6%b3%a8%e6%84%8f/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 20:12:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[droppable]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery-ui]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/2010/04/21/jquery-uidroppabledroppable%e3%81%ae%e5%91%bc%e3%81%b3%e5%87%ba%e3%81%99%e9%a0%86%e7%95%aa%e3%81%ab%e6%b3%a8%e6%84%8f/</guid>
		<description><![CDATA[droppableなコンテナが入れ子になっている場合，droppable()を呼び出す順番に注意．下手をすると親コンテナのdropハンドラーしか呼び出されなくなる．
対策は，droppable()は必ず子要素が先になるよ [...]]]></description>
			<content:encoded><![CDATA[<p>droppableなコンテナが入れ子になっている場合，droppable()を呼び出す順番に注意．下手をすると親コンテナのdropハンドラーしか呼び出されなくなる．</p>
<p>対策は，droppable()は必ず子要素が先になるように実行すること．</p>
<p>具体例を上げる．<br />
<script src="http://gist.github.com/372950.js?file=drop_test.html"></script><br />
<script src="http://gist.github.com/372950.js?file=drop_test.js"></script><br />
このソースでの目標は，#draggableを，#containerにドロップした場合には，alert(&#8216;container&#8217;);が呼び出されて欲しい．また，#ans_containerにドロップした場合には，alert(&#8216;ans_container&#8217;);が呼び出されて欲しい．</p>
<p>しかし上記のjsソースだと，#containerにdropしても必ずalert(&#8216;ans_container&#8217;)が呼ばれてしまう．ここにdroppableプラグインの癖がある．バグかも？</p>
<p>上記のjsソースは，以下のように変えることで意図通りの動作をするようになる．<br />
<script src="http://gist.github.com/372950.js?file=drop_test_correct.js"></script><br />
変更点は，#ans_container.droppableと#container.droppableの呼び出し順序．</p>
<p>jquery-ui:droppableを使うときは気をつけましょう．</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/04/21/jquery-uidroppabledroppable%e3%81%ae%e5%91%bc%e3%81%b3%e5%87%ba%e3%81%99%e9%a0%86%e7%95%aa%e3%81%ab%e6%b3%a8%e6%84%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>appengine-jruby-jars 0.0.7.preの入れ方</title>
		<link>http://blog.ryan5500.com/2010/04/13/appengine-jruby-jars-0-0-7-pre%e3%81%ae%e5%85%a5%e3%82%8c%e6%96%b9/</link>
		<comments>http://blog.ryan5500.com/2010/04/13/appengine-jruby-jars-0-0-7-pre%e3%81%ae%e5%85%a5%e3%82%8c%e6%96%b9/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 08:50:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/2010/04/13/appengine-jruby-jars-0-0-7-pre%e3%81%ae%e5%85%a5%e3%82%8c%e6%96%b9/</guid>
		<description><![CDATA[gemからappengine-jrubyを入れようとしたら, appengine-jruby-jarsの0.0.7.preが必要だとエラーが出た．だけど，appengine-jruby-jarsをgem installし [...]]]></description>
			<content:encoded><![CDATA[<p>gemからappengine-jrubyを入れようとしたら, appengine-jruby-jarsの0.0.7.preが必要だとエラーが出た．だけど，appengine-jruby-jarsをgem installしても0.0.6しか入らない．gem update &#8211;systemでgemのバージョン上げたり，.gemrcでhttp://rubygems.org/をremote sourcesに追加したりしたがダメ．</p>
<p>そこで，rubygems.orgのappengien-jruby-jars 0.0.7.preのページを見てみた．</p>
<p><a href="http://rubygems.org/gems/appengine-jruby-jars/versions/0.0.7.pre">appengine-jruby-jars | RubyGems.org | your community gem host</a></p>
<p>$gem install appengine-jruby-jars &#8211;pre</p>
<p>正解はこのコマンドだそうだ．知らなかった．</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/04/13/appengine-jruby-jars-0-0-7-pre%e3%81%ae%e5%85%a5%e3%82%8c%e6%96%b9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Conf 2009「Advanced jQuery Best Practices」良い！</title>
		<link>http://blog.ryan5500.com/2010/04/11/jquery-conf-2009%e3%80%8cadvanced-jquery-bestpractices%e3%80%8d%e8%89%af%e3%81%84%ef%bc%81/</link>
		<comments>http://blog.ryan5500.com/2010/04/11/jquery-conf-2009%e3%80%8cadvanced-jquery-bestpractices%e3%80%8d%e8%89%af%e3%81%84%ef%bc%81/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 07:34:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/2010/04/11/jquery-conf-2009%e3%80%8cadvanced-jquery-bestpractices%e3%80%8d%e8%89%af%e3%81%84%ef%bc%81/</guid>
		<description><![CDATA[資料はこちら．
jquery conference 2009のTalks, Sundayにリンクがある．
コードと時々入る字面だけだが，していることは大変勉強になる．特にカスタムイベントを使う点は勉強になった．(live [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://events.jquery.com/jquery-conference-2009/presentations/jQueryConf.pdf">資料はこちら</a>．</p>
<p><a href="http://events.jquery.com/jquery-conference-2009/">jquery conference 2009</a>のTalks, Sundayにリンクがある．</p>
<p>コードと時々入る字面だけだが，していることは大変勉強になる．特にカスタムイベントを使う点は勉強になった．(live()を知れたし)</p>
<p>jQueryのベストプラクティスってまだないのか，あまり日本語リソースがない印象．日本ではそんなに使われてないのかな．jQuery始めたけどどう書くのがいいかわからない人，Rails + jQueryの構成で開発してる人におすすめ．</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/04/11/jquery-conf-2009%e3%80%8cadvanced-jquery-bestpractices%e3%80%8d%e8%89%af%e3%81%84%ef%bc%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQueryでfind()とfilter()の違い</title>
		<link>http://blog.ryan5500.com/2010/04/11/jquery%e3%81%a7find%e3%81%a8filter%e3%81%ae%e9%81%95%e3%81%84/</link>
		<comments>http://blog.ryan5500.com/2010/04/11/jquery%e3%81%a7find%e3%81%a8filter%e3%81%ae%e9%81%95%e3%81%84/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 06:58:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/?p=473</guid>
		<description><![CDATA[疑問に思ったので調べた．
$(&#8216;div&#8217;).find(&#8216;.someclass&#8217;)では，.someclassを持つ，divの子要素を返す．filterは.someclassを [...]]]></description>
			<content:encoded><![CDATA[<p>疑問に思ったので調べた．<br />
$(&#8216;div&#8217;).find(&#8216;.someclass&#8217;)では，.someclassを持つ，divの子要素を返す．filterは.someclassを持つdiv自体を返す．</p>
<p>filterのコメント部分に載っていた．<br />
<a href="http://api.jquery.com/filter/#comments">http://api.jquery.com/filter/#comments</a></p>
<p>試したソースは以下．<br />
<script src="http://gist.github.com/362553.js?file=jquery_func_test.html"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/04/11/jquery%e3%81%a7find%e3%81%a8filter%e3%81%ae%e9%81%95%e3%81%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQueryの$(document).ready()の短縮形</title>
		<link>http://blog.ryan5500.com/2010/04/11/jquery%e3%81%aedocument-ready%e3%81%ae%e7%9f%ad%e7%b8%ae%e5%bd%a2/</link>
		<comments>http://blog.ryan5500.com/2010/04/11/jquery%e3%81%aedocument-ready%e3%81%ae%e7%9f%ad%e7%b8%ae%e5%bd%a2/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 06:34:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.ryan5500.com/?p=471</guid>
		<description><![CDATA[$()で書けることを知った．ドキュメントにも載ってたみたい．
http://api.jquery.com/jQuery/#jQuery3

]]></description>
			<content:encoded><![CDATA[<p>$()で書けることを知った．ドキュメントにも載ってたみたい．<br />
<a href="http://api.jquery.com/jQuery/#jQuery3">http://api.jquery.com/jQuery/#jQuery3</a></p>
<p><script src="http://gist.github.com/362543.js?file=jquery_func_test.html"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryan5500.com/2010/04/11/jquery%e3%81%aedocument-ready%e3%81%ae%e7%9f%ad%e7%b8%ae%e5%bd%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
