<?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, 23 May 2013 10:32:22 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Gareth Heyes: Tweetable PHP-Non Alpha]]></title>
      <guid>http://www.phpdeveloper.org/news/18885</guid>
      <link>http://www.phpdeveloper.org/news/18885</link>
      <description><![CDATA[<p>
<i>Gareth Heyes</i> has a new post that <a href="http://www.thespanner.co.uk/2012/12/13/tweetable-php-non-alpha/">shares some of his efforts</a> to write "non-alpha PHP", using characters other than the alpha-numeric ones to write executable PHP scripts. In his case, this involves a lot of pluses, underscores and square brackets.
</p>
<blockquote>
I started to try and break the 10 charset limit of PHP non-alpha after @InsertScript showed me that PHP Dev supports [] syntax for arrays. I wondered if it would be possible to break the limit within production PHP. At first I thought you could but then after some testing I found that there was no way to concat without "." and no way to call a string as a function without $ and =. However since I got into PHP Non-alpha again I thought why not try and improve it and make the code tweetable.
</blockquote>
<p>
He works through the whole process of his discovery - starting with the creation of a non-alpha version of "0" (zero), moving into letter creation and finally all the way up to a full word..."assert". The result is tweetable code that echoes that string and contains more symbols than letters. If you're interested in more of this non-alpha kind of coding, check out some of the other posts on <a href="http://www.thespanner.co.uk/">his blog</a>.
</p>]]></description>
      <pubDate>Thu, 13 Dec 2012 09:40:25 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ian Christian's Blog: Should you learn a framework?]]></title>
      <guid>http://www.phpdeveloper.org/news/10742</guid>
      <link>http://www.phpdeveloper.org/news/10742</link>
      <description><![CDATA[<p>
With more and more frameworks popping up every day in the PHP community, it's important to ask yourself one question - should I learn a framework? <i>Ian Christian</i> tries to answer that question in a <a href="http://pookey.co.uk/blog/archives/56-Should-you-learn-a-framework.html">recent post</a> to his blog.
</p>
<blockquote>
With other programming languages designed for the web, there's typically a framework that works hand in hand. [...] I imagine people will always write from the ground up with PHP, some people do it to learn, some I suspect think there's nothing out there that can do what they want, where as others perhaps do it just to prove themselves, or to gain fame. Good luck to them all, some of them are probably going to do a good job, but alas - I imagine most are wasting their time. 
</blockquote>
<p>
He breaks <a href="http://pookey.co.uk/blog/archives/56-Should-you-learn-a-framework.html">his opinions</a> out into two sides of the argument - the business issues and the developer side, each with their own plusses and minuses. Overall, though, he definitely suggests learning some kind of framework, even if you don't end up working with it - it's just good experience.
</p>]]></description>
      <pubDate>Fri, 01 Aug 2008 12:57:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Dallas PHP Users Group: PHP4 to PHP5 Minor gotcha]]></title>
      <guid>http://www.phpdeveloper.org/news/4652</guid>
      <link>http://www.phpdeveloper.org/news/4652</link>
      <description><![CDATA[On the Dallas PHP Users Group website today, there's <a href="http://dallasphp.org/?q=node/105">quick little "gotcha"</a> by <i>MonkeyT</i> when it comes to using the strtotime() function.
<p>
<quote>
<i>
strtotime translates a date presented in various formats into a unix timestamp. It allows the syntax "+2 weeks" and various other time units to push that chosen date translation into the future. In 4.3.10, php would allow a space between the + and the beginning of the parameter. that doesn't seem to be the case any more. ("+3 days", not "+ 3 days"). Other than that, pretty smooth changeover so far.
</i>
</quote>
<p>
It's pretty subtle, but I could potentially cause some headaches in the future - so keep an eye out!]]></description>
      <pubDate>Thu, 12 Jan 2006 06:58:21 -0600</pubDate>
    </item>
  </channel>
</rss>
