<?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>Thu, 24 May 2012 20:40:07 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Joshua Thijssen's Blog: Bloom Filters]]></title>
      <guid>http://www.phpdeveloper.org/news/17792</guid>
      <link>http://www.phpdeveloper.org/news/17792</link>
      <description><![CDATA[<p>
In <a href="http://www.adayinthelifeof.nl/2012/04/09/bloom-filters/">this new post</a> to his blog <i>Joshua Thijssen</i> describes something that can help when processing large amounts of data (like, in his example, the text of a book) to search through the information and find if a certain piece of data is in the set - a bloom filter.
</p>
<blockquote>
Most of my co-workers never really heard of bloom filters, and I'm continuously need to explain what they are, what their purpose is and why it's a better solution than other ones. So let's do an introduction on bloom filters. [...] Bloom filters have the property of being exceptionally fast AND exceptionally small compared to other structures but it comes with a price: it MIGHT be possible that our bloom filter thinks that an element is inside our set, when it really isn't. Luckily, the reverse is not possible: when a bloom filter says something is NOT in the set, you are 100% sure that it isn't part of the set.
</blockquote>
<p>
He explains how the filter works, noting how it's better for memory consumption and how it's possible for it to give a "maybe" response instead of ab absolute "yes" or "no". He also points out <a href="http://pecl.php.net/package/bloomy">a PHP extension, bloomy</a> that takes the hard work out of it for you.
</p>]]></description>
      <pubDate>Mon, 09 Apr 2012 11:13:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Design Aeon: Cake PHP Search Component]]></title>
      <guid>http://www.phpdeveloper.org/news/17762</guid>
      <link>http://www.phpdeveloper.org/news/17762</link>
      <description><![CDATA[<p>
On the Design Aeon blog there's a new post sharing a CakePHP component that can be used to <a href="http://www.designaeon.com/cake-php-search-component/">easily add searching</a> to your framework-based application.
</p>
<blockquote>
Cake Php Search Component is used to implement search in your cake php projects.The component provide highly reusability. component is meant to use across all the controllers. you just include this search component in your Controller and call a component function to fetch your conditions types in search form and refine the data .
</blockquote>
<p>
The component (available for <a href="http://www.designaeon.com/downloads/search.rar">download here</a>) is simple to install and full instructions for implementing it are included in the post - including it in the controller, creating search and pagination elements, making a controller action and finally making a view to tie it all together.
</p>]]></description>
      <pubDate>Mon, 02 Apr 2012 09:56:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: Call for webinars (Zend)]]></title>
      <guid>http://www.phpdeveloper.org/news/17412</guid>
      <link>http://www.phpdeveloper.org/news/17412</link>
      <description><![CDATA[<p>
<i>Kevin Schroeder</i> is <a href="http://www.eschrade.com/page/looking-for-some-webinars">looking for suggestions</a>. He wants to know what the PHP community wants to hear about in upcoming webinars from <a href="http://zend.com">Zend</a>.
</p>
<blockquote>
Just wrapped up a call working on our webinar schedule for the year.  We've got a bunch of ideas but we'd like to also get your input as well.  Yes, I know y'all want ZF2 webinars.  We have that down.  I would also like to do an HTML5 and mobile webinar but I need an SME (Subject Matter Expert) for that. [...] I would also love to have webinars on how to use various API's, even if there is not native PHP support.  So, what kinds of webinars do you want?
</blockquote>
<p>
Leave your suggestions <a href="http://www.eschrade.com/page/looking-for-some-webinars#comments">in his comments</a> along with one already suggesting a "Why PHP?" checklist of sorts to help encourage companies/employers to go with the language.
</p>]]></description>
      <pubDate>Wed, 18 Jan 2012 11:50:07 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: PHP Zeitgeist 2012]]></title>
      <guid>http://www.phpdeveloper.org/news/17411</guid>
      <link>http://www.phpdeveloper.org/news/17411</link>
      <description><![CDATA[<p>
On the PHPClasses.org blog there's <a href="http://www.phpclasses.org/blog/post/172-PHP-Zeitgeist-2011.html">a new post</a> with a "<a href="http://www.phpclasses.org/zeitgeist/">zeitgeist</a>" they've generated from statistics on the site (such as search queries and overall popularity of packages).
</p>
<blockquote>
For those that are not yet aware of this probably because they only arrived to the PHPClasses site recently, PHP Zeitgeist is an initiative that aims to study what were the last year trends regarding what PHP developers have been searching for.
</blockquote>
<p>According to their results, some of the trends ramping up (or still going strong) for 2012 include:</p>
<ul>
<li>Social media sites
<li>Sites like Groupon, Foursquare and Bitcoin
<li>jQuery plugins
<li>Doctrine
<li>MODX
<li>SugarCRM
</ul>]]></description>
      <pubDate>Wed, 18 Jan 2012 10:04:24 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[7php.com: PHP Interview With Enrico Zimuel Senior Software Engineer At Zend Technologies]]></title>
      <guid>http://www.phpdeveloper.org/news/17399</guid>
      <link>http://www.phpdeveloper.org/news/17399</link>
      <description><![CDATA[<p>
On 7php.com there's a new interview posted <a href="http://7php.com/interview-enrico-zimuel-senior-software-engineer-zend-technologies-everything-is-an-array-in-php/">with Enrico Zimual</a> of <a href="http://zend.com">Zend</a> - "Everything is an Array in PHP".
</p>
<blockquote>
In this edition, I talked with Enrico Zimuel a computer geek since he was 9yrs old. He has written a couple of books namely "Secrets, Spies and Cipher Codes" published by Apogeo in 1999 and the recent "How to use the digital sign" published by Tecniche Nuove in 2010. Enrico has a pretty impressive 'geek' path. He also speaks at many international conferences [...]. You can find his <a href="http://www.slideshare.net/e.zimuel">presentations on slideshare</a>.
</blockquote>
<p>Questions in the interview include:</p>
<ul>
<li>How do you find PHP now as compared to when you first started?
<li>Based on your experience, what are the good and bad parts of PHP?
<li>To someone who wants to become a better PHP developer, what is your advice?
<li>What are some good PHP blog or resources you highly recommend?
</ul>
<p>
Read the <a href="http://7php.com/interview-enrico-zimuel-senior-software-engineer-zend-technologies-everything-is-an-array-in-php/">full interview here</a>.
</p>]]></description>
      <pubDate>Mon, 16 Jan 2012 11:30:04 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMaster.com: Zend Job Queue]]></title>
      <guid>http://www.phpdeveloper.org/news/17388</guid>
      <link>http://www.phpdeveloper.org/news/17388</link>
      <description><![CDATA[<p>
In <a href="http://phpmaster.com/zend-queue/">this most recent post</a> to PHPMaster.com <i>Alex Stetsenko</i> takes a look at the Zend Job Queue functionality, a part of the <a href="http://www.zend.com/products/server/">Zend Server</a> installation. He talks about some basic usage to make HTTP requests and a more extended example showing report generation.
</p>
<blockquote>
Web applications usually follow a synchronous communication model. However, non-interactive and long-running tasks (such as report generation) are better suited for asynchronous execution. One way to off-load tasks to run at a later time, or even on a different server, is use the Job Queue module available as a part of Zend Server 5 (though not as part of the Community Edition). Job Queue allows job scheduling based on time, priority, and even dependencies
</blockquote>
<p>
In his two examples, he shows the code involved to create a new Queue object and define a HttpJob in it. The first just calls a "sample.php" script that's exposed as a part of your external-facing site and shows how you can get the current status of the job. The more advanced example shows a call to a "report.php" script with a set of options defining things like "type", "length" and "priority". He also points out some other options that can do similar things like <a href="http://gearman.org/">Gearman</a>, <a href="http://nodejs.org/">NodeJs</a> and <a href="http://www.rabbitmq.com/">RabbitMQ</a>.
</p>]]></description>
      <pubDate>Fri, 13 Jan 2012 08:37:31 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: Zend Takes The Pulse Of Developers In The APP Economy]]></title>
      <guid>http://www.phpdeveloper.org/news/17386</guid>
      <link>http://www.phpdeveloper.org/news/17386</link>
      <description><![CDATA[<p>
In <a href="http://www.zend.com/en/company/news/press/339_zend-takes-the-pulse-of-developers-in-the-app-economy">this new press release</a> Zend has announced the posting of the results from their "Zend Developer Pluse" survey - a survey taken of developers world-wide about their habits, preferences and desires.
</p>
<blockquote>
Zend Technologies addresses [the question of how a new demand for a new generation of apps] in Zend Developer Pulse, a new survey series that takes the pulse of a vibrant community of developers from around the world. The company's first developer survey conducted in late November 2011 offers insights on emerging technology and career trends captured from 3,335 respondents. The findings are summarized in a report now available at [<a href="http://www.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf">http://www.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf</a>].
</blockquote>
<p>
The press release mentions some of the details from the survey including that 66% of developers will be working with mobile app development projcts, that next-generation UI deveopment scored high in skillsets, there was a strong interest in cloud development and that there's been a strong rise in the need for PHP development skills in the last year.
</p>
<p>
You can <a href="http://www.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf">read the entire report here</a>.
</p>]]></description>
      <pubDate>Thu, 12 Jan 2012 12:56:15 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: Connecting to the Zend Developer Cloud with PDT]]></title>
      <guid>http://www.phpdeveloper.org/news/17345</guid>
      <link>http://www.phpdeveloper.org/news/17345</link>
      <description><![CDATA[<p>
<i>Kevin Schroeder</i> has come back around and has posted a new tutorial to his blog showing how to <a href="http://www.eschrade.com/page/connecting-to-the-zend-developer-cloud-with-pdt">connect PDT to the Zend Developer Cloud</a> (the "PHP Development Tools" extension for the Eclipse IDE).
</p>
<blockquote>
A couple of weeks ago I wrote a series of blog posts on how to connect to the Zend Developer cloud with various IDEs.  Except one that I missed... PDT. The deployment plugin is already installed in PDT 3 and so you already will have the ability to push to the DevCloud instance.
</blockquote>
<p>
The process is pretty simple thanks to that plugin - just create the project (or use an existing one), set up a new target for deployment then launch and deploy the PHP application directly. You can find out more about the "PHP Development Tools" <a href="http://www.eclipse.org/projects/project.php?id=tools.pdt">on its Eclipse project site</a>.
</p>]]></description>
      <pubDate>Wed, 04 Jan 2012 10:10:35 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: A Chat on Zend's phpcloud at ZendCon 2011]]></title>
      <guid>http://www.phpdeveloper.org/news/17286</guid>
      <link>http://www.phpdeveloper.org/news/17286</link>
      <description><![CDATA[<p>
On the php|architect site today <i>Keith Casey</i> has <a href="http://www.phparch.com/2011/12/a-chat-on-zends-phpcloud-at-zendcon-2011/">posted a recording</a> of an interview with <i>Boaz Ziniman</i> of Zend about one of their latest offerings, <a href="http://phpcloud.com">phpcloud</a> - a platform-as-a-service to provide easy, scalable PHP application hosting.
</p>
<blockquote>
At the tail end of ZendCon 2011 in October, I managed to corner Boaz Ziniman to chat on the launch of their new product phpcloud. We covered features, limitations, design & implementation considerations, and how it's different than most of the other options out there.
</blockquote>
<p>
If you'd like to listen, you can <a href="http://caseysoftware.s3.amazonaws.com/ZendCon-2011-Interview-with-Boaz-Ziniman-on-phpcloud.mp3">grab the mp3 here</a>. It's about 15 minutes long. You can find out more about Zend's cloud offering on <a href="http://phpcloud.com">phpcloud.com</a>.
</p>]]></description>
      <pubDate>Wed, 21 Dec 2011 09:53:45 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: Setting up a connection to the Zend Developer Cloud on Linux]]></title>
      <guid>http://www.phpdeveloper.org/news/17204</guid>
      <link>http://www.phpdeveloper.org/news/17204</link>
      <description><![CDATA[<p>
<i>Kevin Schroeder</i> has a method in one of his latest posts for hooking your linux-based system <a href="http://www.eschrade.com/page/setting-up-a-connection-to-the-zend-developer-cloud-on-linux">into Zend's phpcloud</a> platform, complete with an automatic upload (so you're not constantly sftp-ing).
</p>
<blockquote>
Connecting with the Zend DevCloud in Linux is actually quite easy if you know how to use SFTP. [...] But, as I said in a previous post, I hate having to do command line stuff for each and every file or commit.  I like things to work seamlessly.  So what I did was write a PHP script that connects to the DevCloud (or any SSH-based endpoint for that matter) and then monitors all of the files and directories for changes, such as a creation, modification or deletion event. 
</blockquote>
<p>
His script (<a href="https://github.com/kschroeder/PHP-INotify-SFTP-script/blob/master/push-changes.php">available on github</a>) uses the  <a href="http://pecl.php.net/package/inotify">PECL inotify package</a> to work, but once its set up, you can have the PHP process running the script in the background, pointed at your web root, and have it upload automatically.
</p>]]></description>
      <pubDate>Fri, 02 Dec 2011 10:04:10 -0600</pubDate>
    </item>
  </channel>
</rss>

