Loved the presentation! Here are some time codes. 00:01 Intro 02:52 Viewport-percentage units 06:20 Intinsic Sizing 07:56 Css Variables 10:40 Chromestatus . com 11:09 Css feature detection in css 12:27 Css feature detection in JS 14:10 Sticky positioned elements 17:30 Clipping DOM elements 21:05 Screen sharing 23:08 Live microphone input 28:19 Speech-enabled web apps 33:20 Summary
@dzsingiszkan11 жыл бұрын
Cool. The Web Speech API is the most interesting for me :) Nice work guys :)
@yugandhardesigner11 жыл бұрын
Fantastic presentation. Hope all the AWESOME CSS features supports in all web browsers and & more thing I liked is the Web Speed API. REALLY HELPFUL.
@Natsukashii-Records11 жыл бұрын
To the devs over there at google who are doing an awesome job here on youtube, thanks guys. Just saw the community tab on the dashboard. Restraining freedom of speech has never been easier!
@ssndu11 жыл бұрын
very cool presentation
@FKasa11 жыл бұрын
The live guitar was great but giving verbal orders to chrome was amazing! Can we process the audio from a webRTC stream and record voice only for example?
@lennyhome11 жыл бұрын
At 5:00 I love how the guy sells the new percentage-based units as great, then goes ahead and demonstrates... a plethora of actual and conceptual bugs.
@Octamed11 жыл бұрын
Is there a reason why CSS variables aren't standard format? ie var thing = red; or Color thing = red; ?
@adamghanem778911 жыл бұрын
What's that launcher he uses at 29:46??
@EricBidelman11 жыл бұрын
It's called Alfred. Search the app store.
@RobertCasanova11 жыл бұрын
Nice talk, thank you.
@TheAsifMallik11 жыл бұрын
It would be even more awesome if CSS Variables can be directly accessible by JavaScript for example: CSS: body{ -webkit-var-color: 43; } body span{ font-size: -webkit-var(color); } JavaScript: window.onload = function(){ document.getElementById("color").value = window.CSS.variables.body.color; } document.getElementById("color").onkeyup=function(){ window.CSS.variables.body.color = document.getElementById("color").value; } Now whatever value is inputted will be the font size of the heading.
@job1ster11 жыл бұрын
did you notice the "death star plans" folder on his desktop? What the hell is he planning?!
@yosufbakah426511 жыл бұрын
i am looking to start car driving instractor
@78peterlein11 жыл бұрын
woooooow
@adamghanem778911 жыл бұрын
Thank you, I Goggle'd it (Google Goggles pun intended) but still thank you.