Railscasts – Pagination with AJAX
Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery. http://railscasts.com/episodes/174-pagination-with-ajax
Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery. http://railscasts.com/episodes/174-pagination-with-ajax
jQuery is a JavaScript library which allows you to develop solutions with less code, in less time. You can build interactive prototypes for your prospective clients, or take an existing solution and add new dynamic behaviour with little effort. We will see how jQuery can be used to quickly and …
Daniel Moore will demonstrate using the HotRuby VM to execute Ruby code natively in the browser. The demonstration shows how Ruby can call native JS libraries, like jQuery, to perform DOM manipulation. http://sdruby.org/podcast/65
John Resig presents his mystery topic, which is actually three topics that strike his interest. First up is measuring performance and a quick introduction to benchmarking (and its positives and negatives). This is followed by JavaScript Games which he unveils some super cool hidden functionality (cheat codes++) on the jQuery …
Vast Rank is a College Ranking & Review website that makes use of several Google APIs to power its unique set of features. This session will dig into the code behind Vast Rank’s “Ranking Map” that provides contextual College Rankings based on what a user has in view on his …
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. http://railscasts.com/episodes/175-ajax-history-and-bookmarks