タグ

2012年5月16日のブックマーク (4件)

  • jQueryを使ってスマートフォン用のイベントを扱ってみた - SUSH-i LOG

    スマートフォン用のサイトを作る場合は、jQuery Mobileやら、jQTouchやら、Sencha Touchやら色々ありますが、ちょっとそこまで必要ないときに、スマートフォン特有のイベントをjQueryを使って扱えないか触ってみました。 スマホ特有のイベント スマホ特有のイベントは幾つかありますが、今回は特に使われるであろうタッチ、スライド、ピンチイン、ピンチアウトに重点を置いて調べてみました。 上記操作に必要なイベントは以下の通りです。 touchstart touchmove touchend touchcancel gesturestart gesturechange gestureend 「touch***」というイベントが画面に指でタッチした、している時のイベント、「gesture***」というイベントが「二指以上」の操作(ピンチイン、ピンチアウト、回転等)を行っている時

    jQueryを使ってスマートフォン用のイベントを扱ってみた - SUSH-i LOG
  • スマートフォンUXの最前線 に参加してきた #webcat - Diary of absj31

    【増員しました!】スマートフォンUXの最前線 : ATND USTREAM: スマートフォンUXの最前線 2012/05/15 スマートフォンUXの最前線 #webcat - Togetter (写真:会場を含む高層ビルを、雨の中東京駅と併せて。) スマホ&UIという、個人的に興味を引くキーワードな勉強会の情報をキャッチしたので、この日参加して来ました。 会場はグラントウキョウサウスタワー 41Fアカデミーホール@東京駅。転職支援の『リクルートエージェント』さんのフロアになります。ビル自体は東京駅付近にある『八重洲ブックセンター』の、道路を挟んで対面に立つビルですね。 天候(雨)の都合もあり、5分ほど押した形で開始。以下メモです。 講演1:『iOSデバイスの進化に伴うアプリ開発とデザインの変遷』 HMDT株式会社代表取締役 木下 誠 氏(TwitterID:@mkino) 自己紹介: OS

    スマートフォンUXの最前線 に参加してきた #webcat - Diary of absj31
  • Git - Book

    The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license. Print versions of the book are available on Amazon.com. The version found here has been updated with corrections and additions from hundreds of contributors. If you see an error or have a s

  • Plugins | jQuery Learning Center

    A jQuery plugin is simply a new method that we use to extend jQuery's prototype object. By extending the prototype object you enable all jQuery objects to inherit any methods that you add. As established, whenever you call jQuery() you're creating a new jQuery object, with all of jQuery's methods inherited. The idea of a plugin is to do something with a collection of elements. You could consider e