Wednesday, January 23, 2013

Here are the slides and demos from my How I Learned to Stop Worrying and Love jQuery presentation at the 2013 CodeMash conference.

Demos and Slides

Wednesday, January 23, 2013 9:07:42 PM (Eastern Standard Time, UTC-05:00)
 Monday, October 03, 2011
Sunday, October 02, 2011 11:06:48 PM (Eastern Standard Time, UTC-05:00)
 Wednesday, August 04, 2010
Wednesday, August 04, 2010 7:10:28 AM (Eastern Standard Time, UTC-05:00)
 Friday, July 09, 2010

BooksOfDavid

You might think that full-color illustrations would make very little difference in a technical book.

But  Beginning JavaScript and CSS Development with jQuery by Richard York focuses so much on user interfaces that the added color makes the samples more clear. When the author lists code to change the color of a paragraph, the illustration shows the new and old colors to drive home the concept.

York starts with the basics of jQuery – selecting elements on a page and applying styles dynamically – and moves progressively into more advanced topics, such as making Ajax calls and accessing the jQuery API. He devotes about a third of the book to jQueryUI, a library that contains controls designed to build rich, interactive web interfaces without the need for a lot of code.

York explains the challenges inherent in developing applications with Javascript (the need code to different Document Object Models for each browser) and how jQuery addresses this by providing a single programming model that abstracts away the different browser DOMS.

The book is filled with examples, showing the HTML, CSS and jQuery demonstrating each point. You can read/copy these from the book or download them from the Wrox site.

This book is aimed at someone with experience in HTML and CSS, but little to no Javascript or jQuery knowledge. For those just getting started in jQuery this is an easy to follow book where you can learn the concepts and quickly become productive.

Friday, July 09, 2010 11:28:10 AM (Eastern Standard Time, UTC-05:00)
 Monday, May 10, 2010

Episode 86

In this episode, David Hoerster describes how he uses jQuery and WCF to create rich, interactive applications.

Monday, May 10, 2010 5:18:51 AM (Eastern Standard Time, UTC-05:00)
 Monday, May 03, 2010

Episode 84

In this interview, John Petersen describes how to use jQuery, JSON and Ajax to enhance an ASP.Net MVC application.

Monday, May 03, 2010 5:28:46 AM (Eastern Standard Time, UTC-05:00)