<?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>Doing &#38; Done &#187; phonegap</title>
	<atom:link href="http://doing.liduan.com/tag/phonegap/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Sat, 29 Oct 2011 11:13:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>get map work for android in phonegap and&#8230;</title>
		<link>http://doing.liduan.com/2011/10/28/get-map-work-for-android-in-phonegap-and/</link>
		<comments>http://doing.liduan.com/2011/10/28/get-map-work-for-android-in-phonegap-and/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 02:40:35 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[jqu]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/10/28/get-map-work-for-android-in-phonegap-and/</guid>
		<description><![CDATA[get map work for android in phonegap and jquery. jquery-ui-map.2.0.2 see example and tutorial &#60;script src=&#34;http://maps.google.com/maps/api/js?sensor=true&#038;quot; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&#038;quot; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script src=&#34;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js&#038;quot; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script src=&#34;map-ui/jquery.ui.map.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(function() { var latlng = new google.maps.LatLng(59.3426606750, 18.0736160278); $(&#039;#map_canvas&#039;).gmap({&#039;center&#039;: latlng, &#039;callback&#039;: function () { $(&#039;#map_canvas&#039;).gmap(&#039;addMarker&#039;, {&#039;position&#039;: latlng, &#039;title&#039;: &#039;Hello world!&#039;}); } }); }); &#60;/script&#62; &#60;div&#62;&#60;/div&#62;]]></description>
			<content:encoded><![CDATA[<p>get map work for android in phonegap and jquery.</p>
<p>jquery-ui-map.2.0.2</p>
<p>see example and <a href="http://code.google.com/p/jquery-ui-map/wiki/jquery_ui_map_v_3_tutorial">tutorial</a></p>
<pre class="brush: xml">

&lt;script src=&quot;<a href="http://maps.google.com/maps/api/js?sensor=true&#038;quot" rel="nofollow">http://maps.google.com/maps/api/js?sensor=true&#038;quot</a>; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&#038;quot" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&#038;quot</a>; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;<a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js&#038;quot" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js&#038;quot</a>; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;map-ui/jquery.ui.map.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
    $(function() {
        var latlng = new google.maps.LatLng(59.3426606750, 18.0736160278);
        $(&#039;#map_canvas&#039;).gmap({&#039;center&#039;: latlng, &#039;callback&#039;: function () {
                $(&#039;#map_canvas&#039;).gmap(&#039;addMarker&#039;, {&#039;position&#039;: latlng, &#039;title&#039;: &#039;Hello world!&#039;});
            }
        });
    });
&lt;/script&gt;

	&lt;div&gt;&lt;/div&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/10/28/get-map-work-for-android-in-phonegap-and/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps events in Mobile Safari and PhoneGap&#8230;</title>
		<link>http://doing.liduan.com/2011/10/27/google-maps-events-in-mobile-safari-and-phonegap/</link>
		<comments>http://doing.liduan.com/2011/10/27/google-maps-events-in-mobile-safari-and-phonegap/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 22:16:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2011/10/27/google-maps-events-in-mobile-safari-and-phonegap/</guid>
		<description><![CDATA[Google Maps events in Mobile Safari and PhoneGap for iPhone]]></description>
			<content:encoded><![CDATA[<p>Google Maps events in <a href='http://www.kickasslabs.com/2009/04/29/google-maps-events-in-mobile-safari-and-phonegap-for-iphone/'>Mobile Safari and PhoneGap for iPhone</a></p>
]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2011/10/27/google-maps-events-in-mobile-safari-and-phonegap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

