News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Developer Tutorials Blog:
RSS feeds in PHP 3 simple steps to PHP RSS generation
0 comments :: posted Thursday April 17, 2008 @ 08:47:50
voice your opinion now!

On the Developer Tutorials blog today, there's a new post talking about the "three easy steps" to making an RSS feed for your blog:

Adding an RSS feed to your site is quick and painless, and can be done with pure PHP (and some kind of data source). After the jump, 3 simple steps to building an RSS feed in php.

The steps are pretty simple - figure out what content you want to serve, set up the basic RSS XML structure, and loop through your data to push it in to the template and echoed out. Some simple example code is included.

tagged with: rss feed generate tutorial steps example code content


Ben Ramsey's Blog:
Installing the Eclipse PHP IDE
0 comments :: posted Monday December 18, 2006 @ 16:34:00
voice your opinion now!

Wanting to try out something new in the IDE department, Ben Ramsey reached for the Eclipse PHP IDE to see how it ran. His latest post details the installation process he went through to get things up and running.

I already had a working Eclipse installation that I had used to try out PHPeclipse for Eclipse (not to be confused with the PHP IDE), so I didn't want to bother downloading a brand new full package of Eclipse that includes the PHP IDE and all its requirements. So, I set about on a tedious journey to figure out how to install PHP IDE using the Eclipse Update Manager. These are my notes.

There's really only three main steps he went through: disable PHPeclipse (if installed), install the other software needed by PHP IDE, and finally, install the PHP IDE plugin itself. That's it (assuming all goes well with the prerequisites).

You can grab the latest copy of the Eclipse PHP IDE from the project's website.

tagged with: phpide eclipse install steps screenshot prerequisites phpide eclipse install steps screenshot prerequisites


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

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