<?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"
	>
<channel>
	<title>Comments on: ASK - AJAX Source Kit</title>
	<atom:link href="http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Thu, 28 Aug 2008 19:16:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-256865</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 25 Apr 2008 08:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-256865</guid>
		<description>Shihan,

Regarding jQuery, and other major JavaScript libraries: they definitely have a large community and there's an abundance of plugins available. However, my hope is that having an efficient and fast core will, in the long run, provide the best ground to build on.

There's a &lt;a href="http://kodfabrik.se/misc/domvalidator/" rel="nofollow"&gt;validation plugin to DOMAssistant&lt;/a&gt; in beta, so please try it out if you want to.

With ASK, it's not being developed anymore, but feel free to tweak it to the needs you might have.</description>
		<content:encoded><![CDATA[<p>Shihan,</p>
<p>Regarding jQuery, and other major JavaScript libraries: they definitely have a large community and there&#8217;s an abundance of plugins available. However, my hope is that having an efficient and fast core will, in the long run, provide the best ground to build on.</p>
<p>There&#8217;s a <a href="http://kodfabrik.se/misc/domvalidator/" rel="nofollow">validation plugin to DOMAssistant</a> in beta, so please try it out if you want to.</p>
<p>With ASK, it&#8217;s not being developed anymore, but feel free to tweak it to the needs you might have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shihan</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-256595</link>
		<dc:creator>Shihan</dc:creator>
		<pubDate>Thu, 24 Apr 2008 21:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-256595</guid>
		<description>Hi, a small correction in last line of my last post due to misunderstanding of html tag support :
&lt;blockquote cite=""&gt;
And also the links are &lt;a href="http://taconite.sourceforge.net/" title="taconite" rel="nofollow"&gt;taconite&lt;/a&gt; &#38; &lt;a href="http://www.malsup.com/jquery/taconite/" title="jQuery taconite plugin" rel="nofollow"&gt;jQuery taconite plugin&lt;/a&gt;.
&lt;/blockquote&gt;

Regards,
Shihan</description>
		<content:encoded><![CDATA[<p>Hi, a small correction in last line of my last post due to misunderstanding of <acronym title="HyperText Markup Language">HTML</acronym> tag support :</p>
<blockquote cite=""><p>
And also the links are <a href="http://taconite.sourceforge.net/" title="taconite" rel="nofollow">taconite</a> &amp; <a href="http://www.malsup.com/jquery/taconite/" title="jQuery taconite plugin" rel="nofollow">jQuery taconite plugin</a>.
</p></blockquote>
<p>Regards,<br />
Shihan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shihan</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-256593</link>
		<dc:creator>Shihan</dc:creator>
		<pubDate>Thu, 24 Apr 2008 21:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-256593</guid>
		<description>Hi Robert,

Thanx for your quick response.

Never aware of DOMAssistant till now. Thanx a lot. Will definietly give it a try. But I think jQuery's plugin-base is now so much stronger than DA, that the performance gain can be compromized for consistency and availablity of a large collection of ready to use codes. Particularly, I'll wait for plugins like form, validate, tab &#38; taconite in DA that I frequently use in my developed apps with jQ.

Another question, ASK's history support is currently intended to remember just only the content that is added/changed in a single container by a single ajax call. Is it possible to extend ASK's history management (&#38; also how much effort do you think is needed if possible) to remember multiple DOM changes that are performed in one or many containers through a single ajax call (think about using taconite)? I'll hope you are very familiar with taconite though FYI, with taconite architecture its very easy to to perform any kind of DOM modification as a result of a single ajax call through a very manageable way that can be controlled from server side scripts. And also the links are...

Regards,
Shihan</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>Thanx for your quick response.</p>
<p>Never aware of DOMAssistant till now. Thanx a lot. Will definietly give it a try. But I think jQuery&#8217;s plugin-base is now so much stronger than DA, that the performance gain can be compromized for consistency and availablity of a large collection of ready to use codes. Particularly, I&#8217;ll wait for plugins like form, validate, tab &amp; taconite in DA that I frequently use in my developed apps with jQ.</p>
<p>Another question, ASK&#8217;s history support is currently intended to remember just only the content that is added/changed in a single container by a single <acronym title="Asynchronous Javascript and XML">AJAX</acronym> call. Is it possible to extend ASK&#8217;s history management (&amp; also how much effort do you think is needed if possible) to remember multiple <acronym title="Document Object Model">DOM</acronym> changes that are performed in one or many containers through a single <acronym title="Asynchronous Javascript and XML">AJAX</acronym> call (think about using taconite)? I&#8217;ll hope you are very familiar with taconite though FYI, with taconite architecture its very easy to to perform any kind of <acronym title="Document Object Model">DOM</acronym> modification as a result of a single <acronym title="Asynchronous Javascript and XML">AJAX</acronym> call through a very manageable way that can be controlled from server side scripts. And also the links are&#8230;</p>
<p>Regards,<br />
Shihan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-255822</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 23 Apr 2008 21:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-255822</guid>
		<description>Shihan,

Thanks! I haven't really looked at this code in a long time, and I know IE can have some problems with repeated actions.

I think this should work fine side-by-side with jQuery, although I can't guarantee it. Then, if course, I'd like to recommend that you take a look at &lt;a href="http://www.domassistant.com/" rel="nofollow"&gt;DOMAssistant&lt;/a&gt; as well. :-)</description>
		<content:encoded><![CDATA[<p>Shihan,</p>
<p>Thanks! I haven&#8217;t really looked at this code in a long time, and I know <acronym title="Internet Explorer">IE</acronym> can have some problems with repeated actions.</p>
<p>I think this should work fine side-by-side with jQuery, although I can&#8217;t guarantee it. Then, if course, I&#8217;d like to recommend that you take a look at <a href="http://www.domassistant.com/" rel="nofollow">DOMAssistant</a> as well. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shihan</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-255814</link>
		<dc:creator>Shihan</dc:creator>
		<pubDate>Wed, 23 Apr 2008 21:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-255814</guid>
		<description>Hi,
Great work. Though I am basically a jQuery fan for doing ajax or other DOM related JS works, ASK has really impressed me, particularly the very intelligent and functional Back/Forward button's history manipulation.

Do you think ASK can be integrated with with a jQuery based web app without any conflict?

One more thing, doing Back &#38; Forward for a few times in IE7 for your demo page, breaks the history maintenance also the ajax functionalities of links where as in FireFox 2 evrything was so smooth &#38; functional. Not sure whether its a particular bug in IE7 or not but would be nice to have it fixed (if possible).

Hats off again for your great work.

Regards,
Shihan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great work. Though I am basically a jQuery fan for doing <acronym title="Asynchronous Javascript and XML">AJAX</acronym> or other <acronym title="Document Object Model">DOM</acronym> related JS works, ASK has really impressed me, particularly the very intelligent and functional Back/Forward button&#8217;s history manipulation.</p>
<p>Do you think ASK can be integrated with with a jQuery based web app without any conflict?</p>
<p>One more thing, doing Back &amp; Forward for a few times in IE7 for your demo page, breaks the history maintenance also the <acronym title="Asynchronous Javascript and XML">AJAX</acronym> functionalities of links where as in FireFox 2 evrything was so smooth &amp; functional. Not sure whether its a particular bug in IE7 or not but would be nice to have it fixed (if possible).</p>
<p>Hats off again for your great work.</p>
<p>Regards,<br />
Shihan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-129922</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 31 Oct 2007 10:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-129922</guid>
		<description>Guillaume,

Great! :-)</description>
		<content:encoded><![CDATA[<p>Guillaume,</p>
<p>Great! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-129920</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Wed, 31 Oct 2007 10:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-129920</guid>
		<description>Yes, this what happens.
Thanks a lot, that solves my issue !</description>
		<content:encoded><![CDATA[<p>Yes, this what happens.<br />
Thanks a lot, that solves my issue !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-129911</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 31 Oct 2007 09:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-129911</guid>
		<description>Guillaume,

Hmm, that's a tricky question. If I understand you correctly, you have ASK links within the new content you retrieve with ASK? And that works as long as you move forward, but if you use back, no events are applied?

I tried that out and your description is correct. What you can do, which should work, is to add one line in the code:

Line 108, you will find this code:

&lt;code&gt;document.getElementById(strElmToRemoveContentFromId).innerHTML = this.links[intLinkIndex][2];&lt;/code&gt;

After that, add this line and events should be applied again:

&lt;code&gt;this.addEvents(document.getElementById(strElmToRemoveContentFromId));&lt;/code&gt;

This is, however, experimental and I can't guarantee that it works consistently.</description>
		<content:encoded><![CDATA[<p>Guillaume,</p>
<p>Hmm, that&#8217;s a tricky question. If I understand you correctly, you have ASK links within the new content you retrieve with ASK? And that works as long as you move forward, but if you use back, no events are applied?</p>
<p>I tried that out and your description is correct. What you can do, which should work, is to add one line in the code:</p>
<p>Line 108, you will find this code:</p>
<p><code>document.getElementById(strElmToRemoveContentFromId).innerHTML = this.links[intLinkIndex][2];</code></p>
<p>After that, add this line and events should be applied again:</p>
<p><code>this.addEvents(document.getElementById(strElmToRemoveContentFromId));</code></p>
<p>This is, however, experimental and I can&#8217;t guarantee that it works consistently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-129614</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Tue, 30 Oct 2007 16:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-129614</guid>
		<description>Hello, 

You have done a great job with this lib. 
However, I encounter the following problem :
I setup useSameTargetForSeveralCalls to true, when a page loaded thru ask is put in the target div, the links inside this page with the ask class name works fine. But when I press the back button of the browser, the previous page loaded thru ask with some links inside isn't handle anymore by ask. The onclick event isn't added any more. 
I tried to look thru the code but I don't find how to apply again AskAddEvents...</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>You have done a great job with this lib.<br />
However, I encounter the following problem :<br />
I setup useSameTargetForSeveralCalls to true, when a page loaded thru ask is put in the target div, the links inside this page with the ask class name works fine. But when I press the back button of the browser, the previous page loaded thru ask with some links inside isn&#8217;t handle anymore by ask. The onclick event isn&#8217;t added any more.<br />
I tried to look thru the code but I don&#8217;t find how to apply again AskAddEvents&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-114318</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 03 Oct 2007 06:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-114318</guid>
		<description>Shahbaz,

Absolutely, but it's not supported in the core script, so you need to tweak it yourself.</description>
		<content:encoded><![CDATA[<p>Shahbaz,</p>
<p>Absolutely, but it&#8217;s not supported in the core script, so you need to tweak it yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahbaz</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-114068</link>
		<dc:creator>Shahbaz</dc:creator>
		<pubDate>Tue, 02 Oct 2007 22:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-114068</guid>
		<description>Hello Can we some sort of ajax loading indicator in this script.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello Can we some sort of <acronym title="Asynchronous Javascript and XML">AJAX</acronym> loading indicator in this script.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-40268</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 05 Mar 2007 08:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-40268</guid>
		<description>Erik,

Thank you, I'm glad you like it!
That is valid input, and something I should look into. At the moment, unfortunately, I don't have the possibility to put any more time into ASK (although I'd definitely like to). However, a tweak like that sounds fairly easy if that property is set to true, so maybe it can be easily fixed.

Just not now, though. :-&#124;</description>
		<content:encoded><![CDATA[<p>Erik,</p>
<p>Thank you, I&#8217;m glad you like it!<br />
That is valid input, and something I should look into. At the moment, unfortunately, I don&#8217;t have the possibility to put any more time into ASK (although I&#8217;d definitely like to). However, a tweak like that sounds fairly easy if that property is set to true, so maybe it can be easily fixed.</p>
<p>Just not now, though. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Wallentinsen</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-40081</link>
		<dc:creator>Erik Wallentinsen</dc:creator>
		<pubDate>Sun, 04 Mar 2007 17:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-40081</guid>
		<description>First of all, let me say that i love the simplicity of ASK. I use ask to load different content in the same div with different links. I use &lt;i&gt;this.useSameTargetForSeveralCalls = true;&lt;/i&gt; which indeed works for me. Only problem that I have with ask is that after clicking on a few links, the url looks like this: &lt;i&gt;#2:4:4:5:2:1:9:3&lt;/i&gt; (or so). That is kinda annoying but not the problem. The problem is when you hit F5 for a page refresh, you see the content in the target div flashing every page from the first until the last one. I beleave the best way to avoid this is just having the last page after the #-sign in the url when using &lt;i&gt;this.useSameTargetForSeveralCalls = true;&lt;/i&gt;. It shouldn't matter for the bookmarking and back-bunnon anyway... I bealeave this could also be (part of) Christoph Wagner's problem.</description>
		<content:encoded><![CDATA[<p>First of all, let me say that i love the simplicity of ASK. I use ask to load different content in the same div with different links. I use <i>this.useSameTargetForSeveralCalls = true;</i> which indeed works for me. Only problem that I have with ask is that after clicking on a few links, the <acronym title="Uniform Resource Locator">URL</acronym> looks like this: <i>#2:4:4:5:2:1:9:3</i> (or so). That is kinda annoying but not the problem. The problem is when you hit F5 for a page refresh, you see the content in the target div flashing every page from the first until the last one. I beleave the best way to avoid this is just having the last page after the #-sign in the <acronym title="Uniform Resource Locator">URL</acronym> when using <i>this.useSameTargetForSeveralCalls = true;</i>. It shouldn&#8217;t matter for the bookmarking and back-bunnon anyway&#8230; I bealeave this could also be (part of) Christoph Wagner&#8217;s problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-36314</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 16 Feb 2007 12:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-36314</guid>
		<description>Christoph,

Regarding your problem with the navigation: if you have ASK functionality to replace already existing links with new ones, i imagine you might run into problems. I guess the thinking is somewhat reversed; if you have ASK links, why replace them with new ones with the same functionality?

To answer the question: replacing existing ASK links with new ones probably won't work.

I've tried ASK generally in IE 7 myself, with the native support, and it works as intended. I guess it's something with your specific scenario that unfortunately breaks the desired functionality.

I'm sorry I can't help more.</description>
		<content:encoded><![CDATA[<p>Christoph,</p>
<p>Regarding your problem with the navigation: if you have ASK functionality to replace already existing links with new ones, i imagine you might run into problems. I guess the thinking is somewhat reversed; if you have ASK links, why replace them with new ones with the same functionality?</p>
<p>To answer the question: replacing existing ASK links with new ones probably won&#8217;t work.</p>
<p>I&#8217;ve tried ASK generally in <acronym title="Internet Explorer">IE</acronym> 7 myself, with the native support, and it works as intended. I guess it&#8217;s something with your specific scenario that unfortunately breaks the desired functionality.</p>
<p>I&#8217;m sorry I can&#8217;t help more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Wagner</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-36237</link>
		<dc:creator>Christoph Wagner</dc:creator>
		<pubDate>Fri, 16 Feb 2007 03:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-36237</guid>
		<description>Just tried in IE7: When native XMLHTTP support is activated (default) than nothing happens.
When I deactivated the support, the core functionality was up again, but the history support was broken.
(Has nothing to do with my workaround, tested on the unmodified script)</description>
		<content:encoded><![CDATA[<p>Just tried in IE7: When native XMLHTTP support is activated (default) than nothing happens.<br />
When I deactivated the support, the core functionality was up again, but the history support was broken.<br />
(Has nothing to do with my workaround, tested on the unmodified script)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Wagner</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-36234</link>
		<dc:creator>Christoph Wagner</dc:creator>
		<pubDate>Fri, 16 Feb 2007 03:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-36234</guid>
		<description>Hi!
at first: ASK is great! It's simple and it works! Thx!
And now a Bug report:
I tried to have the whole navigation ASK-based. It's a combination of left and top navigation the top-navigation loaded via AJAX, too.
So if I click top-nav #1 it works
But if I reload the content via left-nav #3 top-nav links #0 and #1 are remapped to #7 and #8 and stop working.
Is there a way to fix this?


And concerning the bookmark problem I think I found a workaround:
I just change in line 93 i=0 to i=arrLinkIndexes.length-1.
I don't understand much JS, so I dunno if this brings up any new bugs, but at least in firefox it seems to work quite nice!
It loads the first page once and than the right one.</description>
		<content:encoded><![CDATA[<p>Hi!<br />
at first: ASK is great! It&#8217;s simple and it works! Thx!<br />
And now a Bug report:<br />
I tried to have the whole navigation ASK-based. It&#8217;s a combination of left and top navigation the top-navigation loaded via <acronym title="Asynchronous Javascript and XML">AJAX</acronym>, too.<br />
So if I click top-nav #1 it works<br />
But if I reload the content via left-nav #3 top-nav links #0 and #1 are remapped to #7 and #8 and stop working.<br />
Is there a way to fix this?</p>
<p>And concerning the bookmark problem I think I found a workaround:<br />
I just change in line 93 i=0 to i=arrLinkIndexes.length-1.<br />
I don&#8217;t understand much JS, so I dunno if this brings up any new bugs, but at least in firefox it seems to work quite nice!<br />
It loads the first page once and than the right one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash-only vs. AJAX sites - Friendly Bit</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-28051</link>
		<dc:creator>Flash-only vs. AJAX sites - Friendly Bit</dc:creator>
		<pubDate>Mon, 15 Jan 2007 22:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-28051</guid>
		<description>[...] pers have started thinking in terms of accessibility and fixed many of AJAX initial flaws. Nyman&#8217;s ASK is one way.   Search Engine Optimization (SEO) Poor. Search engines d [...]</description>
		<content:encoded><![CDATA[<p>[...] pers have started thinking in terms of accessibility and fixed many of <acronym title="Asynchronous Javascript and XML">AJAX</acronym> initial flaws. Nyman&#8217;s ASK is one way.   Search Engine Optimization (SEO) Poor. Search engines d [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-17039</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 16 Nov 2006 11:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-17039</guid>
		<description>fdh,

Thank you!
The way it works, it adds the number to the URL for each click on a link, no matter if that link has already been clicked. This is for forward and back navigation to work properly, but unfortunately it will affect bookmarking they way you describe.

As of now, I'm not sure how to address that.</description>
		<content:encoded><![CDATA[<p>fdh,</p>
<p>Thank you!<br />
The way it works, it adds the number to the <acronym title="Uniform Resource Locator">URL</acronym> for each click on a link, no matter if that link has already been clicked. This is for forward and back navigation to work properly, but unfortunately it will affect bookmarking they way you describe.</p>
<p>As of now, I&#8217;m not sure how to address that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fdh</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-17030</link>
		<dc:creator>fdh</dc:creator>
		<pubDate>Thu, 16 Nov 2006 11:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-17030</guid>
		<description>Hey,

really nice JS library. I only have one problem with it, I have several links that target one div and I set this.useSameTargetForSeveralCalls=true, but when I browse through my pages the URL looks like this: foo/#1:3:1. When I boomark the page and go to that bookmark, it loads 1, then 3 and then 1 rather than just the last one. Any way to fix this?

Thanks</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>really nice JS library. I only have one problem with it, I have several links that target one div and I set this.useSameTargetForSeveralCalls=true, but when I browse through my pages the <acronym title="Uniform Resource Locator">URL</acronym> looks like this: foo/#1:3:1. When I boomark the page and go to that bookmark, it loads 1, then 3 and then 1 rather than just the last one. Any way to fix this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naked coding - Robert&#8217;s talk</title>
		<link>http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/#comment-13681</link>
		<dc:creator>Naked coding - Robert&#8217;s talk</dc:creator>
		<pubDate>Fri, 27 Oct 2006 07:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=300#comment-13681</guid>
		<description>[...] struggles&#8230;  Luckily, this hasn&#8217;t happen in some time now, but for anyone using ASK or AJAX-S, bear in mind that some of the core functionally was coded while I was n [...]</description>
		<content:encoded><![CDATA[<p>[...] struggles&#8230;  Luckily, this hasn&#8217;t happen in some time now, but for anyone using ASK or <acronym title="Asynchronous Javascript and XML">AJAX</acronym>-S, bear in mind that some of the core functionally was coded while I was n [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
