-
Crockford on JavaScript – Volume 1: The Early Years
Douglas Crockford puts the JavaScript programming language in its proper historical context, tracing the language’s structure and conventions (and some of its quirks) back to their roots in the early decades of computer science. Original source
-
PHP MySQL Login Tutorial – Check if Username Exists
In another PHP MySQL login tutorial I’ll teach you how to check if the users username exists already before it’s created. This will stop multiple users from having the same username. All PHP… Original source
-
Dave Herman: The Future of JavaScript
Mozilla Labs engineer and TC39 representative Dave Herman joined us at YUIConf 2011 to give this keynote talk on the future of JavaScript, covering many of the new features currently under consideration for ES6, the next edition of the ECMAScript standard. Original source
-
PHP Tutorial – 23 – Adding Tables to MySQL Database
Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ – https://plus.google.com/+BuckyRoberts LinkedIn – https://www.linkedin.com/in/buc… Original source
-
PHP & MySQL Tutorial 28 – Array implode and explode functions
Sample code: http://codemahal.com/video/array-implode-and-explode-functions/ Original source
-
[MySQL Tutorial]: Basic Queries (Select, Update, Delete, Insert)
In this video I discuss the basic MySQL queries, including select, update, delete and insert. The goal is to show the basic syntax of the query and thus none of them are highly complicated…. Original source
-
Python Webcrawler D3 Javascript Tutorial 16
Code for tutorials can be found at my github repository. Even more code is available for free here as well. http://github.com/creeveshft In this tutorial I use python on the server and install a python module, I also download an example file from the D3 javascript libraru that we will be using to visualize out web…
-
Create Nested Grids for Advanced Layouts – Bootstrap Basics
[ad_1] https://i.ytimg.com/vi/vHPBj1L60Zg/hqdefault.jpg Grids go a long way in Bootstrap, here’s an example of creating a more advanced grid structure. *********************************** This video is part of our free YouTube course titled “Bootstrap 3 Basics”. Get all the videos here: https://www.youtube.com/playlist?list=PLMn5njlZlGj0Krx8GL5plWMl8qGkuoCOm *********************************** Subscribe to our YouTube channel today to get more awesome online marketing tips, free online…
-
CALCULATOR JavaScript Tutorial
How to make a simple calculator in JavaScript and SCSS/Sass. Still subject to rounding errors! 🙂 Grab the code from GitHub: https://github.com/GeekLaunch/calculator More about rounding errors in JavaScript: https://stackoverflow.com/questions/1458633/how-to-deal-with-floating-point-number-precision-in-javascript 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 Closures – Programming With Anthony
In today’s video, we’re going to explore the concepts of closures in JavaScript and PHP. During this quick exploration, we’ll talk a little bit about variable scope and the difference between scoping in JS and PHP. Blog: http://blog.ircmaxell.com Twitter: https://twitter.com/ircmaxell Original source