7 posts tagged with Javascript and internet. (View popular tags)
Displaying 1 through 7 of 7. Subscribe:

What's a JavaScript Closure? Ever wonder about some of JavaScript's more advanced and esoteric features? Nathan Whitehead's interactive tutorial explains and walks through each of these concepts one step at a time. At the end of each lesson, you are encouraged to write short snippets of code demonstrating the concepts that you just learned, which are then automatically checked for errors and verified.

Perhaps you're new to JavaScript, or programming in general; CodeAcademy offers similar interactive tutorials that will teach you the basics, and hold your hand along the way. Perhaps you'd rather learn at a more even pace; CodeAcademy's CodeYear will introduce you to one new concept every week throughout 2012. [more inside]
posted by schmod on Jan 20, 2012 - 42 comments

Over the past several years, Mozilla's collection of developer documentation for its own web browsers has turned into a wiki-editable reference of web standards for developers working with all browsers, hosting a comprehensive, no-nonsense reference of HTML, HTML5, CSS, JavaScript, the DOM, and more. If you find yourself turning to this reference frequently, dochub provides instant access to Mozilla's documentation for any HTML, CSS, JavaScript, or DOM-related topic. If you're worried that a fancy new standard might not work in an older browser, canIuse will tell you exactly how many browsers will support that new standard. Still want to use that shiny new standard? Modernizr and yepnope will let you detect missing features, and load tiny bits of code to make old browsers support the latest HTML5 hotness.
[via the carefully-curated selections of JavaScript and HTML5 Weekly, run by MetaFilter's own wackybrit]
posted by schmod on Dec 7, 2011 - 23 comments

CSS Tips I Wish I Knew When I First Started - Seven JavaScript Things I Wish I Knew Much Earlier In My Career
posted by Artw on Apr 21, 2010 - 65 comments

The Tale of JavaScript. I Mean ECMAScript. (MP4 version, slides) Yahoo! JavaScript architect Douglas Crockford, the creator of the JSLint JavaScript quality tool and the JSON data-interchange format, talks about what he says is simultaneously the worlds most popular and unpopular programming language. Previous JavaScript (sadly video linked by the FPP is down, try here). Previous Maniac Mansion. More video from MIX Online. A similar, more in depth talk at Google.
posted by Artw on Mar 18, 2010 - 48 comments

Harmony: A procedural drawing tool made in JavaScript
posted by Rory Marinich on Mar 10, 2010 - 62 comments

January 14th marks the 4th birthday of jQuery and also the release of jQuery 1.4. To celebrate the release of the latest version of the popular JavaScript library the jQuery team has created the 14 Days of jQuery site, which will be updated each day with a new announcement or release. There’s also prizes to be had for the coolest use of jQuery.
posted by Artw on Jan 14, 2010 - 44 comments

JavaScript Style Sheets: the CSS that "coulda been". This brief read offers up an explanation as to why CSS support in Netscape 4.x is Quite Awful.
posted by hijinx on Apr 13, 2001 - 2 comments

Page: 1