Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
HTML5
Search
Mike McQuaid
June 05, 2012
Programming
5
2k
HTML5
An outline for non-web developers of the new technologies in HTML5.
Mike McQuaid
June 05, 2012
Tweet
Share
More Decks by Mike McQuaid
See All by Mike McQuaid
Ruby on (Guard)Rails
mikemcquaid
0
34
Workbrew - Homebrew for Mac Admins
mikemcquaid
1
59
Using "modern" Ruby to build a better, faster Homebrew
mikemcquaid
3
4.5k
Homebrew's Evolution
mikemcquaid
0
150
Open Source: boundaries, burnout, business
mikemcquaid
0
430
Homebrew’s Great Migration: moving to GitHub Packages with zero downtime
mikemcquaid
0
410
Building effective relationships
mikemcquaid
0
170
Homebrew - What's Happened and What's Next?
mikemcquaid
0
150
The Best Project
mikemcquaid
0
150
Other Decks in Programming
See All in Programming
これが俺の”自分戦略” プロセスを楽しんでいこう! - Developers CAREER Boost 2024
niftycorp
PRO
0
190
php-conference-japan-2024
tasuku43
0
330
Effective Signals in Angular 19+: Rules and Helpers @ngbe2024
manfredsteyer
PRO
0
140
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
260
useSyncExternalStoreを使いまくる
ssssota
6
1.2k
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
3
520
ある日突然あなたが管理しているサーバーにDDoSが来たらどうなるでしょう?知ってるようで何も知らなかったDDoS攻撃と対策 #phpcon.2024
akase244
1
160
テストコード文化を0から作り、変化し続けた組織
kazatohiei
2
1.5k
コンテナをたくさん詰め込んだシステムとランタイムの変化
makihiro
1
140
Exploring: Partial and Independent Composables
blackbracken
0
100
短期間での新規プロダクト開発における「コスパの良い」Goのテスト戦略」 / kamakura.go
n3xem
2
170
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
490
Featured
See All Featured
For a Future-Friendly Web
brad_frost
175
9.4k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Facilitating Awesome Meetings
lara
50
6.1k
Speed Design
sergeychernyshev
25
670
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
26
1.9k
Navigating Team Friction
lara
183
15k
How To Stay Up To Date on Web Technology
chriscoyier
789
250k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.1k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Transcript
Mike McQuaid
Offline, File Access & Storage
Cookies Plugins Browser-specific APIs
Application Cache localStorage Web SQL IndexedDB Online/Offline Events Filesystem API
Connectivity
Ajax Plugins
Web Sockets Server Sent Events
Semantics
<div id=‘header’ /> <div class=‘section’ /> <div class=‘article’ /> <div
id=‘footer’ />
<header /> <section /> <article /> <footer />
Audio/Video
Plugins
<video /> <audio /> <track />
3D/Graphics
Plugins VRML
WebGL Canvas SVG 3D CSS Transforms
Presentation
Plugins
CSS3 CSS Columns 2D Transforms Transitions Web Fonts
Performance
Server Processing Plugins
Javascript JIT CSS/Canvas Acceleration Native Client Web Fonts CSS3 Developer
Tools
Nuts & Bolts
Page Visibility API Prerendering History API Web Intents
Questions?