<?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>Tue, 21 May 2013 00:41:56 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alex Inf&uuml;hr: PHP  non alpha numeric 7 and 6 char code]]></title>
      <guid>http://www.phpdeveloper.org/news/18900</guid>
      <link>http://www.phpdeveloper.org/news/18900</link>
      <description><![CDATA[<p>
Following along with the <a href="http://phpdeveloper.org/news/18885">non-alpha PHP</a> code that <i>Gareth Heyes</i> recently posted about, <i>Alex Inf&uuml;hr</i> has <a href="http://insert-script.blogspot.co.uk/2012/12/php-non-alpha-numeric-76-chars.html">created some of his own</a> using only dollar signs, underscores, equals, plus and parentheses.
</p>
<blockquote>
I used the following charset: $_=+(); As you can see only 7 chars. In the end the function log will be created,because this won't exceed the memory limit. In the beginning I created the php function assert and it was 99 mb large php file, way too big to get executed.
</blockquote>
<p>
He uses a few tricks to get the language to create strings (counting to infinity), changing the letters in the resulting string, He includes the steps in the process and a large block of the non-alpha PHP code at the end of the post, a 46KByte block that echoes "log(12)".
</p>]]></description>
      <pubDate>Mon, 17 Dec 2012 09:32:02 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[O'Reilly: Design Tips for Building Tag Clouds]]></title>
      <guid>http://www.phpdeveloper.org/news/5549</guid>
      <link>http://www.phpdeveloper.org/news/5549</link>
      <description><![CDATA[<p>
On the O'Reilly OnLAMP.com site today, there's <a href="http://www.onlamp.com/pub/a/onlamp/2006/06/08/designing-tag-clouds.html?CMP=OTC-6YE827253101&ATT=Design+Tips+for+Building+Tag+Clouds">a new article</a> with a few tips on making the tag clouds on your site successful from <i>Jim Bumgardner</i>, the author of <i>Building Tag Clouds in Perl and PHP</i>.
</p>
<quote>
<i>
Tag clouds can be used effectively, and provide real value to a web site, or they can be tacked on as an afterthought, simply because they look cool, or to make the site appear similar to other, better web sites that offer them. Ultimately, you need to keep in mind their dual function, both as a graph of current activity, and as a navigation aid. Here are some design and implementation tips.
</i>
</quote>
<p>
<a href="http://www.onlamp.com/pub/a/onlamp/2006/06/08/designing-tag-clouds.html?CMP=OTC-6YE827253101&ATT=Design+Tips+for+Building+Tag+Clouds">His list</a> includes:
<ul>
<li>Choose the right language
<li>Frequency sorting
<li>Avoid Random Mappings
<li>Try Different Maps
</ul>
</p>
<p>
Each item has a brief explaination of what its about, and some include examples of what to do/what not to do.
</p>]]></description>
      <pubDate>Fri, 09 Jun 2006 06:07:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lukas Smith's Blog: My take on the PHP6 meeting results]]></title>
      <guid>http://www.phpdeveloper.org/news/4367</guid>
      <link>http://www.phpdeveloper.org/news/4367</link>
      <description><![CDATA[<i>Lukas Smith</i> has <a href="http://pooteeweet.org/blog/273">his own take</a> on the PHP "meeting of the minds" that happened the other day posted on his blog, including some issues he raises with a few of their decisions.
<p>
<quote>
<i>
I have been following the various wishlist items for PHP6 with quite some personal interest. I even compiled all the <a href="http://oss.backendmedia.com/index.php?area=PHPTODO&page=PhP60&dt=2005-11-18%2000:34:16">wishlist items</a> I saw on mailinglists, on IRC or that were brought up at conferences and put it online. Much of these items made it on the agenda at the recent PHP6 core developer meeting in Paris.
<p>
Looking through <a href="http://www.php.net/~derick/meeting-notes.html">Derick's notes</a> I have a few comments to make.
</i>
</quote>
<p>
Some of the <a href="http://pooteeweet.org/blog/273">things he mentions</a> include: Unnicode support choices, PECL extensions, impartiality over some of the engine changes, and a few bothersome items that are to be added...]]></description>
      <pubDate>Thu, 24 Nov 2005 05:33:23 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Richard Davey's Blog: Prepare for PHP 6]]></title>
      <guid>http://www.phpdeveloper.org/news/4366</guid>
      <link>http://www.phpdeveloper.org/news/4366</link>
      <description><![CDATA[Over on his blog today, <i>Richard Davey</i> has <a href="http://www.corephp.co.uk/archives/19-Prepare-for-PHP-6.html">this new post</a> with his look forward to PHP6 and what it means for all developers out there.
<p>
<quote>
<i>
As you may be aware the core PHP group of developers all met in Paris on November the 11th and 12th 2005. The minutes from the meeting are fascinating reading, but there is a lot to go through. So I've gone through all of the points raised and chewed them over from a developers point of view. Your comments as always are welcome.
</i>
</quote>
<p>
Items <a href="http://www.corephp.co.uk/archives/19-Prepare-for-PHP-6.html">he talks about</a> include: unicode support, register globals finally getting the boot, safe mode going with it, some extensions that are moving outside the core, as well as some changes to the core itself. Check out his post for all the info...]]></description>
      <pubDate>Thu, 24 Nov 2005 05:27:01 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Professional PHP Blog: A Glimpse into the Future - PHP 6]]></title>
      <guid>http://www.phpdeveloper.org/news/4359</guid>
      <link>http://www.phpdeveloper.org/news/4359</link>
      <description><![CDATA[With <a href="http://www.phpdeveloper.org/news/4358">the release</a> of the notes from the "PHP Developer's Meeting" that just happened, the Professional PHP Blog has <a href="http://www.phpdeveloper.org/news/4358">their own take on it</a> today.
<p>
<quote>
<i>
<a href="http://www.derickrethans.nl/">Derick Rethans</a> has posted the <a href="http://www.php.net/~derick/meeting-notes.html">notes from the recent PHP 6 meeting</a> in Paris. All I can say is wow! PHP has a bright future. Good job guys.
<p>
I've also been impressed with the new upgrade notes for 5.1. Good job there, too.
</i>
</quote>
<p>
He <a href="http://www.procata.com/blog/archives/2005/11/22/a-glimpse-into-the-future-php-6/">does note</a>, however, one issue that "jumped out at him" - their deliberation as to whether to have Unicode support on or off by default. He also mentions one thing that might be useful (or might not depending on how much data you get) - simply asking the hosting providers what they'd want...]]></description>
      <pubDate>Wed, 23 Nov 2005 05:43:51 -0600</pubDate>
    </item>
  </channel>
</rss>
