News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Nexen.net:
PHP month of functions
April 06, 2007 @ 10:16:00

As mentioned in this new post from the Zend Developer Zone, Nexen.net (creator of the monthly PHP statistics) has kicked off something they call the Month of PHP Functions.

The month of PHP function aims at introducing PHP developers to a new PHP function every day : one that gets too little usage and spotlight, though is highly useful. [...] During this month, we'll present one or several function every day : they all deserve more attention. You don't have to search for it : most of the time, it will be available in your PHP installation, especially if you're using PHP 5.

So far, six functions have already been posted:

Keep an eye on their official page for the project to keep up with their latest function spotlight.

0 comments voice your opinion now!
monthofphpfunctions2007 function awareness daily monthofphpfunctions2007 function awareness daily



Ben Ramsey's Blog:
Create an Image from XML Data
May 19, 2006 @ 05:50:53

In the ever-continuing work that he's been doing with SimpleXML lately, Ben Ramsey shares a new bit of code

It's not really a "problem," but FeedBurner's FeedCount image is a rigid 88 pixels wide, and I wanted to include it on my homepage under the "syndicate" heading, an area that I've defined in my template as having only 80 pixels in width. The 88 pixels were throwing things off, so I used the width attribute of the HTML img tag to solve the problem. Unfortunately, it just squeezes the image, making the text in it appear fuzzy.

FeedBurner conveniently provides what they call their "Awareness API," which is a RESTful interface to retrieve (as XML data) the same exact information displayed in the FeedCountTM image. I simply fired up an image editing program, shuffled things around a bit until the image was a nice, clean 80 pixels wide, and saved it as the base image (shown to the right) I would use for generating an image similar to the one FeedBurner provides.

He explains what the script does via the SimpleXML call and gives the code to accomplish it. It's a short bit of code, but quite powerful when combined with the API from Feedburner - grabbing the data from a local image and integrating the text response from the API. It's great that they have that too - definitely a wise move to allow users even more flexibility in integration for their site.

0 comments voice your opinion now!
php image create simplexml feedburner api rest awareness php image create simplexml feedburner api rest awareness



Community Events







Don't see your event here?
Let us know!


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

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