<?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, 05 Jul 2008 05:55:46 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Job Posting: BINC (Recruiter) Seeks PHP Web Developer (East Bay, CA)]]></title>
      <guid>http://www.phpdeveloper.org/news/10536</guid>
      <link>http://www.phpdeveloper.org/news/10536</link>
      <description><![CDATA[<p>
Via <a href="http://terrychay.com/blog/article/two-more-front-end-jobs.shtml">Terry Chay's blog</a>:
</p>
<table cellpadding="3" cellspacing="2" border="0">
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Company</td>
	<td style="font-size:11px">BINC (Recruiter)</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Location</td>
	<td style="font-size:11px">East Bay, CA</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Title</td>
	<td style="font-size:11px">PHP Web Developer</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Summary</td>
	<td style="font-size:11px">
	<p><b>Position Overview</b><br/>
Our client is seeking bright, energetic team players to design and develop the fastest growing services on the Internet. They serve over 150 million widget views, and have over 60% penetration on Facebook. Their cost-effective, results-focused advertising platform is the largest ad network on Facebook and the most dynamic method for rapidly acquiring Facebook application users. 
</p>
<p><b>Responsibilities</b></p>
<ul>
<li>will develop Facebook applications
<li>will design usable interfaces
<li>will contribute technical leadership to the engineering team, including best practices and processes that enable the team to continually improve productivity and quality of products delivery
<li>will contribute to the product roadmap
 </ul>
<p><b>Qualifications</b></p>
<ul>
<li>must be an expert in PHP / JavaScript / CSS / MySQL / AJAX
<li>must have object-oriented design skills
<li>must have BS in Computer Science of equivalent
<li>should have experience developing Facebook applications is a HUGE p
<li>should have excellent communication and collaboration skills
<li>should have start-up experience at a fast-growing consumer web company
<li>should be a bright, logical team player
</ul>
	</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Link</td>
	<td style="font-size:11px"><a href="http://www.bincsearch.com/jobs/view.asp?ID=793">More Information</a></td>
</tr>
</table>]]></description>
      <pubDate>Thu, 03 Jul 2008 08:49:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[John Coggeshall's Blog: Interesting Developments at Zend]]></title>
      <guid>http://www.phpdeveloper.org/news/10228</guid>
      <link>http://www.phpdeveloper.org/news/10228</link>
      <description><![CDATA[<p>
Following up on some previous comments about Zend possibly <a href="http://www.phpdeveloper.org/news/10217">lining itself up for a buyout</a>, <i>John Coggeshall</i> has <a href="http://blog.coggeshall.org/archives/353-Interesting-Developments-at-Zend.html">posted some of his thoughts</a> on the matter being one of the ones that used to be "on the inside" of the company.
</p>
<blockquote>
Zend has laid off approximately 25% of their R&D staff in at attempt to become cash-flow positive and potentially line themselves up for an acquisition. I don't have any hard figures as to what that means but I'd estimate that Zend's recovered somewhere between $6-8M in revenues [...] which is why Everyone I've spoken to who is familiar with the subject considers the lay-offs a positive thing.
</blockquote>
<p>
He <a href="http://blog.coggeshall.org/archives/353-Interesting-Developments-at-Zend.html">goes through</a> the potential list of buyers that have been mentioned so far (Microsoft, IBM, Yahoo!, Facebook) and gives his "why" or "why not" reasons for the probability for each to make the purchase.
</p>
<p>
He also comments on the rumor of <a href="http://andigutmans.blogspot.com/">Andi</a> and <a href="http://suraski.net/blog/">Zeev</a>'s recent trips up to Seattle...
</p>]]></description>
      <pubDate>Wed, 21 May 2008 07:56:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Facebook data storage api can really be the replacement of memcache]]></title>
      <guid>http://www.phpdeveloper.org/news/9942</guid>
      <link>http://www.phpdeveloper.org/news/9942</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has <a href="http://hasin.wordpress.com/2008/04/07/facebook-data-storage-can-really-be-the-replacement-of-memcache/">proposed an interesting replacement</a> for the usual caching mechanism - using the <a href="http://www.facebook.com">Facebook</a> data storage API to cache copies of pages/data/etc.
</p>
<blockquote>
Why not! All you need is a fast-n-furious caching storage for your Facebook application which stores values against a key, same like a hash table. Facebook data storage API does the same for you. using the batch API in Facebook rest client you can seriously think it as an alternative of memcache.
</blockquote>
<p>
He shows the simple process for making the object (manually in a preexisting application), inserting data into the object through the API they provide and how to pull that data back out.
</p>]]></description>
      <pubDate>Wed, 09 Apr 2008 13:58:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Unexpected return value from Facebook FQL.query via PHP REST Lib]]></title>
      <guid>http://www.phpdeveloper.org/news/9653</guid>
      <link>http://www.phpdeveloper.org/news/9653</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> had been <a href="http://hasin.wordpress.com/2008/02/16/unexpected-return-value-from-facebook-fqlquery-via-php-rest-lib/">working with the Facebook API</a> and stumbled across a bug in an application they had created for the social networking site:
</p>
<blockquote>
The method which we used to count number of friends of a specific user who has added that application was returning 1 when there is no friend actually installed it.
</blockquote>
<p>
He gives the SQL query and the PHP code he was originally using to find out the number of users for the application. The problem came from the fact that the returning value wasn't an array - it was a string. The corrected code (that checks for array-ness) is also included.
</p>]]></description>
      <pubDate>Mon, 18 Feb 2008 12:06:00 -0600</pubDate>
    </item>
  </channel>
</rss>
