Introduction
In this final chapter, we will look at some advanced techniques that can be used to enhance the functionality of web applications.
We will create a few examples where we will search for images the from Flickr and videos from YouTube using their respective APIs. We will parse a RSS feed XML using jQuery and learn to create an endless scrolling page like Google reader or the new interface of Twitter.
Besides this, you will also learn to create a jQuery plugin, which you can use independently in your applications.