<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Global Nerdy &#187; simple</title>
	<atom:link href="http://www.globalnerdy.com/tag/simple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalnerdy.com</link>
	<description>Tech Evangelist Joey deVilla on software development, tech news and other nerdy stuff</description>
	<lastBuildDate>Thu, 11 Mar 2010 16:59:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Jump Start&#8217;s Easy Guide to Credit Card Processing</title>
		<link>http://www.globalnerdy.com/2009/02/24/jump-starts-easy-guide-to-credit-card-processing/</link>
		<comments>http://www.globalnerdy.com/2009/02/24/jump-starts-easy-guide-to-credit-card-processing/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 05:00:00 +0000</pubDate>
		<dc:creator>Joey deVilla</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[beautiful]]></category>
		<category><![CDATA[credit card processing]]></category>
		<category><![CDATA[credit cards]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://www.globalnerdy.com/2009/02/24/jump-starts-easy-guide-to-credit-card-processing/</guid>
		<description><![CDATA[Even though we now have over a decade of e-commerce history under our belts, credit card processing is still one of the most stone-knives-and-bearskins primitive aspects of web app development. It seems like a lot of trouble and arcana just to move money from buyer to seller, an action that at its essence is as [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://jumpstartcc.com/"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="Jump Start Credit Card Processing" border="0" alt="Jump Start Credit Card Processing" align="left" src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/02/jump-start-credit-card-processing.jpg" width="250" height="144" /></a>Even though we now have over a decade of e-commerce history under our belts, credit card processing is still one of the most stone-knives-and-bearskins primitive aspects of web app development. It seems like a lot of trouble and arcana just to move money from buyer to seller, an action that at its essence is as old as civilization itself.</p>
<p>Making matters worse for the developer is the sad state of documentation on credit card processing. It’s often unintelligible, written as if it was given as an unwanted task to an intern who couldn’t care less. Sometimes it’s outright wrong.</p>
<p>Enter the folks from the Freckle time-tracking web application: <a href="http://www.slash7.com/">Amy Hoy</a>, <a href="http://mir.aculo.us/">Thomas Fuchs</a> and <a href="http://www.komendera.com/">Dieter Komendera</a>. They decided to do a good deed an create a guide titled <strong><em><a href="http://jumpstartcc.com/">Jump Start Credit Card Processing</a></em></strong>, a 15-page PDF guide that explains credit card processing in a manner that’s not just comprehensible, but fun to read. Here’s a sample page:</p>
<p><a href="http://jumpstartcc.com/"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="&quot;Credit Card Processing Lifecycle&quot; page from &quot;Jump Start Credit Card Processing&quot; " border="0" alt="&quot;Credit Card Processing Lifecycle&quot; page from &quot;Jump Start Credit Card Processing&quot; " src="http://www.globalnerdy.com/wordpress/wp-content/uploads/2009/02/credit-card-processing-lifecycle.jpg" width="586" height="412" /></a></p>
<p>Among the things explained in this guide are:</p>
<ul>
<li>The credit card processing life cycle </li>
<li>Key industry terms and actions </li>
<li>JavaScript code for validating &amp; detecting card types </li>
<li>Code samples for the <a href="http://www.activemerchant.org/">ActiveMerchant</a> Ruby module</li>
<li>A “getting started” checklist &amp; account information </li>
</ul>
<p>Best of all, this guide is available for download <strong>absolutely free of charge</strong>. If you’re new to the world of e-commerce apps and want to make sense of credit card processing, I strongly recommend <em>Jump Start Credit Card Processing</em>. <a href="http://jumpstartcc.com/">Grab it from the Jump Start site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.globalnerdy.com/2009/02/24/jump-starts-easy-guide-to-credit-card-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Casual Cryptography for Web Developers</title>
		<link>http://www.globalnerdy.com/2008/02/27/casual-cryptography-for-web-developers/</link>
		<comments>http://www.globalnerdy.com/2008/02/27/casual-cryptography-for-web-developers/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 05:35:32 +0000</pubDate>
		<dc:creator>Joey deVilla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[hashes]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[salt]]></category>
		<category><![CDATA[salting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://globalnerdy.com/2008/02/27/casual-cryptography-for-web-developers/</guid>
		<description><![CDATA[The article Casual Cryptography for Web Developers is probably the nicest, most concise explanation of some of the important crypto principles and practices that web developers will need. Whether you are new to web development, need a refresher or are just curious about the fundamentals, this is one of the best starter articles I&#8217;ve seen.
]]></description>
			<content:encoded><![CDATA[<p></p><p>The article <a href="http://www.topmost.se/personal/articles/casual-cryptography-for-web-developers.htm"><strong><cite>Casual Cryptography for Web Developers</cite></strong></a> is probably the nicest, most concise explanation of some of the important crypto principles and practices that web developers will need. Whether you are new to web development, need a refresher or are just curious about the fundamentals, this is one of the best starter articles I&#8217;ve seen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.globalnerdy.com/2008/02/27/casual-cryptography-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
