<?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>Webcoda</title>
	<atom:link href="http://webcoda.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://webcoda.co.uk</link>
	<description>Too lazy to do things the hard way</description>
	<lastBuildDate>Fri, 05 Nov 2010 21:22:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The jQuery Location Picker</title>
		<link>http://webcoda.co.uk/2010/10/the-jquery-location-picker/</link>
		<comments>http://webcoda.co.uk/2010/10/the-jquery-location-picker/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 22:46:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://localhost/webcoda2010/web/?p=15</guid>
		<description><![CDATA[You know the story. You've built a site for an outlet with lots of stores or perhaps an estate agency with lots of properties, and now the client wants an easy way to add locations to their site. So you send them off to Google Maps, tell them which part of the URL they need [...]]]></description>
				<content:encoded><![CDATA[<p>You know the story. You've built a site for an outlet with lots of stores or perhaps an estate agency with lots of properties, and now the client wants an easy way to add locations to their site. So you send them off to Google Maps, tell them which part of the URL they need and get them to paste it into a Lat/Lng field in your CMS. But then you find out that the Google Search didn't return the exact location of what they were after so you tweak the numbers until its just right.</p>
<p>The problem is that I am just too lazy to explain all that to a client, and all that trail and error with numbers is just too much. So please let me introduce to you my first submission to the jQuery plugins library, the jQuery Location Picker.</p>
<p><input class="latlng" name="latlng" type="text" /><script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script><script src="/wp-content/uploads/jquery.locationpicker.js" type="text/javascript"></script> <script type="text/javascript">// <![CDATA[
     jQuery(document).ready(function(){         jQuery('input.latlng').locationPicker();     });
// ]]&gt;</script><br />
<span id="more-15"></span></p>
<p>The code couldn't be simpler, you'll need to include the Google Maps API (which can now be used without an API key), the jQuery Library and the <a title="Download here" href="http://code.google.com/p/locationpicker/" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/locationpicker/?referer=');">LocationPicker plugin</a>. Then just call the .locationPicker() function on your jQuery object.</p>
<pre class="brush: jscript;">
&lt;script type=&quot;text/javascript&quot; src='http://maps.google.com/maps/api/js?sensor=false'&gt;&lt;/script&gt;
&lt;script type='text/javascript' src='jquery.js'&gt;&lt;/script&gt;
&lt;script type='text/javascript' src='jquery.locationpicker.js'&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    jQuery(document).ready(function(){
        jQuery('input.latlng').locationPicker();
    });
&lt;/script&gt;
</pre>
<p>Download it at <a title="Download Location Picker" href="http://code.google.com/p/locationpicker/" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/locationpicker/?referer=');">Google Code</a>.</p>
<p><em>Please note that this plugin is very much in BETA.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://webcoda.co.uk/2010/10/the-jquery-location-picker/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A whole new hello world</title>
		<link>http://webcoda.co.uk/2010/10/hello-world/</link>
		<comments>http://webcoda.co.uk/2010/10/hello-world/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 18:12:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/webcoda2010/web/?p=1</guid>
		<description><![CDATA[After many months of toying with designs for my new site, I finally gave up and decided to go with this lovely theme by Andrei Luca. So here it is. I am pleased to say hello and welcome to my shiny new blog. I'm planning on showcasing some exciting new projects of mine soon so [...]]]></description>
				<content:encoded><![CDATA[<p>After many months of toying with designs for my new site, I finally gave up and decided to go with this lovely theme by Andrei Luca.</p>
<p>So here it is. I am pleased to say hello and welcome to my shiny new blog. I'm planning on showcasing some exciting new projects of mine soon so watch this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://webcoda.co.uk/2010/10/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
