Tag: (Programming

  • PHP MYSQL Registration form Part 1 – Lecture 76 (PHP Tutorial)

    PHP MYSQL Registration form Part 1 – Lecture 76 (PHP Tutorial)

    In this PHP video tutorials we will cover Wamp, comments, variables, strings, concatenation, functions, number, floats, arrays, boolean, casting, constants, … Original source

  • Thoughts On The Future Of JavaScript

    FREE COURSE – 5 Learning Mistakes Software Developers Make http://vid.io/xcHE SUBSCRIBE TO THIS CHANNEL: vid.io/xokz SUPPORT THIS YOUTUBE CHANNEL: vid.io/xokw Why JavaScript Is Doomed: https://simpleprogrammer.com/2013/05/06/why-javascript-is-doomed/ Career Story Playlist: https://www.youtube.com/playlist?list=PLjwWT1Xy3c4UR55IrHNC7xSzOG0CA3AaJ Thoughts On The Future Of JavaScript JavaScript… Well, we can’t deny that this is probably one of the most (if not the most) popular programming language.…

  • Game From Scratch 2- Modeling orange 3d character in maya

    https://i.ytimg.com/vi/ssmmMTrL2sc/hqdefault.jpg This the second video in Creating Game From scratch in this video we will Modeling Our orange Character in maya using The Referance images we prepared in in the Previous video source

  • WAPG 5 Collision Hit Detection DOM Programming JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/WAPG-5-Collision-Hit-Detection-DOM-Programming-JavaScript-Tutorial Learn collision and hit detection in the DOM. The DOM is the normal development environment. We already made collision and hit detection tutorials for the HTML5 canvas in my Canvas Bootcamp playlist, which you can find on my channel any time you want. Original source

  • Atom Editor Tutorials #18 – JavaScript Snippets

    In this Atom Editor Tutorial, I show you a package for writing fast JavaScript. Subscribe for more free tutorials https://goo.gl/6ljoFc Purchase this series for early access: https://goo.gl/MXOz56 Support Free Tutorials https://store.leveluptutorials.com/ The best shared web hosting http://www.bluehost.com/track/leveluptutorials/ Subscribe to Level Up Pro for extra features! https://store.leveluptutorials.com/products/pro Subscribe to the Level Up Newsletter http://eepurl.com/AWjGz To Support…

  • Writing a Pong game in JavaScript

    In this episode I write a Pong game in JavaScript from scratch. Some key technologies we will look at are * Object Oriented Programming * ES6 class with getter and setter * Canvas * requestAnimationFrame() * Handling user input Since we are writing ES6 this code might not run on all browsers yet. I was…

  • Login & Registration tutorial PHP and Mysql

    Login & Registration tutorial PHP and Mysql

    In this section we will begin setting up our database, as well as connecting to our database, and finally we will begin creating our User class to store all of our … Original source

  • Memory Game Programming JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Memory-Game-Programming-Tutorial In this programming exercise you can learn to create a JavaScript powered memory game that you can easily enhance and extend as your skills improve as a JavaScript programmer. We will use HTML and CSS for the looks and user interface. Original source

  • JavaScript Tutorial Design Your Website

    Learn Javascript and maney more stay tuned Original source

  • Dos and Donts: Best Practices When Learning JavaScript

    With every programming language, there’s a list of best practices; do’s and don’ts. JavaScript is no exception. Some of these best practices are there for your protection (like always always always using semi-colons!), some to make your code more readable and less error-prone, and some to increase the efficiency of your code. Don’t miss an…