<?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, 22 May 2013 14:05:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: New York PHP Conference 2006 Slides Posted]]></title>
      <guid>http://www.phpdeveloper.org/news/5720</guid>
      <link>http://www.phpdeveloper.org/news/5720</link>
      <description><![CDATA[<p>
<i>Tiffany Brown</i> has posted a (very) quick note today <a href="http://tiffanybbrown.com/viewqb.php/673">on her blog</a> about the availability of the slides from the presentations given at this year's <a href="http://www.nyphpcon.com">New York PHP Conference</a>.
</p>
<p>
Topics of <a href="http://www.nyphpcon.com/speakers.php">the talks</a> included:
<ul>
<li><i>Rasmus Lerdorf</i>'s <a href="http://talks.php.net/show/nyphp06">Getting Rich with PHP</a>
<li><i>Sam Heisz</i> speaking on <a href="http://www.nyphpcon.com/presentations/NYPHPCon2006JavaIntegration.html">Quercus</a>
<li><i>David Sklar</i>'s talk on <a href="http://www.nyphpcon.com/presentations/NYPHPCon2006MetaProgramming.pdf">Metaprogramming</a> (with <a href="http://www.nyphpcon.com/presentations/NYPHPCon2006MetaProgrammingSourceCode.zip">source code</a>)
<li><i>Jasien Mathai</i> discussing <a href="http://www.jaisenmathai.com/nyphpcon2006/">How PHP, JSON and AJAX Can Benefit Your Business</a>
<li><a href="http://www.nyphpcon.com/presentations/NYPHPCon2006WebServices.pdf">PHP Web Services</a> from <i>Christian Wenz</i>
</ul>
</p>
<p>
For summaries of all of these talks and links to many more of the slides, check out <a href="http://www.nyphpcon.com/speakers.php">the full list</a> on the New York PHP Conference website.
</p>]]></description>
      <pubDate>Wed, 28 Jun 2006 13:45:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Daniel Krook's Blog: NYPHP Conference & Expo 2006]]></title>
      <guid>http://www.phpdeveloper.org/news/5629</guid>
      <link>http://www.phpdeveloper.org/news/5629</link>
      <description><![CDATA[<p>
<i>Daniel Krook</i> attended the (just passed) <a href="http://www.nyphpcon.com/">New York PHP Conference & Expo</a> up in Manhattan and has posted <a href="http://krook.net/archives/157">a few of his thoughts</a> about some of the speakers and topics discussed.
</p>
<blockquote>
<p>
There has been <a href="http://blogs.zdnet.com/service-oriented/?p=643">quite</a> a bit of <a href="http://www.cbronline.com/article_news.asp?guid=8AC9900E-9993-4E5B-A4B5-9282115D918A">buzz</a> about <a href="http://www.ibm.com/press/us/en/pressrelease/19821.wss">Rod Smith's keynote</a> at last week's <a href="http://www.nyphpcon.com/">NYPHP Conference & Expo</a>. Rod and his team provided a case study of a situational application built for the National Association of Broadcasters and performed a live demo of how to go about creating a five minute application.
</p>
<p>
It was pretty interesting stuff, but <a href="http://toys.lerdorf.com/">Rasmus Lerdorf</a> followed with what I found to be an even more impressive mashup that the audience could better relate to. He showed a tool he built for internal use at Yahoo which serves as an corporate Craig's List of sorts, with hooks to Web services to provide posters with recommended price ranges and stock photos of the item they are selling. 
</p>
</blockquote>
<p>
He <a href="http://krook.net/archives/157">mentions</a> that the real technology that made these two applications as "cool" as they are and really makes them possible is Ajax - both use it to pull the data from the Web services in.
</p>]]></description>
      <pubDate>Tue, 20 Jun 2006 05:56:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Tiffany Brown's Blog: NYPHP Con: "Introduction to PDO" (Notes)]]></title>
      <guid>http://www.phpdeveloper.org/news/5618</guid>
      <link>http://www.phpdeveloper.org/news/5618</link>
      <description><![CDATA[<p>
<i>Tiffany Brown</i>, an attendee of this year's New York PHP Conference, took some notes during <i>Ilia Alshanetsky</i>'s "Introduction to PDO" talk and is <a href="http://tiffanybbrown.com/viewqb.php/651">sharing them here</a>.
</p>
<p>
It's a <a href="http://tiffanybbrown.com/viewqb.php/651">good summary</a> of what the talk was about, and provides a few bits that weren't covered in the slides. If you're looking for a good place to start with researching PDO and its associated technologies, her list is a good place to start.
</p>
<p>
Each heading is accompanied by at least three points, clearly written as to include the most information. Some examples of the topics covered include: "Why PDO?", "Persistent Connections", "Prepared Statements", and "Retrieving information using PDO".
</p>]]></description>
      <pubDate>Mon, 19 Jun 2006 06:09:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: New York PHP Conference - Slides]]></title>
      <guid>http://www.phpdeveloper.org/news/5602</guid>
      <link>http://www.phpdeveloper.org/news/5602</link>
      <description><![CDATA[<p>
<i>Derick Rethans</i> has <a href="http://www.phpdeveloper.org/news/5598">followed suit</a> and posted <a href="http://derickrethans.nl/talks.php">his slides</a> for his presentation from the <a href="http://www.nyphpcon.com/">New York PHP Conference</a> covering <a href="http://xdebug.org/">XDebug</a>.
</p>
<p>
His talk, "Efficient Debugging with XDebug" taught how to detect and debug scripts with the help of XDebug. It starts with some background on the application's internals followed by a look at how it uses stack/function traces, dumps of variables, and modified PHP functions to find th problems in your app. He also gives an example of how to use the software to find bottlenecks in scripts with the help of the profiler.
</p>
<p>
This latest talk can be grabbed directly from his talks page and <a href="http://derickrethans.nl/files/xdebug-nyc2006.pdf">here</a> [pdf]
</p>]]></description>
      <pubDate>Fri, 16 Jun 2006 05:48:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Sklar's Blog: Metaprogramming @ NYPHPCon 2006]]></title>
      <guid>http://www.phpdeveloper.org/news/5598</guid>
      <link>http://www.phpdeveloper.org/news/5598</link>
      <description><![CDATA[<p>
<i>David Sklar</i> has posted the <a href="http://www.sklar.com/blog/exit.php?url_id=328&entry_id=93">slides and sample code</a> from his talk at the <a href="http://www.nyphpcon.com">New York PHP Conference</a> given earlier today. He covered "Metaprogramming with PHP".
</p>
<blockquote>
<p>
Metaprogramming is a handy approach for object-relational mapping tools, web-programming frameworks, and other problem domains where building a new programming language on top of an old one becomes the shortest route to a solution.
</p>
<p>
PHP's 'solve the web problem' aesthetic makes some metaprogramming tasks difficult, but it nevertheless has a large collection of features that let you programmatically tweak syntax, style, and other coding aspects.
</p>
</blockquote>
<p>
<a href="http://www.nyphpcon.com/speakers.php#03a42cd2cb6dc398a5ed33cd67a10635">His talk</a> looks at various methods to help you get started, including working with the "magic methods" and SPL interfaces.
</p>]]></description>
      <pubDate>Thu, 15 Jun 2006 12:27:22 -0500</pubDate>
    </item>
  </channel>
</rss>
