<?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 digitalbart</title>
	<atom:link href="http://www.digitalbart.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalbart.com</link>
	<description>northwest indiana web developer</description>
	<lastBuildDate>Fri, 13 Aug 2010 18:48:48 +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 jQuery and urlencode / decode by TE</title>
		<link>http://www.digitalbart.com/blog/jquery-and-urlencode/comment-page-1/#comment-66</link>
		<dc:creator>TE</dc:creator>
		<pubDate>Fri, 13 Aug 2010 18:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/jquery-and-urlencode/#comment-66</guid>
		<description>Please don&#039;t use this plugin. People should simply use the standard javascript methods: encodeURI/decodeURI and/or encodeURIComponent/decodeURIComponent (as mentioned by Henry much earlier).&lt;br&gt;&lt;br&gt;Yeah, I&#039;m sorry to say this, but this plugin is really quite badly broken.&lt;br&gt;&lt;br&gt;I don&#039;t mean to be rude, but it would be considerably more responsible to the jquery community for you to mention here on your page that this plugin doesn&#039;t work and shouldn&#039;t be used.&lt;br&gt;&lt;br&gt;My reasoning: problems with encoding/decoding are incredibly hard to narrow down. Who&#039;s the culprit? For instance, is it the Javascript? Is it AJAX? Is it the server-side language? Is it some kind of character-set encoding mismatch between the server, the database and/or the HTML? The list goes on. It took me several painstaking hours to discover that this plugin was the culprit.&lt;br&gt;&lt;br&gt;I think I should mention that this is the first third-party jquery plugin I&#039;ve tried that is critically broken.&lt;br&gt;&lt;br&gt;Out of respect for the jquery community you should really pull the plug on this plugin - not only is it redundant, it is misleading, un-educational and potentially damaging depending on your usage.&lt;br&gt;&lt;br&gt;I&#039;ve tried really hard here to be constructive without being rude - I hope I have been! Been constructive that is ;)</description>
		<content:encoded><![CDATA[<p>Please don&#39;t use this plugin. People should simply use the standard javascript methods: encodeURI/decodeURI and/or encodeURIComponent/decodeURIComponent (as mentioned by Henry much earlier).</p>
<p>Yeah, I&#39;m sorry to say this, but this plugin is really quite badly broken.</p>
<p>I don&#39;t mean to be rude, but it would be considerably more responsible to the jquery community for you to mention here on your page that this plugin doesn&#39;t work and shouldn&#39;t be used.</p>
<p>My reasoning: problems with encoding/decoding are incredibly hard to narrow down. Who&#39;s the culprit? For instance, is it the Javascript? Is it AJAX? Is it the server-side language? Is it some kind of character-set encoding mismatch between the server, the database and/or the HTML? The list goes on. It took me several painstaking hours to discover that this plugin was the culprit.</p>
<p>I think I should mention that this is the first third-party jquery plugin I&#39;ve tried that is critically broken.</p>
<p>Out of respect for the jquery community you should really pull the plug on this plugin &#8211; not only is it redundant, it is misleading, un-educational and potentially damaging depending on your usage.</p>
<p>I&#39;ve tried really hard here to be constructive without being rude &#8211; I hope I have been! Been constructive that is <img src='http://www.digitalbart.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-66" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('66', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-66-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-66" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('66', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-66-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery and urlencode / decode by TE</title>
		<link>http://www.digitalbart.com/blog/jquery-and-urlencode/comment-page-1/#comment-65</link>
		<dc:creator>TE</dc:creator>
		<pubDate>Fri, 13 Aug 2010 18:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/jquery-and-urlencode/#comment-65</guid>
		<description>yeah, i dunno if this is a bug or what, but if I go to this page:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://meyerweb.com/eric/tools/dencoder/&quot; rel=&quot;nofollow&quot;&gt;http://meyerweb.com/eric/tools/dencoder/&lt;/a&gt;&lt;br&gt;&lt;br&gt;and decode this string&lt;br&gt;&lt;br&gt;%3Cdiv%20style%3D%22width%3A%20100%25%3B%22%3E%3C%2Fdiv%3E&lt;br&gt;&lt;br&gt;I get&lt;br&gt;&lt;br&gt;&lt;div style=&quot;width: 100%;&quot;&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;But if I decode that same string using your decoder, i get this:&lt;br&gt;&lt;br&gt;&lt;div style=&quot;width: 100&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;Something seems messed up with the % or something...sorry, but I don&#039;t have the time to fix it. I&#039;ve reverted to using the plain old javascript functions encodeURIComponent decodeURIComponent.</description>
		<content:encoded><![CDATA[<p>yeah, i dunno if this is a bug or what, but if I go to this page:</p>
<p><a href="http://meyerweb.com/eric/tools/dencoder/" rel="nofollow">http://meyerweb.com/eric/tools/dencoder/</a></p>
<p>and decode this string</p>
<p>%3Cdiv%20style%3D%22width%3A%20100%25%3B%22%3E%3C%2Fdiv%3E</p>
<p>I get</p>
<p>&lt;div style=&#8221;width: 100%;&#8221;&gt;&lt;/div&gt;</p>
<p>But if I decode that same string using your decoder, i get this:</p>
<p>&lt;div style=&#8221;width: 100&gt;&lt;/div&gt;</p>
<p>Something seems messed up with the % or something&#8230;sorry, but I don&#39;t have the time to fix it. I&#39;ve reverted to using the plain old javascript functions encodeURIComponent decodeURIComponent.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-65" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('65', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-65-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-65" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('65', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-65-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on simple jQuery ajax delete with confirmation by digitalbart</title>
		<link>http://www.digitalbart.com/blog/simple-jquery-ajax-delete-with-confirmation/comment-page-1/#comment-64</link>
		<dc:creator>digitalbart</dc:creator>
		<pubDate>Wed, 07 Jul 2010 04:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/?p=612#comment-64</guid>
		<description>Thanks for the comment and that is a good point about making a record inactive.  Marking a record inactive is a better practice than having an orphan record in a typical RDBMS.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment and that is a good point about making a record inactive.  Marking a record inactive is a better practice than having an orphan record in a typical RDBMS.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-64" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('64', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-64-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-64" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('64', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-64-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on simple jQuery ajax delete with confirmation by Richard Orelup</title>
		<link>http://www.digitalbart.com/blog/simple-jquery-ajax-delete-with-confirmation/comment-page-1/#comment-63</link>
		<dc:creator>Richard Orelup</dc:creator>
		<pubDate>Wed, 07 Jul 2010 02:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/?p=612#comment-63</guid>
		<description>Quick note to point out, in most cases you would never want to actually delete a whole user record because it may be tied to other things (orders, etc.) that you would not want to have only a partial record for.  It&#039;s usually best to have an &quot;active&quot; column that you set to false just to keep them around but not showing up when you don&#039;t want to see them.&lt;br&gt;&lt;br&gt;I figure you normally do this but always like to include that note because of the random people who don&#039;t know/do that and will find and use your tutorial and might benefit from knowing they most likely don&#039;t want to  DELETE a person type record.</description>
		<content:encoded><![CDATA[<p>Quick note to point out, in most cases you would never want to actually delete a whole user record because it may be tied to other things (orders, etc.) that you would not want to have only a partial record for.  It&#39;s usually best to have an &#8220;active&#8221; column that you set to false just to keep them around but not showing up when you don&#39;t want to see them.</p>
<p>I figure you normally do this but always like to include that note because of the random people who don&#39;t know/do that and will find and use your tutorial and might benefit from knowing they most likely don&#39;t want to  DELETE a person type record.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-63" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('63', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-63-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-63" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('63', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-63-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile Web Overload by Richard</title>
		<link>http://www.digitalbart.com/blog/mobile-web-overload/comment-page-1/#comment-54</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 05 Jun 2010 21:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/?p=491#comment-54</guid>
		<description>I think a lot of that is getting there.  Things like http://www.jqtouch.com/ work and look nice on the iWhatevers and somewhat works on a Droid (those the only devices I have to test on so not sure on Palm Pre or Blackberries) that you can easily use to create a nice looking app using just the web quickly.  A good chunk of the framework is to replicate an iphone app BUT you can basically do your own whole thing and just use the parts you want (currently I&#039;m just using it for the load screen and nice app icon.)  These are great for most applications &quot;clients&quot; think of.  They basically just want to be able to say they have an app and give them basically the same info they could get through the website anyways.  This makes it super simple and quick to do that.

The problems I see though are with the few apps that go beyond, mainly games.  While things are getting faster and faster, there is still a lot more power in code that directly accesses the hardware and doesn&#039;t have to go through extra layers.  It may eventually get there but isn&#039;t yet.   

Also with things like Appcelerator&#039;s Titanium we can even develop both a web version and a real app version at the same time because you can use the same tech to make both. 

Overall lots of great options to do what he&#039;s already talking about and makes things way easier when not having to use a ton of different languages.
.-= Richard&#180;s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/TheBlogOfMu-WebDevelopmentBlogForMuStudios/~3/mRjgxVafdmI/&quot; rel=&quot;nofollow&quot;&gt;VIVA LA REVOLUTION!!!!!!&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I think a lot of that is getting there.  Things like <a href="http://www.jqtouch.com/" rel="nofollow">http://www.jqtouch.com/</a> work and look nice on the iWhatevers and somewhat works on a Droid (those the only devices I have to test on so not sure on Palm Pre or Blackberries) that you can easily use to create a nice looking app using just the web quickly.  A good chunk of the framework is to replicate an iphone app BUT you can basically do your own whole thing and just use the parts you want (currently I&#8217;m just using it for the load screen and nice app icon.)  These are great for most applications &#8220;clients&#8221; think of.  They basically just want to be able to say they have an app and give them basically the same info they could get through the website anyways.  This makes it super simple and quick to do that.</p>
<p>The problems I see though are with the few apps that go beyond, mainly games.  While things are getting faster and faster, there is still a lot more power in code that directly accesses the hardware and doesn&#8217;t have to go through extra layers.  It may eventually get there but isn&#8217;t yet.   </p>
<p>Also with things like Appcelerator&#8217;s Titanium we can even develop both a web version and a real app version at the same time because you can use the same tech to make both. </p>
<p>Overall lots of great options to do what he&#8217;s already talking about and makes things way easier when not having to use a ton of different languages.<br />
.-= Richard&#180;s last blog ..<a href="http://feedproxy.google.com/~r/TheBlogOfMu-WebDevelopmentBlogForMuStudios/~3/mRjgxVafdmI/" rel="nofollow">VIVA LA REVOLUTION!!!!!!</a> =-.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-54" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('54', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-54-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-54" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('54', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-54-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by Jason Krenson</title>
		<link>http://www.digitalbart.com/contact/comment-page-1/#comment-53</link>
		<dc:creator>Jason Krenson</dc:creator>
		<pubDate>Sun, 30 May 2010 03:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/?page_id=13#comment-53</guid>
		<description>Yo!
Whats going on man? I wanted to write and ask if you by chance  knew or could refer me to any good web programmers that also would know seo?
Thanks a ton man!
Hope all is well,
Jason</description>
		<content:encoded><![CDATA[<p>Yo!<br />
Whats going on man? I wanted to write and ask if you by chance  knew or could refer me to any good web programmers that also would know seo?<br />
Thanks a ton man!<br />
Hope all is well,<br />
Jason</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-53" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('53', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-53-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-53" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('53', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-53-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery and urlencode / decode by admin</title>
		<link>http://www.digitalbart.com/blog/jquery-and-urlencode/comment-page-1/#comment-52</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 20 May 2010 18:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/jquery-and-urlencode/#comment-52</guid>
		<description>@Henry Using the JavaScript native encodeURI/decodeURI would be fine. At the time of this post I did not know it existed.  I found this to be a simple easy way to get the results I was looking for.</description>
		<content:encoded><![CDATA[<p>@Henry Using the JavaScript native encodeURI/decodeURI would be fine. At the time of this post I did not know it existed.  I found this to be a simple easy way to get the results I was looking for.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-52" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('52', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-52-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-52" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('52', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-52-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery and urlencode / decode by Henry</title>
		<link>http://www.digitalbart.com/blog/jquery-and-urlencode/comment-page-1/#comment-50</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Tue, 18 May 2010 10:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/jquery-and-urlencode/#comment-50</guid>
		<description>Hi,

Why would you use this plugin when javascript has a encodeURI/decodeURI and encodeURIComponent/decodeURIComponent?

I would just like to know the motive, because I&#039;m investigating the possibilities for urlencode.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Why would you use this plugin when javascript has a encodeURI/decodeURI and encodeURIComponent/decodeURIComponent?</p>
<p>I would just like to know the motive, because I&#8217;m investigating the possibilities for urlencode.</p>
<p>Thanks</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-50" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('50', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-50-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-50" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('50', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-50-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery and urlencode / decode by jonson</title>
		<link>http://www.digitalbart.com/blog/jquery-and-urlencode/comment-page-1/#comment-27</link>
		<dc:creator>jonson</dc:creator>
		<pubDate>Tue, 22 Sep 2009 09:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalbart.com/jquery-and-urlencode/#comment-27</guid>
		<description>Hi, I think URLDecode should handle &quot;+&quot; char as well used to encode space char if %20 isn&#039;t used.
I&#039;ve patched URLDecode function:

&lt;pre class=&quot;brush: js&quot;&gt;
function dummy_url_decode(url) {
    // fixed -- + char decodes to space char
    var o = url;
    var binVal, t, b;
    var r = /(%[^%]{2}&#124;\+)/;
    while ((m = r.exec(o)) != null &amp;&amp; m.length &gt; 1 &amp;&amp; m[1] != &#039;&#039;) {
        if (m[1] == &#039;+&#039;) {
            t = &#039; &#039;;
        } else {
            b = parseInt(m[1].substr(1), 16);
            t = String.fromCharCode(b);
        }
        o = o.replace(m[1], t);
    }
    return o;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<div style="background-color:#FFFFCC !important"><p>Hi, I think URLDecode should handle &#8220;+&#8221; char as well used to encode space char if %20 isn&#8217;t used.<br />
I&#8217;ve patched URLDecode function:</p>
<pre class="brush: js">
function dummy_url_decode(url) {
    // fixed -- + char decodes to space char
    var o = url;
    var binVal, t, b;
    var r = /(%[^%]{2}|\+)/;
    while ((m = r.exec(o)) != null &amp;&amp; m.length &gt; 1 &amp;&amp; m[1] != '') {
        if (m[1] == '+') {
            t = ' ';
        } else {
            b = parseInt(m[1].substr(1), 16);
            t = String.fromCharCode(b);
        }
        o = o.replace(m[1], t);
    }
    return o;
}
</pre>
</div><p>Well-loved. Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-27" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('27', 'add', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_');" title="" /> <span id="karma-27-up" style="font-size:12px; color:#009933;">13</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-27" src="http://www.digitalbart.com/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('27', 'subtract', 'www.digitalbart.com/wp-content/plugins/comment-rating/', '1_14_')" title="" /> <span id="karma-27-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
</channel>
</rss>

