こんにちは。 午前中の基調講演には多くの皆様にご来場いただきましてありがとうございました。 時間の都合上、途中で終了となりました理事長の丸山より、早速資料をいただきましたので、掲載いたします。 基調講演:Androidの次の飛躍を考える —Webアプリ/HTML5開発の新しい動向 (PDF形式) 読み応えのある内容となっておりますので、ぜひご一読ください。
//set Full Screenwithout StatusBar var ua = navigator.userAgent.toLowerCase(); $.browser.android = /android/.test(ua); $.browser.iphone = /iphone/.test(ua); var portraitHeight,landscapeHeight; window.onload = function(){ ! $("html,body").height("1000px"); ! if($.browser.iphone){ ! ! $("body").css("position","relative"); ! } ! setTimeout(function(){ ! ! scrollTo(1,0); ! ! setTimeout(function(){ ! !
制限 同時に再生できる音源は1ファイルのみ 再生できるタイミングはユーザイベントのハンドラ内だけ プリロード不可 OS自体のサイレントモードと連動せず BGMを流すだけならこんな方法も $('<div>BGMを再生しますか?</div>').appendTo('body').click(function () { $(this).remove(); (new Audio('bgm.mp3')).play(); }); $('body').on('click', 'a', function (e) { e.preventDefault(); $.get($(this).attr('href')).success(function (html) { $('body').html(''); $('body').append($(html).find('body')); }) });
The document discusses the challenges of progressive enhancement in mobile web design, emphasizing the importance of creating accessible and user-friendly experiences despite varying browser capabilities. It explores concepts like graceful degradation and the significance of semantic HTML, alongside practical examples of implementing progressive enhancement techniques. Additionally, the presentati
Internet Explorer 10とマイクロソフトにとってのHTML5 in 岡山AI-enhanced description This document discusses new features in HTML5 including geolocation, Canvas, and SVG graphics. It highlights native support for HTML5 in Windows and provides links to resources on HTML5, CSS3, JavaScript, and video/audio tags from Microsoft and other sites. Examples are given of Canvas drawing, responsive video playback, and embed
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く