Tag: coding

  • Event Bubbling and Capturing in JavaScript

    Understanding Event Bubbling and Event Capturing phase in DOM and how to use it. Event Bubbling ———————— Event bubbling directs an event to its intended target, it works like this: A button is clicked and the event is directed to the button. If an event handler is set for that object, the event is triggered.…

  • MGGA – Codea Lesson 1 – Welcome to Codea – S2L17

    MGGA – Codea Lesson 1 – Welcome to Codea – S2L17

    https://i.ytimg.com/vi/Chcqoi0AZs0/hqdefault.jpg Codea https://itunes.apple.com/ca/app/codea/id439571171?mt=8 Up until now, I’ve been teaching the basics, teaching definitions and talking about ideas – to let your own imaginations go wild. Today, that changes, because we’re actually going to be using a gaming and programming engine right now, Codea. While it definitely doesn’t have the sophistication of more advanced gaming engines…

  • JavaScript Tutorial Part 1 – Lexical Environment

    JavaScript Tutorial For Beginners Learning Curve Books: http://www.learningcurvebook.net Follow me on Twitter: https://twitter.com/js_tut Follow on Instagram: https://www.instagram.com/javascriptteacher/ Follow on Facebook: https://www.facebook.com/javascriptteacher Learn about Lexical Environment in this JavaScript tutorial. A pretty good starting point into the language. JavaScript lexical scope, JavaScript lexical scope example, JavaScript lexical scope definition. Other potentially relevant keywords: let, var, scope,…

  • Bootstrap Grid – CSS Grids Series (part 13 – Footer)

    Bootstrap Grid – CSS Grids Series (part 13 – Footer)

    [ad_1] https://i.ytimg.com/vi/XNkOkzROU30/hqdefault.jpg — DevTips is a YouTube show about web design and development. “HTML5 Basics” Playlist: “CSS Basics” Playlist: “How to build a professional website from start to finish” Playlist: —- Follow the DevTips GitHub Page to get all the codez: https://github.com/DevTips DevTips now has a twitter account: Tweets by DevTipsShow Travis also tweets: Tweets…

  • HTML, CSS and JavaScript Tutorial

    How to create a basic website with HTML, CSS and JavaScript. Original source

  • Regular Expressions in JavaScript – #1 REGEX ULTRA BASICS

    A regular expression (or regex) is way to find strings within strings. It’s small code that when applied to a string, will give other strings – either the whole string or parts of the string. This video gives you the ULTRA BASICS of REGEX. Regexes most common use cases are: What can we use them…

  • Async + Await in JavaScript, talk from Wes Bos

    Flow Control in JavaScript is hard! Native Promises in JavaScript have helped immensely, but the syntax is still a little callback-y. With Async + Await, we can write synchronous looking code without losing any of the benefits of JavaScript’s asynchronous nature. Wes Bos explores how async + await works, best practices for flow control, and…

  • PHP and MySQL Tutorial | Defining Basic Patterns with Regular Expressions

    PHP and MySQL Tutorial | Defining Basic Patterns with Regular Expressions

    Want all of our free PHP / MySQL videos? Download our free iPad app at http://itunes.apple.com/us/app/video-training-courses-from/id418130423?mt=8 More … Original source

  • Electron Tutorial | MySQL Tutorial | NodeJS | How to connect to a MySQL database in Electron

    Electron Tutorial | MySQL Tutorial | NodeJS | How to connect to a MySQL database in Electron

    Hey Guys & Girls, In this video, I am going to show you how to work with Javascript, Electron, and NodeJS to Connect to MySQL Databases. #rashidcoder … Original source

  • How to make Tic-Tac-Toe in JavaScript Tutorial (Part 1)

    Let’s make tic-tac-toe on the HTML5 canvas! This video is part 1 – part 2 comes next week! Grab the code from GitHub: https://github.com/GeekLaunch/tic-tac-toe/tree/part-1 http://geeklaunch.net/ Follow GeekLaunch on Twitter: https://twitter.com/Geek_Launch Support GeekLaunch on Patreon: https://www.patreon.com/GeekLaunch GeekLaunch produces educational videos covering such topics as Linux, web development (including HTML5, CSS 3, JavaScript, and PHP), Java programming,…