<?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; Conversion</title>
	<atom:link href="http://www.barattalo.it/tag/conversion/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>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 Day add function</title>
		<link>http://www.barattalo.it/2009/11/11/php-day-add-function/</link>
		<comments>http://www.barattalo.it/2009/11/11/php-day-add-function/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:06:10 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Format date]]></category>
		<category><![CDATA[Strtotime]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=145</guid>
		<description><![CDATA[How to add 2 days to a date in PHP? There are many ways to add days to a string date. The best function is the following one: This function let you decide the date to which add the days, the output format and days to add. To use the function look these examples: Related [...]


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/02/10/php-how-to-calculate-age-from-date-of-birth/' rel='bookmark' title='PHP how to calculate age from date of birth'>PHP how to calculate age from date of birth</a></li>
<li><a href='http://www.barattalo.it/2010/12/03/php-find-previous-monday-from-a-date/' rel='bookmark' title='PHP find previous monday from a date'>PHP find previous monday from a date</a></li>
<li><a href='http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/' rel='bookmark' title='PHP function to fix collation on database fields of MySQL'>PHP function to fix collation on database fields of MySQL</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>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/11/php-day-add-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Parse a float number in javascript</title>
		<link>http://www.barattalo.it/2009/11/09/parse-a-float-number-in-javascript/</link>
		<comments>http://www.barattalo.it/2009/11/09/parse-a-float-number-in-javascript/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:59:19 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Decimals]]></category>
		<category><![CDATA[Float to number]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=93</guid>
		<description><![CDATA[This small code parse a javascript float number to a string. It converts the number to a string and let you decide how many decimals use. It&#8217;s very good to change the value of an input box using onfocus or onblur events, for example, when a user input a price. Related posts:Get file name in [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/11/25/get-file-name-in-javascript/' rel='bookmark' title='Get file name in javascript'>Get file name in javascript</a></li>
<li><a href='http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/' rel='bookmark' title='Decimal Degrees conversion and distance of two points on google map'>Decimal Degrees conversion and distance of two points on google map</a></li>
<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/17/set-write-here-on-input/' rel='bookmark' title='Set &#8220;write here&#8221; on input type text?'>Set &#8220;write here&#8221; on input type text?</a></li>
<li><a href='http://www.barattalo.it/2010/02/16/how-to-capture-enter-key-pressed-in-a-form-javascript/' rel='bookmark' title='How to capture enter key pressed in a form (JavaScript)'>How to capture enter key pressed in a form (JavaScript)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/09/parse-a-float-number-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

