Presentations



Indiana Jones and the Temple of DOM

This presentation was for ThatConference, a developer conference in the Wisconsin Dells.  This presentation covers  using the native DOM to do many of the things the DOM manipulation libraries, such as jQuery do.

https://www.dropbox.com/s/ohm5ogutiel77ib/Temple-Of-DOM.pdf


An Introduction to AMD and RequireJS

I gave this presentation at for the MilwaukeeJS Meetup group and for cf.Objective() 2013.   It covers writing AMD modules, modular thinking, RequireJS, and modules in ECMAScript.next.

http://bittersweetryan.github.io/introduction-to-amd


The Art Of JavaScript


This presentation was for the NCDevCon conference and covers a lot of ground.  It will cover basics of JavaScript and gradually increase in complexity covering things like functions, this, inheritance, and some design patterns.

Video: http://textiles.online.ncsu.edu/online/SilverlightPlayer/Default.aspx?peid=02c7fe6174654f96b78a6194d3dbbe9d1d

Slides: http://bittersweetryan.github.com/art-of-javascript/

JavaScript Fundamentals For ColdFusion Developers

This presentation was for the Online ColdFusion Meetup and covers the basics of JavaScript from a ColdFusion developers perspective.  I got a lot of positive feedback from this presentation and recieved a 4.4 star review from the attendees.

http://www.vimeo.com/29188615

TDD Demystified, Honing Your Skills Through Katas

This presentation was for the Online ColdFusion Meetup and covers the basics of TDD with a live example of TDD at the end where my co-presenter and myself complete the FizzBuzz Kata.

http://experts.adobeconnect.com/p54641845/
Fork me on GitHub