<?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 for Sjeiti</title>
	<atom:link href="http://www.sjeiti.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.sjeiti.com</link>
	<description>nothing to declare</description>
	<lastBuildDate>Thu, 02 Sep 2010 07:44:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on jQuery plugin update by Sjeiti</title>
		<link>http://www.sjeiti.com/?p=331&#038;cpage=1#comment-6406</link>
		<dc:creator>Sjeiti</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=331#comment-6406</guid>
		<description>Ah thanks... glad you like it.
The bug you encountered was already fixed for SFBrowser 3.1.0. This is in the svn trunk but I haven&#039;t put it up as separate download yet (that somehow slipped). I will do that asap.</description>
		<content:encoded><![CDATA[<p>Ah thanks&#8230; glad you like it.<br />
The bug you encountered was already fixed for SFBrowser 3.1.0. This is in the svn trunk but I haven&#8217;t put it up as separate download yet (that somehow slipped). I will do that asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jquery.tinysort by Sjeiti</title>
		<link>http://www.sjeiti.com/?p=322&#038;cpage=1#comment-6405</link>
		<dc:creator>Sjeiti</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=322#comment-6405</guid>
		<description>Dates are usually stored as unix timestamp. So the easiest thing to do is add that as the value: &lt;li value=&quot;1234567890&quot;&gt;Fri, 13 Feb 2009 23:31:30 GMT&lt;/li&gt;. If you don&#039;t have acces to the timestamp you&#039;ll have to convert it yourself. Since date notations are quite numerous converting it to timestamp would be a whole new plugin (I do want to keep this one tiny).
For currency you can do the same: &lt;li value=&quot;3.14&quot;&gt;€ 3,14&lt;/li&gt;.</description>
		<content:encoded><![CDATA[<p>Dates are usually stored as unix timestamp. So the easiest thing to do is add that as the value: &lt;li value=&#8221;1234567890&#8243;&gt;Fri, 13 Feb 2009 23:31:30 GMT&lt;/li&gt;. If you don&#8217;t have acces to the timestamp you&#8217;ll have to convert it yourself. Since date notations are quite numerous converting it to timestamp would be a whole new plugin (I do want to keep this one tiny).<br />
For currency you can do the same: &lt;li value=&#8221;3.14&#8243;&gt;€ 3,14&lt;/li&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jquery.tinysort by Sjeiti</title>
		<link>http://www.sjeiti.com/?p=322&#038;cpage=1#comment-6404</link>
		<dc:creator>Sjeiti</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=322#comment-6404</guid>
		<description>Of course! Parse the property &#039;order&#039; with the values &#039;asc&#039;, &#039;desc&#039; or &#039;rand&#039;. Like so: $(&quot;ul#people&gt;li&quot;).tsort(&quot;img&quot;,{order:&quot;desc&quot;});</description>
		<content:encoded><![CDATA[<p>Of course! Parse the property &#8216;order&#8217; with the values &#8216;asc&#8217;, &#8216;desc&#8217; or &#8216;rand&#8217;. Like so: $(&#8220;ul#people>li&#8221;).tsort(&#8220;img&#8221;,{order:&#8221;desc&#8221;});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jquery.tinysort by SEO Manchester</title>
		<link>http://www.sjeiti.com/?p=322&#038;cpage=1#comment-6317</link>
		<dc:creator>SEO Manchester</dc:creator>
		<pubDate>Tue, 17 Aug 2010 13:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=322#comment-6317</guid>
		<description>Is there a particular way of sorting in reverse order?</description>
		<content:encoded><![CDATA[<p>Is there a particular way of sorting in reverse order?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin update by Dom</title>
		<link>http://www.sjeiti.com/?p=331&#038;cpage=1#comment-6271</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Wed, 11 Aug 2010 19:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=331#comment-6271</guid>
		<description>Good evening

Firstly, sorry for the quality of my English ...

With jQuery 1.4.2 and the connector php, file lists are not displayed. There appears to have an error on the response of the ajax request function open_dir () (line 824). The response indicates an error JSON. In fact, the error must be in the file connectors / php / sfbrowser.php. Each term pairs (name: value) must be encapsulated by double quotes (&quot;name&quot;: &quot;value&quot;) (connectors / php / sfbrowser.php: lines 53-76 and line 286).

Example:
does not work (returns an error JSON):

$ SNfo .= &quot;Time:&quot;. $ ARtr [&quot;time &quot;].&quot;,&quot;;


Runs

$ SNfo .= &quot;\&quot; time \ &quot;\&quot; &quot;. ARtr $ [&quot; time &quot;].&quot; \ &quot;&quot;;


 Having done this, everything becomes ok

sfbowser 3.0.3
php5
ff3

In case holes, congratulations for your work, and sorry for the inconvenience

Cordially

Dom</description>
		<content:encoded><![CDATA[<p>Good evening</p>
<p>Firstly, sorry for the quality of my English &#8230;</p>
<p>With jQuery 1.4.2 and the connector php, file lists are not displayed. There appears to have an error on the response of the ajax request function open_dir () (line 824). The response indicates an error JSON. In fact, the error must be in the file connectors / php / sfbrowser.php. Each term pairs (name: value) must be encapsulated by double quotes (&#8220;name&#8221;: &#8220;value&#8221;) (connectors / php / sfbrowser.php: lines 53-76 and line 286).</p>
<p>Example:<br />
does not work (returns an error JSON):</p>
<p>$ SNfo .= &#8220;Time:&#8221;. $ ARtr ["time "].&#8221;,&#8221;;</p>
<p>Runs</p>
<p>$ SNfo .= &#8220;\&#8221; time \ &#8220;\&#8221; &#8220;. ARtr $ [" time "].&#8221; \ &#8220;&#8221;;</p>
<p> Having done this, everything becomes ok</p>
<p>sfbowser 3.0.3<br />
php5<br />
ff3</p>
<p>In case holes, congratulations for your work, and sorry for the inconvenience</p>
<p>Cordially</p>
<p>Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on noise r us  . . . by Sjeiti</title>
		<link>http://www.sjeiti.com/?p=448&#038;cpage=1#comment-5633</link>
		<dc:creator>Sjeiti</dc:creator>
		<pubDate>Wed, 12 May 2010 15:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=448#comment-5633</guid>
		<description>Thanks... :-)
(and fixed I the stupid mistake)</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; <img src='http://www.sjeiti.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
(and fixed I the stupid mistake)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on noise r us  . . . by Mario Klingemann</title>
		<link>http://www.sjeiti.com/?p=448&#038;cpage=1#comment-5632</link>
		<dc:creator>Mario Klingemann</dc:creator>
		<pubDate>Wed, 12 May 2010 15:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=448#comment-5632</guid>
		<description>Oh btw - your example does not work in Firefox 3.6.3 on Windows</description>
		<content:encoded><![CDATA[<p>Oh btw &#8211; your example does not work in Firefox 3.6.3 on Windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on noise r us  . . . by Mario Klingemann</title>
		<link>http://www.sjeiti.com/?p=448&#038;cpage=1#comment-5631</link>
		<dc:creator>Mario Klingemann</dc:creator>
		<pubDate>Wed, 12 May 2010 15:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=448#comment-5631</guid>
		<description>Great job! This will be a very useful class. I especially like the possibility to insert one&#039;s own random number generator.</description>
		<content:encoded><![CDATA[<p>Great job! This will be a very useful class. I especially like the possibility to insert one&#8217;s own random number generator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on noise r us by Sjeiti</title>
		<link>http://www.sjeiti.com/?p=426&#038;cpage=1#comment-5630</link>
		<dc:creator>Sjeiti</dc:creator>
		<pubDate>Wed, 12 May 2010 11:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=426#comment-5630</guid>
		<description>thanks man :-)</description>
		<content:encoded><![CDATA[<p>thanks man <img src='http://www.sjeiti.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on noise r us by erik van nieuwburg</title>
		<link>http://www.sjeiti.com/?p=426&#038;cpage=1#comment-5625</link>
		<dc:creator>erik van nieuwburg</dc:creator>
		<pubDate>Tue, 11 May 2010 14:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sjeiti.com/?p=426#comment-5625</guid>
		<description>Nice post dude!!! Cross browser compatibility party fail :-)</description>
		<content:encoded><![CDATA[<p>Nice post dude!!! Cross browser compatibility party fail <img src='http://www.sjeiti.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
