<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Google maps, jQuery and XML &#8211; displaying a simple navigation</title>
	<atom:link href="http://www.designing4u.de/2008/05/google-maps-jquery-and-xml-displaying-a-simple-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designing4u.de/2008/05/google-maps-jquery-and-xml-displaying-a-simple-navigation/</link>
	<description>Yet Another Coding Blog</description>
	<lastBuildDate>Sun, 13 Sep 2009 23:46:20 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pablo</title>
		<link>http://www.designing4u.de/2008/05/google-maps-jquery-and-xml-displaying-a-simple-navigation/comment-page-1/#comment-40</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Sat, 25 Oct 2008 20:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=18#comment-40</guid>
		<description>hi, i have a problem with the demo. i cant see the list of places. can you fix it please? .and a solution for the IE problem is this:
http://code.google.com/p/exteditor/source/browse/trunk/src/framework/v2/rui/source/js-additions.js?r=7

copy form line 109 to the end y paste it in yout js file.

thanks in advance</description>
		<content:encoded><![CDATA[<p>hi, i have a problem with the demo. i cant see the list of places. can you fix it please? .and a solution for the IE problem is this:<br />
<a href="http://code.google.com/p/exteditor/source/browse/trunk/src/framework/v2/rui/source/js-additions.js?r=7" rel="nofollow">http://code.google.com/p/exteditor/source/browse/trunk/src/framework/v2/rui/source/js-additions.js?r=7</a></p>
<p>copy form line 109 to the end y paste it in yout js file.</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joab</title>
		<link>http://www.designing4u.de/2008/05/google-maps-jquery-and-xml-displaying-a-simple-navigation/comment-page-1/#comment-33</link>
		<dc:creator>joab</dc:creator>
		<pubDate>Wed, 01 Oct 2008 09:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=18#comment-33</guid>
		<description>I don&#039;t know if i&#039;m doing it right because i&#039;m not good in jquery. After adding the code, IE still doesn&#039;t work. Anyway, I found out that using the other option you mentioned coordinates.xml work with IE. But it would be great if xml.php will work too. 

Thanks anyway for sharing this tutorial.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if i&#8217;m doing it right because i&#8217;m not good in jquery. After adding the code, IE still doesn&#8217;t work. Anyway, I found out that using the other option you mentioned coordinates.xml work with IE. But it would be great if xml.php will work too. </p>
<p>Thanks anyway for sharing this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wojtek</title>
		<link>http://www.designing4u.de/2008/05/google-maps-jquery-and-xml-displaying-a-simple-navigation/comment-page-1/#comment-32</link>
		<dc:creator>Wojtek</dc:creator>
		<pubDate>Wed, 01 Oct 2008 06:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=18#comment-32</guid>
		<description>Yes, I noticed that, but I didn&#039;t have time to change the source yet. The problem is that IE caches the xml file, therefore you need to use a unique name for it. You can accomplish that by passing additional attributes in ajax request. It will look more or less like that:

var random = Math.random();
$.get(&#039;xml.php?random=&#039; + random,function(data) {

I hope this helps, let me know.</description>
		<content:encoded><![CDATA[<p>Yes, I noticed that, but I didn&#8217;t have time to change the source yet. The problem is that IE caches the xml file, therefore you need to use a unique name for it. You can accomplish that by passing additional attributes in ajax request. It will look more or less like that:</p>
<p>var random = Math.random();<br />
$.get(&#8217;xml.php?random=&#8217; + random,function(data) {</p>
<p>I hope this helps, let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joab</title>
		<link>http://www.designing4u.de/2008/05/google-maps-jquery-and-xml-displaying-a-simple-navigation/comment-page-1/#comment-31</link>
		<dc:creator>joab</dc:creator>
		<pubDate>Wed, 01 Oct 2008 02:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=18#comment-31</guid>
		<description>Great tutorial. Thanks! very helpful for my project that I am working now. I found out that it doesn&#039;t work with IE7 though. Any solution how to solve this problem?

Again this is great!</description>
		<content:encoded><![CDATA[<p>Great tutorial. Thanks! very helpful for my project that I am working now. I found out that it doesn&#8217;t work with IE7 though. Any solution how to solve this problem?</p>
<p>Again this is great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: designing4u.de &#187; Google Maps, jQuery and XML - saving markers with user input</title>
		<link>http://www.designing4u.de/2008/05/google-maps-jquery-and-xml-displaying-a-simple-navigation/comment-page-1/#comment-19</link>
		<dc:creator>designing4u.de &#187; Google Maps, jQuery and XML - saving markers with user input</dc:creator>
		<pubDate>Mon, 04 Aug 2008 09:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=18#comment-19</guid>
		<description>[...] your site. You will have to save your information in a database though. You can use my post about displaying a simple navigation to get the idea, how to create an XML file based on information you retrieve from database. I hope [...]</description>
		<content:encoded><![CDATA[<p>[...] your site. You will have to save your information in a database though. You can use my post about displaying a simple navigation to get the idea, how to create an XML file based on information you retrieve from database. I hope [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Henry</title>
		<link>http://www.designing4u.de/2008/05/google-maps-jquery-and-xml-displaying-a-simple-navigation/comment-page-1/#comment-11</link>
		<dc:creator>Mark Henry</dc:creator>
		<pubDate>Mon, 26 May 2008 20:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.designing4u.de/?p=18#comment-11</guid>
		<description>Excellent solution combining jquery enn xml. I was looking for this for a while. Thank you!
Mark</description>
		<content:encoded><![CDATA[<p>Excellent solution combining jquery enn xml. I was looking for this for a while. Thank you!<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
