https://www.developerfusion.com/t/javascript/media/sort/popularity/ JavaScript Media from Developer Fusion 2011-08-19T17:10:00.00Z http://www.developerfusion.com/media/124539/episode-067-html5-boilerplate-modernizr-and-more-with-paul-irish/ Episode 0.6.7 - HTML5 Boilerplate, Modernizr, and more with Paul Irish 2011-08-19T17:10:00.00Z Adam and Wynn caught up with Paul Irish of Google's Chrome developer relations team to talk about HTML5, JavaScript, CSS3, polyfills, and more. James Crowley http://www.developerfusion.com/media/120962/episode-063-cdnjs-with-thomas-davis-and-ryan-kirkman/ Episode 0.6.3 - CDNJS with Thomas Davis and Ryan Kirkman 2011-06-21T17:37:00.00Z Adam and Wynn caught up with the developers behind CDNJS, a community-powered CDN for JavaScript libraries. James Crowley http://www.developerfusion.com/media/115476/episode-029-coffeescript-with-jeremy-ashkenas/ Episode 0.2.9 - CoffeeScript with Jeremy Ashkenas 2011-03-15T18:17:00.00Z Wynn and special guest host Micheil Smith sat down with Jeremy Ashkenas from DocumentCloud to chat about CoffeeScript, a cool language that compiles to JavaScript. James Crowley http://www.developerfusion.com/media/115477/episode-028-mobile-web-development-with-john-resig/ Episode 0.2.8 - Mobile web development with John Resig 2011-03-15T18:17:00.00Z Adam and Wynn caught up with John Resig at TXJS and talked about mobile web development with jQuery and TestSwarm, a continuous integration project from Mozilla Labs. James Crowley http://www.developerfusion.com/media/115479/episode-026-douglas-crockford-on-json-and-javascript-from-txjs/ Episode 0.2.6 - Douglas Crockford on JSON and JavaScript from TXJS 2011-03-15T18:17:00.00Z While at TXJS, Adam and Wynn caught up with Douglas Crockford, author of both JavaScript: The Good Parts and the JSON spec, and a global namespace unto himself. James Crowley http://www.developerfusion.com/media/115482/episode-023-the-ruby-racer-with-charles-lowell/ Episode 0.2.3 - The Ruby Racer with Charles Lowell 2011-03-15T18:17:00.00Z Gregg Pollack and Wynn did a special live episode at Red Dirt Ruby Conf where they sat down with Charles Lowell to talk about embedding JavaScript engines in Ruby. James Crowley http://www.developerfusion.com/media/115483/episode-022-sammyjs-with-aaron-quint/ Episode 0.2.2 - Sammy.js with Aaron Quint 2011-03-15T18:17:00.00Z Adam and Wynn caught up with Aaron Quint, the brains behind Sammy.js, a neat JavaScript framework built on top on jQuery fashioned after Ruby's Sinatra. James Crowley http://www.developerfusion.com/media/115485/episode-020-nodejs-with-felix-geisendrfer/ Episode 0.2.0 - Node.js with Felix Geisendörfer 2011-03-15T18:17:00.00Z Adam and Wynn caught up with Felix Geisendörfer to talk about Node.js, server-side JavaScript, and JSConf 2010. James Crowley http://www.developerfusion.com/media/115489/episode-016-ajaxorg-frameworks-with-ruben-daniels-and-rik-arends/ Episode 0.1.6 - Ajax.org frameworks with Ruben Daniels and Rik Arends 2011-03-15T18:17:00.00Z Adam and Wynn caught up with Ruben Daniels and Rik Arends from Ajax.org and talked about APF and O3, their frameworks for both browser and server based JavaScript applications. James Crowley http://www.developerfusion.com/media/115493/episode-012-gordon-is-such-a-showoff/ Episode 0.1.2 - Gordon is such a Showoff 2011-03-15T18:17:00.00Z Adam and Wynn continued chatting with John Nunemaker about some recent featured projects including Gordon, Showoff, jQuery Lint, JSpec, congomongo and more. James Crowley http://www.developerfusion.com/media/115503/episode-002-first-weekly-show/ Episode 0.0.2 - First weekly show 2011-03-15T18:17:00.00Z In this episode we discuss: JAMMIT - Rails plugin for asset packaging, Underscore.js the bowtie for jQuery's tux, Google Go, Firefox 3.6 beta 2, Google Chrome OS and creating "fancy buttons" with Compass and Sass. James Crowley http://www.developerfusion.com/media/118520/episode-057-amplifyjs-with-mike-hostetler-and-scott-gonzalez-from-appendto/ Episode 0.5.7 - Amplify.js with Mike Hostetler and Scott González from AppendTo 2011-04-27T17:25:00.00Z Wynn caught up with Mike Hostetler and Scott González from AppendTo to talk about Amplify.js, jQuery, CoffeeScript, Microsoft, the web, and open source. James Crowley http://www.developerfusion.com/media/119032/136-jquery/ #136 jQuery 2011-05-10T03:36:00.00Z How do you use jQuery with Rails? In this episode I redo episode #43 using jQuery instead of Prototype/RJS. James Crowley http://www.developerfusion.com/media/118971/197-nested-model-form-part-2/ #197 Nested Model Form Part 2 2011-05-10T03:36:00.00Z Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery. James Crowley http://www.developerfusion.com/media/118963/205-unobtrusive-javascript/ #205 Unobtrusive Javascript 2011-05-10T03:36:00.00Z Keep JavaScript out of your HTML content with unobtrusive JavaScript. Here I show how Rails 3 works with this best practice. James Crowley http://www.developerfusion.com/media/119851/267-coffeescript-basics/ #267 CoffeeScript Basics 2011-05-23T09:55:00.00Z CoffeeScript allows you to write JavaScript in a concise, elegant fashion. Here I convert JavaScript code to CoffeeScript in a Rails 3.1 app. James Crowley http://www.developerfusion.com/media/118907/261-testing-javascript-with-jasmine/ #261 Testing JavaScript with Jasmine 2011-05-10T03:36:00.00Z Are you testing your JavaScript? Learn how to add specs using Jasmine. This episode also covers jQuery integration with jasmine-jquery. James Crowley http://www.developerfusion.com/media/118994/174-pagination-with-ajax/ #174 Pagination with AJAX 2011-05-10T03:36:00.00Z Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery. James Crowley http://www.developerfusion.com/media/118993/175-ajax-history-and-bookmarks/ #175 AJAX History and Bookmarks 2011-05-10T03:36:00.00Z Browser page history and bookmarks do not usually work with AJAX requests, but in this episode I show you how to remedy this problem using a simple jQuery plugin. James Crowley http://www.developerfusion.com/media/118910/258-token-fields/ #258 Token Fields 2011-05-10T03:36:00.00Z With the jQuery Tokeninput plugin it is easy to add an autocompleting list of entries for a many-to-many association. James Crowley