<?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: UrlKit 0.92 now available with IE7, Safari support</title>
	<atom:link href="http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 13 Aug 2010 18:04:58 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mozzy</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-70863</link>
		<dc:creator>Mozzy</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-70863</guid>
		<description>Hi there,
I have been playing around with UrlKit today and I am still trying to figure out how I could get the following URLs matched:

www.example.com/#hello/world
www.example.com/#hello/world/1
www.example.com/#hello/world?query=string
www.example.com/#hello/world/1?query=string

now the first two parts of the url (hello and world) should be also &quot;dynamic&quot; meaning that I want an endless path to be matched like 
www.example.com/#hello/world/how/are/you/today
etc.

How would I go about doing that?

Any help would be great.
Cheers,
Moz</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I have been playing around with UrlKit today and I am still trying to figure out how I could get the following URLs matched:</p>
<p><a href="http://www.example.com/#hello/world" rel="nofollow">http://www.example.com/#hello/world</a><br />
<a href="http://www.example.com/#hello/world/1" rel="nofollow">http://www.example.com/#hello/world/1</a><br />
<a href="http://www.example.com/#hello/world?query=string" rel="nofollow">http://www.example.com/#hello/world?query=string</a><br />
<a href="http://www.example.com/#hello/world/1?query=string" rel="nofollow">http://www.example.com/#hello/world/1?query=string</a></p>
<p>now the first two parts of the url (hello and world) should be also &#8220;dynamic&#8221; meaning that I want an endless path to be matched like<br />
<a href="http://www.example.com/#hello/world/how/are/you/today" rel="nofollow">http://www.example.com/#hello/world/how/are/you/today</a><br />
etc.</p>
<p>How would I go about doing that?</p>
<p>Any help would be great.<br />
Cheers,<br />
Moz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Harts</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-32823</link>
		<dc:creator>J Harts</dc:creator>
		<pubDate>Wed, 01 Apr 2009 16:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-32823</guid>
		<description>=( that didnt work either.... ill stop spamming the comments now..</description>
		<content:encoded><![CDATA[<p>=( that didnt work either&#8230;. ill stop spamming the comments now..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Harts</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-32822</link>
		<dc:creator>J Harts</dc:creator>
		<pubDate>Wed, 01 Apr 2009 16:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-32822</guid>
		<description>sorry first time comment system didnt like me

i absolutely love the simplicity of urlkit. except i am running into one problem that breaks my head.

i am not using the flex navigator components on which most examples are based. but i am using states which inside of them have custom components with their own rules so i found this in the documentation:
&lt;code&gt;

  
  


&lt;/code&gt;
so i did this with the delegate rule:
&lt;code&gt;

&lt;/code&gt;
that works fine if i have 2 states but what if want to have multiple state equality checks in there?

or is there another way around this?

any help would be greatly appreciated

cheers</description>
		<content:encoded><![CDATA[<p>sorry first time comment system didnt like me</p>
<p>i absolutely love the simplicity of urlkit. except i am running into one problem that breaks my head.</p>
<p>i am not using the flex navigator components on which most examples are based. but i am using states which inside of them have custom components with their own rules so i found this in the documentation:<br />
<code></p>
<p></code><br />
so i did this with the delegate rule:<br />
<code></p>
<p></code><br />
that works fine if i have 2 states but what if want to have multiple state equality checks in there?</p>
<p>or is there another way around this?</p>
<p>any help would be greatly appreciated</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Harts</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-32820</link>
		<dc:creator>J Harts</dc:creator>
		<pubDate>Wed, 01 Apr 2009 16:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-32820</guid>
		<description>i absolutely love the simplicity of urlkit. except i am running into one problem that breaks my head.

i am not using the flex navigator components on which most examples are based. but i am using states which inside of them have custom components with their own rules so i found this in the documentation:


  
  


so i did this with the delegate rule:



that works fine if i have 2 states but what if want to have multiple state equality checks in there?

or is there another way around this?

any help would be greatly appreciated

cheers</description>
		<content:encoded><![CDATA[<p>i absolutely love the simplicity of urlkit. except i am running into one problem that breaks my head.</p>
<p>i am not using the flex navigator components on which most examples are based. but i am using states which inside of them have custom components with their own rules so i found this in the documentation:</p>
<p>so i did this with the delegate rule:</p>
<p>that works fine if i have 2 states but what if want to have multiple state equality checks in there?</p>
<p>or is there another way around this?</p>
<p>any help would be greatly appreciated</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-27511</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 26 Feb 2009 00:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-27511</guid>
		<description>I don&#039;t think deep linking is severely broken in IE7, although there are a few bugs.  But maybe there&#039;s something I don&#039;t know, since I haven&#039;t been working on deep linking lately.

It&#039;s probably possible to use Urlkit 0.92 somehow or other but I have never tried it and I&#039;d probably try to work with the Flex 3 deep linking approach.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think deep linking is severely broken in IE7, although there are a few bugs.  But maybe there&#8217;s something I don&#8217;t know, since I haven&#8217;t been working on deep linking lately.</p>
<p>It&#8217;s probably possible to use Urlkit 0.92 somehow or other but I have never tried it and I&#8217;d probably try to work with the Flex 3 deep linking approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto A. Santiago</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-27509</link>
		<dc:creator>Roberto A. Santiago</dc:creator>
		<pubDate>Thu, 26 Feb 2009 00:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-27509</guid>
		<description>So it looks like deep linking in Flex 3 is broken in IE7.  From what I have read on your blog that makes sense.  Can you user URLKit 0.92 in Flex3 instead of the built in Deep Linking?</description>
		<content:encoded><![CDATA[<p>So it looks like deep linking in Flex 3 is broken in IE7.  From what I have read on your blog that makes sense.  Can you user URLKit 0.92 in Flex3 instead of the built in Deep Linking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-16395</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 15 Jan 2009 13:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-16395</guid>
		<description>Nope, I don&#039;t know why there would be a problem.  What version of Flex SDK are you using?</description>
		<content:encoded><![CDATA[<p>Nope, I don&#8217;t know why there would be a problem.  What version of Flex SDK are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-16349</link>
		<dc:creator>Eran</dc:creator>
		<pubDate>Thu, 15 Jan 2009 10:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-16349</guid>
		<description>for some reason i dont see the url updated,
when i try to run the samples.
the sample are inside webserver(tomcat), and i tried it over iexplorer and firefox.

i tried to debug it, and saw the code that should update the url, but nothing happened.
any clue ?

thanks.</description>
		<content:encoded><![CDATA[<p>for some reason i dont see the url updated,<br />
when i try to run the samples.<br />
the sample are inside webserver(tomcat), and i tried it over iexplorer and firefox.</p>
<p>i tried to debug it, and saw the code that should update the url, but nothing happened.<br />
any clue ?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-183</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 10 Apr 2008 10:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-183</guid>
		<description>I think you&#039;ll have to post a bug to Google Code and attach some sort of example.  I have no doubt that there are some difficulties with Modules as UrlKit was never tested with them.

I know of at least one approach which should definitely work, which is to maintain the navigational state in the main app (i.e. the model whose values the sliders are bound to).</description>
		<content:encoded><![CDATA[<p>I think you&#8217;ll have to post a bug to Google Code and attach some sort of example.  I have no doubt that there are some difficulties with Modules as UrlKit was never tested with them.</p>
<p>I know of at least one approach which should definitely work, which is to maintain the navigational state in the main app (i.e. the model whose values the sliders are bound to).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://joeberkovitz.com/blog/2007/12/20/urlkit-091-available/comment-page-1/#comment-185</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 10 Apr 2008 00:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-185</guid>
		<description>Thanks Joe.

The tab navigator is in the main application (not a module) and the modules contain a bunch of controls (such as the slider).   I need to deeplink which item within the viewstack is in view (this works) and any values set in each module, i.e. the slider&#039;s hi/lo (this does not work).

No matter how I try all my urlRules within a module are ignored by the parent application.

If my explanation is confusing I can post an example.

Any tips would be much appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks Joe.</p>
<p>The tab navigator is in the main application (not a module) and the modules contain a bunch of controls (such as the slider).   I need to deeplink which item within the viewstack is in view (this works) and any values set in each module, i.e. the slider&#8217;s hi/lo (this does not work).</p>
<p>No matter how I try all my urlRules within a module are ignored by the parent application.</p>
<p>If my explanation is confusing I can post an example.</p>
<p>Any tips would be much appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

