<?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 Vinsol - Leading Ruby on Rails Development and Consulting Firm in India</title>
	<atom:link href="http://vinsol.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinsol.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 09:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Geo/Proximity Search with MySQL by Wolfgang Frank</title>
		<link>http://vinsol.com/blog/2011/08/30/geoproximity-search-with-mysql/comment-page-1/#comment-50187</link>
		<dc:creator>Wolfgang Frank</dc:creator>
		<pubDate>Mon, 21 May 2012 09:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=1665#comment-50187</guid>
		<description>Hi,

very good article!

I guess Eddy is right. The division through two in und SIN seems to be missing so that the distance formula looks like this:

DELIMITER $$ CREATE FUNCTION distance (a POINT, b POINT) RETURNS double DETERMINISTIC   BEGIN     RETURN 6375 * 2 * ASIN( SQRT( POWER(SIN( RADIANS( X(a) - ABS(X(b)) ) / 2 ), 2)                 + COS(RADIANS(ABS(X(a))))                 * COS(RADIANS(ABS(X(b))))                 * POWER(SIN(RADIANS(Y(a) - Y(b))), 2)));   END  $$DELIMITER ;


</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>very good article!</p>
<p>I guess Eddy is right. The division through two in und SIN seems to be missing so that the distance formula looks like this:</p>
<p>DELIMITER $$ CREATE FUNCTION distance (a POINT, b POINT) RETURNS double DETERMINISTIC   BEGIN     RETURN 6375 * 2 * ASIN( SQRT( POWER(SIN( RADIANS( X(a) &#8211; ABS(X(b)) ) / 2 ), 2)                 + COS(RADIANS(ABS(X(a))))                 * COS(RADIANS(ABS(X(b))))                 * POWER(SIN(RADIANS(Y(a) &#8211; Y(b))), 2)));   END  $$DELIMITER ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geo/Proximity Search with MySQL by Vincent</title>
		<link>http://vinsol.com/blog/2011/08/30/geoproximity-search-with-mysql/comment-page-1/#comment-50186</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Thu, 26 Apr 2012 10:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=1665#comment-50186</guid>
		<description>Very Nice. Thx! Just a little mistake IMHO, POINT mysql function takes longitude (x-axis) as first argument and latitude (y-axis) as Second argument: 
http://dev.mysql.com/doc/refman/5.6/en/gis-class-point.html  </description>
		<content:encoded><![CDATA[<p>Very Nice. Thx! Just a little mistake IMHO, POINT mysql function takes longitude (x-axis) as first argument and latitude (y-axis) as Second argument: <br />
<a href="http://dev.mysql.com/doc/refman/5.6/en/gis-class-point.html  " rel="nofollow">http://dev.mysql.com/doc/refman/5.6/en/gis-class-point.html  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Active Scaffold  Part I by RapidSSL</title>
		<link>http://vinsol.com/blog/2010/04/09/introduction-to-active-scaffold-part-i/comment-page-1/#comment-50181</link>
		<dc:creator>RapidSSL</dc:creator>
		<pubDate>Fri, 23 Mar 2012 09:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=826#comment-50181</guid>
		<description>Informative script your blog has which exactly helped us to configuration issue...!

Thanks a lot for sharing it with US!</description>
		<content:encoded><![CDATA[<p>Informative script your blog has which exactly helped us to configuration issue&#8230;!</p>
<p>Thanks a lot for sharing it with US!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jquery Full Calendar with Ruby on Rails by Richlewis14</title>
		<link>http://vinsol.com/blog/2010/03/29/jquery-full-calendar-with-rails/comment-page-1/#comment-50180</link>
		<dc:creator>Richlewis14</dc:creator>
		<pubDate>Mon, 12 Mar 2012 12:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=834#comment-50180</guid>
		<description>Excellent App, how would I go about adding this to an existing rails 3 app? </description>
		<content:encoded><![CDATA[<p>Excellent App, how would I go about adding this to an existing rails 3 app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geo/Proximity Search with MySQL by Crazydev82</title>
		<link>http://vinsol.com/blog/2011/08/30/geoproximity-search-with-mysql/comment-page-1/#comment-50179</link>
		<dc:creator>Crazydev82</dc:creator>
		<pubDate>Tue, 06 Mar 2012 14:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=1665#comment-50179</guid>
		<description>Awsome Article. Thanks for providing such a detailed article. This is life saver for me. This helps me a lot to optimize my near by location query.  </description>
		<content:encoded><![CDATA[<p>Awsome Article. Thanks for providing such a detailed article. This is life saver for me. This helps me a lot to optimize my near by location query. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deprecated FormTagHelpers by sbobet</title>
		<link>http://vinsol.com/blog/2006/11/04/deprecated-formtaghelpers/comment-page-1/#comment-50178</link>
		<dc:creator>sbobet</dc:creator>
		<pubDate>Fri, 02 Mar 2012 06:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.wordpress.com/2006/11/04/deprecated-formtaghelpers/#comment-50178</guid>
		<description>  
I genuinely liked reading through your current article!.
 High-quality material. I would undoubtedly recommend you to come up with articles 
a bit more frequently. By doing this, having this kind of a 
helpful blog I feel you will rank higher in the search engines . 
I also subscribed to your Rss. Continue the good job!</description>
		<content:encoded><![CDATA[<p> <br />
I genuinely liked reading through your current article!.<br />
 High-quality material. I would undoubtedly recommend you to come up with articles<br />
a bit more frequently. By doing this, having this kind of a<br />
helpful blog I feel you will rank higher in the search engines .<br />
I also subscribed to your Rss. Continue the good job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Geo/Proximity Search with MySQL by Eddy Currents</title>
		<link>http://vinsol.com/blog/2011/08/30/geoproximity-search-with-mysql/comment-page-1/#comment-50177</link>
		<dc:creator>Eddy Currents</dc:creator>
		<pubDate>Thu, 01 Mar 2012 10:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=1665#comment-50177</guid>
		<description>Great article, but there appears to be an error in your statement of the distance formula (which carries through into the code). Shouldn&#039;t the differences of the co-ordinates in the sin squared terms be divided by two? Shoot me if I&#039;m wrong :-)</description>
		<content:encoded><![CDATA[<p>Great article, but there appears to be an error in your statement of the distance formula (which carries through into the code). Shouldn&#8217;t the differences of the co-ordinates in the sin squared terms be divided by two? Shoot me if I&#8217;m wrong :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple Deprecated Access to UDID by Renew SSL</title>
		<link>http://vinsol.com/blog/2011/11/30/apple-deprecated-access-to-udid/comment-page-1/#comment-50176</link>
		<dc:creator>Renew SSL</dc:creator>
		<pubDate>Mon, 20 Feb 2012 13:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=1850#comment-50176</guid>
		<description>This is very well written post. Thanks for sharing. I&#039;ll be sure to bookmark it and save it for future..</description>
		<content:encoded><![CDATA[<p>This is very well written post. Thanks for sharing. I&#8217;ll be sure to bookmark it and save it for future..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Game On! by Renew SSL</title>
		<link>http://vinsol.com/blog/2012/01/10/game-on/comment-page-1/#comment-50175</link>
		<dc:creator>Renew SSL</dc:creator>
		<pubDate>Mon, 20 Feb 2012 13:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=1903#comment-50175</guid>
		<description>I really enjoyed reading your article... </description>
		<content:encoded><![CDATA[<p>I really enjoyed reading your article&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jquery Full Calendar with Ruby on Rails by asiniy</title>
		<link>http://vinsol.com/blog/2010/03/29/jquery-full-calendar-with-rails/comment-page-1/#comment-50174</link>
		<dc:creator>asiniy</dc:creator>
		<pubDate>Sat, 18 Feb 2012 13:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://vinsol.com/blog/?p=834#comment-50174</guid>
		<description> spy, you can go to the wiki of event calendar. It updated now</description>
		<content:encoded><![CDATA[<p> spy, you can go to the wiki of event calendar. It updated now</p>
]]></content:encoded>
	</item>
</channel>
</rss>

