<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; Parsing</title>
	<atom:link href="http://www.barattalo.it/tag/parsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Parsing Flickr Feed with PHP tutorial</title>
		<link>http://www.barattalo.it/2010/05/30/parsing-flickr-feed-with-php-tutorial/</link>
		<comments>http://www.barattalo.it/2010/05/30/parsing-flickr-feed-with-php-tutorial/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:48:28 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[grabbing]]></category>
		<category><![CDATA[Mini Bots Class]]></category>
		<category><![CDATA[Parsing]]></category>
		<category><![CDATA[preg_replace]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[Thumbs]]></category>
		<category><![CDATA[webbot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=531</guid>
		<description><![CDATA[I&#8217;ve spent about 30 minutes to find a javascript embed to print out a custom thumbs list of flickr photos, but I didn&#8217;t find anything clean enaugh&#8230; and I&#8217;ve not enaugh time to spend to read the flickr&#8217;s API&#8217;s&#8230; So, I&#8217;ve searched for the feed of the user, and I&#8217;ve found it at the bottom [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/' rel='bookmark' title='How to use Instagr.am photos on your site'>How to use Instagr.am photos on your site</a></li>
<li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
<li><a href='http://www.barattalo.it/2010/08/29/php-bot-to-get-wikipedia-definitions/' rel='bookmark' title='PHP bot to get wikipedia definitions'>PHP bot to get wikipedia definitions</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/do-spelling-using-google/' rel='bookmark' title='Do spelling using google spell checker'>Do spelling using google spell checker</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/05/30/parsing-flickr-feed-with-php-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://www.barattalo.it/wp-content/uploads/2010/05/2010-05-30_233558-300x268.jpg" length="23388" type="image/jpg" /><media:content url="http://www.barattalo.it/wp-content/uploads/2010/05/2010-05-30_233558-300x268.jpg" width="300" height="268" medium="image" type="image/jpeg" />	</item>
		<item>
		<title>Do spelling using google spell checker</title>
		<link>http://www.barattalo.it/2009/11/10/do-spelling-using-google/</link>
		<comments>http://www.barattalo.it/2009/11/10/do-spelling-using-google/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 10:31:53 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[File_get_contents]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Parsing]]></category>
		<category><![CDATA[Preg_match_all]]></category>
		<category><![CDATA[Regular expression]]></category>
		<category><![CDATA[Spell]]></category>
		<category><![CDATA[Spell checker]]></category>
		<category><![CDATA[Spell checking]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[Web bot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=108</guid>
		<description><![CDATA[If you have a user input that may contains some error you can try to check the spelling using Google Spelling Suggestion service (there is an api and you have to register to have an api key to use their web services). But you can obtain the same result searching the Google search engine and [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/' rel='bookmark' title='PHP google images mini bot'>PHP google images mini bot</a></li>
<li><a href='http://www.barattalo.it/2010/01/12/bot-that-retrieves-url-meta-data-info/' rel='bookmark' title='Bot that retrieves url meta data and other infos'>Bot that retrieves url meta data and other infos</a></li>
<li><a href='http://www.barattalo.it/2010/05/30/parsing-flickr-feed-with-php-tutorial/' rel='bookmark' title='Parsing Flickr Feed with PHP tutorial'>Parsing Flickr Feed with PHP tutorial</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/10/do-spelling-using-google/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

