News Feed
Sections
News Archive


Community Events






feed this:

Doug Hill's Blog:
PHP Weekly Reader - May 16th 2008
0 comments :: posted Monday March 17, 2008 @ 09:35:52
voice your opinion now!

Doug Hill has decided to start a series on his blog that details some of the happenings in the PHP community for the past week, of which this is the first:

I spend way too much time reading blogs, surfing PHP and web development articles online. I resolve to cut back but things just sneak back into my reader somehow, and believe me dzone doesn't help. But I've came up with a way to justify all that time, I call it research.

He mentions things like the infamous CIO article, Zend's Jolt Award, comparing the Zend Framework versus PEAR and PHP releases, books and various other language-related tidbits.

Check out the post for more and keep an eye on Doug's blog for future weekly summaries.

tagged with: weekly reader summary article news trends


DevShed:
Creating an RSS Reader Application
0 comments :: posted Wednesday February 21, 2007 @ 09:02:00
voice your opinion now!

In this new tutorial from DevShed (in their "RSS Reader" series), they finally get down to the real heart of the application - the code.

The other other two parts prepared you for this, the creation of the actual RSS file - correctly formatted and filled with data. They also include a simple feed reader so you can ensure your document can be read correctly.

Unfortunately, they chose to go with a long line of fwrites to push out each line of the file instead of pushing it all into one string and writing that. Using the multiples makes more work for the file handling and could result in a slowdown for a large amount of items in the RSS file.

tagged with: create tutorial rss reader application output fwrite create tutorial rss reader application output fwrite


application releases zendframework book developer framework job package code ajax PHP5 security pecl release conference mysql PEAR cakephp database zend

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework