<?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, 20 Nov 2008 09:06:45 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Dave Marshall's Blog: Landing a PHP job Part 1: Technical Knowledge and Skills]]></title>
      <guid>http://www.phpdeveloper.org/news/10990</guid>
      <link>http://www.phpdeveloper.org/news/10990</link>
      <description><![CDATA[<p>
<i>Dave Marshall</i>, a developer from Hull, England, has <a href="http://www.davedevelopment.co.uk/2008/09/08/landing-a-php-job-part-1-technical-knowledge-and-skills/">posted a few recommendations</a> he thinks could help you land that next PHP job.
</p>
<blockquote>
After reading this <a href="http://groups.google.com/group/phpnw/browse_thread/thread/f42a1b18d39c8ce">thread</a>, I thought I'd spend some time writing about what I feel are some measures you can take to landing a job in PHP. This first part is going to concentrate on the kind of technical matters I think any PHP developer should at least have knowledge of, if not some kind of experience.
</blockquote>
<p>
He suggests: as much programming experience as possible, experience with the full development lifecycle, knowing how to work with external libraries and frameworks, being able to adapt to development tools, knowing web application security, and some work with web services and a touch of system administration. He's not saying that you have to have all of these - just that the more you know, the better off you could be.
</p>]]></description>
      <pubDate>Tue, 09 Sep 2008 11:16:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Naberezny's Blog: My First php|architect Article (Zend Framework)]]></title>
      <guid>http://www.phpdeveloper.org/news/5294</guid>
      <link>http://www.phpdeveloper.org/news/5294</link>
      <description><![CDATA[<p>
If you just can't get enough information on the <a href="http://framework.zend.com">Zend Framework</a> and are looking for a good overview of where it's come from and where it's going, you should check out the latest issue of <a href="http://www.phparch.com">php|architect magazine</a> with the cover article from <i>Mike Naberezny</i>.
</p>
<p>
From <a href="http://www.mikenaberezny.com/archives/46">his blog</a>:
</p>
<quote>
<i>
<p>
In the article, I begin by introducing Zend's motivations for creating a framework and how it relates to their <a href="http://www.zend.com/php_collaboration_project">PHP Collaboration Project</a>. More information on these topics can be found on the Zend Framework <a href="http://framework.zend.com/">website</a>. I then dive into a tutorial where I take a business scenario and show how the components included in the Zend Framework can be put to work.
</p>
<p>
The article demonstrates a workflow where invoice data is retrieved from a web service, an invoice in PDF format is then built from that data, and finally the resultant file is emailed to a customer. The <a href="http://framework.zend.com/manual">components</a> Zend_XmlRpc_Client, Zend_Pdf, Zend_Mail, and Zend_Search_Lucene are explored along the way.
</p>
</i>
</quote>
<p>
You can purchase both a print and electronic (PDF) copy directly from <a href="http://phparch.com/issue.php?mid=79">the php|architect</a> site - no need to subscribe and a single issue only costs $3.50 USD.
</p>]]></description>
      <pubDate>Sat, 03 May 2008 07:06:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Naberezny's Blog: Request/Response or Bust]]></title>
      <guid>http://www.phpdeveloper.org/news/5251</guid>
      <link>http://www.phpdeveloper.org/news/5251</link>
      <description><![CDATA[<p>
In a response to <a href="http://www.phpdeveloper.org/news/5243">these comments</a> made by <i>Paul Jones</i> concerning the Prado framework, <i>Mike Naberezny</i> shares his thoughts on the framework, the "PHP way", and how the majority of site functionality out there can really be divided up pretty simply.
</p>
<quote>
<i>
<p>
RADO is getting some new attention because it was completely revamped earlier this month. It's certainly matured considerably since the contest and is the most well-known component framework for PHP. However, in all that time since PRADO was first introduced, the idea of a component framework hasn't been adopted by the majority of PHP developers. Why is that?
</p>
<p>
Although PRADO is a nice piece of software, Paul surmises that a component model as used by Microsoft .NET (Visual Web Developer now free!) and its close cousin PRADO is not the "PHP way" or "PHP spirit". For the most part, I agree with this. Although, I don't think it's necessarily a PHP-specific issue. I think it speaks to a larger architectural decision - how far to abstract out the HTTP request/response paradigm.
</p>
</i>
</quote>
<p>
He <a href="http://www.mikenaberezny.com/archives/45">summarizes</a> the functionality in three different methods of handling: "page/file based", "action based", and "component based". He also notes that the interesting fact is that the "page/file based" method seems to be so dominant in the PHP world, only emphasizing the fact that PHP is more of a "get it done" language than anything.
</p>]]></description>
      <pubDate>Sun, 27 Apr 2008 06:47:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Make Me Pulse Blog: PHP6, Unicode and TextIterator features]]></title>
      <guid>http://www.phpdeveloper.org/news/9796</guid>
      <link>http://www.phpdeveloper.org/news/9796</link>
      <description><![CDATA[<p>
On the Make Me Pulse blog, there's <a href="http://blog.makemepulse.com/2008/03/13/php6-unicode-and-textiterator-features/">a look at</a> PHP6's support of Unicode in the SPL (Standard PHP Library) TextIterator handler.
</p>
<blockquote>
I've just install the last version of <a href="http://snaps.php.net/">PHP6 dev</a> and I've decided to test the famous new feature, the PHP Unicode Support. I will not explain new things about PHP6 or Unicode or TextIterator, it's just my discoveries test on this features.
</blockquote>
<p>
He <a href="http://blog.makemepulse.com/2008/03/13/php6-unicode-and-textiterator-features/">steps through</a> the process he followed - enabling Unicode support, testing various output methods (including just an echo and using the TextIterator) as well as some of the manipulation methods (next/first/current) that can be used to get certain characters out of a string.
</p>]]></description>
      <pubDate>Fri, 14 Mar 2008 09:32:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Naberezny's Blog: Symfony Templates and Ruby's ERb]]></title>
      <guid>http://www.phpdeveloper.org/news/4865</guid>
      <link>http://www.phpdeveloper.org/news/4865</link>
      <description><![CDATA[In his <a href="http://www.mikenaberezny.com/archives/40">latest blog entry</a>, <i>Mike Naberezny</i> takes a look at the <a href="http://symfony-project.com/">Symfony framework</a> and shares some of his opinions on it.
<p>
<quote>
<i>
One thing that I think Symfony gets right is that it appears to use partitioned PHP code for its templates, in the spirit of <a href="http://www.paul-m-jones.com/">Paul</a>'s <a href="http://www.phpsavant.com/">Savant</a> system.
<p>
I noticed in the Symfony demo that there is no separation of scope between variables passed to the template from the controller and local variables in the template. I'd like to see them scoped properly ("$this->products") but I can certainly understand why they did it this way. Using "$this->" in the template everywhere quickly gets messy.
</i>
</quote>
<p>
He <a href="http://www.mikenaberezny.com/archives/40">mentions</a> a few other items he saw as well, including a way to correct the above mentioned problem (two ways - one more single-instance, the other more global).]]></description>
      <pubDate>Wed, 20 Feb 2008 07:12:36 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[WebMonkey: A Truly del.icio.us API]]></title>
      <guid>http://www.phpdeveloper.org/news/4851</guid>
      <link>http://www.phpdeveloper.org/news/4851</link>
      <description><![CDATA[On the WebMonkey site today, there's <a href="http://www.hotwired.com/webmonkey/06/07/index2a.html">a new tutorial</a> that looks at one of the most "pervasive" sites to come along in a long time, <a href="http://del.icio.us/">del.icio.us</a> and how to interact with it's API via PHP.
<p>
<blockquote>
<i>
Who's that with the catchy URL that's getting all the clicks?
<p>
Why, it's del.icio.us! No matter where you are on the "Web 2.0" lash or backlash, the pervasive influence of this little bookmark aggregator can't be denied. 
<p>
The site offers a myriad ways of accessing its database, from HTML and RSS feeds, to JSON data, to browser integration of various types. Let's take a look at the public API, which offers flexible and easy access to del.icio.us. 
</i>
</blockquote>
<p>
In <a href="http://www.hotwired.com/webmonkey/06/07/index2a_page2.html?tw=programming">his example</a>, he creates a script that, given the contents of an email message, filters out the URL, breaks it into its parts and sends it off to the del.icio.us API to be bookmarked under his account.]]></description>
      <pubDate>Fri, 15 Feb 2008 13:04:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Naberezny's Blog: __get() - an alternative to __autoload()]]></title>
      <guid>http://www.phpdeveloper.org/news/4627</guid>
      <link>http://www.phpdeveloper.org/news/4627</link>
      <description><![CDATA[<i>Mike Naberezny</i> has <a href="http://www.mikenaberezny.com/archives/38">posted this new item</a> on his blog today with a look at why __get() is a perfectly good alternative to __autoload() in a class structure.
<p>
<quote>
<i>
<a href="http://www.php.net/__autoload">__autoload()</a> is a magic function introduced in PHP 5 that provides a mechanism for on-demand loading of classes. After its inclusion in PHP, many argued that using such a feature is too magical or not a good design practice. Putting the religious debates over the appropriateness of __autoload() aside, its implementation does have one significant drawback: it is a function declared in the global scope. Once a function is declared, it cannot be redeclared. This means __autoload() can't be used effectively in shared libraries, since any other code could have already declared it.
<p>
Similar lazy-load functionality can be achieved on the class level by using <a href="http://www.php.net/manual/en/language.oop5.overloading.php">__get()</a>.
</i>
</quote>
<p>
He <a href="http://www.mikenaberezny.com/archives/38">gives a short code example</a> where the __get() call mimics the functionality of __autoload(), but the resulting object created is public, not global...]]></description>
      <pubDate>Wed, 09 Jan 2008 06:47:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Skaldrom Sarg's Blog: PHP-UWA Widget Library]]></title>
      <guid>http://www.phpdeveloper.org/news/9118</guid>
      <link>http://www.phpdeveloper.org/news/9118</link>
      <description><![CDATA[<p>
<i>Skaldrom Sarg</i> pointed us towards <a href="http://oncode.info/project/PHPUWALibrary">a new project</a> he's been working on - an interface for PHP that allows it to use the <a href="http://dev.netvibes.com/">UWA-Widgets</a> from the NetVibes Universal Widget API system.
</p>
<blockquote>
The PHP-UWA library allows a facilitated use of <a href="http://dev.netvibes.com/">UWA-Widgets</a> with PHP. It gives you access to the preferences and some convenience-functions. In theory, it should work with every UWA-compliant widget (even the broken ones which use html in the JS-Parts or the body). Mini-Apis do sometimes work too. An example is included.
</blockquote>
<p>
You can see an example in <a href="http://oncode.info/files/images/example.preview.png">this screenshot</a>, try out <a href="http://www.oncode.info/projects/PHPUWAWidget/example/example.php">a demo</a> or just <a href="http://www.oncode.info/files/phpuwawidgetlib.zip">download the library</a> and get testing.
</p>]]></description>
      <pubDate>Mon, 26 Nov 2007 15:26:08 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Alex Netkachov's Blog: Microsoft's SQL Server 2005 driver for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8860</guid>
      <link>http://www.phpdeveloper.org/news/8860</link>
      <description><![CDATA[<p>
<i>Alex Netkachov</i> has posted some of <a href="http://www.alexatnet.com/node/93">his own thoughts</a> about Microsoft's recent SQL server 205 driver for PHP:
</p>
<blockquote>
I can add that a few years ago I had bad experience with MS SQL PHP extension. It was just impossible to use it in production environment. These days MS understand that PHP is a very popular programming language and step forward to the community
</blockquote>
<p>
He also <a href="http://www.alexatnet.com/node/93">includes a list</a> of some of the things that the driver includes/makes possible such as the fact that it's not a PDO or OOP driver, that there's no source posted for it and that it does support data streams.
</p>]]></description>
      <pubDate>Thu, 18 Oct 2007 17:21:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jeff Moore's Blog: Keywords and Language Simplicity]]></title>
      <guid>http://www.phpdeveloper.org/news/8828</guid>
      <link>http://www.phpdeveloper.org/news/8828</link>
      <description><![CDATA[<p>
<i>Jeff Moore</i> has <a href="http://www.procata.com/blog/archives/2007/10/11/keywords-and-language-simplicity/">posted</a> and shared an interesting graph showing something I'd never thought about comparing one language versus another on - the number of keywords it uses.
</p>
<blockquote>
Well, I like programming language comparisons, so how could I resist <a href="http://iolanguage.com/about/simplicity/">this chart</a> (<a href="http://programming.reddit.com/info/2z11k/comments">via</a>) promoting the simplicity of the io language by pointing out how few keywords it has. The interesting thing about this is that Java and PHP are tied on this measure of simplicity with 53 keywords.
</blockquote>
<p>
Though not too meaningful, it is interesting to see how the different languages stack up in the number of reserved words you can't use for anything else. So, does that mean that Perl is the list limiting?
</p>]]></description>
      <pubDate>Fri, 12 Oct 2007 11:55:00 -0500</pubDate>
    </item>
  </channel>
</rss>
