<?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: 7 tips for extending browser functionality to Silverlight apps</title>
	<atom:link href="http://igoro.com/archive/7-tips-for-extending-browser-functionality-to-silverlight-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://igoro.com/archive/7-tips-for-extending-browser-functionality-to-silverlight-apps/</link>
	<description>On programming, technology, and random things of interest</description>
	<lastBuildDate>Thu, 29 Jul 2010 00:28:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Igor Ostrovsky</title>
		<link>http://igoro.com/archive/7-tips-for-extending-browser-functionality-to-silverlight-apps/comment-page-1/#comment-580</link>
		<dc:creator>Igor Ostrovsky</dc:creator>
		<pubDate>Tue, 15 Sep 2009 23:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://igoro.com/?p=164#comment-580</guid>
		<description>On right-clicking the hyperlink, I would display a box that contains two hyperlinks, &quot;Open&quot; and &quot;Open in new tab or window&quot;. The &quot;Open in new tab or window&quot; hyperlink will have Target property set to _blank.

When Target is _blank, the browser gets to decide whether to open a new tab or a new window. From my limited experimentation, Firefox opens a tab, and IE7 opens a window.

I didn&#039;t actually try doing this, but it seems possible. Or is there some issue that I am missing?</description>
		<content:encoded><![CDATA[<p>On right-clicking the hyperlink, I would display a box that contains two hyperlinks, &#8220;Open&#8221; and &#8220;Open in new tab or window&#8221;. The &#8220;Open in new tab or window&#8221; hyperlink will have Target property set to _blank.</p>
<p>When Target is _blank, the browser gets to decide whether to open a new tab or a new window. From my limited experimentation, Firefox opens a tab, and IE7 opens a window.</p>
<p>I didn&#8217;t actually try doing this, but it seems possible. Or is there some issue that I am missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aakash</title>
		<link>http://igoro.com/archive/7-tips-for-extending-browser-functionality-to-silverlight-apps/comment-page-1/#comment-579</link>
		<dc:creator>Aakash</dc:creator>
		<pubDate>Tue, 15 Sep 2009 10:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://igoro.com/?p=164#comment-579</guid>
		<description>Quote:

&quot;
Feature 6: Open link in new tab
...
If you are committed enough, you can probably implement a HyperlinkButton with a context menu allowing the user to open the link in a new tab/window.
&quot;

Could you guide me as to ow would I open it in a new tab assuming they select open in New Tab? The right click can be handled to create a context menu as given in the post. Though how can it be further used to actually open the link in a new tab?</description>
		<content:encoded><![CDATA[<p>Quote:</p>
<p>&#8221;<br />
Feature 6: Open link in new tab<br />
&#8230;<br />
If you are committed enough, you can probably implement a HyperlinkButton with a context menu allowing the user to open the link in a new tab/window.<br />
&#8221;</p>
<p>Could you guide me as to ow would I open it in a new tab assuming they select open in New Tab? The right click can be handled to create a context menu as given in the post. Though how can it be further used to actually open the link in a new tab?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jakes</title>
		<link>http://igoro.com/archive/7-tips-for-extending-browser-functionality-to-silverlight-apps/comment-page-1/#comment-530</link>
		<dc:creator>jakes</dc:creator>
		<pubDate>Thu, 18 Jun 2009 13:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://igoro.com/?p=164#comment-530</guid>
		<description>thanks for all of the tips</description>
		<content:encoded><![CDATA[<p>thanks for all of the tips</p>
]]></content:encoded>
	</item>
</channel>
</rss>
