-
JavaScript Tutorial for Beginners – 20 – Objects Part 3
In this video we continue on with objects. Original source
-
PHP & MySQL Tutorial 44 – Generating unique IDs and random strings (uniqid and md5 functions)
This tutorial explains how to generated unique ID strings using the uniqid() function and how to generate random strings using the md5 function. Sample code: … Original source
-
JavaScript Tutorial for Beginners – 22 – String Object
In this video we will discuss the string object. Original source
-
JavaScript Tutorial 34 – Redirect Page in JavaScript
In this video tutorial I go over how to redirect a page in JavaScript. With timing events it is possible to also display a message to your visitors about your page being moved to a new location, so also go over redirecting after a set timer. Original source
-
create mysql database, tables and insert data using php functions
create mysql database, tables and insert data using php functions in this video you will learn how you can create database and tables using wampserver and phpmyadmin….and you will be able… Original source
-
Advanced JavaScript – IIFE And The Module Pattern
——— THIS VIDEO IS SPONSORED BY ————– The Tech Academy http://ow.ly/RAMO30fE7Oc HipsterCode (my website) https://www.hipstercode.com/ JOIN MY SLACK CHANNEL https://www.patreon.com/chrishawkes Original source
-
Advanced JavaScript – This Keyword
THIS VIDEO IS SPONSORED BY The Tech Academy http://ow.ly/RAMO30fE7Oc HipsterCode https://www.hipstercode.com/ Original source
-
Javascript countdown timer tutorial setTimeout clearTimeout programming html
Lesson Code: http://www.developphp.com/video/JavaScript/Countdown-Timer-Tutorial-setTimeout-clearTimeout Learn to program Javascript countdown scripts that will update your HTML page when the timer reaches zero. We use a custom function that utilizes setTimeout and clearTimeout to start the countdown, as well as making it shut off when the countdown reaches 0 and updating the page. Original source