<?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 bassistance.de</title>
	<atom:link href="http://bassistance.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de</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>Comment on About planning by Jörn</title>
		<link>http://bassistance.de/2012/01/25/about-planning/comment-page-1/#comment-196922</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=999#comment-196922</guid>
		<description>Thanks Norbert, that&#039;s a good one. Brings the unintuitive side to the point.</description>
		<content:encoded><![CDATA[<p>Thanks Norbert, that&#8217;s a good one. Brings the unintuitive side to the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin: Prettydate by michele franzin</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-prettydate/comment-page-1/#comment-196859</link>
		<dc:creator>michele franzin</dc:creator>
		<pubDate>Sat, 28 Jan 2012 10:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=494#comment-196859</guid>
		<description>Thanks! U made my day.

italian localization

&lt;code&gt;
$.prettyDate.messages = {
	now: &quot;adesso&quot;,
	minute: &quot;1 minuto fa&quot;,
	minutes: $.prettyDate.template(&quot;{0} minuti fa&quot;),
	hour: &quot;1 ora fa&quot;,
	hours: $.prettyDate.template(&quot;{0} ore fa&quot;),
	yesterday: &quot;Ieri&quot;,
	days: $.prettyDate.template(&quot;{0} giorni fa&quot;),
	weeks: $.prettyDate.template(&quot;{0} settimane fa&quot;)
};
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks! U made my day.</p>
<p>italian localization</p>
<p><code><br />
$.prettyDate.messages = {<br />
	now: "adesso",<br />
	minute: "1 minuto fa",<br />
	minutes: $.prettyDate.template("{0} minuti fa"),<br />
	hour: "1 ora fa",<br />
	hours: $.prettyDate.template("{0} ore fa"),<br />
	yesterday: "Ieri",<br />
	days: $.prettyDate.template("{0} giorni fa"),<br />
	weeks: $.prettyDate.template("{0} settimane fa")<br />
};<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About planning by Norbert Hartl</title>
		<link>http://bassistance.de/2012/01/25/about-planning/comment-page-1/#comment-196858</link>
		<dc:creator>Norbert Hartl</dc:creator>
		<pubDate>Sat, 28 Jan 2012 10:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=999#comment-196858</guid>
		<description>Well, this is very right. There is a quote from Winston Churchill I like since many years.

&quot;Plans are of little importance, but planning is essential&quot;</description>
		<content:encoded><![CDATA[<p>Well, this is very right. There is a quote from Winston Churchill I like since many years.</p>
<p>&#8220;Plans are of little importance, but planning is essential&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin: Password Validation by Asodrober</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/comment-page-1/#comment-196783</link>
		<dc:creator>Asodrober</dc:creator>
		<pubDate>Tue, 24 Jan 2012 12:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=482#comment-196783</guid>
		<description>Replacing
&lt;code&gt;
return rating.rate &gt; 2;
&lt;/code&gt;
with
&lt;code&gt;
return (rating.rate &gt; 2) &#124;&#124; ((!$.data(element.form, &#039;validator&#039;).settings.rules.password.required) &amp;&amp; (element.value==&#039;&#039;));
&lt;/code&gt;
in jquery.validate.password.js on line 83 worked for me!
Maybe it&#039;s not the better way to do it, but it works! :)</description>
		<content:encoded><![CDATA[<p>Replacing<br />
<code><br />
return rating.rate &gt; 2;<br />
</code><br />
with<br />
<code><br />
return (rating.rate &gt; 2) || ((!$.data(element.form, 'validator').settings.rules.password.required) &amp;&amp; (element.value==''));<br />
</code><br />
in jquery.validate.password.js on line 83 worked for me!<br />
Maybe it&#8217;s not the better way to do it, but it works! <img src='http://bassistance.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin: Password Validation by Quakkels</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/comment-page-1/#comment-196688</link>
		<dc:creator>Quakkels</dc:creator>
		<pubDate>Fri, 20 Jan 2012 17:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=482#comment-196688</guid>
		<description>I&#039;m running into the same issue as Asodrober. I would like the password meter to work only when the password input is not blank. Is there a way to do this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m running into the same issue as Asodrober. I would like the password meter to work only when the password input is not blank. Is there a way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin: Password Validation by Asodrober</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/comment-page-1/#comment-196680</link>
		<dc:creator>Asodrober</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=482#comment-196680</guid>
		<description>Great plugin! But when the password is not a required field, it still fails the validation (saying &quot;too short&quot;) of the form when the field is empty...
&lt;code&gt;
$(&#039;#form&#039;).validate({
	rules:{
		password:{
			required:false,
			password:true
		}
	}
}
&lt;/code&gt;
If it&#039;s not a required field and it&#039;s empty, the validation plugin should take it as valid, isn&#039;t it?
Many thanks!</description>
		<content:encoded><![CDATA[<p>Great plugin! But when the password is not a required field, it still fails the validation (saying &#8220;too short&#8221;) of the form when the field is empty&#8230;<br />
<code><br />
$('#form').validate({<br />
	rules:{<br />
		password:{<br />
			required:false,<br />
			password:true<br />
		}<br />
	}<br />
}<br />
</code><br />
If it&#8217;s not a required field and it&#8217;s empty, the validation plugin should take it as valid, isn&#8217;t it?<br />
Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin: Password Validation by Joseph Buarao</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/comment-page-1/#comment-196609</link>
		<dc:creator>Joseph Buarao</dc:creator>
		<pubDate>Tue, 17 Jan 2012 12:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=482#comment-196609</guid>
		<description>just use this to my web apps..

thanks! mate :)</description>
		<content:encoded><![CDATA[<p>just use this to my web apps..</p>
<p>thanks! mate <img src='http://bassistance.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin: Password Validation by Pino</title>
		<link>http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/comment-page-1/#comment-196549</link>
		<dc:creator>Pino</dc:creator>
		<pubDate>Sun, 15 Jan 2012 19:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?page_id=482#comment-196549</guid>
		<description>Very, very nice plugin, I really like this. Thanks for explaining this.</description>
		<content:encoded><![CDATA[<p>Very, very nice plugin, I really like this. Thanks for explaining this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ye olde recordings, random by Jörn</title>
		<link>http://bassistance.de/2012/01/09/ye-olde-recordings-random/comment-page-1/#comment-196547</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Sun, 15 Jan 2012 17:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=969#comment-196547</guid>
		<description>Thanks Enes, I appreciate your comments!

You&#039;re right about the pourmeaglass recording. We didn&#039;t have a good recording setup in the Remaining cellar.

And yeah, we should do some jamming!</description>
		<content:encoded><![CDATA[<p>Thanks Enes, I appreciate your comments!</p>
<p>You&#8217;re right about the pourmeaglass recording. We didn&#8217;t have a good recording setup in the Remaining cellar.</p>
<p>And yeah, we should do some jamming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drafts by Jörn</title>
		<link>http://bassistance.de/2012/01/12/drafts/comment-page-1/#comment-196546</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Sun, 15 Jan 2012 17:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=984#comment-196546</guid>
		<description>Looks like all these got two votes so far, so I&#039;ll look into getting those done: Rasputin, Meta-Humor, Things we don&#039;t know, Security Trolls.

Introduction to JavaScript unit testing even got three votes, so I&#039;ll start there.

Thanks everyone!</description>
		<content:encoded><![CDATA[<p>Looks like all these got two votes so far, so I&#8217;ll look into getting those done: Rasputin, Meta-Humor, Things we don&#8217;t know, Security Trolls.</p>
<p>Introduction to JavaScript unit testing even got three votes, so I&#8217;ll start there.</p>
<p>Thanks everyone!</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! -->
