<?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"
	>
<channel>
	<title>Comments on: jquery, expression engine and google maps</title>
	<atom:link href="http://gym.boathouseinc.com/entry/index.php/2009/08/jquery-expression-engine-and-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://gym.boathouseinc.com/entry/index.php/2009/08/jquery-expression-engine-and-google-maps/</link>
	<description>The Boathouse Gym, where we study, cultivate, and break-in emerging digital technologies and platforms.</description>
	<pubDate>Fri, 30 Jul 2010 02:03:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: bob budd</title>
		<link>http://gym.boathouseinc.com/entry/index.php/2009/08/jquery-expression-engine-and-google-maps/#comment-1010</link>
		<dc:creator>bob budd</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://gym.boathouseinc.com/entry/?p=12#comment-1010</guid>
		<description>hey ryan - 

sorry about the delayed response.

i think it all depends on what you're looking to do.  is this just a temporary thing where you'd let a user add places to a map for just them to view during that viewing, or are you looking for them to be able to add for the whole site? 

if it's just during that particular session, you could run it all through jquery - take an address and run it through a long/lat parser (or just make them enter long/lat on their own), then add a map spot dynamically using $(thisIsMyInputId).val() and taking the values and using them as arguments in a new function that basically mirrors the xml.each() function.  of course you'd have to make some variables more global (e.g. bounds), but this way you can add as many points as you want, give them choices of markers, etc.  and it wouldn't take that long to do at all.

if it's more of an app where each user is adding to a community-created array and that array keeps building, i'm not sure you'd want to do that without making them log in anyway, for security reasons.  but yes, you could use EE and field values with a function to add them to a collection which then would get parsed in the next XML grab.

hope that helps!

- bob 


ps - this code is up and running at http://www.bostonteacherresidency.org/profiles/#second (click on any one of the schools, though right now they only have one pin per map)</description>
		<content:encoded><![CDATA[<p>hey ryan - </p>
<p>sorry about the delayed response.</p>
<p>i think it all depends on what you&#8217;re looking to do.  is this just a temporary thing where you&#8217;d let a user add places to a map for just them to view during that viewing, or are you looking for them to be able to add for the whole site? </p>
<p>if it&#8217;s just during that particular session, you could run it all through jquery - take an address and run it through a long/lat parser (or just make them enter long/lat on their own), then add a map spot dynamically using $(thisIsMyInputId).val() and taking the values and using them as arguments in a new function that basically mirrors the xml.each() function.  of course you&#8217;d have to make some variables more global (e.g. bounds), but this way you can add as many points as you want, give them choices of markers, etc.  and it wouldn&#8217;t take that long to do at all.</p>
<p>if it&#8217;s more of an app where each user is adding to a community-created array and that array keeps building, i&#8217;m not sure you&#8217;d want to do that without making them log in anyway, for security reasons.  but yes, you could use EE and field values with a function to add them to a collection which then would get parsed in the next XML grab.</p>
<p>hope that helps!</p>
<p>- bob </p>
<p>ps - this code is up and running at <a href="http://www.bostonteacherresidency.org/profiles/#second" rel="nofollow">http://www.bostonteacherresidency.org/profiles/#second</a> (click on any one of the schools, though right now they only have one pin per map)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://gym.boathouseinc.com/entry/index.php/2009/08/jquery-expression-engine-and-google-maps/#comment-960</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://gym.boathouseinc.com/entry/?p=12#comment-960</guid>
		<description>Great tutorial. 

I'm trying to make a little web app that will allow users to add places on the map. Do you know if there is a way to let users populate a weblog? I'm looking for something like the comments plugin but that will let me direct data from user-side form fields to weblog fields without making people login as a user or something.

It would be way easier to use EE than straight up php and mysql.

Great tutorial. :) Is this map live someplace?</description>
		<content:encoded><![CDATA[<p>Great tutorial. </p>
<p>I&#8217;m trying to make a little web app that will allow users to add places on the map. Do you know if there is a way to let users populate a weblog? I&#8217;m looking for something like the comments plugin but that will let me direct data from user-side form fields to weblog fields without making people login as a user or something.</p>
<p>It would be way easier to use EE than straight up php and mysql.</p>
<p>Great tutorial. :) Is this map live someplace?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob budd</title>
		<link>http://gym.boathouseinc.com/entry/index.php/2009/08/jquery-expression-engine-and-google-maps/#comment-526</link>
		<dc:creator>bob budd</dc:creator>
		<pubDate>Thu, 20 Aug 2009 12:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://gym.boathouseinc.com/entry/?p=12#comment-526</guid>
		<description>keith - 

first question, and i apologize if it's a duh question, but did you initialize it with a $().load(function() { BH.maps.load });   ??

if you did, and you want to send me your code i can poke through it and see if there was something i missed in my description.  it's the first of my first and my whole last at the domain name for my email.

- bob</description>
		<content:encoded><![CDATA[<p>keith - </p>
<p>first question, and i apologize if it&#8217;s a duh question, but did you initialize it with a $().load(function() { BH.maps.load });   ??</p>
<p>if you did, and you want to send me your code i can poke through it and see if there was something i missed in my description.  it&#8217;s the first of my first and my whole last at the domain name for my email.</p>
<p>- bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Muth</title>
		<link>http://gym.boathouseinc.com/entry/index.php/2009/08/jquery-expression-engine-and-google-maps/#comment-525</link>
		<dc:creator>Keith Muth</dc:creator>
		<pubDate>Wed, 19 Aug 2009 21:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://gym.boathouseinc.com/entry/?p=12#comment-525</guid>
		<description>Thanks for posting this. I couldn't get your example working in the few minutes I spent on it, but if you get it up online I'd really like to check it out. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I couldn&#8217;t get your example working in the few minutes I spent on it, but if you get it up online I&#8217;d really like to check it out. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
