<?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>Wed, 23 May 2012 20:25:02 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[LearnComputer.com: PHP Training: Online vs. Classroom]]></title>
      <guid>http://www.phpdeveloper.org/news/17488</guid>
      <link>http://www.phpdeveloper.org/news/17488</link>
      <description><![CDATA[<p>
On the LearnComputer.com site there's a new post comparing the benefits/downfalls of <a href="http://www.learncomputer.com/php-training-online-vs-classroom/">online versus classroom learning</a> of PHP development. They list a few advantages and disadvantages of each.
</p>
<blockquote>
There can be many factors in the decision to learn PHP online or to take a class in-person, and for some, this can be a difficult decision to make. This article discusses the pros and cons of each method of PHP training to help you find the learning method that is going to suit your needs best. PHP isn't a new programming language, and there is a wealth of information on it on the web for every level of proficiency. The question is whether these resources alone are sufficient to get you up-and-running with PHP quickly.
</blockquote>
<p>
For the "online" section advantages include flexible schedules and more up to date content. The disadvantages are things like a prerequisite knowledge of using computers/the training software and that the instructor might only have "set hours" to answer questions and offer help. The "classroom" option advantages include the motivation of a regular meeting time and fewer technology hurdles to overcome. Disadvantages include the need for a time/in-person commitment and that the focus might be higher level than needed to appeal to a more mass audience.
</p>]]></description>
      <pubDate>Thu, 02 Feb 2012 11:22:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[John Conde's Blog: Handling Online Payments With PHP And Authorize.Net]]></title>
      <guid>http://www.phpdeveloper.org/news/17253</guid>
      <link>http://www.phpdeveloper.org/news/17253</link>
      <description><![CDATA[<p>
<i>John Conde</i> has <a href="http://www.johnconde.net/blog/handling-online-payments-with-php-and-authorize-net/">shared his multi-part guide</a> to getting your application integrated with the popular payment service <a href="http://authorize.net">Authorize.net</a>.
</p>
<blockquote>
As an Authorize.Net blogger, I decided to write a series of articles that outlined not only the basics of handling an ecommerce transaction, but also included some best practices as well. These were demonstrated using a web-based payment form that when complete forms a real-world, production ready solution. Since there was a lot of ground to cover, I broke the tutorial into eleven parts.
</blockquote>
<p>Parts of the series cover topics like:</p>
<ul>
<li><a href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Handling-Online-Payments-Part-2-Reading-In-And-Sanitizing/ba-p/9446">reading/sanitizing data</a>
<li><a href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Handling-Online-Payments-Part-4-Handling-and-Displaying-Errors/ba-p/10322">handling validation errors</a>
<li><a href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Handling-Online-Payments-Part-6-Preventing-Duplicate-Submissions/ba-p/11168">preventing duplicate submissions</a>
<li><a href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Handling-Online-Payments-Part-7-Preventing-Automated-Form/ba-p/11778">preventing automated form submissions</a>
</ul>
<p>
For those that want to jump straight into the code, he also links to <a href="http://community.developer.authorize.net/authorize/attachments/authorize/DeveloperBlog/132/1/payment-form.zip">his sample payment form</a> and the <a href="http://developer.authorize.net/downloads/">Authorize.net PHP SDK</a>.
</p>]]></description>
      <pubDate>Tue, 13 Dec 2011 14:05:14 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP Documentation Update]]></title>
      <guid>http://www.phpdeveloper.org/news/16518</guid>
      <link>http://www.phpdeveloper.org/news/16518</link>
      <description><![CDATA[<p>
The PHP documentation team has <a href="http://www.php.net/archive/2011.php#id2011-06-25-1">made a new announcement</a> about some major changes that are happening with the PHP documentation - three interesting new additions to this part of the PHP project.
</p>
<blockquote>
PHP has several [three] new documentation features that the community should be aware of.
</blockquote>
<p>They've introduced the following:</p>
<ul>
<li>PHP manual pages (man pages) - pman - installed via PEAR
<li>An enhanced CHM (Windows help) version of the manual with user notes
<li>The <a href="https://edit.php.net/">Online Documentation Editor</a> allowing edits from anyone.
</ul>]]></description>
      <pubDate>Mon, 27 Jun 2011 08:57:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: phpanywhere (Online PHP IDE)]]></title>
      <guid>http://www.phpdeveloper.org/news/12427</guid>
      <link>http://www.phpdeveloper.org/news/12427</link>
      <description><![CDATA[<p>
The <a href="http://phpanywhere.net/">phpanywhere site</a> boasts itself as "the easiest way to bring work with you anywhere you go - without bringing anything". The free (still in beta) service offers online PHP editing through a web browser interface.
</p>
<blockquote>
PHPanywhere is a web based free Integrated Development Environment or IDE for the PHP language, in other words it is an application that gives developers all the code editing capabilities they need to develop PHP applications online. It includes a real-time syntax code editor with support for all web formats and a powerful FTP editor.
</blockquote>
<p>
You can add in FTP servers and pull files directly from them to edit and upload back over. You can also use the project sharing to allow others to see the current state of your code (real-time collaboration is "coming soon"). You can see screenshots of <a href="http://phpanywhere.net/images/editor.jpg">the editor interface</a>, <a href="http://phpanywhere.net/images/newftp.jpg">setting up FTP sites</a> and <a href="http://phpanywhere.net/images/permissions.jpg">modifying permissions for the files</a>.
</p>]]></description>
      <pubDate>Wed, 29 Apr 2009 11:12:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Elizabeth Naramore's Blog: Growing Online Communities Naturally]]></title>
      <guid>http://www.phpdeveloper.org/news/12372</guid>
      <link>http://www.phpdeveloper.org/news/12372</link>
      <description><![CDATA[<p>
In <a href="http://naramore.net/blog/growing-online-communities-naturally">this recent post</a> to her blog <i>Elizabeth Naramore</i> looks at something some development (and really any type) of community struggles with - growing their number of active, engaged members.
</p>
<blockquote>
From my experience, one key to a successful online community is the sort of magic that happens between community members that keeps it vibrant and growing. You can't force that kind of magic, and you can't clone it. It just happens.
</blockquote>
<p>
She points out just a few of the resources you and your groups can use to help get others involved including wikis, mailing lists, IRC channels (I hear <a href="http://freenode.net">Freenode</a> is nice) and <a href="http://twitter.com">twitter</a>. She also gives specific examples of PHP-related community resources she's involved in like the <a href="http://phpbuilder.com">PHPBuilder.com</a> forums, her <a href="http://oink-pug.org/">local PHP user group</a> and the <a href="http://phpwomen.org/">PHPWomen</a> group.
</p>
<blockquote>
What makes a community tick? [...] I'm no psychologist, but I can offer up a few words of advice for those struggling to grow their community or find that magic. Lay all your cards out on the table and see which ones gather momentum. [...] Let the group grow naturally and remember the complexity of the group dynamics is what dictates how the group will gel, not the leader.
</blockquote>]]></description>
      <pubDate>Mon, 20 Apr 2009 10:24:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Robert Basic's Blog: Online resources for Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/12061</guid>
      <link>http://www.phpdeveloper.org/news/12061</link>
      <description><![CDATA[<p>
<i>Robert Basic</i> has put together <a href="http://robertbasic.com/blog/online-resources-for-zend-framework/">an ever growing list</a> of tutorials and other resources related to the Zend Framework (including several Twitter users to follow).
</p>
<blockquote>
Besides the <a href="http://framework.zend.com/manual/en/">official documentation</a> and <a href="http://framework.zend.com/docs/quickstart">the Quickstart</a>, there are many useful resources for <a href="http://framework.zend.com/">Zend Framework</a>, like blogs and Twitter. I did my best to collect them. If you know something that's not listed here, but should be, please leave a comment and I'll update the post.
</blockquote>
<p>
He has three categories right now - blogs of well-known developers of the framework and outspoken proponents of it, Twitter users you can follow that talk about/might help with issues that could come up and some of the books that have been published on the topic. There's also an "Other" category with mentions of IRC channels, the ZF wiki and the ZF forum.
</p>]]></description>
      <pubDate>Wed, 04 Mar 2009 07:51:39 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Bernat's Blog: Zend Certified!]]></title>
      <guid>http://www.phpdeveloper.org/news/11923</guid>
      <link>http://www.phpdeveloper.org/news/11923</link>
      <description><![CDATA[<p>
After having recently taken the PHP5 Zend Certified Engineer exam, <i>Mike Bernat</i> decided to <a href="http://www.mikebernat.com/blog/Zend_Certified!">shares some experiences</a> about the time he spent preparing and his opinions on the test.
</p>
<blockquote>
I decided that I wanted to take the test about 2 1/2 months ago. The first thing I did was visit the site and learn more about the exam itself. I discovered it covers almost every facet of the language and its use. [...] It's been mentioned before and I agree that none of these resources [websites, books, etc] alone are enough to make you feel confident going into the test. Rather, a combination of each resource should be taken advantage of to feel fully prepared. 
</blockquote>
<p>
He specifically mentions two books - the <a href="http://www.amazon.com/gp/product/0672327090?ie=UTF8&tag=mikebernatcom-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0672327090">official Zend guide</a> and the <a href="http://www.amazon.com/gp/product/0973862149?ie=UTF8&tag=mikebernatcom-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0973862149">php|architect study guide</a> - as well as some of the <a href="http://www.zend.com/en/store/php-certification/online-practice-testing">online testing</a> he went through. 
</p>
<p>
On the real test, he warns those looking to task it in the future of a few things - the trick questions, code blocks and some of the tougher subjects to watch out for.
</p>]]></description>
      <pubDate>Tue, 10 Feb 2009 12:05:29 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Haim Michael's Blog: PHP Fundamentals (Online Course)]]></title>
      <guid>http://www.phpdeveloper.org/news/11748</guid>
      <link>http://www.phpdeveloper.org/news/11748</link>
      <description><![CDATA[<p>
<i>Haim Michael</i> has <a href="http://www.lifemichael.com/en/?p=281">put together a "PHP Fundamentals" class</a> that aims to cover most of the information one might need to take the Zend Certified Engineer certification.
</p>
<blockquote>
I am glad to announce about "PHP Fundamentals", a new course I have developed few months ago and recently completed to refine its slides and assignments. This course is available for free at <a href="www.abelski.com">www.abelski.com</a>. This new course overviews the basic topics in PHP and reflects a practical approach for learning this language.
</blockquote>
<p>
<a href="http://www.lifemichael.com/en/?p=281">This post</a> to his blog includes the PDF files for each of the sections in the course - everything from the "PHP Basics" out to "Exception Handling" and "The Standard PHP Library". 
</p>]]></description>
      <pubDate>Thu, 15 Jan 2009 12:04:32 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: Series of free online seminars on PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11099</guid>
      <link>http://www.phpdeveloper.org/news/11099</link>
      <description><![CDATA[<p>
<a href="http://www.zend.com">Zend</a> has issued a <a href="http://www.zend.com/en/company/news/press/zend-technologies-series-of-free-online-seminars-on-php">press release</a> about a new series of online training classes they will be offering.
</p>
<blockquote>
Zend Technologies, The PHP Company, continues its series of free online seminars started in early 2007.The so-called "Webinars" are aimed at anyone interested in PHP - web developers, consultants, project managers and technical decision makers. Topics include PHP as well as specific solutions and the tools Zend offers for enterprise-use of this programming language.
</blockquote>
<p>
You can get more information on the events from <a href="http://www.zend.com/en/company/events">the Zend website</a> but here's a  few to give you an idea: "Zend Cargo and Present: Using PHP to Build a Mobile Internet Platform", "Get Rich Quick: Building Ajax-based RIAS with Zend Framework and Appcelerator" and "i5 - Application Lifecycle Management for the Enterprise".
</p>
<p>
All of the webinars are free and, if you miss a session and you want to catch up, you can always <a href="http://www.zend.com/en/resources/webinars/">download it</a> from their archive.
</p>]]></description>
      <pubDate>Fri, 26 Sep 2008 12:18:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: Killerphp Videos Now Available for Download]]></title>
      <guid>http://www.phpdeveloper.org/news/10852</guid>
      <link>http://www.phpdeveloper.org/news/10852</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> <a href="http://www.killerphp.com/articles/killerphp-videos-now-available-for-download/">notes today</a> that the videos he offers, including several <a href="http://www.killerphp.com/articles/category/php-videos/">on PHP</a> can now be purchased as a set from his site.
</p>
<blockquote>
I've had many request for access to the videos either on a DVD or in a downloadable format for viewing offline. So after many months of brushing it off, I now have the videos for you.
</blockquote>
<p>
The download version will cost you about $20 USD and the DVD is around $30 USD. Of course, you're still free to watch them online as many times as you'd like.
</p>]]></description>
      <pubDate>Tue, 19 Aug 2008 07:56:03 -0500</pubDate>
    </item>
  </channel>
</rss>

