<?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: jQote API reference</title>
	<atom:link href="http://aefxx.com/api/jqote-reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://aefxx.com/api/jqote-reference/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 08:55:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Victor Murtagh</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-909</link>
		<dc:creator>Victor Murtagh</dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-909</guid>
		<description>I was looking for information on this subject and found your blog, it hit the spot! Thanks for taking the time to do this I really appreciated it. I&#039;ll be back to check for new posts! Have a good one.</description>
		<content:encoded><![CDATA[<p>I was looking for information on this subject and found your blog, it hit the spot! Thanks for taking the time to do this I really appreciated it. I&#8217;ll be back to check for new posts! Have a good one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-879</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Thu, 15 Jul 2010 01:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-879</guid>
		<description>&lt;irony&gt;I would love to use this, but only as long as incompatibility with Safari 4 is maintained.&lt;/irony&gt;</description>
		<content:encoded><![CDATA[<p>&lt;irony&gt;I would love to use this, but only as long as incompatibility with Safari 4 is maintained.&lt;/irony&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mics</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-773</link>
		<dc:creator>mics</dc:creator>
		<pubDate>Tue, 18 May 2010 21:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-773</guid>
		<description>jqote.benchmark.htm  from http://github.com/aefxx/jQote2 - actually,  Flot, used  there, has small compatibility issue with IE  -  it crashes after test with error:
&#039;window.G_vmlCanvasManager&#039; is null or not an object

(see. http://code.google.com/p/flot/issues/detail?id=116 for details)
 I downloaded  excanvas.js  from http://code.google.com/p/explorercanvas/downloads/detail?name=excanvas_r3.zip&amp;can=2&amp;q=, save it to &quot;external&quot; folder, and added to head as first line :
&lt;!--[if IE]&gt;&lt;![endif]--&gt; 
and script run OK</description>
		<content:encoded><![CDATA[<p>jqote.benchmark.htm  from <a href="http://github.com/aefxx/jQote2" rel="nofollow">http://github.com/aefxx/jQote2</a> &#8211; actually,  Flot, used  there, has small compatibility issue with IE  &#8211;  it crashes after test with error:<br />
&#8216;window.G_vmlCanvasManager&#8217; is null or not an object</p>
<p>(see. <a href="http://code.google.com/p/flot/issues/detail?id=116" rel="nofollow">http://code.google.com/p/flot/issues/detail?id=116</a> for details)<br />
 I downloaded  excanvas.js  from <a href="http://code.google.com/p/explorercanvas/downloads/detail?name=excanvas_r3.zip&amp;can=2&amp;q=" rel="nofollow">http://code.google.com/p/explorercanvas/downloads/detail?name=excanvas_r3.zip&amp;can=2&amp;q=</a>, save it to &#8220;external&#8221; folder, and added to head as first line :<br />
<!--[if IE]&gt;&lt;![endif]--><br />
and script run OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kernel</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-672</link>
		<dc:creator>kernel</dc:creator>
		<pubDate>Sat, 20 Mar 2010 05:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-672</guid>
		<description>
    // let&#039;s do some jQote magic
    $(&#039;#tmpl&#039;).jQuote({what: &#039;Hello World&#039;}, &#039;*&#039;).appendTo($(&#039;#greet&#039;));


the example caused some problems

It&#039;s called &#039;jqote &#039;now , not jQuote</description>
		<content:encoded><![CDATA[<p>// let&#8217;s do some jQote magic<br />
    $(&#8216;#tmpl&#8217;).jQuote({what: &#8216;Hello World&#8217;}, &#8216;*&#8217;).appendTo($(&#8216;#greet&#8217;));</p>
<p>the example caused some problems</p>
<p>It&#8217;s called &#8216;jqote &#8216;now , not jQuote</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-662</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 05 Mar 2010 21:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-662</guid>
		<description>No need for my code--I figured out my problem, probably ended up being a not closed curly brace or something dumb. :-)

Great news about jQote2, I&#039;ll be glad to use it, especially if it supports Safari 4 too.  I&#039;ll check back in a couple days!</description>
		<content:encoded><![CDATA[<p>No need for my code&#8211;I figured out my problem, probably ended up being a not closed curly brace or something dumb. :-)</p>
<p>Great news about jQote2, I&#8217;ll be glad to use it, especially if it supports Safari 4 too.  I&#8217;ll check back in a couple days!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aefxx</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-657</link>
		<dc:creator>aefxx</dc:creator>
		<pubDate>Tue, 02 Mar 2010 10:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-657</guid>
		<description>@klh

Happy to see you considering jQote for production use.
Well, the work on jQote2 is almost done - it&#039;ll be released around March 6th or 7th.

As jQote2 now breaks compatibility with its predecessor I&#039;ll have to add a legacy switch to support the existing code.

Since then.</description>
		<content:encoded><![CDATA[<p>@klh</p>
<p>Happy to see you considering jQote for production use.<br />
Well, the work on jQote2 is almost done &#8211; it&#8217;ll be released around March 6th or 7th.</p>
<p>As jQote2 now breaks compatibility with its predecessor I&#8217;ll have to add a legacy switch to support the existing code.</p>
<p>Since then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klh</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-656</link>
		<dc:creator>klh</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-656</guid>
		<description>lol javascript ninja!.... checkout the flash super samurai book i did once in a new moon - seems the japanese theme is well liked in our nerdy minds.

&lt;cite&gt;(you can delete this comment, just wanted to shout out)&lt;/cite&gt;

&lt;strong&gt;Edit by aefxx&lt;/strong&gt;
You must have seen &lt;em&gt;Ghost Dog: The Way of the Samurai&lt;/em&gt; once too often , Klaus San.</description>
		<content:encoded><![CDATA[<p>lol javascript ninja!&#8230;. checkout the flash super samurai book i did once in a new moon &#8211; seems the japanese theme is well liked in our nerdy minds.</p>
<p><cite>(you can delete this comment, just wanted to shout out)</cite></p>
<p><strong>Edit by aefxx</strong><br />
You must have seen <em>Ghost Dog: The Way of the Samurai</em> once too often , Klaus San.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klh</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-655</link>
		<dc:creator>klh</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-655</guid>
		<description>Hi there!, 
thinking of using this right now for a mjor site, when will jquote2 be released?</description>
		<content:encoded><![CDATA[<p>Hi there!,<br />
thinking of using this right now for a mjor site, when will jquote2 be released?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aefxx</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-652</link>
		<dc:creator>aefxx</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-652</guid>
		<description>@SadUser

I am currently working on jQote2 that will be compatible with all the major browsers. jQote2 will get released very soon. Bear with me.

@Andrew

Could you provide some more code of yours?</description>
		<content:encoded><![CDATA[<p>@SadUser</p>
<p>I am currently working on jQote2 that will be compatible with all the major browsers. jQote2 will get released very soon. Bear with me.</p>
<p>@Andrew</p>
<p>Could you provide some more code of yours?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://aefxx.com/api/jqote-reference/comment-page-1/#comment-651</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 26 Feb 2010 20:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://onceupon.com/?p=126#comment-651</guid>
		<description>I&#039;m having trouble with an if nested inside a for loop. 



  &lt;img src=&#039;&#039; /&gt; 
   by 
  
    
  
 



This works perfectly for all the data, iterating over a set of this.line_items. EXCEPT  the nested if statement fails for the first element in the set of this.line_items. The data is valid (checked with Jlint), and the behavior is exactly correct for every element after the first line_item.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with an if nested inside a for loop. </p>
<p>  &lt;img src=&#039;&#8217; /&gt;<br />
   by </p>
<p>This works perfectly for all the data, iterating over a set of this.line_items. EXCEPT  the nested if statement fails for the first element in the set of this.line_items. The data is valid (checked with Jlint), and the behavior is exactly correct for every element after the first line_item.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

