profiling

TwitterFacebook
Get flash to fully experience Pearltrees
http://ejohn.org/blog/talks-at-the-2009-jquery-conference/

Talks at the 2009 jQuery Conference

This past weekend was the 2009 jQuery Conference here in Boston.
This evening I was playing around with the idea of profiling jQuery applications – trying to find a convenient way to completely analyze all the code that is being executed in your application. http://ejohn.org/blog/deep-profiling-jquery-apps/

Deep Profiling jQuery Apps

JavaScript Function Call Profiling

http://ejohn.org/blog/function-call-profiling/ With jQuery 1.3.2 out the door I’ve been looking for more ways to profile and optimize jQuery.
It's amazing the things that are right in front of you that you don't realise. VisualVM is probably the best example of this in the Java community.

The Best Kept Secret in the JDK: VisualVM

http://java.dzone.com/articles/best-kept-secret-jdk-visualvm
http://coding.smashingmagazine.com/2009/01/15/45-new-jquery-techniques-for-a-good-user-experience/ JavaScript libraries have made huge leaps and bounds in helping developers write code and develop products more quickly. jQuery is one of the most popular JavaScript frameworks, with powerful tools that improve the user’s interaction with Web applications. jQuery has an additional advantage in that it allows developers to select elements on a page using CSS-like syntax. To help you take it up a notch, we share below some methods that can help you give visitors to your website an amazing user experience. Here are over 45 impressive jQuery plug-ins and techniques that have been recently created and that could make the development of your next website an easier and more interesting experience than the last.

JQuery tips for userexperience