<?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: Add Markers to a Google Map With Ruby on Rails and JSON</title>
	<atom:link href="http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/</link>
	<description>Addressing such topics as: web programming, design, ruby on rails, cake php, postgresql, linux, seo</description>
	<lastBuildDate>Sat, 12 Nov 2011 05:39:30 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nauman</title>
		<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/comment-page-1/#comment-558</link>
		<dc:creator>Nauman</dc:creator>
		<pubDate>Tue, 29 Sep 2009 20:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=27#comment-558</guid>
		<description>Hi,

I m not ROR guru, but doing work in simple php. and want to create boundries around markers as


http://www.redfin.com/search#search_location=90061

http://www.maplandia.com/pakistan/punjab/

Can anybody show me the sample result of above code that how it&#039;s looking.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I m not ROR guru, but doing work in simple php. and want to create boundries around markers as</p>
<p><a href="http://www.redfin.com/search#search_location=90061" rel="nofollow">http://www.redfin.com/search#search_location=90061</a></p>
<p><a href="http://www.maplandia.com/pakistan/punjab/" rel="nofollow">http://www.maplandia.com/pakistan/punjab/</a></p>
<p>Can anybody show me the sample result of above code that how it&#8217;s looking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/comment-page-1/#comment-477</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 15 Apr 2009 22:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=27#comment-477</guid>
		<description>Thanks for this! Every other article seems to suggest clearing and reloading ALL the markers which seems like overkill to me. This looks much simpler.</description>
		<content:encoded><![CDATA[<p>Thanks for this! Every other article seems to suggest clearing and reloading ALL the markers which seems like overkill to me. This looks much simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David H</title>
		<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/comment-page-1/#comment-309</link>
		<dc:creator>David H</dc:creator>
		<pubDate>Fri, 12 Dec 2008 09:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=27#comment-309</guid>
		<description>I get it now. Thank you for your replies and your great tutorial!</description>
		<content:encoded><![CDATA[<p>I get it now. Thank you for your replies and your great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Bangerter</title>
		<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/comment-page-1/#comment-308</link>
		<dc:creator>Wes Bangerter</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=27#comment-308</guid>
		<description>location.js is handled dynamically by Rails. When you access /locations.js it is ending up in app/controllers/locations_controller.rb and rendering the code in the format.js block on line 11.

Basically, /location.js just returns a JSON string with all of the locations that should be displayed on the map, there isn&#039;t any real code in it.</description>
		<content:encoded><![CDATA[<p>location.js is handled dynamically by Rails. When you access /locations.js it is ending up in app/controllers/locations_controller.rb and rendering the code in the format.js block on line 11.</p>
<p>Basically, /location.js just returns a JSON string with all of the locations that should be displayed on the map, there isn&#8217;t any real code in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David H</title>
		<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/comment-page-1/#comment-307</link>
		<dc:creator>David H</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=27#comment-307</guid>
		<description>locations.js?</description>
		<content:encoded><![CDATA[<p>locations.js?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Bangerter</title>
		<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/comment-page-1/#comment-306</link>
		<dc:creator>Wes Bangerter</dc:creator>
		<pubDate>Thu, 11 Dec 2008 22:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=27#comment-306</guid>
		<description>I&#039;m not sure which location file you are referring to. I double checked and I&#039;m pretty sure everything is in the sample code.

The model, controller and views are in app/models/location.rb, app/controllers/locations_controller.rb and app/views/locations/ respectively.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure which location file you are referring to. I double checked and I&#8217;m pretty sure everything is in the sample code.</p>
<p>The model, controller and views are in app/models/location.rb, app/controllers/locations_controller.rb and app/views/locations/ respectively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David H</title>
		<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/comment-page-1/#comment-305</link>
		<dc:creator>David H</dc:creator>
		<pubDate>Thu, 11 Dec 2008 21:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=27#comment-305</guid>
		<description>Maybe I&#039;m missing something ... but I cant find the locations file in your sample code?</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m missing something &#8230; but I cant find the locations file in your sample code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

