<?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>Mon, 21 May 2012 07:33:49 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Webinar - New in Zend Framework 1.10!]]></title>
      <guid>http://www.phpdeveloper.org/news/14180</guid>
      <link>http://www.phpdeveloper.org/news/14180</link>
      <description><![CDATA[<p>
If you've been looking for a good way to get introduced to the latest version of the Zend Framework but didn't know where to start, you might grab a spot in <a href="http://devzone.zend.com/article/11954-Webinar---New-in-Zend-Framework-1.10">this upcoming webinar</a> from Zend about the Zend Framework 1.10.
</p>
<blockquote>
Zend Framework 1.10 sports a ton of new features, as well as completely revamped online documentation. In this webinar, Matthew Weier O'Phinney, Framework Project Lead, and Ralph Schindler, Zend Framework Software Engineer, will present a synopsis of the new features, discuss the new online documentation system and how it's built, and answer your questions about the new release.
</blockquote>
<p>
The webinar will be happening this coming Wednesday, March 17th, at 9am PST and will be happening via WebEx. <i>Matthew Weier O'Phinney</i> and <i>Ralph Schindler</i> will be talk about the new features, current functionality that was enhanced and will answer your burning questions. To reserve your spot, head over to the <a href="http://www.zend.com/webinar/register/?eventNumber=571082635">registration page</a> and enter your info.
</p>]]></description>
      <pubDate>Mon, 15 Mar 2010 08:48:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brandon Savage's Blog: PHP Interview Questions And Answers]]></title>
      <guid>http://www.phpdeveloper.org/news/13537</guid>
      <link>http://www.phpdeveloper.org/news/13537</link>
      <description><![CDATA[<p>
Following some of his recent experience in finding a new source of employment, <i>Brandon Savage</i> has <a href="http://www.brandonsavage.net/php-interview-questions-and-answers/">shared some of the common questions</a> he was given during his search for a PHP development position.
</p>
<blockquote>
There are a large number of PHPers looking for jobs right now. After having just gone through the process myself, I wanted to put together some of the most common PHP interview questions. These questions are all non-technical, but do represent the soft side of PHP interviewing. I cannot help you if you don't have the technical skills to answer the technical questions, but answering these questions correctly is often the key to making or breaking your chances with an interviewer who otherwise has fine technical candidates.
</blockquote>
<p>
Questions he was asked included "How did you get into PHP?", "Where do you ultimately want to be in life?" and the more random "How many gas stations are there in Los Angeles?". For each, <i>Brandon</i> recommends a few tips on dealing with them and includes some possible tactics on answering.
</p>]]></description>
      <pubDate>Mon, 16 Nov 2009 09:46:06 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Bernat's Blog: How SHOULD developers answer questions?]]></title>
      <guid>http://www.phpdeveloper.org/news/13446</guid>
      <link>http://www.phpdeveloper.org/news/13446</link>
      <description><![CDATA[<p>
As a continuation from his <a href="http://www.phpdeveloper.org/news/13355">previous post</a> ("How do GOOD developers ask questions?") <i>Mike Bernat</i> is back with <a href="http://www.mikebernat.com/blog/How_SHOULD_developers_answer_questions?">this suggestion</a> on how should good developers <i>answer</i> questions.
</p>
<blockquote>
When given a very specific question that you know has a very specific answer, your first reaction might be to blurt out the answer and be done with it. However, I like to go the extra step and ask what they've tried so far or what research they've done.  I like to show them how to arrive at the answer on their own as well as provide the solution. 
</blockquote>
<p>
He suggests that it's more about the thinking behind the answer than just reciting something from memory. Anyone can memorize facts and terms (and solutions, for that matter) but a good developer will be able to explain why he came to that conclusion.
</p>]]></description>
      <pubDate>Wed, 28 Oct 2009 12:31:43 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Stocker's Blog: Upload Progress Meter - Common issues and some answers]]></title>
      <guid>http://www.phpdeveloper.org/news/12241</guid>
      <link>http://www.phpdeveloper.org/news/12241</link>
      <description><![CDATA[<p>
On the Liip blog today <i>Christian Stocker</i> has posted about a <a href="http://blog.liip.ch/archive/2009/03/31/upload-progress-meter-common-issues-and-some-answers.html">few common issues</a> developers seem to have with the upload progress meter extension and a few answers to help them out.
</p>
<blockquote>
After I released <a href="http://pecl.php.net/package/uploadprogress">uploadprogress</a> 1.0.0 some days ago and finally declared it as stable, it's time to write that blogpost about some of the limitations and caveats one has to know.
</blockquote>
<p>
The post <a href="http://labs.liip.ch/uploadprogresssimple/">links to a demo</a> and answers a few different questions on issues such as:
</p>
<ul>
<li>Running it on other modules than mod_php on Apache ( like fastcgi)
<li>Checking if files are too big
<li>The position and content of UPLOAD_IDENTIFIER within the form is important
<li>Why not use $_SESSION for the info?
<li>It segfaults, when I don't include UPLOAD_IDENTIFIER
</ul>
<p>
See <a href="http://pecl.php.net/package/uploadprogress">the PECL page</a> for the extension for more information.
</p>]]></description>
      <pubDate>Tue, 31 Mar 2009 09:31:49 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brandon Savage's Blog: Scaling Up: Baby Steps (a.k.a. Asking The Right Questions)]]></title>
      <guid>http://www.phpdeveloper.org/news/11954</guid>
      <link>http://www.phpdeveloper.org/news/11954</link>
      <description><![CDATA[<p>
In <a href="http://www.brandonsavage.net/scaling-up-baby-steps-aka-asking-the-right-questions/">this new post</a> to his (newly WordPress-ed) blog <i>Brandon Savage</i> looks at a consideration most developers think of too late and when their applications are already starting to bulge around the edges - scalability. It's the first part of <a href="http://www.brandonsavage.net/scaling-up-making-your-website-stand-up-to-traffic/">this series</a>.
</p>
<blockquote>
Before we actually get started hacking on our code, let's make sure we've got the right questions asked and answered. We're going to need some resources, the help of others in our organization, and probably some understanding of the current system structure before we're successful in our goal. Some of these questions may seem mundane, and others will be extremely important. But we must ask and receive answers to all of them, so let's get started.
</blockquote>
<p>
The questions touch on the topics of bottleneck sources, why scalability of the application is needed and what other services are out there that could do what I need without having to roll my own.
</p>]]></description>
      <pubDate>Mon, 16 Feb 2009 10:29:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: Questions and Answers about "Practical symfony" book]]></title>
      <guid>http://www.phpdeveloper.org/news/11870</guid>
      <link>http://www.phpdeveloper.org/news/11870</link>
      <description><![CDATA[<p>
The symfony blog has <a href="http://www.symfony-project.org/blog/2009/02/02/questions-and-answers-about-practical-symfony-book">a few questions and answers</a> posted about their "Practical symfony" book for those inquiring minds out there.
</p>
<p>Questions include:</p>
<ul>
<li>Should I buy it? (who is it targeted towards)
<li>Will it get old too soon?
<li>Should I wait to the new edition of the book?
<li>Are the contents of the book full color or b&w?
<li>Should I buy the book or print The definitive guide to symfony 1.2?
</ul>
<p>
The book can be ordered in three versions - <a href="http://www.lulu.com/content/5724869">Propel (English)</a>, <a href="http://www.lulu.com/content/5784717">Doctrine (English)</a> and <a href="http://www.lulu.com/content/5794924">Propel (Spanish)</a>.
</p>]]></description>
      <pubDate>Tue, 03 Feb 2009 12:08:18 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Lukas Smith's Blog: emPHPower FAQ]]></title>
      <guid>http://www.phpdeveloper.org/news/10698</guid>
      <link>http://www.phpdeveloper.org/news/10698</link>
      <description><![CDATA[<p>
<i>Lukas Smith</i> has <a href="http://pooteeweet.org/blog/0/1252">written up the FAQ</a> for the emPHPower movement and has posted about them on his blog:
</p>
<blockquote>
Well unfortunately due to timing issues the emPHPower BoF at OSCON fell through. So it goes. In preparation for the BoF I have however taken the time to write down an <a href="http://wiki.pooteeweet.org/emPHPower/FaQ">FAQ</a>. So the submission of the OSCON BoF was at least a kick in the butt for me to get this done. Please have a look and let me know if anything is unclear or unanswered.
</blockquote>
<p>
<a href="http://wiki.pooteeweet.org/emPHPower/FaQ">The FAQ</a> includes answers to lots of questions including:
</p>
<ul>
<li>How to I get involved?
<li>What is the target audience?
<li>Will emPHPower compete with existing community efforts?
<li>What is the purpose of the membership fees?
<li>Why should companies not be allowed to sponsor emPHPower directly?
<li>Who decides on what emPHPower does?
</ul>]]></description>
      <pubDate>Mon, 28 Jul 2008 13:48:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework - The Big Q&A]]></title>
      <guid>http://www.phpdeveloper.org/news/10059</guid>
      <link>http://www.phpdeveloper.org/news/10059</link>
      <description><![CDATA[<p>
Since the first stable version of the Zend Framework has been out for a while now (version 1.0), the Zend Developer Zone is starting up their own way to give back to the project - the The Big Q&A session about all things Zend Framework:
</p>
<blockquote>
On April 30, 2008, Zend's very own Zend Framework team will make themselves available for a 2-hour Q&A session. You can submit your questions in advance <a href="http://framework.zend.com/wiki/pages/viewpage.action?pageId=43922">here</a> to give us an opportunity to think them over a bit, or you can surprise us with them during the webinar.
</blockquote>
<p>
<A href="https://zend.webex.com/mw0305l/mywebex/default.do?nomenu=true&siteurl=zend&service=6&main_url=https%3A%2F%2Fzend.webex.com%2Fec0600l%2Feventcenter%2Fevent%2FeventAction.do%3FtheAction%3Ddetail%26confViewID%3D195576086%26siteurl%3Dzend%26%26%26">The webinar</a> will be happening On April 30th at 9am PDT and will last about two hours, during which any and all (hopefully) questions about the framework will be answered.
</p>
<p>
<i>Matthew Weier O'Phinney</i> has also <a href="http://weierophinney.net/matthew/archives/172-Zend-Framework-QA-Session.html">posted about it</a> over on his blog.
</p>]]></description>
      <pubDate>Tue, 29 Apr 2008 07:54:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matt Wilkin's Blog:  Yahoo Job Interview Questions (and Answers) Parts 1 & 2]]></title>
      <guid>http://www.phpdeveloper.org/news/8550</guid>
      <link>http://www.phpdeveloper.org/news/8550</link>
      <description><![CDATA[<p>
In a response of sorts to <a href="http://blog.assembleron.com/2007/05/23/php-interview-questions-from-yahoo/">these interview questions</a> posted by <i>Nick Halstead</i>, <i>Matt Wilkin</i> took the next step and worked up the answers for the questions in a new two-part series.
</p>
<blockquote>
Well at another <a href="http://blog.assembleron.com/2007/05/23/php-interview-questions-from-yahoo/">blog</a> they shared some pre-interview questions from Yahoo for a PHP job. The only problem is they never provided the answers. So that's what I'm going to do now.
</blockquote>
<p>
<a href="http://blog.assembleron.com/2007/05/23/php-interview-questions-from-yahoo/">Part one</a> answers questions one through eleven and the <a href="http://www.search-this.com/2007/08/27/yahoo-job-interview-questions-part-2/">second part</a> wraps things up with the answers for questions twelve through twenty-two.
</p>]]></description>
      <pubDate>Wed, 29 Aug 2007 10:29:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Adventures in Web Services]]></title>
      <guid>http://www.phpdeveloper.org/news/5836</guid>
      <link>http://www.phpdeveloper.org/news/5836</link>
      <description><![CDATA[<p>
For those that might of missed it, Zend put on a webcast/screencast yesterday on the topic of "Web Services with PHP". The good news is, though, that if you weren't able to make it, the fine folks over at the <a href="http://devzone.zend.com/node/view/id/710">Zend Developer Zone</a> have a recorded version of it</a>.
</p>
<blockquote>
<p>
Due to technical limitations with our streaming software, we could only allow the first 550 folks into the presentation. Because of the network load, this was a difficult presentation to pull off due to lag. Paging from slide-to-slide was very delayed, so showing the code-completion capabilities of Zend Studio was nearly impossible.  Despite the technical difficulties, several good questions were asked and feedback was very positive. 
</p>
<p>
In order for everyone to see the presentation, I re-recorded it this afternoon, and it's available for your viewing. This one is much smoother, and I expanded on some of the topics that I glanced over in the first one. So even if you viewed the first attempt, you'll probably get more out of the second.
</p>
</blockquote>
<p>
The presentation can be <a href="https://zend.webex.com/ec0502l/eventcenter/recording/recordAction.do?theAction=poprecord&path=pop_program_info&confViewID=240638349&siteurl=zend">viewed here</a> and the <a href="http://devzone.zend.com/node/view/id/710">Zend DevZone post</a> also has the question/answer section as well.
</p>]]></description>
      <pubDate>Thu, 20 Jul 2006 06:08:16 -0500</pubDate>
    </item>
  </channel>
</rss>

