<?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: Dynamic Right Click Context Menu</title>
	<atom:link href="http://ajaxian.com/archives/dynamic-right-click-context-menu/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/dynamic-right-click-context-menu</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Sun, 21 Mar 2010 02:12:15 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: onder</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-265091</link>
		<dc:creator>onder</dc:creator>
		<pubDate>Sat, 14 Jun 2008 16:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-265091</guid>
		<description>place to place we can use this efficiently.</description>
		<content:encoded><![CDATA[<p>place to place we can use this efficiently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rozzy</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-257182</link>
		<dc:creator>Rozzy</dc:creator>
		<pubDate>Mon, 15 Oct 2007 20:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-257182</guid>
		<description>So much unnecessary code, I created a context menu 20 times better with about 1/8 the code. First of all you should feed your links for the menu using an array of objects, each object has two attributes, name and handler. You can then loop through the array, dynamically creating an unordered list as your menu container and list items with embedded anchors as your links while attaching the object attributes. You can even add a divider, just create an object in the array with the className divider, use an if statment in your for loop and create an empty list item. Use css for all styling; hover, divider, borders, background images, whatever. Then use one function to determine mouse position window size to position the menu. And finally use addEvent and removeEvent for deleting the menu when the document is clicked. That is what a clean context menu is</description>
		<content:encoded><![CDATA[<p>So much unnecessary code, I created a context menu 20 times better with about 1/8 the code. First of all you should feed your links for the menu using an array of objects, each object has two attributes, name and handler. You can then loop through the array, dynamically creating an unordered list as your menu container and list items with embedded anchors as your links while attaching the object attributes. You can even add a divider, just create an object in the array with the className divider, use an if statment in your for loop and create an empty list item. Use css for all styling; hover, divider, borders, background images, whatever. Then use one function to determine mouse position window size to position the menu. And finally use addEvent and removeEvent for deleting the menu when the document is clicked. That is what a clean context menu is</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harel</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-248095</link>
		<dc:creator>Harel</dc:creator>
		<pubDate>Tue, 13 Mar 2007 11:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-248095</guid>
		<description>Fellas, RightContext now supports left click menus and mouse over menus in addition to the default right click event. 
Brad  - not a bad idea at all! I&#039;ll see what I can do to add delayed click action to the menu.</description>
		<content:encoded><![CDATA[<p>Fellas, RightContext now supports left click menus and mouse over menus in addition to the default right click event.<br />
Brad  &#8211; not a bad idea at all! I&#8217;ll see what I can do to add delayed click action to the menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247664</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Thu, 01 Mar 2007 15:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247664</guid>
		<description>Just my 2 cents, but I think that we will all have to get used to the idea that users will need right-click context menus to really use the new breed of online apps that mirror desktop programs. Just today, it was announced that Adobe is gonna roll out a web-app version of PhotoShop. For an application that advanced, a true right-click context menu is probably going to be very beneficial to users, especially if they&#039;re used to a context menu when right-clicking in the desktop version of the app.</description>
		<content:encoded><![CDATA[<p>Just my 2 cents, but I think that we will all have to get used to the idea that users will need right-click context menus to really use the new breed of online apps that mirror desktop programs. Just today, it was announced that Adobe is gonna roll out a web-app version of PhotoShop. For an application that advanced, a true right-click context menu is probably going to be very beneficial to users, especially if they&#8217;re used to a context menu when right-clicking in the desktop version of the app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247579</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 27 Feb 2007 02:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247579</guid>
		<description>I also have Firefox configured to not allow over-riding the context menu by web pages. Context menus can be useful in web applications though, so a Firefox extension that would allow for the override on specified sites would be a huge gain in that context especially in controled environments like intranets.</description>
		<content:encoded><![CDATA[<p>I also have Firefox configured to not allow over-riding the context menu by web pages. Context menus can be useful in web applications though, so a Firefox extension that would allow for the override on specified sites would be a huge gain in that context especially in controled environments like intranets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247542</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Sun, 25 Feb 2007 20:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247542</guid>
		<description>Interesting article!

I&#039;m wondering if there&#039;s a way so you can possibly detect how long a mouse button has been held down, and if it exceeds a pre-determined time, then show the context menu? (ala Mac)</description>
		<content:encoded><![CDATA[<p>Interesting article!</p>
<p>I&#8217;m wondering if there&#8217;s a way so you can possibly detect how long a mouse button has been held down, and if it exceeds a pre-determined time, then show the context menu? (ala Mac)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harel</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247513</link>
		<dc:creator>Harel</dc:creator>
		<pubDate>Fri, 23 Feb 2007 14:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247513</guid>
		<description>Sterling, I&#039;m doing just that. The script is being adapted to allow configuration of what triggers menu : left/right click, mouse overs etc.
Too many objections to right click overrides. Although it works great in my context, i can see it won&#039;t work for most.
Harel</description>
		<content:encoded><![CDATA[<p>Sterling, I&#8217;m doing just that. The script is being adapted to allow configuration of what triggers menu : left/right click, mouse overs etc.<br />
Too many objections to right click overrides. Although it works great in my context, i can see it won&#8217;t work for most.<br />
Harel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corporal Max Sterling</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247510</link>
		<dc:creator>Corporal Max Sterling</dc:creator>
		<pubDate>Fri, 23 Feb 2007 10:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247510</guid>
		<description>I disable much of the JS in Firefox -- not that I&#039;m paranoid, I just don&#039;t like webpages changing window height/position/etc. So for me, the same side-effect occurred where FF&#039;s regular context menu popped up over the custom one. I know in IE there&#039;s a way to cancel it out, but with FF&#039;s options set, I don&#039;t see a[n obvious] way around it. Neat idea, but not very practical IMO. why not just have the menu pop up on a regular click, so when they think they&#039;re following a simple link, they get a list of options instead?? just a thought...</description>
		<content:encoded><![CDATA[<p>I disable much of the JS in Firefox &#8212; not that I&#8217;m paranoid, I just don&#8217;t like webpages changing window height/position/etc. So for me, the same side-effect occurred where FF&#8217;s regular context menu popped up over the custom one. I know in IE there&#8217;s a way to cancel it out, but with FF&#8217;s options set, I don&#8217;t see a[n obvious] way around it. Neat idea, but not very practical IMO. why not just have the menu pop up on a regular click, so when they think they&#8217;re following a simple link, they get a list of options instead?? just a thought&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harel</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247495</link>
		<dc:creator>Harel</dc:creator>
		<pubDate>Thu, 22 Feb 2007 23:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247495</guid>
		<description>Andy, this script was created for a CRM as well ;o)
It seems to fit the bill for this type of applications. 

Mind you, that this script could EASILY be adapted to be a left click context menu which could be triggered by a little image by the actual element you want a context menu for. Its only from &#039;OS&#039; convention that it was created as a right click. As in any application, when I right click something, I expect a menu with links pertaining to what I clicked. 

Harel</description>
		<content:encoded><![CDATA[<p>Andy, this script was created for a CRM as well ;o)<br />
It seems to fit the bill for this type of applications. </p>
<p>Mind you, that this script could EASILY be adapted to be a left click context menu which could be triggered by a little image by the actual element you want a context menu for. Its only from &#8216;OS&#8217; convention that it was created as a right click. As in any application, when I right click something, I expect a menu with links pertaining to what I clicked. </p>
<p>Harel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl Lyons</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247494</link>
		<dc:creator>Darryl Lyons</dc:creator>
		<pubDate>Thu, 22 Feb 2007 21:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247494</guid>
		<description>A context menu is a very valid user tool if used within a Web Application - which was the reason for the widget. I too have just created a context menu for my company&#039;s CRM application. I wouldn&#039;t override the context menu on a Web site though (especially on links).</description>
		<content:encoded><![CDATA[<p>A context menu is a very valid user tool if used within a Web Application &#8211; which was the reason for the widget. I too have just created a context menu for my company&#8217;s CRM application. I wouldn&#8217;t override the context menu on a Web site though (especially on links).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247487</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 22 Feb 2007 20:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247487</guid>
		<description>Likewise - I&#039;d prefer the user to get what they were expecting from a right-click, and present my own navigation or content some other way. Very nicely put together, though!</description>
		<content:encoded><![CDATA[<p>Likewise &#8211; I&#8217;d prefer the user to get what they were expecting from a right-click, and present my own navigation or content some other way. Very nicely put together, though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Giammarchi</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247477</link>
		<dc:creator>Andrea Giammarchi</dc:creator>
		<pubDate>Thu, 22 Feb 2007 18:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247477</guid>
		<description>Doesn&#039;t work on Opera too.
It&#039;s a nice experiment but I think right button should never be &quot;obfuscated&quot;.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work on Opera too.<br />
It&#8217;s a nice experiment but I think right button should never be &#8220;obfuscated&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Lopes</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247472</link>
		<dc:creator>Guilherme Lopes</dc:creator>
		<pubDate>Thu, 22 Feb 2007 17:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247472</guid>
		<description>Interesting in a sinful way. Not really working in Safari, though.</description>
		<content:encoded><![CDATA[<p>Interesting in a sinful way. Not really working in Safari, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harel</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247470</link>
		<dc:creator>Harel</dc:creator>
		<pubDate>Thu, 22 Feb 2007 17:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247470</guid>
		<description>Hi! Thanks for the comments!!

JD, the problem with the menu in dojo (unless i&#039;m wrong and please correct me if I am), is that you can&#039;t pull out specific information regarding the item you right clicked on. What I needed was a context menu that shows items that related directly to a specific link when right clicked. I didn&#039;t want to define menus per link, as i might have hundreds of those on a screen (not just link though - divs, input elements etc.) 
With RightContext, i just define a generic template for each menu I want to use. The object will parse that template into a menu based on the extra tags placed in those elements. As well, if the script fails for any reason (no javascript) all you&#039;re left with is html elements with extra informative tags. For example, my links showing contact names, also hold tags like _id=&quot;CONTACT_ID&quot; and _name=&quot;CONTACT_NAME&quot;. These gets parsed to the menu so when right clicked it shows items like : Edit Harrison Ford, Email Harrison Ford, Ford Harrison Ford etc. 
As well, based on those tags, a menu item can evaluate whether it will show for this specific link or not. I didn&#039;t want to show the Email menu item if the contact did not have an email address on file. So the html href tag also contains _haseml=&quot;Y/N&quot; whether it has an email. The email link will only show it _haseml=&quot;Y&quot;.
I&#039;ve already started integrating this into my application and it works a treat. 

As for the firefox 2 issue: For me Firefox 2 on linux and on windows both installed without the right click context disabled, so it works fine though i heard that some people might have had their firefox installed with this option disabled by default. 

Also, this script does not work on opera at this moment, though I hope to correct that soon (sorry opera crowd - great browser, but just didn&#039;t get round to it).

And right, from a GENERIC usability point of view, disabling the right click is hmmm bad, BUT, that depends on the context of the application/site. In my context it makes sense, and provides a useful features the users want. 
It also only disables the right click for specific items NOT for the entire document! I might add a small permanent switch to the menu item to allow it to switch to the browser&#039;s menu... 

And as for the tagsoup issue - that was the easiest way for me to add the properties in a way that i could easily read and parse. I can&#039;t embed them into the classnames or style sheet - it&#039;s putting data with layout definitions... not right. It also puts the additional data where&#039;s its closes to home - right on the element in question (the link, div, input element etc.).

Thanks for all comments - keep em coming, please!
Harel</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for the comments!!</p>
<p>JD, the problem with the menu in dojo (unless i&#8217;m wrong and please correct me if I am), is that you can&#8217;t pull out specific information regarding the item you right clicked on. What I needed was a context menu that shows items that related directly to a specific link when right clicked. I didn&#8217;t want to define menus per link, as i might have hundreds of those on a screen (not just link though &#8211; divs, input elements etc.)<br />
With RightContext, i just define a generic template for each menu I want to use. The object will parse that template into a menu based on the extra tags placed in those elements. As well, if the script fails for any reason (no javascript) all you&#8217;re left with is html elements with extra informative tags. For example, my links showing contact names, also hold tags like _id=&#8221;CONTACT_ID&#8221; and _name=&#8221;CONTACT_NAME&#8221;. These gets parsed to the menu so when right clicked it shows items like : Edit Harrison Ford, Email Harrison Ford, Ford Harrison Ford etc.<br />
As well, based on those tags, a menu item can evaluate whether it will show for this specific link or not. I didn&#8217;t want to show the Email menu item if the contact did not have an email address on file. So the html href tag also contains _haseml=&#8221;Y/N&#8221; whether it has an email. The email link will only show it _haseml=&#8221;Y&#8221;.<br />
I&#8217;ve already started integrating this into my application and it works a treat. </p>
<p>As for the firefox 2 issue: For me Firefox 2 on linux and on windows both installed without the right click context disabled, so it works fine though i heard that some people might have had their firefox installed with this option disabled by default. </p>
<p>Also, this script does not work on opera at this moment, though I hope to correct that soon (sorry opera crowd &#8211; great browser, but just didn&#8217;t get round to it).</p>
<p>And right, from a GENERIC usability point of view, disabling the right click is hmmm bad, BUT, that depends on the context of the application/site. In my context it makes sense, and provides a useful features the users want.<br />
It also only disables the right click for specific items NOT for the entire document! I might add a small permanent switch to the menu item to allow it to switch to the browser&#8217;s menu&#8230; </p>
<p>And as for the tagsoup issue &#8211; that was the easiest way for me to add the properties in a way that i could easily read and parse. I can&#8217;t embed them into the classnames or style sheet &#8211; it&#8217;s putting data with layout definitions&#8230; not right. It also puts the additional data where&#8217;s its closes to home &#8211; right on the element in question (the link, div, input element etc.).</p>
<p>Thanks for all comments &#8211; keep em coming, please!<br />
Harel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247464</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 22 Feb 2007 15:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247464</guid>
		<description>As has been mentioned in the comments on Harel&#039;s blog, it appears there&#039;s a problem in Firefox 2.0 where the normal context menu appears over the top of the custom one by default. This can be switched off, though, but it&#039;s irritating nonetheless. If anyone can come up with a way around that, I&#039;d be very interested in using this!!</description>
		<content:encoded><![CDATA[<p>As has been mentioned in the comments on Harel&#8217;s blog, it appears there&#8217;s a problem in Firefox 2.0 where the normal context menu appears over the top of the custom one by default. This can be switched off, though, but it&#8217;s irritating nonetheless. If anyone can come up with a way around that, I&#8217;d be very interested in using this!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Svensson</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247462</link>
		<dc:creator>Peter Svensson</dc:creator>
		<pubDate>Thu, 22 Feb 2007 14:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247462</guid>
		<description>Hmm. It&#039;s always nice to have a stand-alone package. However, dojo does allow you to create right-click menus programatically, with no trace of actual html needed whatsoever. I use this extensively in my upcoming viual editor for JDA. It&#039;s quite simple;

	
			this.menu = dojo.widget.createWidget (&quot;PopupMenu2&quot;, 
			{
        			widgetId: this.id+&quot;_Actions&quot;,
        			contextMenuForWindow:false,
        			toggle: &quot;explode&quot;,
        			targetNodeIds:[this.id],
    			});

			var ditem = dojo.widget.createWidget(&quot;MenuItem2&quot;, 
			{
                		widgetId: this.id+&quot;_deletemenuitem&quot;,
                		caption: &quot;Delete Component&quot;,
            		});
			ditem.onClick = this.deleteMenu.mybind(this);

			var sitem = dojo.widget.createWidget(&quot;MenuItem2&quot;, 
			{
                		widgetId: this.id+&quot;_stylemenuitem&quot;,
                		caption: &quot;Style Component&quot;,
            		});
			sitem.onClick = this.styleMenu.mybind(this);

			var citem = dojo.widget.createWidget(&quot;MenuItem2&quot;, 
			{
                		widgetId: this.id+&quot;_configmenuitem&quot;,
                		caption: &quot;Configure Component&quot;,
            		});
			citem.onClick = this.configMenu.mybind(this);			

			this.menu.addChild(ditem);
			this.menu.addChild(sitem);
			this.menu.addChild(citem);

			this.child = element;
			this.child.style.width = &quot;100%&quot;;
			this.child.style.height = &quot;100%&quot;;
			var cont = dojo.byId(this.container);

Cheers,
PS</description>
		<content:encoded><![CDATA[<p>Hmm. It&#8217;s always nice to have a stand-alone package. However, dojo does allow you to create right-click menus programatically, with no trace of actual html needed whatsoever. I use this extensively in my upcoming viual editor for JDA. It&#8217;s quite simple;</p>
<p>			this.menu = dojo.widget.createWidget (&#8221;PopupMenu2&#8243;,<br />
			{<br />
        			widgetId: this.id+&#8221;_Actions&#8221;,<br />
        			contextMenuForWindow:false,<br />
        			toggle: &#8220;explode&#8221;,<br />
        			targetNodeIds:[this.id],<br />
    			});</p>
<p>			var ditem = dojo.widget.createWidget(&#8221;MenuItem2&#8243;,<br />
			{<br />
                		widgetId: this.id+&#8221;_deletemenuitem&#8221;,<br />
                		caption: &#8220;Delete Component&#8221;,<br />
            		});<br />
			ditem.onClick = this.deleteMenu.mybind(this);</p>
<p>			var sitem = dojo.widget.createWidget(&#8221;MenuItem2&#8243;,<br />
			{<br />
                		widgetId: this.id+&#8221;_stylemenuitem&#8221;,<br />
                		caption: &#8220;Style Component&#8221;,<br />
            		});<br />
			sitem.onClick = this.styleMenu.mybind(this);</p>
<p>			var citem = dojo.widget.createWidget(&#8221;MenuItem2&#8243;,<br />
			{<br />
                		widgetId: this.id+&#8221;_configmenuitem&#8221;,<br />
                		caption: &#8220;Configure Component&#8221;,<br />
            		});<br />
			citem.onClick = this.configMenu.mybind(this);			</p>
<p>			this.menu.addChild(ditem);<br />
			this.menu.addChild(sitem);<br />
			this.menu.addChild(citem);</p>
<p>			this.child = element;<br />
			this.child.style.width = &#8220;100%&#8221;;<br />
			this.child.style.height = &#8220;100%&#8221;;<br />
			var cont = dojo.byId(this.container);</p>
<p>Cheers,<br />
PS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jd</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247461</link>
		<dc:creator>jd</dc:creator>
		<pubDate>Thu, 22 Feb 2007 14:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247461</guid>
		<description>He said this was made for an web app. Who knows his users may be used to excel or some other form of app that uses right click. Use it if you want to, don&#039;t if you don&#039;t. easy breezy.</description>
		<content:encoded><![CDATA[<p>He said this was made for an web app. Who knows his users may be used to excel or some other form of app that uses right click. Use it if you want to, don&#8217;t if you don&#8217;t. easy breezy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Lopes</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247459</link>
		<dc:creator>Rui Lopes</dc:creator>
		<pubDate>Thu, 22 Feb 2007 14:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247459</guid>
		<description>From a Web usability and user experience point of view, this is completely awkward. Users do not expect right clicks on web pages/sites. They just click on links and buttons. nothing more.</description>
		<content:encoded><![CDATA[<p>From a Web usability and user experience point of view, this is completely awkward. Users do not expect right clicks on web pages/sites. They just click on links and buttons. nothing more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pi</title>
		<link>http://ajaxian.com/archives/dynamic-right-click-context-menu/comment-page-1#comment-247456</link>
		<dc:creator>Pi</dc:creator>
		<pubDate>Thu, 22 Feb 2007 13:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2143#comment-247456</guid>
		<description>Is cool, but am a bit worried about the tagsoup. Perhaps a version where I can simply throw the context into the classnames would be better?

All in all though, I dig.</description>
		<content:encoded><![CDATA[<p>Is cool, but am a bit worried about the tagsoup. Perhaps a version where I can simply throw the context into the classnames would be better?</p>
<p>All in all though, I dig.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
