<?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, 19 Jun 2013 15:39:26 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jonathan Street's Blog: Lightning Fast Sites & Better Benchmarks]]></title>
      <guid>http://www.phpdeveloper.org/news/8725</guid>
      <link>http://www.phpdeveloper.org/news/8725</link>
      <description><![CDATA[<p>
<i>Jonathan Street</i> has a <a href="http://torrentialwebdev.com/blog/archives/116-7-tips-for-lightning-fast-PHP-sites.html">few tips</a> for developers out there looking to speed things up on their site - seven tips towards "lightning fast sites".
</p>
<blockquote>
I was recently creating a small tool in PHP and found myself hitting the max execution time and getting a fatal error. As it was only for my personal use I just bumped up the max execution time but it made me stop and think about how I could improve the speed of those scripts I do put up for public use. Most people aren't going to wait for 60 seconds for a page to load. Naturally I hit the internet looking for tips. 
</blockquote>
<p>
The tips he came across (each including the simple benchmarks to show the differences) were:
</p>
<ul>
<li>sizeof vs count
<li>is_int vs is_integer
<li>chop vs rtrim
<li>doubleval vs floatval
<li>fwrite vs fputs
<li>implode vs join
<li>ini_alter vs ini_set
</ul>
<p>
Be sure to also check out his follow up post talking about <a href="http://torrentialwebdev.com/blog/archives/118-Better-Benchmarks.html">building better benchmarks</a> to test the sorts of tips he's given above.
</p>]]></description>
      <pubDate>Tue, 25 Sep 2007 12:56:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP Appalachia Conference Schedule Posted]]></title>
      <guid>http://www.phpdeveloper.org/news/6344</guid>
      <link>http://www.phpdeveloper.org/news/6344</link>
      <description><![CDATA[<p>
<i>Elizabeth Naramore</i> has been kind enough to <a href="http://naramore.net/blog/index.php?p=89">let us know</a> that the schedule for this year's <a href="http://www.phpappalachia.org">PHP Appalachia conference</a> has been posted over on their site.
</p>
<p>
<a href="http://www.phpappalachia.org/schedule">The schedule</a> includes plenty of relaxing time spent camping, hiking and even a few PHP-related discussions thrown in, just for something different. Two official speakers are giving their talks first thing on Day Two and Day Three:
<ul>
<li><i>Ben Ramsey</i> on REST
<li><i>Chris Spruck</i> on Regex
</ul>
There will also be some Lightning Talks for those interested during Day Two. Check out <a href="http://www.phpappalachia.org/schedule">the full schedule</a> for everyhting happening in this great three day event.
</p>]]></description>
      <pubDate>Mon, 25 Sep 2006 07:24:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Sometimes It's Not the Post, It's the Conversation.]]></title>
      <guid>http://www.phpdeveloper.org/news/6022</guid>
      <link>http://www.phpdeveloper.org/news/6022</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today, <i>Cal Evans</i> <a href="http://devzone.zend.com/node/view/id/809">looks back</a> some more at his experiences at this year's OSCON and mentions his personal favorite session attended while there - the PHP Lightning talks.
</p>
<blockquote>
The absolute best session I attended at OSCON 2006 was the "PHP Lightening Talks". Some of the presentations were interesting, others were hilarious. Theo Schlossnagle's <a href="http://www.lethargy.org/~jesus/archives/68-PHP-Sucks..html">Why PHP Sucks</a> was both. Theo is a facilitating to sit and listen to, as you'll soon see when I post my interview with him. He's also quite funny when he wants to be. His presentation was interesting. It was part tongue-in-cheek and part dead serious but Theo left it to you to decide which was which.
</blockquote>
<p>
He <a href="http://devzone.zend.com/node/view/id/809">also points out</a> another post about the talk <a href="http://shiflett.org/archive/248">from Chris Shiflett</a> where a rather large discussion started about the contents of <i>Theo</i>'s slides. And <i>Cal</i> hits the nail on the head:
</p>
<blockquote>
The talk was good, don't get me wrong, but the conversation it inspired is much more interesting.
</blockquote>]]></description>
      <pubDate>Mon, 14 Aug 2006 07:32:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: OSCON, PHP 5.2 Windows Installer, and Testing]]></title>
      <guid>http://www.phpdeveloper.org/news/5952</guid>
      <link>http://www.phpdeveloper.org/news/5952</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has posted <a href="http://blogs.oracle.com/opal/2006/08/03#a51">his wrapup</a> of this year's OSCON over on his Oracle blog today, mentioning specifically the PHP 5.2 Windows installer and some of the mentions of testing happening at the conference.
