Tag: JavaScript (Programming Language)

  • JavaScript Tutorial für Anfänger #2 – Ausgaben

    In diesem Tutorial geht es um die ersten Ausgaben mit JavaScript. Folgt mir auf Twitter: https://twitter.com/TheMorpheusTuts Facebook: https://www.facebook.com/themorpheustutorials Github: https://github.com/TheMorpheus407/Tutorials Website: http://the-morpheus.de Unterstütze mich: https://www.patreon.com/user?u=5322110 Oder auf Paypal: https://www.paypal.me/TheMorpheus oder bestell auf Amazon über mich: http://amzn.to/2slBSgH oder bestell auf Amazon über mich: http://amzn.to/2slBSgH Unser Discord-Server: https://discord.gg/xW7k3xd Original source

  • JavaScript Tutorial – How to create Library?

    Code: https://github.com/webtunings/WebTuningsCanvas Facebook page: https://www.facebook.com/pages/WebTunings/339234242822202 Google+ plus.google.com/+webtunings Recommended JavaScript Book: Code snippets: https://github.com/webtunings Original source

  • Netflix JavaScript Talks – Version 7: The Evolution of JavaScript

    Jafar Husain discusses interesting features that can be used today in JS6, such as Object.observe, async functions and async generators, while also giving a peek at what’s being explored for JS7 to make async programming easier. Original source

  • 9.5: JavaScript setInterval() Function – p5.js Tutorial

    This video covers the setInterval() function in JavaScript in the context of p5.js. setInterval() allows you to execute a given function every N milliseconds. https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setInterval All examples: https://github.com/shiffman/Video-Lesson-Materials Solution to exercise mentioned: https://github.com/shiffman/Video-Lesson-Materials/blob/master/code_p5.js/9.2b_p5.js_setInterval/sketch.js Contact: https://twitter.com/shiffman Next video: https://youtu.be/-jysK0nlz7A All JavaScript/p5.js videos: https://www.youtube.com/user/shiffman/playlists?shelf_id=14&view=50&sort=dd Help us caption & translate this video! http://amara.org/v/Qbtb/ Original source

  • Flappy Bird #1 – HTML5 Game Programming Tutorial [javascript]

    My first simple mobile game using html5. The series will adress all necessary steps to create a full-fledged game from scratch using Javascript, html and css, and then port it to android and ios using the cocoonjs cloud compiler. Inspiration for the game is off course from the brilliant game by .gears studios. Play more…

  • Stop Writing JavaScript Frameworks – Joe Gregorio – OSCON 2015

    JavaScript frameworks seem like death and taxes; inevitable and unavoidable. But that’s not the way it needs to be, and actually, it must stop. A talk based on the zero framework manifesto: Slides: http://bit.ly/zf-preso-1 Blog post: http://bitworking.org/news/2014/05/zero_framework_manifesto Original source

  • JavaScript Tutorial für Anfänger #19 – Auslagern von Scripts

    In diesem Tutorial wollen wir uns ansehen, wie man JS-Scripts in eigene Dateien auslagert. Folgt mir auf Twitter: https://twitter.com/TheMorpheusTuts Facebook: https://www.facebook.com/themorpheustutorials Github: https://github.com/TheMorpheus407/Tutorials Website: http://the-morpheus.de Unterstütze mich: https://www.patreon.com/user?u=5322110 Oder auf Paypal: https://www.paypal.me/TheMorpheus oder bestell auf Amazon über mich: http://amzn.to/2slBSgH oder bestell auf Amazon über mich: http://amzn.to/2slBSgH Unser Discord-Server: https://discord.gg/xW7k3xd Original source

  • 10.4: Loading JSON data from a URL (Asynchronous Callbacks!) – p5.js Tutorial

    This video covers begins the process of working with APIs. The first step is just using a URL instead of a local JSON file. How does this change your code? How do you use a callback to known when the data is ready? All examples: https://github.com/shiffman/Video-Lesson-Materials Contact: https://twitter.com/shiffman Next video: JavaScript basics: HTML/CSS basics: Full…

  • What’s an Object in JavaScript?

    When you begin programming with JavaScript you might run across books, tutorials, and people who say “Everything in JavaScript is an object.” While it’s not 100% true (not *everything* is an object), it is *mostly* true. And sometimes this can be a bit surprising. Here’s a new mantra for your next (JavaScript programming) meditation session.…

  • Mathias Bynens: JavaScript ♥ Unicode

    This presentation explains the various ways in which JavaScript relies on Unicode, what the consequences are for JavaScript developers, and how ECMAScript 6 will make our lives a bit easier in this regard. First off, the basics of Unicode are explained. Once that’s out of the way, I’ll talk a little bit about different character…