<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Performance Analysis of dynamic JavaScript Menus</title>
	<atom:link href="http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/</link>
	<description>dynaTrace Blog on Performance, Scalabilty and Architecture - Java and .NET  Application Performance Management</description>
	<lastBuildDate>Thu, 02 Sep 2010 08:57:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Top 10 Client-Side Performance Problems in Web 2.0 Application Performance, Scalability and Architecture – The dynaTrace Blog</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-18995</link>
		<dc:creator>Top 10 Client-Side Performance Problems in Web 2.0 Application Performance, Scalability and Architecture – The dynaTrace Blog</dc:creator>
		<pubDate>Wed, 25 Aug 2010 15:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-18995</guid>
		<description>[...] Further Reading: Performance Analysis of dynamic JavaScript menus [...]</description>
		<content:encoded><![CDATA[<p>[...] Further Reading: Performance Analysis of dynamic JavaScript menus [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Grabner</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-17625</link>
		<dc:creator>Andreas Grabner</dc:creator>
		<pubDate>Mon, 26 Jul 2010 16:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-17625</guid>
		<description>@abbmp3: the link works for me - please try it again - or - just simply google for &quot;superfish jQuery plugin&quot;</description>
		<content:encoded><![CDATA[<p>@abbmp3: the link works for me &#8211; please try it again &#8211; or &#8211; just simply google for &#8220;superfish jQuery plugin&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abbmp3</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-17624</link>
		<dc:creator>abbmp3</dc:creator>
		<pubDate>Mon, 26 Jul 2010 16:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-17624</guid>
		<description>I wanted to get a copy of the dynamic menu to play with but the link seems broken. is it available?</description>
		<content:encoded><![CDATA[<p>I wanted to get a copy of the dynamic menu to play with but the link seems broken. is it available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hands-On Guide: Verifying FIFA World Cup Web Site against Performance Best Practices Performance, Scalability and Architecture &#8211; Java and .NET Application Performance Management (dynaTrace Blog)</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-16231</link>
		<dc:creator>Hands-On Guide: Verifying FIFA World Cup Web Site against Performance Best Practices Performance, Scalability and Architecture &#8211; Java and .NET Application Performance Management (dynaTrace Blog)</dc:creator>
		<pubDate>Mon, 07 Jun 2010 05:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-16231</guid>
		<description>[...] I guess I don&#8217;t need to talk about the importance of JavaScript in modern web applications. As great and important as JavaScript and AJAX are you have to make sure to use it efficiently because JavaScript execution adds to the overall end-user experience. I already blogged about different best practices on things like correct usage of CSS Selectors with jQuery and Prototype and showed the performance impact of bad JavaScript code and incorrect jQuery usage by analyzing sites like vancouver2010.com or analyzing internals of JavaScript menus. [...]</description>
		<content:encoded><![CDATA[<p>[...] I guess I don&#8217;t need to talk about the importance of JavaScript in modern web applications. As great and important as JavaScript and AJAX are you have to make sure to use it efficiently because JavaScript execution adds to the overall end-user experience. I already blogged about different best practices on things like correct usage of CSS Selectors with jQuery and Prototype and showed the performance impact of bad JavaScript code and incorrect jQuery usage by analyzing sites like vancouver2010.com or analyzing internals of JavaScript menus. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why Web 2.0 requires End-To-End Performance Analysis and How to Do It Performance, Scalability and Architecture &#8211; Java and .NET Application Performance Management (dynaTrace Blog)</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-12043</link>
		<dc:creator>Why Web 2.0 requires End-To-End Performance Analysis and How to Do It Performance, Scalability and Architecture &#8211; Java and .NET Application Performance Management (dynaTrace Blog)</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-12043</guid>
		<description>[...] There probably are libraries like there are stars in the sky. Most of them are free to download and therefore very attractive to include in web sites as they solve many problems of developers, e.g.: creating a fancy dynamic popup menu. Before using a library, however, a developer must get familiar with the internals of the library. These libraries are often implemented to solve a certain use case for a particular web site. Even though it looks like a library also solves your particular problem developers need to test them out in their specific environment. The following blog post for instance shows how a dynamic menu library works great on small menus but how performance suffers once menu sizes grow: Performance Analysis of JavaScript Menus [...]</description>
		<content:encoded><![CDATA[<p>[...] There probably are libraries like there are stars in the sky. Most of them are free to download and therefore very attractive to include in web sites as they solve many problems of developers, e.g.: creating a fancy dynamic popup menu. Before using a library, however, a developer must get familiar with the internals of the library. These libraries are often implemented to solve a certain use case for a particular web site. Even though it looks like a library also solves your particular problem developers need to test them out in their specific environment. The following blog post for instance shows how a dynamic menu library works great on small menus but how performance suffers once menu sizes grow: Performance Analysis of JavaScript Menus [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Performance Analysis of dynamic JavaScript Menus Performance, Scalability and Architecture – Java and .NET Application Performance Management (dynaTrace Blog) -- Topsy.com</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-8870</link>
		<dc:creator>Tweets that mention Performance Analysis of dynamic JavaScript Menus Performance, Scalability and Architecture – Java and .NET Application Performance Management (dynaTrace Blog) -- Topsy.com</dc:creator>
		<pubDate>Tue, 24 Nov 2009 08:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-8870</guid>
		<description>[...] This post was mentioned on Twitter by dynaTrace software, Tomaž Muraus. Tomaž Muraus said: Performance Analysis of dynamic JavaScript Menus http://bit.ly/5HDeHn #javascript #superfish #dynatrace #jquery [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by dynaTrace software, Tomaž Muraus. Tomaž Muraus said: Performance Analysis of dynamic JavaScript Menus <a href="http://bit.ly/5HDeHn" rel="nofollow"></a><a href='http://bit.ly/5HDeHn'>http://bit.ly/5HDeHn</a> #javascript #superfish #dynatrace #jquery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-8857</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Tue, 24 Nov 2009 02:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-8857</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by dynaTrace: Performance Analysis of dynamic JavaScript Menus: In my previous post I talked about the impact of jQuery Selec.. http://bit.ly/08ffIjT...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by dynaTrace: Performance Analysis of dynamic JavaScript Menus: In my previous post I talked about the impact of jQuery Selec.. <a href="http://bit.ly/08ffIjT.." rel="nofollow"></a><a href='http://bit.ly/08ffIjT'>http://bit.ly/08ffIjT</a>...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Grabner</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-8850</link>
		<dc:creator>Andreas Grabner</dc:creator>
		<pubDate>Tue, 24 Nov 2009 01:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-8850</guid>
		<description>Hi - I used the dynaTrace AJAX Edition (http://ajax.dynatrace.com) - it is FREE and works for IE6, 7 and 8.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I used the dynaTrace AJAX Edition (<a href="http://ajax.dynatrace.com" rel="nofollow"></a><a href='http://ajax.dynatrace.com'>http://ajax.dynatrace.com</a>) &#8211; it is FREE and works for IE6, 7 and 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaScript Countdown Timer</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-8848</link>
		<dc:creator>JavaScript Countdown Timer</dc:creator>
		<pubDate>Tue, 24 Nov 2009 00:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-8848</guid>
		<description>can you tell me the addon/software you used to analyze?</description>
		<content:encoded><![CDATA[<p>can you tell me the addon/software you used to analyze?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cancel bubble</title>
		<link>http://blog.dynatrace.com/2009/11/23/performance-analysis-of-dynamic-javascript-menus/comment-page-1/#comment-8839</link>
		<dc:creator>cancel bubble</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1083#comment-8839</guid>
		<description>A better approach to this type of menu is to put the event handler on the UL and let the event from each LI/A bubble up.  This gives you *one* event handler for X items</description>
		<content:encoded><![CDATA[<p>A better approach to this type of menu is to put the event handler on the UL and let the event from each LI/A bubble up.  This gives you *one* event handler for X items</p>
]]></content:encoded>
	</item>
</channel>
</rss>
