Tag: html5

  • Javascript beginner tutorial 6 – Operators

    In this video I show you how to perform basic mathematical calculations using the math operators and assignment operators in JavaScript. Don’t forget to subscribe: http://www.youtube.com/user/QuentinWatt For collaborations and business inquiries, please contact via Channel Pages: http://ChannelPages.com/QuentinWatt Social links: ————————————————————- Add me on twitter: Tweets by QuentinWatt facebook group: https://www.facebook.com/quentin.watt ————————————————————- Original source

  • Magic Header Scroll Page Tutorial JavaScript CSS HTML

    Lesson Code: http://www.developphp.com/video/JavaScript/Magic-Header-Scroll-Page-Tutorial Learn to program a header that magically changes as the user scrolls down the page. When the user scrolls back to the top of the page we will make the header change back to its original display settings. Original source

  • JavaScript beginner tutorial 33 – checkboxes

    In this tutorial I show you how to use JavaScript to find out if a checkbox has been ticked or not. Don’t forget to subscribe: http://www.youtube.com/user/QuentinWatt Social links: ————————————————————- Add me on twitter: Tweets by QuentinWatt facebook group: https://www.facebook.com/quentin.watt ————————————————————- Original source

  • Javascript beginner tutorial 12 – variable scope

    In this video I talk about global and local variables and where we can use each one. Now it’s up to you as a programmer to decide where to declare you JavaScript variables. If you read this description then comment below: “Just remember with great power comes great responsibility, I will decide wisely :p” Don’t…

  • Audio Playlist Play Buttons JavaScript Programming Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Playlist-Play-Buttons-JavaScript-Programming-Tutorial Learn to program independent audio tracks on the page, each with their own play button, that are all tied together. Dynamic application programming tutorial written in JavaScript, HTML5 and CSS3. Original source

  • JavaScript Tutorial Teil 3 – IF-Abfragen, Rückgabewerte, Vergleichs- und Verknüpfungsoperatoren

    Quellcode der HTML-Seite: http://pastie.org/3700917 In diesem dritten Teil meiner Reihe zu JavaScript geht es um den Rückgabewert von Funktionen, darum wie mit IF-Abfragen bzw. Bedingten Anweisungen Werte geprüft werden können und es werden logische, boolesche und Vergleichsoperatoren behandelt. Original source

  • Audio Workshop 1 Play Pause Mute Buttons JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Play-Pause-Mute-Buttons-Tutorial Audio Workshop is a series of videos in which we will demonstrate how program the Audio object and the Web Audio API using JavaScript. I am going to leave this series open ended, just like we did for the Canvas Bootcamp series. I will also be reading viewer comments as we release…

  • Javascript beginner tutorial 8 – Events

    In this video I talk about events in JavaScript and how we can use them to make a more user interactive website. The list of events is lost forever, I lost the domain. You can find another with a simple google. Don’t forget to subscribe: http://www.youtube.com/user/QuentinWatt Social links: ————————————————————- Add me on twitter: Tweets by…

  • JavaScript Tutorials #12 – Breaks – How To Create A Guessing Game

    The 12th video in our JavaScript Tutorials series. Here, we create a basic number guessing game using a loop and a break statement to exit our loop. Original source

  • Audio Workshop 2 Seek and Volume Range Slider JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Seek-and-Volume-Range-Slider-Tutorial In this part of the Audio Workshop we demonstrate how the range slider input can be used as a seek slider and a volume slider. We will also demonstrate how you can try to achieve a consistent range slider input appearance across different browsers. Original source