<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/chromeapps/">
    <title>chromeapps @ ウィキ</title>
    <link>http://w.atwiki.jp/chromeapps/</link>
    <atom:link href="https://w.atwiki.jp/chromeapps/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>chromeapps @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2012-04-29T18:18:14+09:00</dc:date>
    <utime>1335691094</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/43.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/42.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/41.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/40.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/39.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/38.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/37.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/36.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/35.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/chromeapps/pages/34.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/43.html">
    <title>タイマーアプリ ver1.2</title>
    <link>https://w.atwiki.jp/chromeapps/pages/43.html</link>
    <description>
          </description>
    <dc:date>2012-04-29T18:18:14+09:00</dc:date>
    <utime>1335691094</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/42.html">
    <title>jQuery mobile プラグインの紹介その2</title>
    <link>https://w.atwiki.jp/chromeapps/pages/42.html</link>
    <description>
          </description>
    <dc:date>2012-04-28T00:27:25+09:00</dc:date>
    <utime>1335540445</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/41.html">
    <title>How to be heard ver1.0</title>
    <link>https://w.atwiki.jp/chromeapps/pages/41.html</link>
    <description>
      スペースお借りいたします.
今回, 作ってみたのは英語の発音練習アプリです.
一応, Chrome Extension です.

ここの Wiki に掲載されている, Extension の作り方と, style については, 随分と参考にさせていただきました.

使い方
注意) マイクを接続しないとうまく動きません.
1) ユーザーは, 左上の入力フォームへ単語(文でも良い)を入力する.
2) speak ボタンをクリックし, 1) で入力した単語を話す.
3) 音声認識に成功すれば, speak ボタンの下に, 認識された音声がテキストで表示される.

発音が正しいかどうかの結果について

1) で入力した単語と, 2) でユーザーが話した単語との近さによって, 以下のようにアラームが表示されます.
ユーザーの話した単語とフォームへ入力した単語が, ほぼ同じだった場合, Great!
ユーザーの話した単語とフォームへ入力した単語が, 近いけど少し違う場合, Good!
そうでなければ, Bad!

使用している技術

chrome.experimental.* APIs の chrome.experimental.speechInput

【コメント】
Chrome Extension の音声認識モジュール（？）である, speechinput を利用しています.
しかしながら, 2012/4/26 現在, speechinput は, まだ試験的な Chrome API (experimental.* API と呼ばれるもの? )であるそうです.
なので, speechinput を利用するためには, manifest.json の記述と, Chrome の設定を少し変更する必要があるみたいです.
私の場合, 以下のように変更を加えたらうまくいきました.

1) manifest.json に, 次を加える.
&quot;permissions&quot; : &quot;experimental&quot;
2) Chrome のアドレスバーに, chrome://flags/ と入力し Enter を押す. すると, 試験運用機能の設定画面のようなものが表示される. 表示された項目のうち, &quot;試験運用版の拡張機能 API&quot; というもの    </description>
    <dc:date>2012-04-27T00:09:05+09:00</dc:date>
    <utime>1335452945</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/40.html">
    <title>jQuery mobile プラグインの紹介その１</title>
    <link>https://w.atwiki.jp/chromeapps/pages/40.html</link>
    <description>
      jQuery mobileのプラグインを紹介します。

機能

タッチパネルで操作する場合、スワイプしてページを移ることができます。
普通のＰＣで開くと左と右に矢印が出るのでそれをクリックすることでページを移ることができます。

導入方法
以下のＵＲＬからjsとcssファイルをダウンロードして使ってください。
https://github.com/filamentgroup/jqm-pagination

#comment()

jQuery mobile1.html

 &lt;!DOCTYPE html&gt;
 &lt;html lang=&quot;ja&quot;&gt;
 &lt;head&gt;
   &lt;meta charset=&quot;utf-8&quot;&gt;
   &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot;&gt;
   &lt;title&gt;sample1&lt;/title&gt;
   &lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css&quot; /&gt;
 &lt;!-- jquerymobileのcssの後に追記 --&gt;
 &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;./jquery.mobile.pagination.css&quot; /&gt;
   &lt;script src=&quot;http://code.jquery.com/jquery-1.6.4.min.js&quot;&gt;&lt;/script&gt;
   &lt;script src=&quot;http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js&quot;&gt;&lt;/script&gt;
 &lt;!-- jquerymobileのjsの後に記述 --&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;./jquery.mobile.pagination.js&quot;&gt;&lt;/script&gt;
 
 &lt;/head&gt;
 
 &lt;body&gt;
 &lt;section data-role=&quot;page&quot; id=&quot;page01&quot;&gt;
 &lt;header data-role=&quot;    </description>
    <dc:date>2012-04-26T21:41:49+09:00</dc:date>
    <utime>1335444109</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/39.html">
    <title>でんた君</title>
    <link>https://w.atwiki.jp/chromeapps/pages/39.html</link>
    <description>
      [[電卓アプリ]]のＵＩを少しまともにして、機能不足を少し解消しました。

