Home » Archives

Content tagged with: jquery

[7 Jul 2010 | No Comment | ]

The ScriptManager is one of the most under advertised controls in the Visual Studio toolbox. This presentation goes beyond the common ScriptManager/UpdatePanel combo and provides an in-depth look at the ScriptManager control and how it can integrate with jQuery, a fast and lightweight JavaScript Library, and web services to quickly create dynamic, interactive AJAX web applications.

[22 Feb 2010 | No 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 …

[22 Feb 2010 | No 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 …

[5 Feb 2010 | No 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

[20 Jan 2010 | No 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

[10 Dec 2009 | No 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.
http://sdruby.org/podcast/65

[18 Nov 2009 | No Comment | ]

This video digs into the FireQuery add-on for Firebug. FireQuery adds extra functionality to the HTML tab and allows you to visually see embedded data elements and event handlers that were added via jQuery. Also, the familiar jQuerify Bookmarklet has been built into Firebug allowing you to inject jQuery into pages that didn’t have it installed previously. This enables you to play around with jQuery or extract information for a webpage that might not previously have jQuery installed.

Source of the video

[11 Nov 2009 | No Comment | ]

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 web site. This is followed up by the introduction of John’s distributed continuous test framework platform, Test Swarm. It is jam packed with Nirvana and goodness so be sure to watch both parts.

[2 Nov 2009 | No Comment | ]

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 or her Map. Code examples will be shown utilizing the Google Maps API, the Google Maps Marker Manager, the Google Client Geocoder, and the Google Client Location information exposed by the AJAX API loader. The session will end by discussing …

[5 Oct 2009 | No Comment | ]

Don’t throw away your Web 1.0 websites just yet. In this session, you’ll learn how to take your existing websites, and layer AJAX on top of them using GQuery, a jQuery style library for GWT. Learn how GQuery benefits performance over existing solutions, increases productivity, and reduces defects by leveraging the GWT tool chain.