<?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 11:31:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Evan Coury: Q&A about software engineering]]></title>
      <guid>http://www.phpdeveloper.org/news/18399</guid>
      <link>http://www.phpdeveloper.org/news/18399</link>
      <description><![CDATA[<p>
In response to some questions he got from a student, <i>Evan Coury</i> has <a href="http://blog.evan.pro/qa-about-software-engineering">shared the answers</a> to his questions about software development and engineering:
</p>
<blockquote>
I found his questions to be well-posed and thoughtful, so I figured I'd post my responses as a blog post. I'll be sending this post to Jordan, so if anyone has additional comments or advice for the kid, please feel free to leave some wisdom in the comments!
</blockquote>
<p>Some of the questions include:</p>
<ul>
<li>Describe the duties and responsibilities of someone working in software engineering.
<li>Do you have assignments that seem to drag on forever, or are they usually pretty quick?
<li>Are there any specific tools or equipment required for your job?
<li>What are the advantages/disadvantages?
<li> So do most people work for themselves, private industry, or the government?
</ul>
<p>
You can read <i>Evan</i>'s answers to these and more in <a href="http://blog.evan.pro/qa-about-software-engineering">the full post</a>.
</p>]]></description>
      <pubDate>Fri, 24 Aug 2012 08:57:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Drive: Creating a PHP User Survey: Writing to Database Tables]]></title>
      <guid>http://www.phpdeveloper.org/news/17157</guid>
      <link>http://www.phpdeveloper.org/news/17157</link>
      <description><![CDATA[<p>
On Developer Drive today they've posted the most recent article in a tutorial series showing you how to <a href="http://www.developerdrive.com/2011/11/creating-a-php-user-survey-writing-to-database-tables/">create a user survey</a> that stores the results to a database table. In this latest tutorial, they show how to hook the current code into a MySQL backend.
</p>
<blockquote>
In the first two parts of this series, we created the data layer that will hold the polling data and established methods for setting the variable values and reading from the database tables. In this part, we will build the methods that will write new polls and answers to the tables.
</blockquote>
<p>
They include the code for an "addPoll" method that inserts the questions and answers for the polls. Their "editPoll" method updates the poll questions/answers and the "addVote" method does exactly like it sounds - adding a vote to one of the poll options. Also included are "deletePoll", "activatePoll" and "deactivatePoll".
</p>]]></description>
      <pubDate>Tue, 22 Nov 2011 14:54:03 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog:  Yahoo! Answers powered by symfony]]></title>
      <guid>http://www.phpdeveloper.org/news/10137</guid>
      <link>http://www.phpdeveloper.org/news/10137</link>
      <description><![CDATA[<p>
Mirroring the move they <a href="http://www.phpdeveloper.org/news/6598">made previously</a> to move the Yahoo! Bookmarks service over to Symfony, the company has updating their <a href="http://answers.yahoo.com/">Yahoo! Answers</a> service to be the same. According to <a href="http://www.symfony-project.org/blog/2008/05/08/yahoo-answers-powered-by-symfony">the symfony blog</a> today:
</p>
<blockquote>
<a href="http://yahoo.com/">Yahoo!</a> used symfony to redevelop another project. This time symfony was used as part of the foundation for <a href="http://answers.yahoo.com/">Yahoo! Answers</a>. <a href="http://answers.yahoo.com/">Yahoo! Answers</a> is the largest collection of human knowledge on the Web with more than 135 million users and 515 million answers worldwide. <a href="http://answers.yahoo.com/">Yahoo! Answers</a> is the 2nd ranked education & reference site on the web and is available in 26 markets and 12 languages.
</blockquote>
<p>
<a href="http://www.symfony-project.org/blog/2008/05/08/yahoo-answers-powered-by-symfony">The post</a> shares some of the thoughts behind the move including their philosophy, the design of the project and <a href="http://www.slideshare.net/dustin.whittle/a-symfony-answer/download">a link</a> to a presentation given on the update.
</p>]]></description>
      <pubDate>Thu, 08 May 2008 08:48:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Coallier's Blog: Zend PHP 5 Certification Self-test]]></title>
      <guid>http://www.phpdeveloper.org/news/7417</guid>
      <link>http://www.phpdeveloper.org/news/7417</link>
      <description><![CDATA[<p>
For those looking at taking the Zend PHP Certification but aren't quite sure what will be on the test, Zend has a <a href="http://www.zend.com/education/zend_php_certification/self_test">sample test</a> you can take to get a glimpse into it. <i>David Coallier</i> has taken it one step further and has <a href="http://blog.agoraproduction.com/index.php?/archives/23-Zend-PHP5-Certification-self-test.html">posted the answers</a> to the exam on his blog.
</p>
<blockquote>
Are you someone preparing for the Zend PHP5 Certification ? Have you tried the online self test ? Well here I am giving up the answers so you can help and correct yourself if you didn't get 100% (8/8)
</blockquote>
<p>
He <a href="http://blog.agoraproduction.com/index.php?/archives/23-Zend-PHP5-Certification-self-test.html">also recommends</a> taking the test if you'd like to give your career that little extra boost. It helps separate you from the pack and give you something real to show you know a little something about the language.
</p>]]></description>
      <pubDate>Mon, 12 Mar 2007 09:16:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Kunz's Blog: PHP Conference 2006 - Session Slides and Quiz answers]]></title>
      <guid>http://www.phpdeveloper.org/news/6673</guid>
      <link>http://www.phpdeveloper.org/news/6673</link>
      <description><![CDATA[<p>
For anyone that attended his talk at the International PHP Conference and were wondering what the answers to his quiz were, wonder no more. <i>Christopher Kunz</i> has <a href="http://www.christopher-kunz.de/serendipity/archives/114-PHP-Conference-2006-Session-Slides-and-Quiz-answers.html">posted the answers</a> in his latest blog entry.
</p>
<blockquote>
If you need a little explanation on the PHP Security Quiz by Mayflower, just read the extended entry. Just as a quick hint for the answers, I decided to blog about which answer is right - and why.
</blockquote>
<p>
There's only <a href="http://www.christopher-kunz.de/serendipity/archives/114-PHP-Conference-2006-Session-Slides-and-Quiz-answers.html">four questions</a> to the quiz, but it's good that he explains each. Some of them, especially dealing with regular expressions and Javascript attacks need a bit of explanation.
</p>
<p>
For those that couldn't make it out to the conference, <a href="http://blog.thinkphp.de/archives/171-The-Chorizo!-International-PHP-Conference-Quiz.html">here's the questions</a> that match up with those answers.
</p>]]></description>
      <pubDate>Thu, 09 Nov 2006 08:37:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: AJAX Answers]]></title>
      <guid>http://www.phpdeveloper.org/news/6068</guid>
      <link>http://www.phpdeveloper.org/news/6068</link>
      <description><![CDATA[<p>
<i>Joshua Eichorn</i> is back today with <a href="http://blog.joshuaeichorn.com/archives/2006/08/17/ajax-answers/">the answers to the questions</a> as posed by the readers of his blog <a href="http://www.phpdeveloper.org/news/6012">previously</a>.
</p>
<blockquote>
Your AJAX answers from my <a href="http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/">AJAX questions</a> post are below, I hope everyone finds them helpful.
</blockquote>
<p>
The questions <a href="http://blog.joshuaeichorn.com/archives/2006/08/17/ajax-answers/">answered</a> include:
<ul>
<li>How can I find out whether a connection is broken?
<li>Why would you want to use HTML_AJAX when there are far better tools for the job, pure javascript solutions such as prototype or jquery?
<li>What is the best way to 'degrade' a website when Javascript/XMLHttpRequest support is disabled?
<li>When utilizing an AJAX API such as Google Maps, how do you execute embedded Javascript commands in a page generated on-the-fly?
</ul>
</p>
<p>
...as well as a few more. Where appropriate, he also includes code to help illustrate his point.
</p>]]></description>
      <pubDate>Thu, 17 Aug 2006 14:05:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: You got AJAX questions I got Answers]]></title>
      <guid>http://www.phpdeveloper.org/news/6012</guid>
      <link>http://www.phpdeveloper.org/news/6012</link>
      <description><![CDATA[<p>
<i>Joshua Eichorn</i>, being the generous soul that he is, is offering in <a href="http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/">his latest post</a> to answer any Ajax questions his readers might want to know about.
</p>
<blockquote>
<p>
Have you wondered whats the easiest way to submit a form using AJAX, what the status of <a href="http://htmlajax.org/">HTML_AJAX</a> development is, or what is covered in <a href="http://www.amazon.com/exec/obidos/redirect?tag=megansbookblo-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0132216353%2526tag=megansbookblo-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0132216353%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82">Understanding AJAX</a>?
</p>
<p>
Well nows your chance.
</p>
</blockquote>
<p>
To get your question(s) in, just submit them as a comment on <a href="http://blog.joshuaeichorn.com/archives/2006/08/11/you-got-ajax-questions-i-got-answers/">this post</a> and he'll come back in a few days with the answers.
</p>]]></description>
      <pubDate>Fri, 11 Aug 2006 14:06:50 -0500</pubDate>
    </item>
  </channel>
</rss>
