 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
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
DevShed: Creating an RSS Reader the Reader
by Chris Cornutt February 09, 2007 @ 11:43:48
In a new tutorial from DevShed today, they walk you through the creation of a simple (very simple) RSS reader in PHP.
In this article we are going to discuss how to create a PHP-based RSS reader. It would be helpful if you know something about XML, but not really necessary. RSS documents have three main tags: Title, Link and Description. And they all do exactly what their names suggest. I will go into detail about these tags in my second article dealing with 'building an RSS file.' For now, we will only focus on the 'reading' part of the article.
They start with an overview, showing where you'll come from and where you're headed to. They include a section introducing the XML handing functions (SAX, not DOM) and use them in a chunk of code to read in the RSS file and handle the contents.
voice your opinion now!
rss news reader xml sax functionality parse rss news reader xml sax functionality parse
|
Community Events
Don't see your event here? Let us know!
|