<?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: Using a magnetic card reader with jQuery</title>
	<atom:link href="http://garetjax.info/articles/2010/01/magnetic-card-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://garetjax.info/articles/2010/01/magnetic-card-jquery/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 15:28:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jonathan Stoppani</title>
		<link>http://garetjax.info/articles/2010/01/magnetic-card-jquery/comment-page-1/#comment-7</link>
		<dc:creator>Jonathan Stoppani</dc:creator>
		<pubDate>Fri, 30 Jul 2010 15:28:26 +0000</pubDate>
		<guid isPermaLink="false">http:/?p=1#comment-7</guid>
		<description>&lt;p&gt;Thanks for the feedback!&lt;br&gt;I should really expand a little the script and wrap it in a jQuery plugin, maybe with a little more documentation too...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback!<br />I should really expand a little the script and wrap it in a jQuery plugin, maybe with a little more documentation too&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nirmal</title>
		<link>http://garetjax.info/articles/2010/01/magnetic-card-jquery/comment-page-1/#comment-5</link>
		<dc:creator>Nirmal</dc:creator>
		<pubDate>Fri, 30 Jul 2010 08:34:40 +0000</pubDate>
		<guid isPermaLink="false">http:/?p=1#comment-5</guid>
		<description>&lt;p&gt;For someone who is wondering why this code doesn&#039;t work as it is, you have to edit the CardReader.js file to specify the correct track end character:&lt;br&gt;&lt;br&gt;As Garet pointed out, his reader device throws an underscore for track end:&lt;br&gt;this.track_end = track_end &#124;&#124; &quot;_&quot;;&lt;br&gt;&lt;br&gt;But most of the devices in the market decode the track end as a question mark:&lt;br&gt;this.track_end = track_end &#124;&#124; &quot;?&quot;;&lt;br&gt;&lt;br&gt;You must be good to go with this change.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For someone who is wondering why this code doesn&#39;t work as it is, you have to edit the CardReader.js file to specify the correct track end character:<br /><br />As Garet pointed out, his reader device throws an underscore for track end:<br />this.track_end = track_end || &#8220;_&#8221;;<br /><br />But most of the devices in the market decode the track end as a question mark:<br />this.track_end = track_end || &#8220;?&#8221;;<br /><br />You must be good to go with this change.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nirmal</title>
		<link>http://garetjax.info/articles/2010/01/magnetic-card-jquery/comment-page-1/#comment-6</link>
		<dc:creator>Nirmal</dc:creator>
		<pubDate>Fri, 30 Jul 2010 07:40:21 +0000</pubDate>
		<guid isPermaLink="false">http:/?p=1#comment-6</guid>
		<description>&lt;p&gt;Mr. Garet,&lt;br&gt;Thank you for the simple but powerful code.&lt;br&gt;I have used it to implement an industrial login and it works great!&lt;br&gt;Really appreciate your contribution.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mr. Garet,<br />Thank you for the simple but powerful code.<br />I have used it to implement an industrial login and it works great!<br />Really appreciate your contribution.</p>]]></content:encoded>
	</item>
</channel>
</rss>
