Display:
Sorted by Most Recent
-
04 JUN 09
Opera's feed reader - crossing feeds and inflated totals SAVE
Solution: close Opera, delete the lexicon and indexer folders, then restart Opera.TAGS
-
28 MAY 09
Geek is a lifestyle » Fetch twitter updates via PHP SAVE
PEOPLE
<?php $username = “amanjain”; $rssUrl = “http://twitter.com/statuses/user_timeline/$username.rss”; $rss = @file_get_contents($rssUrl); if($rss) { $xml = @simplexml_load_string($rss); if($xml !== false) { foreach($xml->channel->item as $tweet) { echo $tweet->pubDate.”\n”; echo substr($tweet->description,10).”\n\n”; } } else { echo “Error: RSS file not valid!”; } } else { echo “Error: RSS file not found, dude. Username invalid or requires authentication”; } ?>TAGS
-
04 MAY 09
TAGS
-
02 MAY 09
TAGS