<?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>Forwardfeed&#039;s &#187; API 3</title>
	<atom:link href="http://forwardfeed.pl/index.php/tag/api-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://forwardfeed.pl</link>
	<description>bieganie, zdjęcia, orienteering, komentarze, relacje, komputero-grzebanie</description>
	<lastBuildDate>Sun, 15 Jan 2012 14:53:08 +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>Google Maps API 3 &#8211; przeliczanie współrzędnych</title>
		<link>http://forwardfeed.pl/index.php/2010/02/12/google-maps-api-3-przeliczanie-wspolrzednych/</link>
		<comments>http://forwardfeed.pl/index.php/2010/02/12/google-maps-api-3-przeliczanie-wspolrzednych/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:46:57 +0000</pubDate>
		<dc:creator>Krzysztof Dziądziak</dc:creator>
				<category><![CDATA[Wskazówki]]></category>
		<category><![CDATA[API 3]]></category>
		<category><![CDATA[coordinates]]></category>
		<category><![CDATA[coordinates convert]]></category>
		<category><![CDATA[długość]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[longitude]]></category>
		<category><![CDATA[marker]]></category>
		<category><![CDATA[minuty]]></category>
		<category><![CDATA[przeliczanie współrzędnych]]></category>
		<category><![CDATA[sekundy]]></category>
		<category><![CDATA[stopnie]]></category>
		<category><![CDATA[szerokość]]></category>
		<category><![CDATA[współrzędne]]></category>
		<category><![CDATA[współrzędne dziesiętne]]></category>

		<guid isPermaLink="false">http://s364115454.domenaklienta.pl/forwardfeed/?p=635</guid>
		<description><![CDATA[Trochę drażnił mnie dostęp do współrzędnych Google Maps, ich przeklejanie i konwertowanie pod zapis Garmina. Nie znalazłem nic co spełniałoby moje wymagania &#8211; miało być wizualnie, szybko i w trzech trybach zapisu &#8211; więc napisałem własną aplikację. Teraz mam wszystko &#8230; <a href="http://forwardfeed.pl/index.php/2010/02/12/google-maps-api-3-przeliczanie-wspolrzednych/">Czytaj dalej <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://forwardfeed.pl/index.php/2010/02/12/google-maps-api-3-przeliczanie-wspolrzednych/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps API 3 &#8211; marker, listener, zdarzenie</title>
		<link>http://forwardfeed.pl/index.php/2009/11/17/google-maps-api-3-marker-listener-zdarzenie/</link>
		<comments>http://forwardfeed.pl/index.php/2009/11/17/google-maps-api-3-marker-listener-zdarzenie/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 13:15:26 +0000</pubDate>
		<dc:creator>Krzysztof Dziądziak</dc:creator>
				<category><![CDATA[Wskazówki]]></category>
		<category><![CDATA[API 3]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[listener]]></category>
		<category><![CDATA[marker]]></category>
		<category><![CDATA[zdarzenie]]></category>

		<guid isPermaLink="false">http://s364115454.domenaklienta.pl/forwardfeed/?p=190</guid>
		<description><![CDATA[Rozszerzenie możliwości mapy o stawianie markerów i obsługę zdarzeń związanych z myszką. Kod z poprzedniego wpisu modyfikujemy w następujący sposób: &#60;html&#62; &#160; &#60;head&#62; &#160; &#60;script type=&#34;text/javascript&#34; src=&#34;http://maps.google.com/maps/api/js?sensor=false&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; &#160; var mapa; &#160; function inicjalizacja() { &#160; var latlng = &#8230; <a href="http://forwardfeed.pl/index.php/2009/11/17/google-maps-api-3-marker-listener-zdarzenie/">Czytaj dalej <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://forwardfeed.pl/index.php/2009/11/17/google-maps-api-3-marker-listener-zdarzenie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps API 3 &#8211; najprostsza implementacja</title>
		<link>http://forwardfeed.pl/index.php/2009/10/29/google-maps-api-3-najprostsza-implementacja/</link>
		<comments>http://forwardfeed.pl/index.php/2009/10/29/google-maps-api-3-najprostsza-implementacja/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:57:08 +0000</pubDate>
		<dc:creator>Krzysztof Dziądziak</dc:creator>
				<category><![CDATA[Wskazówki]]></category>
		<category><![CDATA[API 3]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Piątek]]></category>

		<guid isPermaLink="false">http://s364115454.domenaklienta.pl/forwardfeed/?p=61</guid>
		<description><![CDATA[Google Maps API umożliwia umieszczanie map na własnych serwisach. Dodatkowo oferuje bardzo dużo możliwości dostosowania map do swoich potrzeb. Poniżej chyba najprostsza implementacja z opisem na podstawie Google Maps API 3. &#60;html&#62; &#160; &#60;head&#62; &#160; &#60;script type=&#34;text/javascript&#34; src=&#34;http://maps.google.com/maps/api/js?sensor=false&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; &#8230; <a href="http://forwardfeed.pl/index.php/2009/10/29/google-maps-api-3-najprostsza-implementacja/">Czytaj dalej <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://forwardfeed.pl/index.php/2009/10/29/google-maps-api-3-najprostsza-implementacja/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