変更点
小数点の計算も可能になりました。
jQueryでUIをまともにしました。

-cal.html
 &lt;html&gt;
 &lt;head&gt;
   &lt;meta charset=&quot;utf-8&quot;&gt;
   &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot;&gt;
   &lt;title&gt;でんた君&lt;/title&gt;
   &lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css&quot; /&gt;
   &lt;script src=&quot;http://code.jquery.com/jquery-1.6.4.min.js&quot;&gt;&lt;/script&gt;
   &lt;script src=&quot;http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js&quot;&gt;&lt;/script&gt;
 
 &lt;script language=&quot;JavaScript&quot;&gt;&lt;!--
 total = 0;
 input = &quot;&quot;;
 cal = 0;
 work= new Array(&quot;&quot;,&quot;+&quot;,&quot;-&quot;,&quot;*&quot;,&quot;/&quot;)
 f = 1;
 
 function Value(Data){
  f=0;
  input += Data;
  document.myForm.myLine.value = input;
 }
 function C(){
  input=&quot;&quot;;
  total=0;
  document.myForm.myLine.value = input;
 }
 
 function Calc(Data){
  if(f == 0){
   f = 1;
   total = total + work[cal] + input;
   total = eval(total);
   input = &quot;&quot;;
   document.myForm.myLine.value = total;
  }
  if(Data =    </description>
    <dc:date>2012-04-24T20:18:20+09:00</dc:date>
    <utime>1335266300</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/38.html">
    <title>割り勘君（仮）</title>
    <link>https://w.atwiki.jp/chromeapps/pages/38.html</link>
    <description>
          </description>
    <dc:date>2012-04-23T23:06:04+09:00</dc:date>
    <utime>1335189964</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/37.html">
    <title>タイマーアプリ ver1.1</title>
    <link>https://w.atwiki.jp/chromeapps/pages/37.html</link>
    <description>
          </description>
    <dc:date>2012-04-22T23:30:16+09:00</dc:date>
    <utime>1335105016</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/36.html">
    <title>冷蔵庫管理</title>
    <link>https://w.atwiki.jp/chromeapps/pages/36.html</link>
    <description>
          </description>
    <dc:date>2012-04-22T22:56:46+09:00</dc:date>
    <utime>1335103006</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/35.html">
    <title>ボールを転がすアプリ</title>
    <link>https://w.atwiki.jp/chromeapps/pages/35.html</link>
    <description>
      HTML5 の canvas を練習するために作りました。
マウスでキャンバス上のボールを転がすアプリです。

使い方

キャンバス上を適当にクリックすると、赤いボールがクリックされた方向へ転がります。
ボールは徐々に減速し、最後には止まります。

使用している技術

html5 の canvas
javascript

【バグ】
-たまに、ボールが壁をすり抜けてしまう。

以下、ソースを掲載します。
-bound.html

 &lt;!DOCTYPE html&gt;
 &lt;html lang = &quot;ja&quot; &gt;
   &lt;head&gt;
     &lt;meta charset = &quot;UTF-8&quot;&gt;
     &lt;title&gt; アニメーションサンプル &lt;/title&gt;
     &lt;style type = &quot;text/css&quot;&gt;
       &lt;!-- キャンバスの定義 --&gt;
       #id_canvas
       {
         position :  absolute;
         top      :     0px;
         left     :     0px;
         z-index  :         1;
       }
     &lt;/style&gt;
     &lt;script src = &quot;./utility.js&quot; &gt;&lt;/script&gt;
     &lt;script type = &quot;text/javascript&quot; &gt;
 // --------------------------
 // ---- コールバック関数 ----
 // --------------------------
 // マウスクリック時に呼ばれる関数
 mouseClkEv = function mouseClickEvent( e_ )
 {
   var rect = e_.target.getBoundingClientRect();
   var mouseClickX = e_.clientX - rect.left;
   var mouseClickY = e_.clientY - rect.top;
   ball.dirTo( mouseClick    </description>
    <dc:date>2012-04-26T22:41:04+09:00</dc:date>
    <utime>1335447664</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/chromeapps/pages/34.html">
    <title>jQuery Mobileの機能を実験</title>
    <link>https://w.atwiki.jp/chromeapps/pages/34.html</link>
    <description>
          </description>
    <dc:date>2012-04-22T16:30:43+09:00</dc:date>
    <utime>1335079843</utime>
  </item>
  </rdf:RDF>
