<?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 for Webcoda</title>
	<atom:link href="http://webcoda.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://webcoda.co.uk</link>
	<description>Too lazy to do things the hard way</description>
	<lastBuildDate>Sun, 14 Nov 2010 04:06:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on The jQuery Location Picker by Ste</title>
		<link>http://webcoda.co.uk/2010/10/the-jquery-location-picker/comment-page-1/#comment-15</link>
		<dc:creator>Ste</dc:creator>
		<pubDate>Sun, 14 Nov 2010 04:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/webcoda2010/web/?p=15#comment-15</guid>
		<description>Hi chris, thanks we have it fixed now. The issue I have I will email you, perhaps you can help us.</description>
		<content:encoded><![CDATA[<p>Hi chris, thanks we have it fixed now. The issue I have I will email you, perhaps you can help us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The jQuery Location Picker by Chris</title>
		<link>http://webcoda.co.uk/2010/10/the-jquery-location-picker/comment-page-1/#comment-13</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 12 Nov 2010 12:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/webcoda2010/web/?p=15#comment-13</guid>
		<description>Hi Ste,

If you want to style the text input this can be done with a normal Style Sheet or the jQuery .css() function as you have used. If you want to email a link so I can see your other issues I will take a quick look. chris@webcoda.co.uk.

Chris</description>
		<content:encoded><![CDATA[<p>Hi Ste,</p>
<p>If you want to style the text input this can be done with a normal Style Sheet or the jQuery .css() function as you have used. If you want to email a link so I can see your other issues I will take a quick look. <a href="mailto:chris@webcoda.co.uk">chris@webcoda.co.uk</a>.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The jQuery Location Picker by Chelsey</title>
		<link>http://webcoda.co.uk/2010/10/the-jquery-location-picker/comment-page-1/#comment-12</link>
		<dc:creator>Chelsey</dc:creator>
		<pubDate>Wed, 10 Nov 2010 16:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/webcoda2010/web/?p=15#comment-12</guid>
		<description>love it Chris, think I might have to pinch that!</description>
		<content:encoded><![CDATA[<p>love it Chris, think I might have to pinch that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The jQuery Location Picker by Ste</title>
		<link>http://webcoda.co.uk/2010/10/the-jquery-location-picker/comment-page-1/#comment-9</link>
		<dc:creator>Ste</dc:creator>
		<pubDate>Tue, 09 Nov 2010 22:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/webcoda2010/web/?p=15#comment-9</guid>
		<description>Also meant to ask:

1. the map pops up over form elements, except when you try to drag the map, it corrupts. Is this a z index issue.
2. if this is unable to be resolved, can we parse the map to open in a modal window.
3. the lat and long that appear in the input box, in our case is outside of a form.
The form parses 3 fields directly to the input element, as such the input element ( of your script ) cannot be within the form itself.
However, we also have a disabled form field within the form, that we would like to echo the lat and long to. Is this possible.

If need be I can email you the link to our form, but its not for public viewing.

Regards Ste</description>
		<content:encoded><![CDATA[<p>Also meant to ask:</p>
<p>1. the map pops up over form elements, except when you try to drag the map, it corrupts. Is this a z index issue.<br />
2. if this is unable to be resolved, can we parse the map to open in a modal window.<br />
3. the lat and long that appear in the input box, in our case is outside of a form.<br />
The form parses 3 fields directly to the input element, as such the input element ( of your script ) cannot be within the form itself.<br />
However, we also have a disabled form field within the form, that we would like to echo the lat and long to. Is this possible.</p>
<p>If need be I can email you the link to our form, but its not for public viewing.</p>
<p>Regards Ste</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The jQuery Location Picker by Chris</title>
		<link>http://webcoda.co.uk/2010/10/the-jquery-location-picker/comment-page-1/#comment-7</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 09 Nov 2010 10:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/webcoda2010/web/?p=15#comment-7</guid>
		<description>Hi Ste,

I have set these defaults which can be overridden, just pass as parameter to locationPicker();

jQuery(&#039;input.latlng&#039;).locationPicker({
 width: &quot;300px&quot;,
 height: &quot;200px&quot;,
 backgroundColor: &#039;#fff&#039;,
 border: &#039;1px solid #ccc&#039;,
 borderRadius: 10,
 padding: 10       
});

I will be adding some more in the near future.
</description>
		<content:encoded><![CDATA[<p>Hi Ste,</p>
<p>I have set these defaults which can be overridden, just pass as parameter to locationPicker();</p>
<p>jQuery(&#8216;input.latlng&#8217;).locationPicker({<br />
 width: &#8220;300px&#8221;,<br />
 height: &#8220;200px&#8221;,<br />
 backgroundColor: &#8216;#fff&#8217;,<br />
 border: &#8217;1px solid #ccc&#8217;,<br />
 borderRadius: 10,<br />
 padding: 10<br />
});</p>
<p>I will be adding some more in the near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The jQuery Location Picker by Tim</title>
		<link>http://webcoda.co.uk/2010/10/the-jquery-location-picker/comment-page-1/#comment-5</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 08 Nov 2010 10:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/webcoda2010/web/?p=15#comment-5</guid>
		<description>Very nice little add-in. I could have done with that when I was writing a travel blog in August last year.</description>
		<content:encoded><![CDATA[<p>Very nice little add-in. I could have done with that when I was writing a travel blog in August last year.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

