<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - ginoplusio</title>
<link>http://snipplr.com/users/ginoplusio/tags/google</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 10:27:44 GMT</pubDate>
<item>
<title>(PHP) How to get images from Google images with PHP</title>
<link>http://snipplr.com/view/30524/how-to-get-images-from-google-images-with-php/</link>
<description><![CDATA[ <p>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’t use any html tag to find data. It builds an array of urls and return it.</p> ]]></description>
<pubDate>Tue, 30 Mar 2010 07:36:57 GMT</pubDate>
<guid>http://snipplr.com/view/30524/how-to-get-images-from-google-images-with-php/</guid>
</item>
<item>
<title>(JavaScript) Calculate distance between two points with latitude and longitude coordinates</title>
<link>http://snipplr.com/view/25479/calculate-distance-between-two-points-with-latitude-and-longitude-coordinates/</link>
<description><![CDATA[ <p>This function calculates distance with the Haversine formula, this formula assumes that our Earth is spherical, but it isn’t since it’s more like a big orange fruit also compresses at poles. I’ve read that this function has an error about + o – 3 meters (it depends), but it’s a small error for many purposes.</p> ]]></description>
<pubDate>Sat, 26 Dec 2009 17:57:14 GMT</pubDate>
<guid>http://snipplr.com/view/25479/calculate-distance-between-two-points-with-latitude-and-longitude-coordinates/</guid>
</item>
<item>
<title>(JavaScript) Javascript decimal to degrees for google maps</title>
<link>http://snipplr.com/view/25478/javascript-decimal-to-degrees-for-google-maps/</link>
<description><![CDATA[ <p>When you show the coordinates of a point, it’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 “tipo” is the type of the “v” value: if you call the function without the type, then the default type is “N”, that means “NORTH”, it means that you’re converting a Latitude value. Values for latitude type are “N” for NORTH and “S” for SOUTH.
If you specify “E” or “W” than you’re converting a Longitude value.</p> ]]></description>
<pubDate>Sat, 26 Dec 2009 17:54:56 GMT</pubDate>
<guid>http://snipplr.com/view/25478/javascript-decimal-to-degrees-for-google-maps/</guid>
</item>
<item>
<title>(JavaScript) Calculate distance on Google Map v3 with a ruler</title>
<link>http://snipplr.com/view/25079/calculate-distance-on-google-map-v3-with-a-ruler/</link>
<description><![CDATA[ <p>I’ve made a ruler to measure distances on a Google Map V3. The file Ruler.js contains a two function: one to calculate the distance between two points on the map with their position expressed in decimal degrees, and one function that add the ruler. Ther “ruler” is composed with two markers, a poly and two labels which show the distance. Look the link for a working demo.</p> ]]></description>
<pubDate>Sat, 19 Dec 2009 14:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/25079/calculate-distance-on-google-map-v3-with-a-ruler/</guid>
</item>
</channel>
</rss>