</p>
<blockquote>
<p>
OSCON is a busy conference.  I met some sharp minds.  I missed catching up with others. In my spare time, I'm testing the <a href="http://news.php.net/php.internals/25013">PHP 5.2 Windows installer</a> that <a href="http://jmertic.dotgeek.org/">John Mertic</a> is writing.  At the moment John is working hard on getting the installer neat and reliable.
</blockquote>
<p>
He <a href="http://blogs.oracle.com/opal/2006/08/03#a51">notes</a> that testing applications, once something a bit more buried in the development process, had three different mentions at this year's conference, at the PHP Lightning Talks.
</p>]]></description>
      <pubDate>Fri, 04 Aug 2006 06:01:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Shiflett's Blog: Six Reasons PHP Sucks]]></title>
      <guid>http://www.phpdeveloper.org/news/5951</guid>
      <link>http://www.phpdeveloper.org/news/5951</link>
      <description><![CDATA[<p>
<i>Chris Shiflett</i> mentions in <a href="http://shiflett.org/archive/248">this new post</a> today <i>Theo Schlossnagle</i>'s Lightning Talk from this years OSCON. The topic? "Six Reasons PHP Sucks".
</p>
<blockquote>
<p>
<a href="http://lethargy.org/~jesus/">Theo</a> has posted the <a href="http://images.omniti.net/omniti.com/~jesus/misc/PHP%20Sucks.pdf">slides of his PHP lightning talk in PDF format</a>. The topic? Why PHP sucks.
</p>
<p>
I've never disputed the fact that PHP has problems, but for some reason, everyone who tries to explain why PHP sucks misses most of the actual reasons it does. It's astonishing.
</p>
</blockquote>
<p>
<i>Chris</i> also <a href="http://shiflett.org/archive/248">makes the comment</a> that he doesn't actually give six reasons, but the first three of the ones he gives are solid ("No lexical scoping", "No namespacing", and "World's worst configure system").
</p>]]></description>
      <pubDate>Fri, 04 Aug 2006 05:52:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Aaron Wormus' Blog:  What's Wrong with PEAR?]]></title>
      <guid>http://www.phpdeveloper.org/news/5950</guid>
      <link>http://www.phpdeveloper.org/news/5950</link>
      <description><![CDATA[<p>
In his <a href="http://www.wormus.com/aaron/stories/2006/08/04/whats-wrong-with-pear.html">latest blog post</a>, <i>Aaron Wormus</i> asks the PHP community exactly "what's wrong with PEAR?"
</p>
<blockquote>
<p>
I didn't attend Theo's talk, so the only information that I got was from the blog entries and slides. I realize that this short presentation was humorous, but it still brings up some points that have been nagging at the back of my head for a while now.
</p>
<p>
The comment in question is part of the Six Reasons PHP Sucks lightning talk.
</p>
</blockquote>
<p>
<a href="http://www.wormus.com/aaron/stories/2006/08/04/whats-wrong-with-pear.html">The comment</a> jokes about the quality of PEAR code. OF course, as <i>Aaron<i> notes, these types of comments aren't anythng new. The real issue at stake is that people don't understand PEAR. To help further the cause behind this (in)famous set of libraries, he's written an article for <a href="http://www.phparch.com">php|architect</a> to dispell some of the myths.
</p>
<blockquote>
I would like to dedicate this blog entry to people who think that PEAR does suck, and open up the discussion to what it is exactly that sucks. PEAR has issues, but I truly believe that most of the trash talking that is done is mainly due to the ignorance. So please, if you have issues, whether technical or package specific feel free to vent here.
</blockquote>]]></description>
      <pubDate>Fri, 04 Aug 2006 05:47:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: OSCON Wrapup: The Party's Over]]></title>
      <guid>http://www.phpdeveloper.org/news/5918</guid>
      <link>http://www.phpdeveloper.org/news/5918</link>
      <description><![CDATA[<p>
Wrapping up his, well, wrap-ups of this year's OSCON in Oregon, <i>Cal Evans</i> has <a href="http://devzone.zend.com/node/view/id/749">this final installment</a> - a look at the final day and the aftermath.
</p>
<blockquote>
The goddess' of the O'Reilly Conference Team have yelled "cut" the set is struck and everybody has gone home. Speakers are busily reviewing the evaluation forms and tuning their presentations for the next round and the attendees are sorting through the T-Shirts. (Keepers or dust-rags) Let's glance over our shoulder at what was OSCON06.
</blockquote>
<p>
He <a href="http://devzone.zend.com/node/view/id/749">points out</a> a link to the Flickr feed of his pictures from the conference - including pictures of his (now infamous) "PHP trading cards" (which he includes links to the Word documents of).
</p>
<p>
<i>Cal</i> talks about getting to <i>Rasmus</i> and <i>George Schlossnagle</i>'s talks about enjoying the "PHP Lightning Talks" quite a bit. There's mention of the conference all, laid out in all of its corporate splendor and his note about a relatively glitch-free conference.
</p>]]></description>
      <pubDate>Mon, 31 Jul 2006 18:25:04 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: OSCON Day 3: The Party is in Full Swing]]></title>
      <guid>http://www.phpdeveloper.org/news/5890</guid>
      <link>http://www.phpdeveloper.org/news/5890</link>
      <description><![CDATA[<p>
<i>Cal Evans</i> is back today with his <a href="http://devzone.zend.com/node/view/id/737">latest "live" recap</a> from the floor of this year's O'Reilly Open Source Convention, this time with the happenings of Day Three.
</p>
<blockquote>
Wow, how times files when you are having fun. After I finished yesterday's wrap-up, I sat through most of the opening session that included Tim O'Reilly's Radar. It was an interesting parade of up and comers who Tim thought we should know about. Unfortunately, none of them were PHP based so it's really not germane to this post. Before it ended I had to duck out anyhow for an interview with Theo Schlossnagle of OmniTI. 
</blockquote>
<p>
They talked about a wide range of subjects, before <i>Theo</i> had to give a talk. By then, though, the conference hall was opened - including access to the vendors (and their swag). <i>Cal</i> <a href="http://devzone.zend.com/node/view/id/737">also mentions</a> the Lightning Talks (given by <i>Laura Thomson</i> and <i>Zac Greant</i>) as well as <i>Marcus Borger</i>'s "presentation" consisting of asking the audience what they wanted to hear about.
</p>]]></description>
      <pubDate>Thu, 27 Jul 2006 12:07:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Laura Thomson's Blog: OSCON day 1: PHP Lightning Talks Plug]]></title>
      <guid>http://www.phpdeveloper.org/news/5857</guid>
      <link>http://www.phpdeveloper.org/news/5857</link>
      <description><![CDATA[<p>
<i>Laura Thomson</i> is <a href="http://laurat.blogs.com/random_ramblings/2006/07/oscon_day_1_php.html">reporting back over on her blog</a> with the latest from her experiences at this year's <a href="http://conferences.oreillynet.com/os2006/">OSCON</a>, mentioning today the "Lightening Talks" that she and <i>George Schlossnagle</i> are doing on Wednesday.
</p>
<blockquote>
<p>
On Wednesday George and I are moderating the PHP Lightning talks at OSCON.  The Perl ones have been running for years and are a lot of fun.
</p>
<p>
If you have something PHP related to talk about, please come and talk to us about it.  The talks are really short (5 minutes) and minimal preparation is required.  If you have never given a conference talk before, this is a great way to start.  Or, if you've given lots of talks but really need to rant about something, this is your opportunity.
</p>
</blockquote>
<p>
If you're there and have a topic you'd like to hear about during the talks, drop them a line at <a href="mailto:lightningtalks-oscon2006@omniti.com">lightningtalks-oscon2006@omniti.com</a> with the topic and a short summary.
</p>]]></description>
      <pubDate>Mon, 24 Jul 2006 11:59:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Shiflett's Blog: PHP Lightning Talks]]></title>
      <guid>http://www.phpdeveloper.org/news/5348</guid>
      <link>http://www.phpdeveloper.org/news/5348</link>
      <description><![CDATA[<p>
<i>Chris Shiflett</i> has posted some <a href="http://shiflett.org/archive/234">new information</a> about this year's <a href="http://conferences.oreillynet.com/os2006/">O'Reilly Open Source Conference</a> - this year's <a href="http://conferences.oreillynet.com/cs/os2006/view/e_sess/9157">Lightning Talks</a>.
</p>
<quote>
<i>
<p>
If you're attending OSCON this year, be sure to check out the <a href="http://conferences.oreillynet.com/cs/os2006/view/e_sess/9157">PHP Lightning Talks</a> being hosted by <a href="http://omniti.com/~george/blog/">George</a> and <a href="http://laurat.blogs.com/">Laura</a>.
</p>
<p>
In the meantime, you can <a href="http://perl.plover.com/lightning-talks.html">learn all about lightning talks</a>, read some <a href="http://www.perl.com/pub/a/2004/07/30/lightningtalk.html">tips on giving lightning talks</a>, or submit a PHP lightning talk proposal of your own to <a href="mailto:lightningtalks-oscon2006@omniti.com">lightningtalks-oscon2006@omniti.com</a>. Proposals are being accepted until 21 Jul 2006.
</p>
</i>
</quote>
<p>
The talks are collections of 5-minute talks given by the presenters (PHP community) with topics ranging from new ideas to Q&A sessions, even rants. If you'd like to enter your suggestions for a lightning talk of your own, be sure to <a href="mailto:lightningtalks-oscon2006@omniti.com">get them in</a> before July 21st, 2006!
</p>]]></description>
      <pubDate>Wed, 10 May 2006 14:49:43 -0500</pubDate>
    </item>
  </channel>
</rss>
