<?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: jQuery Getting Started Guide</title>
	<atom:link href="http://bassistance.de/2006/09/12/jquery-getting-started-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: flowers</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-170216</link>
		<dc:creator>flowers</dc:creator>
		<pubDate>Thu, 30 Jul 2009 01:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-170216</guid>
		<description>Dear:

  I&#039;m studing Jquery with your document ! It&#039;s so great ! hope i can have a talk with you after ^_^</description>
		<content:encoded><![CDATA[<p>Dear:</p>
<p>  I&#8217;m studing Jquery with your document ! It&#8217;s so great ! hope i can have a talk with you after ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friend</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-156613</link>
		<dc:creator>Friend</dc:creator>
		<pubDate>Tue, 24 Feb 2009 22:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-156613</guid>
		<description>Thanks for the tutorial!!
I&#039;ve read the tutorial translated to brazilian portuguese in http://i18n.2kminterativa.com.br/jquery/jquery-getting-started-pt_br.html
Obrigado!!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial!!<br />
I&#8217;ve read the tutorial translated to brazilian portuguese in <a href="http://i18n.2kminterativa.com.br/jquery/jquery-getting-started-pt_br.html" rel="nofollow">http://i18n.2kminterativa.com.br/jquery/jquery-getting-started-pt_br.html</a><br />
Obrigado!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-145289</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 01 Nov 2008 03:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-145289</guid>
		<description>Hi, I&#039;m working through your jQuery tutorial, and had a suggestion for the rating system part.  If people don&#039;t have access to a server, they can change the &quot;rate.php&quot; to &quot;rate.html&quot; and put this in rate.html:
&lt;code&gt;&lt;ratings&gt;&lt;average&gt;4.7&lt;/average&gt;&lt;count&gt;10&lt;/count&gt;&lt;/ratings&gt;&lt;/code&gt;

Sure, it is not live, but it lets the person going through the tutorial see that data is coming from an external source.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m working through your jQuery tutorial, and had a suggestion for the rating system part.  If people don&#8217;t have access to a server, they can change the &#8220;rate.php&#8221; to &#8220;rate.html&#8221; and put this in rate.html:<br />
<code>&lt;ratings&gt;&lt;average&gt;4.7&lt;/average&gt;&lt;count&gt;10&lt;/count&gt;&lt;/ratings&gt;&lt;/code&gt;</p>
<p>Sure, it is not live, but it lets the person going through the tutorial see that data is coming from an external source.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-132108</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 26 Aug 2008 16:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-132108</guid>
		<description>Hi, very well written guide.  Thanks for your effort!

FYI. It looks like the jQuery plug-ins link (in 3 places) should now point to: http://plugins.jquery.com

Eric</description>
		<content:encoded><![CDATA[<p>Hi, very well written guide.  Thanks for your effort!</p>
<p>FYI. It looks like the jQuery plug-ins link (in 3 places) should now point to: <a href="http://plugins.jquery.com" rel="nofollow">http://plugins.jquery.com</a></p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-102531</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 17 Mar 2008 13:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-102531</guid>
		<description>Hi Jörn,

super Tutorial, vielen Dank dafür! 
Ein kleiner Fehler ist mir aufgefallen. Im source zum tablesorter plugin muss tablesorter klein geschrieben werden, damit es funktioniert, also

&lt;code&gt;$(&quot;#large&quot;).tablesorter();&lt;/code&gt;

statt

&lt;code&gt;$(&quot;#large&quot;).tableSorter();&lt;/code&gt;

Zumindest in der aktuellen Version, dich ich mir gerade heruntergeladen habe, vielleicht war es früher anders.

Viele Grüße
Michael</description>
		<content:encoded><![CDATA[<p>Hi Jörn,</p>
<p>super Tutorial, vielen Dank dafür!<br />
Ein kleiner Fehler ist mir aufgefallen. Im source zum tablesorter plugin muss tablesorter klein geschrieben werden, damit es funktioniert, also</p>
<p><code>$("#large").tablesorter();</code></p>
<p>statt</p>
<p><code>$("#large").tableSorter();</code></p>
<p>Zumindest in der aktuellen Version, dich ich mir gerade heruntergeladen habe, vielleicht war es früher anders.</p>
<p>Viele Grüße<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PCMasters</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-51764</link>
		<dc:creator>PCMasters</dc:creator>
		<pubDate>Tue, 06 Nov 2007 18:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-51764</guid>
		<description>Endlich ein schönes und umfassendes Tutorial. Wir werden es in den nächsten Updates bei usn auch verwenden. Vielen Dank.</description>
		<content:encoded><![CDATA[<p>Endlich ein schönes und umfassendes Tutorial. Wir werden es in den nächsten Updates bei usn auch verwenden. Vielen Dank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaarat</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-47988</link>
		<dc:creator>Bhaarat</dc:creator>
		<pubDate>Fri, 12 Oct 2007 16:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-47988</guid>
		<description>first of all thanks a lot for the great getting started tutorial.  There is one problem with with the tutorial on this link http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery

the second tablesorter code is not highlighting the rows as expected.  How can we fix this?</description>
		<content:encoded><![CDATA[<p>first of all thanks a lot for the great getting started tutorial.  There is one problem with with the tutorial on this link <a href="http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery" rel="nofollow">http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery</a></p>
<p>the second tablesorter code is not highlighting the rows as expected.  How can we fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-39019</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Fri, 03 Aug 2007 09:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-39019</guid>
		<description>@dito: Cool! Zur Kombination von Rails mit jQuery solltest du mal bei &lt;a href=&quot;http://yehudakatz.com/tags/jquery-on-rails/&quot;&gt;Yehuda Katz&lt;/a&gt; vorbeischauen.</description>
		<content:encoded><![CDATA[<p>@dito: Cool! Zur Kombination von Rails mit jQuery solltest du mal bei <a href="http://yehudakatz.com/tags/jquery-on-rails/">Yehuda Katz</a> vorbeischauen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dito</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-38454</link>
		<dc:creator>dito</dc:creator>
		<pubDate>Mon, 30 Jul 2007 08:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-38454</guid>
		<description>Servus, sehr nettes Tutorial, ich beschäftige mich gerade mit Ruby on Rails und Prototype/Scriptaculous sind einfach nicht mein Ding.  Endlich habe ich die JS-Library gefunden, die einfach ist und meiner Denkweise entspricht.</description>
		<content:encoded><![CDATA[<p>Servus, sehr nettes Tutorial, ich beschäftige mich gerade mit Ruby on Rails und Prototype/Scriptaculous sind einfach nicht mein Ding.  Endlich habe ich die JS-Library gefunden, die einfach ist und meiner Denkweise entspricht.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2006/09/12/jquery-getting-started-guide/comment-page-1/#comment-35475</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Wed, 04 Jul 2007 18:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/index.php/2006/09/12/jquery-getting-started-guide/#comment-35475</guid>
		<description>@Fred: That is now fixed in the &lt;a href=&quot;http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery&quot;&gt;tutorial&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Fred: That is now fixed in the <a href="http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery">tutorial</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
