Blog Post RSS ?

Blogs » JavaScript & CSS » Meet JavaScript…
 

Meet JavaScript…

by Harry Fuecks

Simon just published the slides from a recent talk he gave - A (Re)-Introduction to JavaScript plus his preparatory notes (PDF). Basically a programmers introduction to Javascript and excellent to go with it- closures unmystified.

This post has 7 responses so far

  1. […] Blog Post Blogs » PHP » Zend Framework Tutorial « Meet JavaScript…   […]

     
  2. Wow now that is a lecture I would have loved to have been able to attend. Thnks for the links!.

     
  3. Thanks for the post :) I’ve posted better quality slides to Flickr, and I’ve converted the notes to HTML (with fragment links for individual sections).

     
  4. SitePoint Blogs » Zend Framework Tutorial Says:
    March 7th, 2006 at 11:09 am

    […] Blog Post Blogs » PHP » Zend Framework Tutorial « Meet JavaScript… […]

    Good point there, sir.

     
  5. A (Re)Introduction to JavaScript

    Simon Willison has posted the complete slides (low quality) (higher quality via flickr) to a three hour tutorial he gave at ETech on JavaScript. It looks very thorough with over 100 slides, starting out with the basic syntax and types and working up …

     
  6. Just noticed a minor error on http://simon.incutio.com/slides/2006/etech/javascript/js-tutorial.061.html. This should be:

    function avgArray(arr) { var sum = 0; for (var i = 0, j = arr.length; i arr[i]; } return sum / arr.length; }
     
  7. Let’s try this again. The “arguments” should have been “arr”, such as:

    function avgArray(arr) {
    var sum = 0;
    for (var i = 0, j = arr.length; i < j; i++) {
    sum += arr[i];
    }
    return sum / arr.length;
    }

     

Sponsored Links

Leave a response

You are not logged in, log in with your SitePoint Forum username and password.

-OR- Post Anonymously

* Make sure any code samples are escaped (i.e. ‘<b>’ becomes ‘&lt;b&gt;’).

If not logged in, your comments will be placed in a moderation queue. This means your comment may not appear until one of our moderators approves it.

SitePoint Marketplace

Buy and sell Websites, templates, domain names, hosting, graphics and more.