Tag: Chrome

  • Old vs New JavaScript – HTTP203

    Jake and Surma look at the modern JS & web features we take for granted. Subscribe to the channel! → http://bit.ly/ChromeDevs1 Watch more HTTP203 → http://bit.ly/2sPq2LB Listen to the HTTP203 podcast for more content! → http://bit.ly/2Kryv2y Itunes → https://apple.co/2IQagG6 Original source

  • ECMAScript 6 / ES6 New Features – Tutorial 5 – Classes

    Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ – https://plus.google.com/+BuckyRoberts LinkedIn – https://www.linkedin.com/in/buckyroberts reddit – https://www.reddit.com/r/thenewboston/ Support – https://www.patreon.com/thenewboston thenewboston – https://thenewboston.com/ Twitter – https://twitter.com/bucky_roberts Original source

  • Chrome 61: JavaScript Modules, WebUSB, WebShare and more

    Chrome 61 now supports JavaScript modules natively, unifying the way modular JavaScript can be written. You can now use navigator dot share to trigger the native Android share dialog. And the WebUSB API has landed, allowing web apps to access user permitted USB devices. Pete LePage has all the details and how you can use…

  • Google I/O 2012 – Breaking the JavaScript Speed Limit with V8

    Daniel Clifford Are you are interested in making JavaScript run blazingly fast in Chrome? This talk takes a look under the hood in V8 to help you identify how to optimize your JavaScript code. We’ll show you how to leverage V8’s sampling profiler to eliminate performance bottlenecks and optimize JavaScript programs, and we’ll expose how…

  • Javascript Parallax Effect Explained

    PART 2 HERE We go through some raw ins and outs of doing the famed parallax effect. It seems to be a big deal lately. This is by NO means the only way to do this, but this is the one I like. I use webkit transform instead of margin-top because of performance. To make…

  • Blender Materials Tutorial – Making Simple Metal Materials Using the Cycles Render (Chrome, Gold)

    Blender Materials Tutorial – Making Simple Metal Materials Using the Cycles Render (Chrome, Gold)

    https://i.ytimg.com/vi/QrGeZWkOomA/hqdefault.jpg This tutorial shows how to set up basic metal materials using the Cycles Render. It shows how to set up and light a simple scene and how to mix shaders to make silvery and golden materials. Simply changing the default Diffuse shader to the Glossy shader gives a highly reflective metal appearance but it…

  • Structural and Sampling (JavaScript) Profiling in Google Chrome

    Slow JavaScript code on your pages? Chrome provides both a sampling, and a structural profiler to help you track down, isolate, and fix the underlying problem. Tune in to learn how to use both profilers, and how to improve your own workflow to build better, faster browser applications! We’ll talk about chrome://tracing, the built-in JS…

  • V8, modern JavaScript, and beyond – Google I/O 2016

    Join Seth Thompson as he talks about V8, modern JavaScript, and beyond. JavaScript powers the modern web and countless servers running Node.js. Chrome’s V8 engine is faster than ever at running JavaScript code and now includes powerful new ES2015 features to give developers more control over how they write their apps. Listen to Seth Thompson…

  • JavaScript Tutorial Teil 1 – Einführung, Integration mit HTML und Hallo Welt

    Dies ist der erste Teil meines JavaScript-Kurses. In diesem ersten Teil gebe ich eine allgemeine Einführung über die Skriptsprache JavaScript, außerdem schauen wir uns an wie man JavaScript in eine HTML-Seite einfügt und schreiben ein erstes Hallo-Welt-Programm. Zusätzlich erkläre ich noch ansatzweise wie man die Entwicklerkonsole in Google Chrome für JavaScript nutzt. Meine vorbereitete HTML…