Tag: (Programming

  • Javascript Tutorial – 2 – Basic Syntax

    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

  • Learn to code a to-do list app in JavaScript – Part 1

    We’re building a to-do list application from a simple design sketch, using HTML, CSS and JavaScript. This video was meant to introduce you to DOM manipulation and Event handlers in JavaScript, all that while building something cool and useful! Code repository: https://github.com/themaxsandelin/todo Design files: https://www.dropbox.com/sh/yq0qm8xtfguufyb/AAB6z26DddNyjbUhlDb12kBNa?dl=0 Hope you learned something new, and if you enjoyed the…

  • User Profile Picture Uploader Tutorial | HTML, PHP, MySQL

    User Profile Picture Uploader Tutorial | HTML, PHP, MySQL

    This is a tutorial which shows you how to create a profile picture uploader from scratch using HTML, PHP and MySQL !! If you want to request a video feel free to … Original source

  • What the… JavaScript?

    Kyle Simpsons talk for Forward 2 attempts to “pull out the crazy” from JavaScript. He wants to help you produce cleaner, more elegant, more readable code, then inspire people to contribute to the open source community. JavaScript Training from NewCircle: http://crcl.to/72rru http://forwardjs.com/ Original source

  • JavaScript Tutorial Teil 2 – Codestruktur, Variablen, Arithmetische Operatoren

    In diesem zweiten Teil meines JavaScript-Kurses geht es um die grundlegende Codestruktur und es werden dann Variablen eingeführt. Außerdem wird erklärt wie man mit Variablen rechnet bzw. arithmetische Operatoren verwendet, und Strings aneinander hängt. Original source

  • Tutorial – Criar jogo em javascript e html 5

    Como criar um jogo em javascript – criar jogo do zero com html e JavaScript ? Código e imagens para download: https://goo.gl/hPv1N3 ? Baixe meu jogo DE GRAÇA https://goo.gl/SpZXSt ? Curta minha página no Facebook: https://goo.gl/hjGZu4 ? Minhas redes sociais: https://goo.gl/2CmWcX ☑️ INSCREVA-SE: https://goo.gl/cWthD2 Meus contatos facebook: https://goo.gl/hjGZu4 instagram: https://goo.gl/oZzddF twitter: https://goo.gl/UGRJFF email: contato@filipealves.com.br Original…

  • Prototypes in JavaScript – FunFunFunction #16

    Let’s say that you have a food type, and you want to make lots of different instances of that food, such as waffles, and I don’t know why you’d want any other food than waffles, but maybe you like carrots or something. In that context, *food* is the prototype of *waffles* and *carrots*. Some of…

  • Coding Challenge #66: JavaScript Countdown Timer

    In this video, I use the p5.js library to create a web-based countdown timer. I discuss the native JavaScript method setInterval() and well as p5’s millis(). Support this channel on Patreon: https://patreon.com/codingtrain To buy Coding Train merchandise: https://codingtrain.storenvy.com Send me your questions and coding challenges!: https://github.com/CodingTrain/Rainbow-Topics Contact: Twitter: https://twitter.com/shiffman The Coding Train website: http://thecodingtrain.com/ Links…

  • javascript callback functions tutorial

    fundamentals of Callback function in javascript explained – How to pass functions as parameters. – understanding callback hell – use of callback functions Original source

  • Douglas Crockford: The JavaScript Programming Language

    In this 2007 presentation at Yahoo!, which is meant to be the beginning of a three-course sequence (followed by “Theory of the DOM” and then “Advanced JavaScript”), Douglas Crockford explores not only the language as it is today but also how the language came to be the way it is. Note: there’s a title at…