<?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: Calculating the Moon Phase</title>
	<atom:link href="http://jivebay.com/2008/09/07/calculating-the-moon-phase/feed/" rel="self" type="application/rss+xml" />
	<link>http://jivebay.com/2008/09/07/calculating-the-moon-phase/</link>
	<description>Web Development, Code Snippets, Technology, Reviews and Random Stuff Blog</description>
	<lastBuildDate>Mon, 22 Feb 2010 03:53:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: blogger</title>
		<link>http://jivebay.com/2008/09/07/calculating-the-moon-phase/comment-page-1/#comment-3493</link>
		<dc:creator>blogger</dc:creator>
		<pubDate>Mon, 04 Jan 2010 22:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/?p=260#comment-3493</guid>
		<description>I&#039;ve tried calculating the illumination of the moon using Happy_2 and Anonymous&#039;s suggestions. However, it&#039;s hard to tell which one is more accurate, sometimes one seemed more accurate than the other. Not only that but many sites online differ by several percentage points themselves, so it&#039;s hard to figure out which one is correct.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried calculating the illumination of the moon using Happy_2 and Anonymous&#8217;s suggestions. However, it&#8217;s hard to tell which one is more accurate, sometimes one seemed more accurate than the other. Not only that but many sites online differ by several percentage points themselves, so it&#8217;s hard to figure out which one is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogger</title>
		<link>http://jivebay.com/2008/09/07/calculating-the-moon-phase/comment-page-1/#comment-3254</link>
		<dc:creator>blogger</dc:creator>
		<pubDate>Wed, 24 Jun 2009 03:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/?p=260#comment-3254</guid>
		<description>The code is in PHP and I cover how to get the longitude and latitude for the area you want. I&#039;m sure it&#039;s possible to implement it in Excel.</description>
		<content:encoded><![CDATA[<p>The code is in PHP and I cover how to get the longitude and latitude for the area you want. I&#8217;m sure it&#8217;s possible to implement it in Excel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbie</title>
		<link>http://jivebay.com/2008/09/07/calculating-the-moon-phase/comment-page-1/#comment-3251</link>
		<dc:creator>newbie</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/?p=260#comment-3251</guid>
		<description>Hi there - I&#039;m a bit (read: completely) new to this, so bear with me.  I&#039;m trying to calculate moon phases for East Africa (to see if phase of the moon affects hunting success of lions), and just came across your script.  I was wondering what language it was in?  Basically, I&#039;m looking for something that I can implement in excel (that&#039;s where I&#039;ve got my data currently) - I was hoping to try to (learn to) write a macro so it would grab the date in one column and spit out the moon phase and % illumination in the next column.  
So two questions: Is that something I can do with this code? and doesn&#039;t moon phase depend on your location on the globe?  (i.e. Would this algorithm be accurate for the US but not for Tanzania?)
Anyway, thanks for anything you can tell me!
Cheers</description>
		<content:encoded><![CDATA[<p>Hi there &#8211; I&#8217;m a bit (read: completely) new to this, so bear with me.  I&#8217;m trying to calculate moon phases for East Africa (to see if phase of the moon affects hunting success of lions), and just came across your script.  I was wondering what language it was in?  Basically, I&#8217;m looking for something that I can implement in excel (that&#8217;s where I&#8217;ve got my data currently) &#8211; I was hoping to try to (learn to) write a macro so it would grab the date in one column and spit out the moon phase and % illumination in the next column.<br />
So two questions: Is that something I can do with this code? and doesn&#8217;t moon phase depend on your location on the globe?  (i.e. Would this algorithm be accurate for the US but not for Tanzania?)<br />
Anyway, thanks for anything you can tell me!<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://jivebay.com/2008/09/07/calculating-the-moon-phase/comment-page-1/#comment-3233</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 08 Jun 2009 05:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/?p=260#comment-3233</guid>
		<description>Just found this page - I&#039;m going to try it out ..For illumination percentage
after   $b = round($jd * 8);
how about 


$percent=abs($b-8)*25</description>
		<content:encoded><![CDATA[<p>Just found this page &#8211; I&#8217;m going to try it out ..For illumination percentage<br />
after   $b = round($jd * 8);<br />
how about </p>
<p>$percent=abs($b-8)*25</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy_2</title>
		<link>http://jivebay.com/2008/09/07/calculating-the-moon-phase/comment-page-1/#comment-2924</link>
		<dc:creator>Happy_2</dc:creator>
		<pubDate>Wed, 12 Nov 2008 21:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/?p=260#comment-2924</guid>
		<description>I&#039;ll try again, this time without the accidental markup. :)

Using the value of $jd after the line &quot;$jd -= $b&quot;, subtract $jd from 4 if $jd is less than 4, or from 8 if $jd is greater than 4. Divide the result by 4.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try again, this time without the accidental markup. <img src='http://jivebay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Using the value of $jd after the line &#8220;$jd -= $b&#8221;, subtract $jd from 4 if $jd is less than 4, or from 8 if $jd is greater than 4. Divide the result by 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy_2</title>
		<link>http://jivebay.com/2008/09/07/calculating-the-moon-phase/comment-page-1/#comment-2923</link>
		<dc:creator>Happy_2</dc:creator>
		<pubDate>Wed, 12 Nov 2008 21:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/?p=260#comment-2923</guid>
		<description>I&#039;m also grateful for the code. (Although that&#039;s a lot of empty lines to delete after copy/paste. :) )

It looks to me like the percentage lit can be gotten this way: using the value of $jd after the line &quot;$jd -= $b&quot;, take the difference from 4 if $jd  4, and divide that difference by 4.

Thanks again.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also grateful for the code. (Although that&#8217;s a lot of empty lines to delete after copy/paste. <img src='http://jivebay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>It looks to me like the percentage lit can be gotten this way: using the value of $jd after the line &#8220;$jd -= $b&#8221;, take the difference from 4 if $jd  4, and divide that difference by 4.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy</title>
		<link>http://jivebay.com/2008/09/07/calculating-the-moon-phase/comment-page-1/#comment-2889</link>
		<dc:creator>Happy</dc:creator>
		<pubDate>Tue, 07 Oct 2008 02:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://jivebay.com/?p=260#comment-2889</guid>
		<description>Big THX for this code. 

Until today, I have found functions and classes, which calculated moon-phase from 1970 year. That was too small range for me.
 
This script calculates correctly phase of the Moon and is so simple :)</description>
		<content:encoded><![CDATA[<p>Big THX for this code. </p>
<p>Until today, I have found functions and classes, which calculated moon-phase from 1970 year. That was too small range for me.</p>
<p>This script calculates correctly phase of the Moon and is so simple <img src='http://jivebay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
