<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Control Silverlight by Using Browser Back and Forward Buttons</title>
	<atom:link href="http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/</link>
	<description>Developer Flotsam - random stuff floating around?</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:46:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Best Knight Online Bots , Cheats and bugs</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-1923</link>
		<dc:creator><![CDATA[Best Knight Online Bots , Cheats and bugs]]></dc:creator>
		<pubDate>Mon, 16 Jan 2012 12:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-1923</guid>
		<description><![CDATA[&lt;strong&gt;Best Knight Online Bots , Cheats and bugs...&lt;/strong&gt;

[...]Control Silverlight by Using Browser Back and Forward Buttons &#171; Developer Flotsam[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>Best Knight Online Bots , Cheats and bugs&#8230;</strong></p>
<p>[...]Control Silverlight by Using Browser Back and Forward Buttons &laquo; Developer Flotsam[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Erickson</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-1763</link>
		<dc:creator><![CDATA[Justin Erickson]]></dc:creator>
		<pubDate>Thu, 28 Jul 2011 19:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-1763</guid>
		<description><![CDATA[I discovered your web site via Google while looking for a related subject, lucky for me your web site came up, its a great website. I have bookmarked it in my google bookmarks.
Please Visit ===&gt; &lt;a href=&quot;http://physicianassistanttrainingclass.blogspot.com/&quot; rel=&quot;nofollow&quot;&gt;Physician Assistant&lt;/a&gt; Training Class]]></description>
		<content:encoded><![CDATA[<p>I discovered your web site via Google while looking for a related subject, lucky for me your web site came up, its a great website. I have bookmarked it in my google bookmarks.<br />
Please Visit ===&gt; <a href="http://physicianassistanttrainingclass.blogspot.com/" rel="nofollow">Physician Assistant</a> Training Class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrZer0</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-1749</link>
		<dc:creator><![CDATA[MrZer0]]></dc:creator>
		<pubDate>Thu, 07 Jul 2011 09:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-1749</guid>
		<description><![CDATA[Best solution for this problem I&#039;ve seen so far. Furthermore one of the best readable tutorials even for none native English speakers ;-)]]></description>
		<content:encoded><![CDATA[<p>Best solution for this problem I&#8217;ve seen so far. Furthermore one of the best readable tutorials even for none native English speakers <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomTom GO910</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-1174</link>
		<dc:creator><![CDATA[TomTom GO910]]></dc:creator>
		<pubDate>Sun, 19 Sep 2010 12:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-1174</guid>
		<description><![CDATA[Hello there, Just what an nice website this is]]></description>
		<content:encoded><![CDATA[<p>Hello there, Just what an nice website this is</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-951</link>
		<dc:creator><![CDATA[Martin]]></dc:creator>
		<pubDate>Tue, 30 Mar 2010 14:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-951</guid>
		<description><![CDATA[For anyone looking to use this on a SL3 website I made the following changes to get it working:

1) Change the definition of the silverlight control in the Run ATestPage.aspx file from an asp:Silverlight control to an SL3-style object tag. Specify that the onLoad event will point to the slLoad nethod.

2) Change the following line in HistoryControl.js:

this._silverlightControl = sender.get_element();

 to 

this._silverlightControl = document.getElementById(&#039;silverlightControl&#039;);

There are probably better ways of fixing this but this seems to work for me.

We would love to use the Navigation Framework but due to it lack of extensibility (which I believe is solved in SL4) we can&#039;t]]></description>
		<content:encoded><![CDATA[<p>For anyone looking to use this on a SL3 website I made the following changes to get it working:</p>
<p>1) Change the definition of the silverlight control in the Run ATestPage.aspx file from an asp:Silverlight control to an SL3-style object tag. Specify that the onLoad event will point to the slLoad nethod.</p>
<p>2) Change the following line in HistoryControl.js:</p>
<p>this._silverlightControl = sender.get_element();</p>
<p> to </p>
<p>this._silverlightControl = document.getElementById(&#8216;silverlightControl&#8217;);</p>
<p>There are probably better ways of fixing this but this seems to work for me.</p>
<p>We would love to use the Navigation Framework but due to it lack of extensibility (which I believe is solved in SL4) we can&#8217;t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-679</link>
		<dc:creator><![CDATA[Jordan]]></dc:creator>
		<pubDate>Tue, 04 Aug 2009 22:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-679</guid>
		<description><![CDATA[Hey Anita, 

I&#039;ve not tested this on SL3, although I&#039;m not sure why it wouldn&#039;t be working.. 

Can you please post some of your JS code so I can see what you are doing?

As a side note, have you tried out the new SL3 navigation framework? It has browser back and forward navigation built in at the core...]]></description>
		<content:encoded><![CDATA[<p>Hey Anita, </p>
<p>I&#8217;ve not tested this on SL3, although I&#8217;m not sure why it wouldn&#8217;t be working.. </p>
<p>Can you please post some of your JS code so I can see what you are doing?</p>
<p>As a side note, have you tried out the new SL3 navigation framework? It has browser back and forward navigation built in at the core&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anita</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-678</link>
		<dc:creator><![CDATA[Anita]]></dc:creator>
		<pubDate>Tue, 04 Aug 2009 21:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-678</guid>
		<description><![CDATA[Hi,

I am trying to use this method. I have plugged in all the necessary code, but unable to call the function slLoad. In Silverlight.createObject, I am using OnPluginLoaded: slLoad, but the function never gets called. I am using Silverlight 3. What am I doing wrong? Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to use this method. I have plugged in all the necessary code, but unable to call the function slLoad. In Silverlight.createObject, I am using OnPluginLoaded: slLoad, but the function never gets called. I am using Silverlight 3. What am I doing wrong? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7 tips for extending browser functionality to Silverlight apps &#124; Igor Ostrovsky Blogging</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-558</link>
		<dc:creator><![CDATA[7 tips for extending browser functionality to Silverlight apps &#124; Igor Ostrovsky Blogging]]></dc:creator>
		<pubDate>Thu, 04 Jun 2009 07:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-558</guid>
		<description><![CDATA[[...] As of SP1 3.5, ASP.NET exposes a History Control that simplifies the solution significantly (see Control Silverlight by Using Browser Back and Forward Buttons). There is a variety of solutions available online in case you are not using ASP.NET 3.5 SP1, but [...]]]></description>
		<content:encoded><![CDATA[<p>[...] As of SP1 3.5, ASP.NET exposes a History Control that simplifies the solution significantly (see Control Silverlight by Using Browser Back and Forward Buttons). There is a variety of solutions available online in case you are not using ASP.NET 3.5 SP1, but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-527</link>
		<dc:creator><![CDATA[Jordan]]></dc:creator>
		<pubDate>Fri, 15 May 2009 06:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-527</guid>
		<description><![CDATA[Hey Ricardo, 

I have no problem with using this stuff commercially. Good luck with your project :)

Jordan.]]></description>
		<content:encoded><![CDATA[<p>Hey Ricardo, </p>
<p>I have no problem with using this stuff commercially. Good luck with your project <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jordan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Fiel</title>
		<link>http://jakkaj.wordpress.com/2008/09/08/control-silverlight-by-using-browser-back-and-foward-buttons/#comment-526</link>
		<dc:creator><![CDATA[Ricardo Fiel]]></dc:creator>
		<pubDate>Thu, 14 May 2009 11:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://jakkaj.wordpress.com/?p=80#comment-526</guid>
		<description><![CDATA[This is sooo coool! For sure the best implementation of browser history in silverlight I&#039;ve seen. Congrats for an excellent work. 

Can I use this on commercial websites?

Cheers]]></description>
		<content:encoded><![CDATA[<p>This is sooo coool! For sure the best implementation of browser history in silverlight I&#8217;ve seen. Congrats for an excellent work. </p>
<p>Can I use this on commercial websites?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

