<?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>《jQuery plugin base64 encode and decode》的评论</title>
	<atom:link href="http://hpyer.cn/codes/jquery-plugin-base64-encode-and-decode/feed" rel="self" type="application/rss+xml" />
	<link>http://hpyer.cn</link>
	<description>现实的世界里寻找点滴的未知空间</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：Hpyer</title>
		<link>http://hpyer.cn/codes/jquery-plugin-base64-encode-and-decode/comment-page-1#comment-6249</link>
		<dc:creator>Hpyer</dc:creator>
		<pubDate>Fri, 29 Apr 2011 12:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?page_id=169#comment-6249</guid>
		<description>@&lt;a href=&quot;#comment-6229&quot; rel=&quot;nofollow&quot;&gt;monia&lt;/a&gt;: 
Sorry, you can&#039;t encode picture with this library. It&#039;s can only encode text.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-6229" rel="nofollow">monia</a>:<br />
Sorry, you can&#8217;t encode picture with this library. It&#8217;s can only encode text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：monia</title>
		<link>http://hpyer.cn/codes/jquery-plugin-base64-encode-and-decode/comment-page-1#comment-6229</link>
		<dc:creator>monia</dc:creator>
		<pubDate>Wed, 27 Apr 2011 09:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?page_id=169#comment-6229</guid>
		<description>Hi,

I used this library. I can encode a text but when i failed to encode a picture: .
in my script: function encode () { alert ($.base64.encode(&#039;here, i must put my picture&#039;));
I didn&#039;t found how introduce my micture in this script.
Any one help me??</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I used this library. I can encode a text but when i failed to encode a picture: .<br />
in my script: function encode () { alert ($.base64.encode(&#8216;here, i must put my picture&#8217;));<br />
I didn&#8217;t found how introduce my micture in this script.<br />
Any one help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Broer</title>
		<link>http://hpyer.cn/codes/jquery-plugin-base64-encode-and-decode/comment-page-1#comment-5847</link>
		<dc:creator>Broer</dc:creator>
		<pubDate>Wed, 16 Mar 2011 11:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?page_id=169#comment-5847</guid>
		<description>Hi
I&#039;ve found a problem, which seems not being reported earlier.
In case encode has an empty sting as input (for example an empty input field), it will generate a none empty string. However in PHP, encoding of an empty string, return an empty string.
The main reason is that the code use a do while loop, which means it will always be run once, just by using a while, it will not be encoded, which should be the case.
Check also issue http://www.codingforums.com/showthread.php?t=196237
Currently i&#039;ve made my own workaround.

- Broer</description>
		<content:encoded><![CDATA[<p>Hi<br />
I&#8217;ve found a problem, which seems not being reported earlier.<br />
In case encode has an empty sting as input (for example an empty input field), it will generate a none empty string. However in PHP, encoding of an empty string, return an empty string.<br />
The main reason is that the code use a do while loop, which means it will always be run once, just by using a while, it will not be encoded, which should be the case.<br />
Check also issue <a href="http://www.codingforums.com/showthread.php?t=196237" rel="nofollow">http://www.codingforums.com/showthread.php?t=196237</a><br />
Currently i&#8217;ve made my own workaround.</p>
<p>- Broer</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kris</title>
		<link>http://hpyer.cn/codes/jquery-plugin-base64-encode-and-decode/comment-page-1#comment-5687</link>
		<dc:creator>kris</dc:creator>
		<pubDate>Sun, 27 Feb 2011 05:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?page_id=169#comment-5687</guid>
		<description>Hi, 

I like this library a lot - whatever algorithm it uses for base64 encode and decode match with the PHP server-side version, and that is not true of the webtoolkit javascript library (which is the current google top hit for a javascript base64 encoder).
Great work, and thank you,

- Kris.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I like this library a lot &#8211; whatever algorithm it uses for base64 encode and decode match with the PHP server-side version, and that is not true of the webtoolkit javascript library (which is the current google top hit for a javascript base64 encoder).<br />
Great work, and thank you,</p>
<p>- Kris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Base64 &#8211; Plug-in pra Criptografia jQuery &#124; Tutoriais jQuery</title>
		<link>http://hpyer.cn/codes/jquery-plugin-base64-encode-and-decode/comment-page-1#comment-5426</link>
		<dc:creator>Base64 &#8211; Plug-in pra Criptografia jQuery &#124; Tutoriais jQuery</dc:creator>
		<pubDate>Wed, 02 Feb 2011 11:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?page_id=169#comment-5426</guid>
		<description>[...] Site Oficial do Projeto [...]</description>
		<content:encoded><![CDATA[<p>[...] Site Oficial do Projeto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Tweets that mention jQuery plugin base64 encode and decode &#124; Hpyer 的未知空间 -- Topsy.com</title>
		<link>http://hpyer.cn/codes/jquery-plugin-base64-encode-and-decode/comment-page-1#comment-5350</link>
		<dc:creator>Tweets that mention jQuery plugin base64 encode and decode &#124; Hpyer 的未知空间 -- Topsy.com</dc:creator>
		<pubDate>Fri, 28 Jan 2011 02:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?page_id=169#comment-5350</guid>
		<description>[...] This post was mentioned on Twitter by Phelipe Rost and Marcelo Fraga, Rafael C. Oliveira. Rafael C. Oliveira said: jQuery plugin base64 encode and decode - http://migre.me/3Lgh5 #jquery [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Phelipe Rost and Marcelo Fraga, Rafael C. Oliveira. Rafael C. Oliveira said: jQuery plugin base64 encode and decode &#8211; <a href="http://migre.me/3Lgh5" rel="nofollow">http://migre.me/3Lgh5</a> #jquery [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

