Microsoft AJAX Library, jQuery and Microsoft Visual Studio 2010
Published February 22nd, 2010 Under AJAX, Javascript, Open Source Tools | Leave a Comment
Learn how Microsoft ASP.NET AJAX enables you to easily create and use AJAX Control Toolkit controls in both ASP.NET Web Forms and ASP.NET MVC applications. Learn about all of the new features and improvements to the AJAX Control Toolkit controls such as the new client Script Loader and client DataView control. Also learn how ASP.NET AJAX was designed to work seamlessly with jQuery, how you can create ASP.NET AJAX controls directly from jQuery and how you can use the jQuery library in ASP.NET AJAX code. Learn how the new features of Visual Studio 2010 enable you to more productively build AJAX applications.
Testing, Performance Analysis and jQuery 1.4
Published February 22nd, 2010 Under Javascript, Open Source Tools | Leave a Comment
In the first part of the talk, John reviewed the range of tools available to frontend engineers for unit testing and for analyzing the performance of code. In the latter case, he argues for going beyond pure speed-based benchmarks to structural analyses of performance. By looking at structure, the jQuery team was able to identify and correct bottlenecks, resulting in major performance improvements in the upcoming 1.4 release. In the second part of the talk (beginning at 49:20 in the video), John reviews some of those jQuery 1.4 changes. In the short third section (beginning at 1:03:15), he looks at some interesting trends he’s noticed in the practical application of new HTML 5 elements — especially in older browsers.
Railscasts – Pagination with AJAX
Published February 5th, 2010 Under AJAX, Javascript, Open Source Tools | Leave a Comment
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 Loves Web Developers
Published January 20th, 2010 Under AJAX, Javascript, Open Source Tools | Leave a Comment
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 concisely apply JavaScript behaviour to your web app. It will cover selectors, Ajax, DOM manipulation and more. The aim: to produce lean unobtrusive JavaScript with jQuery.
Watch this video on Oredev.org
SD Ruby – Episode 065 HotRuby + jQuery Ruby in the Browser
Published December 10th, 2009 Under Javascript, Open Source Tools | Leave a Comment
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.
keep looking »