<?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/"
	>

<channel>
	<title>Sentido Web &#187; latitud</title>
	<atom:link href="http://sentidoweb.com/tag/latitud/feed" rel="self" type="application/rss+xml" />
	<link>http://sentidoweb.com</link>
	<description>Desarrollo web, HTML, CSS, Javascript, PHP, MySQL</description>
	<lastBuildDate>Tue, 10 Apr 2012 01:02:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Calcular distancias en PHP</title>
		<link>http://sentidoweb.com/2010/10/08/calcular-distancias-en-php.php</link>
		<comments>http://sentidoweb.com/2010/10/08/calcular-distancias-en-php.php#comments</comments>
		<pubDate>Fri, 08 Oct 2010 07:50:22 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[distancia]]></category>
		<category><![CDATA[latitud]]></category>
		<category><![CDATA[logitud]]></category>

		<guid isPermaLink="false">http://www.dzone.com/links/rss/calculate_distances_in_php.html</guid>
		<description><![CDATA[Función PHP que calcula la distancia entre dos puntos usando latitudes y longitudes. Devuelve los datos en millas, kilómetros y millas naúticas. Post original Vía / DZone]]></description>
			<content:encoded><![CDATA[<p>Función PHP que calcula la distancia entre dos puntos usando latitudes y longitudes. Devuelve los datos en millas, kilómetros y millas naúticas.</p>
<p><a href="http://www.phpsnippets.info/calculate-distances-in-php">Post original</a></p>
<p>Vía / <a href="http://www.dzone.com/links/rss/calculate_distances_in_php.html" title="Calculate distances in PHP">DZone</a></p>]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2010/10/08/calcular-distancias-en-php.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Obtener el huso horario mediante la latitud y la longitud en PHP</title>
		<link>http://sentidoweb.com/2009/05/11/obtener-el-huso-horario-mediante-la-latitud-y-la-longitud-en-php.php</link>
		<comments>http://sentidoweb.com/2009/05/11/obtener-el-huso-horario-mediante-la-latitud-y-la-longitud-en-php.php#comments</comments>
		<pubDate>Mon, 11 May 2009 18:45:00 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[huso horario]]></category>
		<category><![CDATA[latitud]]></category>
		<category><![CDATA[longitud]]></category>

		<guid isPermaLink="false">http://sentidoweb.com/2009/05/11/obtener-el-huso-horario-mediante-la-latitud-y-la-longitud-en-php.php</guid>
		<description><![CDATA[Tutorial que nos muestra como obtener el huso horario según una latitud y logitud. Para obtener el dato, hace uso de el API de Google Maps y GeoNames.org. Además ofrece la parte PHP y la parte Javascript (realizada en Mootools). Es un script interesante para aquellas aplicaciones que obtiene datos (introducidos por el usuario, por [...]]]></description>
			<content:encoded><![CDATA[Tutorial que nos muestra como obtener el huso horario según una latitud y logitud. Para obtener el dato, hace uso de  <a href="http://code.google.com/apis/maps/">el API de Google Maps</a> y <a href="http://www.geonames.org/export/web-services.html">GeoNames.org</a>. Además ofrece la parte PHP y la parte Javascript (realizada en Mootools).
Es un script interesante para aquellas aplicaciones que obtiene datos (introducidos por el usuario, por ejemplo) de diferentes partes del mundo.
<a href="http://vancouverwebconsultants.com/getting-time-zone-from-latitude-longitude/">Getting Time Zone from Latitude &#038; Longitude</a>
Vía / <a href="http://www.phpdeveloper.org/news/12483">PHPDeveloper.org</a>
]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2009/05/11/obtener-el-huso-horario-mediante-la-latitud-y-la-longitud-en-php.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calcular la distancia entre dos direcciones usando Google Maps</title>
		<link>http://sentidoweb.com/2009/04/17/calcular-la-distancia-entre-dos-direcciones-usando-google-maps.php</link>
		<comments>http://sentidoweb.com/2009/04/17/calcular-la-distancia-entre-dos-direcciones-usando-google-maps.php#comments</comments>
		<pubDate>Fri, 17 Apr 2009 19:45:00 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[distancia]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[latitud]]></category>
		<category><![CDATA[longitud]]></category>

		<guid isPermaLink="false">http://sentidoweb.com/2009/04/17/calcular-la-distancia-entre-dos-direcciones-usando-google-maps.php</guid>
		<description><![CDATA[Interesante script que puede ser bastante útil en muchas aplicaciones2.0 en la que el se requiere conocer la distancia entre dos direcciones, por ejemplo buscar usuarios que se encuentre cerca de donde tú vives. El script accede a Google Maps (es necesario tener una key) y mediante las dos direcciones introducidas obtiene la latitud y [...]]]></description>
			<content:encoded><![CDATA[Interesante script que puede ser bastante útil en muchas aplicaciones2.0 en la que el se requiere conocer la distancia entre dos direcciones, por ejemplo buscar usuarios que se encuentre cerca de donde tú vives.
El script accede a Google Maps (es necesario tener una key) y mediante las dos direcciones introducidas obtiene la latitud y la longitud de ambas, luego mediante la <a href="http://es.wikipedia.org/wiki/C%C3%ADrculo_m%C3%A1ximo">teoría del gran círculo</a> obtiene la distancia entre ambas coordenadas.
<a href="http://briancray.com/2009/04/01/how-to-calculate-the-distance-between-two-addresses-with-javascript-and-google-maps-api/">How to calculate distance with javascript and Google Maps API</a>
Vía / <a href="http://youare.com/quenerapu">@quenerapu</a>
]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2009/04/17/calcular-la-distancia-entre-dos-direcciones-usando-google-maps.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geolocalización por IP mediante Javascript y JSON</title>
		<link>http://sentidoweb.com/2009/04/13/geolocalizacion-por-ip-mediante-javascript-y-json.php</link>
		<comments>http://sentidoweb.com/2009/04/13/geolocalizacion-por-ip-mediante-javascript-y-json.php#comments</comments>
		<pubDate>Mon, 13 Apr 2009 20:15:00 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[geolocalizacion]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[latitud]]></category>
		<category><![CDATA[longitud]]></category>

		<guid isPermaLink="false">http://sentidoweb.com/2009/04/13/geolocalizacion-por-ip-mediante-javascript-y-json.php</guid>
		<description><![CDATA[Sencillo script que nos devuelve un JSON con la geolocalización según la IP, usando los datos sacados de iplocationtools.com: function getLocation&#40;&#41;&#123; script = document.createElement&#40;'script'&#41; script.src = 'http://www.nitinh.com/ip_query.php?callback=initialize' document.body.appendChild&#40;script&#41; &#125; function initialize&#40;obj&#41;&#123; document.getElementById&#40;'spanLocation'&#41;.innerHTML = obj&#91;'City'&#93; + ', ' + obj&#91;'RegionName'&#93; + ', ' + obj&#91;'CountryName'&#93;; &#125; IP Address Geolocation Javascript API : JSON Vía / korayem]]></description>
			<content:encoded><![CDATA[<p>Sencillo script que nos devuelve un JSON con la geolocalización según la IP, usando los datos sacados de <a href="http://www.iplocationtools.com/sql_database.php">iplocationtools.com</a>:</p>
<pre><code><pre class="javascript"><span style="color: #003366; font-weight: bold;">function</span> getLocation<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
script = document.<span style="color: #006600;">createElement</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'script'</span><span style="color: #66cc66;">&#41;</span>
script.<span style="color: #006600;">src</span> = <span style="color: #3366CC;">'http://www.nitinh.com/ip_query.php?callback=initialize'</span>
document.<span style="color: #006600;">body</span>.<span style="color: #006600;">appendChild</span><span style="color: #66cc66;">&#40;</span>script<span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#125;</span>
<span style="color: #003366; font-weight: bold;">function</span> initialize<span style="color: #66cc66;">&#40;</span>obj<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>
document.<span style="color: #006600;">getElementById</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">'spanLocation'</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">innerHTML</span> = obj<span style="color: #66cc66;">&#91;</span><span style="color: #3366CC;">'City'</span><span style="color: #66cc66;">&#93;</span> + <span style="color: #3366CC;">', '</span> + obj<span style="color: #66cc66;">&#91;</span><span style="color: #3366CC;">'RegionName'</span><span style="color: #66cc66;">&#93;</span> + <span style="color: #3366CC;">', '</span> + obj<span style="color: #66cc66;">&#91;</span><span style="color: #3366CC;">'CountryName'</span><span style="color: #66cc66;">&#93;</span>;
<span style="color: #66cc66;">&#125;</span></pre></code></pre>
<p><a href="http://www.nitinh.com/2009/04/ip-address-geolocation-javascript-api-json/">IP Address Geolocation Javascript API : JSON</a></p>
<p>Vía / <a href="http://youare.com/korayem/2009/04/11/823236">korayem</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2009/04/13/geolocalizacion-por-ip-mediante-javascript-y-json.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

