Tag: javascript tutorial

  • 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…

  • Javascript Tutorial 34: Introduction To Recursion

    Learn what is recursion and how to use concept of recursion in javascript.Website: http://codedamn.com Facebook: http://facebook.com/codedammmn Twitter: http://twitter.com/codedammer Original source

  • Google I/O 2011: JavaScript Programming in the Large with Closure Tools

    Michael Bolin Most developers who have tinkered with JavaScript could not imagine writing 1,000 lines of code in such a language, let alone 100,000. Yet that is exactly what Google engineers have done using a suite of JavaScript tools named “Closure” to produce many of the most popular and sophisticated applications on the Web, such…

  • Javascript Events Tutorial Part 2 – Javascript Tutorials for Beginning Web Development

    In the last video, I covered Javascript Events for new Javascript Web Developers. Let’s get a little more complex with those events by adding a loop and some different types of event listeners. Here’s the source code: http://codepen.io/anon/pen/doZbPQ?editors=101 And here’s all the key codes: https://css-tricks.com/snippets/javascript/javascript-keycodes/ A web developer often needs to add an event to…

  • Loops in Javascript – Programming Virgin

    Javascript Loops: https://codebabes.com/courses/programming-virgin/programming-loops Main JS course!: https://codebabes.com/courses/programming-virgin-javascript In programming there is a lot of repetition. That’s the thing about computers, they can do stuff over and over again really efficiently. When you’re writing code for a program, there is a shortcut for doing things over and over again. It’s called a loop. Let’s say you…

  • HTML5 + Javascript Date Time Form Input Types Tutorial Date and Time Fields

    Tutorial Script: http://www.developphp.com/video/HTML/Date-Time-Form-Input-Type-Tutorial Learn to program HTML5 Date and Time Form input attributes and tie the fields to Javascript for Ajax PHP processing. Use Opera for testing until the other browser vendors fix their stuff up. 2014 is the release date for HTML5 as a web standard, until then do not count on it. But…

  • Javascript effects: trigger animations & transitions on SVGs

    Triggering animations and transitions on SVG graphics using Javascript. Code & tutorials: http://learn-the-web.algonquindesign.ca/topics/javascript-effects/ Original source

  • JavaScript Tutorial For Beginners #15 – Logical Operators

    In this JavaScript tutorial for beginners, I’ll show you the two logical operators we can use with our control flow statements (such as if statements and loops). The two operators are the AND operator ( && ) and the OR operator ( || ) . The AND logical operator can be used when you need…

  • Sebastian McKenzie: JavaScript Transformation | JSConf US 2015

    I made the open source project Babel and will be presenting on how JavaScript transformation and ES6 can help improve developer workflow and how it can futureproof their code. Not only transpilation to ES6 but how Babel has support for Flow, JSX and React so it can be integrated into many workflows extremely nicely. There…

  • Beginner JavaScript Tutorial – 15 – if/else Statement

    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