Tag: Cascading Style Sheets

  • Javascript beginner tutorial 4 – Variables

    This video is all about variables. I talk about what a variable is, how to name a variable, how to declare a variable, and how to assign a value to a variable. Everything a JavaScript beginner needs to know about variables. Sponsored by DevMountain. Get yourself career ready, check out their website: http://goo.gl/enNbQV Don’t forget…

  • JavaScript beginner tutorial 20 – while loop

    In this tutorial I show you how to use the “while loop” 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

  • JavaScript beginner tutorial 24 – referencing elements in JavaScript

    In this tutorial I show you to reference elements on your web page using the document.getElementById() method. 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

  • JavaScript beginner tutorial 30 – form validation text boxes and passwords

    In this video I finally start speaking about form validation. I show you how to check if a form field has been left empty, and how to use a return statement in JavaScript. 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 22 – for loop

    In this tutorial I show you how to use the “for loop” in JavaScript. I also give you an idea of what loop to use when. 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…

  • JavaScript beginner tutorial 27 – forms

    In this tutorial I show you how to make a program that will write your name into a paragraph on the web page. 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 1 – Introduction to javascript

    In this video I show you how to include Javascript in your web page, I explain what Javascript is, and I explain what you need to follow along with this series. Sponsored by DevMountain. Get yourself career ready, check out their website: http://goo.gl/enNbQV Don’t forget to subscribe: http://www.youtube.com/user/QuentinWatt Download notepad++ here: http://notepad-plus-plus.org/download/v6.4.1.html Thanks for watching.…

  • 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

  • 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

  • What is JavaScript?

    JavaScript is a client-sided scripting language. It is a programming language that is performed by a browser to add extra functionality to a web page. It is primarily used by web browsers. This is just a beginning tutorial showing how to embed JavaScript into a web page. It also shows how to use jQuery. JQuery…