 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
PHPMaster.com: Consuming Feeds with SimplePie
by Chris Cornutt April 22, 2013 @ 11:47:50
In a recent post to PHPMaster.com Kevin Mowry shows you how to use SimplePie, a simple to use programatic feed reader you can use to parse things like RSS feeds.
If you're an avid feed consumer like I am, you might be a bit sad to see Google's recent announcement of Reader reaching end of life. Reader was simple and easy to use, but there's no reason you can't have the same functionality with your own homegrown project. The PHP library SimplePie allows for quick and easy feed consumption and display. Here's how you can get started on your own feed reader.
He helps you get it installed (via Composer) and shows you how to use some of its most basic functionality to parse the New York Times' feed. He also includes examples of getting the information back out of the SimplePie object. There's also some snippets that show how to only get the latest items and how to cache the results.
voice your opinion now!
simplepie rss feed reader tutorial nytimes
Cal Evans' Blog: 5 PHP twitter accounts that have replaced my feed reader
by Chris Cornutt August 12, 2010 @ 12:07:29
In a new post to his blog Cal Evans has posted five twitter accounts that he's used to replace his feed reader for everyday reading:
I have given up on feed readers. I never did like them much to begin with and have found over the past couple of years that twitter does a better job of showing me interesting blog posts than Google Reader ever did. In addition to recommendations from friends however, there are a hand full of accounts that I follow to keep up with what is going on.
Here's his list of the five accounts to follow:
voice your opinion now!
blog twitter feed reader opinion
Marco Tabini's Blog: It turns out, I was wrong
by Chris Cornutt December 01, 2008 @ 07:54:29
Correcting himself from some previous comments concerning PHP 5 versus PHP 4 usage among developers, Marco Tabini has posted something new to his blog with some updated stats.
In the past, I have not been shy about sharing my opinion that the impending death of PHP 4 would have wreaked all sorts of havoc over the PHP world. I am glad to say that I've been wrong - dead wrong, in fact - and that I have never been as happy to be so far off the mark before.
According to a readers survey that the php|architect magazine ran (about a year ago even) PHP 5 is stronger than ever, taking up well over sixty percent of the usage with only a small part still hanging with PHP 4. Check out his graph for the full rankings.
voice your opinion now!
statistics php4 php5 usage correction phparchitect survey reader
CSS Tricks: Create a Slick iPhone/Mobile Interface from any RSS Feed
by Chris Cornutt July 17, 2008 @ 10:22:55
On the CSS Tricks blog there's a recent article showing how to combine the jQuery Javascript library and the SimplePie PHP feed aggregator to create a iPhone/mobile interface to any RSS feed.
We are going to create a web page that is formatted specifically for the iPhone (but would presumably be good for other mobile devices as well). This web page will dynamically fill itself with content from any RSS feed that you give it. The interface is going to be built to be easy to use on a mobile device, with large "touchable" areas and nice (jQuery) animations that whisk you between articles.
They work through the process - five simple steps:
- Create the iPhone Environment
- Pull in the RSS Feed
- Creating the Front Page: Headlines Only
- Creating the Article Pages: jQuery Slider Style
- Adding Some Flair
All code and images needed are included (as well as a demo if you'd like to try it out).
voice your opinion now!
iphone tutorial mobile rss feed reader simplepie jquery
HowTo Forge: How To Set Up A Facebook RSS Feed Reader
by Chris Cornutt September 03, 2007 @ 13:08:00
The HowTo Forge website has this new tutorial posted today taking an extensive look (complete with tons of screenshots and code along the way) on how to create a Facebook RSS reader to add to your blog of choice.
This guide shows how you can build an RSS feed reader application for the social network Facebook that will display your blog's/web site's RSS feed on the profile pages of Facebook users (that have installed the RSS feed reader application). Each item of the RSS feed will have a Share button so that people can share the story with their friends, and the application will have an Invite link so that people can invite up to ten friends at once to also install this feed reader application.
They use PHP5's functionality to make building the reader simple and take advantage of Facebook's simple application system to make the reader. You can stop after the first few steps of the tutorial and have a working application, but they take it further. They show how to make customizations to the reader, making the feed auto-update, creating an icon for the app and make an invite page.
voice your opinion now!
rss reader facebook application php5 tutorial rss reader facebook application php5 tutorial
|
Community Events
Don't see your event here? Let us know!
|