JavaScript From Null: Video Series
basixvideos

JavaScript from Null: Video Series

Tutorial Details
  • Subject: JavaScript
  • Estimated Difficulty: Basix
  • Tutorial Format: 29 Minute Screencast
This entry is part 1 of 7 in the series javascript-from-null

The Full Series

Thanks to the wide adoption of libraries like jQuery and Mootools, JavaScript’s popularity has skyrocketed in the last few years. However, in the process, an interesting thing occurred: many newer developers are learning these libraries without taking the time to actually learn about raw JavaScript techniques. What percentage of jQuery users don’t know how to fade out an element with only raw JS? My guess is that it’s much higher than many would think.

If you want to truly understand the library you’re working with, and improve your skill-set, it’s vital that you learn the fundamentals of raw JavaScript.

This screencast series focuses exclusively on JavaScript, and will take you from your first “Hello, World” alert up to more advanced topics.

Catch Up


Chapter 1: Hello, World

Series NavigationJavaScript from Null: Chapter 2»

Add Comment

Discussion 122 Comments

Comment Page 2 of 2 1 2
  1. sdf says:

    Stupendously usefull!! Thank you very much and looking forward to the next one.

  2. Thanks for the great series! Hope you keep em coming!

  3. Hi Jeffrey,

    I really enjoy the different tutorials Envato offers on varying web development subjects, but in particular the web dev series. I often find it hard to find them unless I stumble upon them though.

    Is there a page that lists of all the web dev series from all the sites with links to all the episodes? I am referring to the types of series like ‘Wordpress for Designers’, ‘Code Igniter from Scratch’, ‘Diving into PHP ’, ‘jQuery for Absolute Beginners’, ‘Regex for Dummies’, ‘JavaScript from Null’, ‘ASP.NET from Scratch’ and so on (Basically any tutorials that have more than one part in it).

    I would love to see a page that lists them all along with links to each episode in each series. Would you please consider doing that so it’s easy for people to find the episodes as well as possibly discover new ones they might not have known about?

    Thanks. You guys rock!

  4. anto says:

    well done clear and simple
    TANKS

  5. Duke says:

    Sweet… i watched you PHP seriers and been eager to see if you made one about JS… PHP I am getting but JS still is out of my league, this is making it a lot easier to read those book… Cheers Jeff. Top Notch mate!

  6. deb says:

    Just watched. Many thanks to the person whoever he is for retaining the download option on the blip.tv site.

    Understood it well, only towards the end it became somewhat fast [english is not my first language :) ].

    Jeff, which tutorial site do you recommend to check out during the time you will come up with the second part?

  7. pinak says:

    great stuff here

  8. Giovanni says:

    Absolutely Fantastic!!

  9. w1sh says:

    JayWay … best tut ever. Good job. Please more of this. JS all the way through, then PHP, then more. :)

  10. Richard Das says:

    What’s with the 30 second commercial in the video? I was going to just leave this site, but then decided to post this comment during the commercial instead. Come on tutsplus, this isn’t television! It’s the interweb!! Ditch the lame ad (some random video about a coffee mug? I don’t know… the sound is turned down and I’ve scrolled to the bottom of the page anyways).

    • Richard Das says:

      oh balls, I just submitted that comment and the page refreshed… now I have to sit through the video again! I guess I’ll just come back to the page when it’s done.

      Please remove the ads?? They’re intrusive and annoying…

  11. Ben says:

    I not a high skill javascript user, but I know a bit.
    I watched this screencast by curiousity, and I like it a lot !

    You have a nice way of teaching stuff !
    Keep on the good work !!

    Thanks for me, and all the guys out there that will learn from you !
    Cheers!

    Ben.

  12. b says:

    this was really great…thanks for putting it together!

  13. Sunil says:

    great tutorial

  14. Irimia says:

    Nice one!

  15. Roy Ho says:

    As always Jeffrey your video tutorials are awesome and very clearly spoken. You should become a teacher!!

    You seem to be very patient as well in your teachings….Keep it up!

  16. Marc says:

    Jeffrey, would you recommend using ? Or rather the way you explained it in 2: Declare the Correct DocType in this tutorial http://net.tutsplus.com/tutorials/html-css-techniques/30-html-best-practices-for-beginners/

    Thanks
    Marc

  17. Marc says:

    Hm, I meant !DOCTYPE html

  18. It’s nice to see a return to fundamentals. In order to use a framework correctly, it is important to really understand the quirks of the js language. Without this understanding, it leads to a lot of repetition and inefficient coding, so I’m glad that the tuts+ network is making these tutorials.

  19. xRommelx says:

    hi this is just great, thank you for this NETUTS+

  20. RamperJ says:

    Good Job! I can see ur hardwork in each and every second of your every VDO! It helps alot to the newbies and even for pros to upgrade their knowledge….

    Thanks alot Jeff!!!

  21. Fily says:

    Wow! Nice tutorial. Thanks a lot!

  22. Deoxys says:

    AWE…. SOME!!!
    I even paid for Training-DVDs about JavaScript, but this here is a lot more worthy than them…. Wonderful…

  23. JR says:

    Even though I’ve been doing some front-end development for a few years using HTML and CSS I was completely lost on this. I don’t know really anything about JavaScript and while this gave me an intro to what it can do I feel like I have no understanding of any of the fundamentals like syntax, etc.

    On top of that, it’s way too fast. Am I supposed to follow along and do the things as you do them? I had to pause this every 10 seconds and rewind to make sure I was typing things correctly.

    I like to think I’m not a dumb guy…am I completely missing something here?

  24. Omid says:

    I`m newbie ,
    Above movie is an advertisement , what`s wrong !?
    I can`t see any JS tutorial in that movie !

  25. Omid says:

    Above movie is an advertisement !
    How can I get main movie?

  26. Shane says:

    Hey this was great. Love your tutorials Jeff :).

  27. kersh says:

    Thank you a lot for this tutorial! It’s really useful, quick and (of course) simple! I really appreciate your tuts! :)

  28. Parvez says:

    this was really great…thanks for putting it together!

  29. pixelBender67 says:

    I love this site !
    Thanks Jeff for pointing me here, I was looking to learn some basics of javaScript and here it is, best on the web :)

  30. Martin says:

    You sound like a gay nerd.

  31. GusDeCooL says:

    Already watch this.
    really impressed with this video.
    especially about Firebug Explanation.
    console.log(variable)

    really good explanation,
    even i who not really good with english can understand this this video content

  32. Korky says:

    Outstanding series as usual, but a couple of clarifications:

    1) Firebug is NOT exclusive to Firefox. There is a product called Firebug Lite from the same folks which has most of the major features, and is available for Google Chrome and other browsers (http://getfirebug.com/firebuglite)

    2) Safari has the same functions as Firebug and they are built into its browser through the Web Inspector. In fact, it’s superior in a number of ways. The following website will give a short tutorial how to enable it in Safari:

    http://www.tuaw.com/2008/12/11/terminal-tip-enable-safari-web-inspector/

    Cheers.

  33. Ross says:

    Video not playing for me….

  34. Jeffrey I gotta tell u this men im a huge fan of ur work and thanks to you im advancing so much im web development
    and i’m pretty sure this serie is going to be pretty usefull
    but why u dont make more Codeigniter from scratch tuts are u over with them
    i have seen em all and jquery for absolute begginers too x)
    keep the good work

  35. cfry says:

    Hello. When I open the downloaded file in Firebug and go the Dom panel, all it gives me is: window. I can’t for the life of me seem to get it to list all of the available functions and Dom elements. Can anyone help?

  36. Ganesh says:

    Really cool one Jeff, thank you.

    -Ganesh.

  37. Kwan says:

    Thank you very much. It is very useful.

  38. Tom says:

    Great Tutorial. Thanks!

  39. It is very useful. Thank you very much.

  40. Rick says:

    Very strange editing error around 26:50.

    You never manually ad:

    DoSomethingElse();

    But it just appears on your index.html after you cut back from the console view in Firebug.

    I spent about 10 minutes trying to figure out why “Joe” wouldn’t show up in my console.

  41. kevin says:

    After watching and learning so much from Jeffrey Way, I felt guilty getting so much stuff for free.
    I am now a preminum member. I am getting even more stuff now for the price of a good meal. Thanks Jeffrey Way. Do not stop rolling out the stuff.

  42. Ofelquis says:

    wow! great…

    Thanks =D

Comment Page 2 of 2 1 2

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.