Recommended
HTML5とデバイスの連携: 良いところ、悪いところ、未来のこと
small 画面でも、 BIG 画面でも、 今すぐ使えるレスポンシブ活用術
そんなトランザクションマネージャで大丈夫か?
Concentrated HTML5 & Attractive HTML5
2014年メディア工房勉強会 第1章「Webの仕組みとHTML5」
サーバーの初歩的な話セミナー@大阪20120901
Rubyで作るtwitter風webアプリケーション
Web標準技術の今とこれからを考える(村岡正和 ・ 秋葉秀樹)
学術出版のHTML5標準化とCSS組版――Scholarly HTMLとVivliostyle
あなたはどのタイプがお好き? イケメンHtml5系男子 ゲットのしかた
インタラクティブコンテンツにおけるHTML5とFlash
HTML5 Web Design Workflow
Web担当者Forumミーティング2013 Autumn 「マルチデバイス、HTML5がとりまくWebサイト制作とCMSの現在」
JavaScript on GitHub (#kyotojs)
More Related Content
HTML5とデバイスの連携: 良いところ、悪いところ、未来のこと
small 画面でも、 BIG 画面でも、 今すぐ使えるレスポンシブ活用術
そんなトランザクションマネージャで大丈夫か?
Concentrated HTML5 & Attractive HTML5
Similar to HTML5概要、コードサンプル (20)
2014年メディア工房勉強会 第1章「Webの仕組みとHTML5」
サーバーの初歩的な話セミナー@大阪20120901
Rubyで作るtwitter風webアプリケーション
Web標準技術の今とこれからを考える(村岡正和 ・ 秋葉秀樹)
学術出版のHTML5標準化とCSS組版――Scholarly HTMLとVivliostyle
あなたはどのタイプがお好き? イケメンHtml5系男子 ゲットのしかた
インタラクティブコンテンツにおけるHTML5とFlash
HTML5 Web Design Workflow
Web担当者Forumミーティング2013 Autumn 「マルチデバイス、HTML5がとりまくWebサイト制作とCMSの現在」
JavaScript on GitHub (#kyotojs)
More from ourmaninjapan (17)
The status of living HTML (highlights)
W3C Widgets: Why should I care?
Widgets in theory and in practice
Mobile web development without developing a mobile site
HTML5: New capabilities, new markup
「Network Service Discovery API ができました!」 と言われた時
HTML5概要、コードサンプル
15. window.ondevicemotion =
function(event) {
// event.acceleration オブジェクト :
// {x: 0, y: 0, z: -9.81}
// event.rotationRate オブジェクト :
// {alpha: 0, beta: 0, gamma:
-v/r*180/pi}
}
Device Orientation APIDevice Orientation API
デバイスオリエンテーションデバイスオリエンテーション
●
●
17. System Information APISystem Information API
システム情報システム情報
navigator.system.monitor("Thermal",
success);
function success(thermal) {
// thermal オブジェクト :
// thermal.state = 気温
}
19. WebSocket API, Server Sent EventsWebSocket API, Server Sent Events
ウェブソケット、サーバセントイベントウェブソケット、サーバセントイベント
// ウェブソケットの作成
var socket =
new
WebSocket('ws://example.com/update');
socket.onopen = function () {
// 接続する時に実効するコード
setInterval(function() {
if (socket.bufferedAmount == 0)
socket.send(getUpdateData());
}, 50);
};
Editor's Notes #8: http://media.chikuyonok.ru/ambilight/
#11: http://appear.in
http://savanna.webcrow.jp/pw/index.html
#12: http://appear.in
http://savanna.webcrow.jp/pw/index.html
#15: http://daniemon.com/tech/test/car/
#19: http://appear.in