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

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