Tag: learn to code

  • PHP Control Structures Tutorial #3 While Loops

    PHP Control Structures Tutorial #3 While Loops

    In this How To Code Well PHP video tutorial you will learn how to use the PHP while loops to iterate over a PHP array. I use a real world example of a outputting … Original source Link to this post!

  • PHP Control Structures Tutorial #4 For Loop

    PHP Control Structures Tutorial #4 For Loop

    In this How To Code Well PHP video tutorial you will learn how to use a PHP for loop to iterate over a PHP array. In this PHP tutorial I will demonstrate How to … Original source Link to this post!

  • PHP Control Structures Tutorial #5 Switch Statements

    PHP Control Structures Tutorial #5 Switch Statements

    In this How To Code Well PHP video tutorial you will learn how to use a PHP switch statement In this PHP tutorial I will demonstrate How to create a switch … Original source Link to this post!

  • JavaScript Lingo: Arrays & Objects

    How to identify an array or an object based on simple syntax, as well as what they are capable of doing. If you want to store more than one piece of information to a variable, you can do so by creating an array or an object. **Disclaimer: Objects in JS are not exactly the same…

  • Intermediate JavaScript Tutorial (Level 1)

    Play the remainder of Code School’s “JavaScript Road Trip Part 3” course here: https://www.codeschool.com/courses/javascript-road-trip-part-3 Original source Link to this post!

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