<?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; Google</title>
	<atom:link href="http://www.barattalo.it/tag/google/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>PHP google images mini bot</title>
		<link>http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/</link>
		<comments>http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 12:34:29 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google images]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[spiders]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[webbot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=498</guid>
		<description><![CDATA[This simply php function will retrieve the links of the images from Google Images searched with a keyword. The function just calls images.google.it and parse the html to find the url of the images, in this case the urls are stored in the javascript, so the parsing doesn&#8217;t use any html tag to find data. [...]


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/2009/11/10/do-spelling-using-google/' rel='bookmark' title='Do spelling using google spell checker'>Do spelling using google spell checker</a></li>
<li><a href='http://www.barattalo.it/2010/04/09/mini-bot-class-updated/' rel='bookmark' title='Mini Bot Class Updated'>Mini Bot Class Updated</a></li>
<li><a href='http://www.barattalo.it/2010/03/10/php-parse-url-mailto-and-also-twitters-usernames-and-arguments/' rel='bookmark' title='PHP parse url, mailto, and also twitter&#8217;s usernames and arguments'>PHP parse url, mailto, and also twitter&#8217;s usernames and arguments</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>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/03/30/php-google-images-mini-bot/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Decimal Degrees conversion and distance of two points on google map</title>
		<link>http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/</link>
		<comments>http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 22:06:43 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[decimal]]></category>
		<category><![CDATA[degree]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[latlng]]></category>
		<category><![CDATA[longitude]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=219</guid>
		<description><![CDATA[Those two functions are usefull when you&#8217;re making Google Maps applications: When you show the coordinates of a point, it&#8217;s sometimes better to show them as degrees and not as deciaml (even if decimal is simpler). Each of the two coordinates can be converted with the same function. In the function call the &#8220;tipo&#8221; is [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/19/ruler-for-google-maps-v3-to-measure-distance-on-map/' rel='bookmark' title='Ruler for Google Maps v3 to measure distance on map'>Ruler for Google Maps v3 to measure distance on map</a></li>
<li><a href='http://www.barattalo.it/2009/11/09/parse-a-float-number-in-javascript/' rel='bookmark' title='Parse a float number in javascript'>Parse a float number in javascript</a></li>
<li><a href='http://www.barattalo.it/2009/11/13/full-screen-gcontrol-for-google-maps/' rel='bookmark' title='Full Screen GControl for Google Maps'>Full Screen GControl for Google Maps</a></li>
<li><a href='http://www.barattalo.it/2009/12/13/clustering-many-markers-with-google-maps-v3/' rel='bookmark' title='Clustering many markers with Google Maps v3'>Clustering many markers with Google Maps v3</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP bot to grab meteo information from Google</title>
		<link>http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/</link>
		<comments>http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 14:37:57 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[File_get_contents]]></category>
		<category><![CDATA[forecast]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[meteo]]></category>
		<category><![CDATA[Mini Bots Class]]></category>
		<category><![CDATA[Preg_match_all]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[Web bot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=257</guid>
		<description><![CDATA[Google has many usefull functions that give you data fast, such as cinema infos, or for meteo forecasts. I think that Google grabs those informations from the many sites indexed with his bots. As I did on a previous post for words spelling you can retrieve those informations with some mini bots. The mini bot [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/11/11/php-day-add-function/' rel='bookmark' title='PHP Day add function'>PHP Day add function</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>
<li><a href='http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/' rel='bookmark' title='PHP to get twitter infos and avatar'>PHP to get twitter infos and avatar</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>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>For next project: Google Analytics API</title>
		<link>http://www.barattalo.it/2009/12/08/for-next-project-google-analytics-api/</link>
		<comments>http://www.barattalo.it/2009/12/08/for-next-project-google-analytics-api/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 20:59:37 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=192</guid>
		<description><![CDATA[This is a memo, because at the moment I don&#8217;t need to use this new API from Google, but since it&#8217;s always necessary to track clicks, events, pageviews, user&#8230; and since I&#8217;ve always had to make my own stats for my clients, I think that for the next project I will have to user this [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/13/clustering-many-markers-with-google-maps-v3/' rel='bookmark' title='Clustering many markers with Google Maps v3'>Clustering many markers with Google Maps v3</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>
<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>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/12/08/for-next-project-google-analytics-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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>

