JavaScript Console Log Tutorial Chrome Firefox IE Browsers

Learn to use and read output from the console.log() method in JavaScript. Handy for reading values during application development, helpful for debugging, seeing script errors and more. var mystring = “hello world”; console.log( mystring ); Google Chrome – Ctrl + Shift + J Firefox – Ctrl + Shift + K IE – F12 Key then […]

Read More

PHP PDO Prepared Statements Tutorial

Lesson Code: http://www.developphp.com/video/PHP/PDO-Prepared-Statements-PHP-Tutorial Learn to create PDO Prepared Statements and quickly discover its key benefits. In the very next video tutorial, you can learn to create prepared statements using mysqli. Prepared statements work for Both the PDO and mysqli extensions in PHP. Source by Social Hero Media is your Edmonton Alberta web design experts call […]

Read More

Partial Print Document JavaScript Tutorial HTML div Content

Lesson Code: http://www.developphp.com/video/JavaScript/Partial-Print-Document-Tutorial-HTML-div-Content Learn to allow users to print specific parts of your documents instead of printing the entire web page. We will apply print buttons near each printable portion of the document. Source by Social Hero Media is your Edmonton Alberta web design experts call 587 200 3383 for a free consultation. Web Design […]

Read More

Viewport Percentage Units CSS HTML Layout Tutorial

Lesson Code: http://www.developphp.com/video/CSS/Viewport-Percentage-Units-CSS-HTML-Layout-Tutorial Learn to use the new viewport length values in CSS to size elements relative to the viewing area. The way it differs from normal percentage lengths is that these lengths are always relative to the viewport and not relative to their parent elements. It also helps to make text and other elements […]

Read More

Page Loading Screen Document Preloader Tutorial JavaScript CSS HTML

Lesson Code: http://www.developphp.com/video/JavaScript/Page-Loading-Screen-Document-Preloader-Tutorial Learn how to apply a loading screen overlay to your web pages and documents using HTML, CSS and JavaScript. I will just demonstrate something simple that you guys can expand upon if interested. You can choose to add animated preloader graphics, but make sure they are extremely fast loading so they show […]

Read More

JavaScript prototype Tutorial Add Object Method and Property to Class

Lesson Code: http://www.developphp.com/video/JavaScript/prototype-Tutorial-Add-Object-Methods-and-Properties-to-Class The JavaScript prototype property allows us to add specialized methods and properties to our custom objects and classes. There may be occasions when you must specialize the functionality of an object in your application, and the prototype property allows us to do that. It also enables Object Inheritance in JavaScript, which we […]

Read More

SQL INNER JOIN Syntax Tutorial PHP MySQL Database

Lesson Code: http://www.developphp.com/video/SQL/SQL-INNER-JOIN-Syntax-Tutorial-PHP-MySQL-Database Learn SQL INNER JOIN syntax for accessing data from two related tables in a single query according to clauses on the data. It will render a result set that has all selected columns from both tables. Source Social Hero Media is your Edmonton Alberta web design experts call 587 200 3383 for […]

Read More

Canvas Bootcamp 3 – Line Styles for Lines and Strokes

Lesson Code: http://www.developphp.com/video/JavaScript/Line-Styles-for-Lines-and-Strokes In this third exercise we will focus on line styles. There are several properties in JavaScript available that allow us to manipulate the way lines and strokes appear on our canvas element. Create dashed lines, offset dashes, miter effects, rounded effects and more. Source by [author_name] Social Hero Media is your Edmonton […]

Read More

CSS Pseudo Element Selectors Tutorial

Lesson Code: http://www.developphp.com/video/CSS/Pseudo-Element-Selectors Learn to use the pseudo-element selectors of CSS to target and style HTML elements. Source by [author_name] Social Hero Media is your Edmonton Alberta web design experts call 587 200 3383 for a free consultation Web Design News  

Read More