HTML5 JavaScript APIs
Published February 5th, 2010 Under Presentation | Leave a Comment
HTML5 is all the rage with the cool kids, and although there’s a lot of focus on the new language, there’s lots of interesting new JavaScript APIs both in the HTML5 spec and separated out. This presentation will take you through demos and code behind the new JavaScript APIs, and explore where these features can be used.
Railscasts – Pagination with AJAX
Published February 5th, 2010 Under Open Source Tools, Tutorial | 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
Become a Web Debugging Virtuoso with Fiddler
Published February 3rd, 2010 Under Open Source Tools, Presentation, Testing | Leave a Comment
Learn how teams around Microsoft and ISVs around the world use the Fiddler web debugging tool to find bugs, troubleshoot performance problems, and uncover security vulnerabilities in both client and server code. Explore the best add-ons for Fiddler, and build your own functionality using JavaScript and .NET languages. Examine how new features in Internet Explorer 8, like Accelerators and Visual Search suggestions, utilize the network. Learn actionable best practices for building faster websites
Extreme JS Performance
Published February 3rd, 2010 Under Presentation | Leave a Comment
You serve up your code gzipped. Your caches are properly configured. Your data (and scripts) are loaded on-demand. That’s awesome—so don’t stop there. Runtime is another source of slowdowns, and you can learn to conquer those, too. Learn how to profile & benchmark your code to isolate performance issues, and what to do when you find them. The techniques you’ll learn range from the normal (clean up after yourself) to the extreme (unrolling loops).
Mate Flex Framework
Published February 1st, 2010 Under Open Source Tools, Presentation | Leave a Comment
Using Mate Framework to build decoupled Flex applications by Laura Arguello. Join Laura as she walks you through how to build an application using Mate framework.
next page »