<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 00:47:28 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: So You Want to Accept Credit Cards Online?]]></title>
      <guid>http://www.phpdeveloper.org/news/18091</guid>
      <link>http://www.phpdeveloper.org/news/18091</link>
      <description><![CDATA[<p>
On NetTuts.com they're posted a new tutorial about <a href="http://net.tutsplus.com/tutorials/other/so-you-want-to-accept-credit-cards-online/">using the Stripe service</a> to accept credit cards on your site. Thanks to some handy libraries they provide, integration is a relatively simple process.
</p>
<blockquote>
Until recently, accepting credit cards on a website was expensive and complicated. But that was before <a href="https://stripe.com/">Stripe</a>: a radically different and insanely awesome credit card processing company. Today, I'll show you how to start accepting cards in 30 minutes or less - without spending a dime.
</blockquote>
<p>They step you through the whole process you'll need to get the full flow set up:</p>
<ul>
<li>Install an SSL Certificate (on your server)
<li>Create an Account
<li>Create Your Payment Form
<li>Collect The Form Values
<lI>Request a Token
<li>Create a Server-Side Script
</ul>
<p>
Screenshots of the Stripe interface, HTML, Javascript and PHP code are all included - everything you need to make the simple card handling work. One of the keys to how Stripe deals with credit cards is that you provide it the card info, it gives you a token. Your app uses this to work with the card instead of storing the card information in your database (also making it more secure).
</p>]]></description>
      <pubDate>Thu, 14 Jun 2012 09:30:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: Tools of the Trade: Web Development Frameworks that the Pros Use]]></title>
      <guid>http://www.phpdeveloper.org/news/13697</guid>
      <link>http://www.phpdeveloper.org/news/13697</link>
      <description><![CDATA[<p>
New from NETTUTS.com today there's <a href="http://net.tutsplus.com/articles/web-roundups/tools-of-the-trade-web-development-frameworks-that-the-pros-use/">a new article</a> listing out some of the tools of the trade, the frameworks that web development professionals use (and not just with PHP).
</p>
<blockquote>
New web development frameworks, promising rapid development and easy deployment, are sprouting out at a more rapid pace than you can keep up. In the last article, we looked at the various factors you'd have to consider when deciding on a framework. Today, we are going to look at the various frameworks available for each facet of web development.
</blockquote>
<p>
PHP tools that made the list include <a href="http://cakephp.org/">CakePHP</a>, the <a href="http://framework.zend.com">Zend Framework</a>, <a href="http://www.kohanaphp.com/">Kohana</a> and <a href="http://www.symfony-project.org/">Symfony</a>. Frameworks from some of the other languages include <a href="http://www.asp.net/">ASP.NET</a>, <a href="http://rubyonrails.org/">Ruby on Rails</a>, <a href="http://jquery.com/">jQuery</a> and <a href="http://www.blueprintcss.org/">Blueprint</a>.
</p>]]></description>
      <pubDate>Fri, 18 Dec 2009 08:15:56 -0600</pubDate>
    </item>
  </channel>
</rss>
