<?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>Orbiting Frog &#187; Asides</title>
	<atom:link href="http://orbitingfrog.com/blog/category/blog/asides/feed/" rel="self" type="application/rss+xml" />
	<link>http://orbitingfrog.com/blog</link>
	<description>Astronomy, Space and Science</description>
	<lastBuildDate>Mon, 26 Apr 2010 21:37:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Satellites on Google Earth</title>
		<link>http://orbitingfrog.com/blog/projects/satellite-kml/</link>
		<comments>http://orbitingfrog.com/blog/projects/satellite-kml/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:49:37 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?page_id=1414</guid>
		<description><![CDATA[I have created scripts for tracking satellites in Google Earth. Although I have blogged about these many times over a couple of years now, this page is designed to act a central repository for downloading these files and getting some general information about them. What Can I Download? These various files are for use with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" title="Satellites KML" src="http://orbitingfrog.com/blog/wp-content/uploads/2008/02/picture-1.thumbnail.png" alt="Tracking satellite susing Google Earth" width="100%" /></p>
<p>I have created scripts for tracking satellites in Google Earth. Although I have blogged about these many times over a couple of years now, this page is designed to act a central repository for downloading these files and getting some general information about them.</p>
<p><strong>What Can I Download?</strong></p>
<p>These various files are for use with Google Earth (<a href="http://earth.google.com/">download link</a>). They will show you the current location of different satellites that orbit the Earth. These range from the very well known Hubble Space Telescope or International Space Station to the less well known &#8211; but often visible &#8211; Iridium Fleet of satellites. KML is the geographical coding language used by Google Earth and Google Maps. A list of the available satellite tracking KML files is shown below:</p>
<ul>
<li><a href="http://orbitingfrog.com/files/google_earth_files/ISSLocator.kmz">International Space Station (ISS)</a></li>
<li><a href="http://orbitingfrog.com/files/google_earth_files/HubbleLocator.kmz">Hubble Space Telescope</a></li>
<li><a href="http://orbitingfrog.com/files/google_earth_files/IridiumFleet.kmz">Iridium Fleet</a></li>
<li><a href="http://orbitingfrog.com/files/google_earth_files/ScienceSatellites.kmz">Space Science Collectio</a>n (includes COBE, CoRoT, IRAS, Envisat, Rosat and others)</li>
<li><a href="http://orbitingfrog.com/files/google_earth_files/Fengyun1CDebris.kmz">Debris from the 2007 Chinese missile test</a></li>
<li><span style="text-decoration: line-through;">Debris from the 2008 US Missile Test</span> &#8211; There is no more debris to track.</li>
<li><a href="http://orbitingfrog.com/files/google_earth_files/IridiumCosmosDebris.kmz">Debris from the 2009 Iridium/Cosmos collision</a></li>
<li><a href="http://orbitingfrog.com/files/google_earth_files/100Brightest.kmz">100 Brightest Objects in Orbit</a></li>
<li><a href="http://orbitingfrog.com/files/google_earth_files/TrackAnySat.kmz">Advanced Satellite Tracker</a></li>
</ul>
<p><strong>Using the Advanced Satellite Tracker</strong></p>
<p>This is a special script that allows you to input your own TLE data, satellite ID and other parameters. To do this download the file linked above. When it opens in Google Earth it will display the Hubble Space Telescope by default. To alter the tracker you need to enter the &#8216;Get Info&#8217; properties box in Google Earth (usually right- or ctrl-click on the item in the places list). In the &#8216;Link&#8217; text box you should see</p>
<blockquote><p>http://orbitingfrog.com/cgi-bin/anyloc.pl?id=20580</p></blockquote>
<p>This is the script that generates the KML used to display the satellite(s). You can change or add various arguments to this URL to customise the display.</p>
<ul>
<li><strong>id</strong> is the satellite&#8217;s identifier in the TLE data (default is the ISS, 25544 ,this can also be set to &#8216;ALL&#8217; to show all the objects in a TLE file)</li>
<li><strong>url</strong> is the source of the TLE data (default is 100 brightest objects from Celestrak)</li>
<li><strong>hor</strong> is a switch specifying whether or not to display the satellite&#8217;s horizon (default is Y)</li>
<li><strong>path</strong> is the number of hours flight path to show for the object (default is 2)</li>
<li><strong>extrude</strong> is a switch specifying whether or not to show the tether connecting the object to the ground (default is Y)</li>
</ul>
<p>As an example, if you wanted to track the new satellites involved in the new European Galileo navigation system, you could use the link:</p>
<blockquote><p>&#8230;anyloc.pl?id=ALL&amp;url=http://www.celestrak.com/NORAD/elements/galileo.txt&amp;path=24&amp;hor=N&amp;extrude=Y</p></blockquote>
<p>This will show two satellites at very high altitude. A 24 hour flight path is drawn, without a horizon. The line connecting each object to the Earth is shown and the source URL is Celestrak. This is actually a very fun one to do because the Galileo satellites are very far way from the Earth and so they draw most unusual flight paths.</p>
<p>This script limits the number of trackable objects to 100. This is to prevent abuse of this tool as early on we had at least one person using it to track 1000s objects, which was killing my server. If you are interested in using this commercially for for very large datasets, feel free to <a href="mailto:rob@orbitingfrog.com">contact me</a>.</p>
<p><strong>How Does This Work?</strong></p>
<p>All objects in orbit around the Earth obey the physical laws of gravity, and thus we can predict their location over time. For every trackable object orbiting above our heads, there is a set of parameters called a two line element (TLE) set. These TLE sets are publicly available from services such as <a href="http://www.celestrak.com/">Celestrak</a>. The models for predicting the orbit of objects is not perfect though, and so many of these objects are also tracked by radar and this new information is used to update the TLE sets every few days.</p>
<p>My scripts use these TLE sets to model the orbits of satellites and predict where they will be at the present time. Thanks to the up-to-date data from Celestrak and the accuracy of the mathematical models, the predicted locations are correct to within a few metres. the same models can be used to predict visible sightings of the ISS and other objects. you can read more about this on my <a href="http://orbitingfrog.com/blog/over-twitter/">Over Twitter</a> page.</p>
<p><strong>Feedback and Related Blog Posts</strong></p>
<p>If you have comments or suggestions regarding these scripts then feel free to <a href="mailto:rob@orbitingfrog.com">email me</a> or message me on Twitter <a href="http://twitter.com/orbitingfrog">@orbitingfrog</a>. I am always open to feedback and will get back to you when I get the chance.</p>
<p>Blog entries on this topic include &#8216;<a href="http://orbitingfrog.com/blog/2008/02/25/satellites-on-google-earth/">Satellites on Google Earth</a>&#8216;, &#8216;C<a href="http://orbitingfrog.com/blog/2008/04/21/china-satellite-debris-in-google-earth/">hinese Satellite Debris in Google Earth</a>&#8216; and &#8216;<a href="http://orbitingfrog.com/blog/2008/05/01/space-telescopes-on-google-earth/">Space Telescopes on Google Earth</a>&#8216;. If you&#8217;re interested in satellites and, I also have a <a href="http://orbitingfrog.com/blog/files/SpaceDebrisAstrolunch.pdf">PDF of a talk about Space Junk</a> that you might find interesting.</p>
<p style="text-align: center;"><img class="aligncenter" title="Rosat over Australia" src="http://orbitingfrog.com/blog/wp-content/uploads/2008/05/rosat_austrailia.png" alt="Tracking satellite susing Google Earth" width="100%" /></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1414&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/projects/satellite-kml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Over Twitter</title>
		<link>http://orbitingfrog.com/blog/projects/over-twitter/</link>
		<comments>http://orbitingfrog.com/blog/projects/over-twitter/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 17:49:19 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?page_id=1352</guid>
		<description><![CDATA[Inspired by the @abovelondon Twitter feed that reports upcoming visible transits of interesting objects over the UK&#8217;s capital city, I have created several similar Twitter feeds. It began with @overcardiff, a feed covering my own home city, but then I have since taken requests for other places all over the planet. Here&#8217;s the lowdown on [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by the <a href="http://twitter.com/abovelondon">@abovelondon</a> Twitter feed that reports upcoming visible transits of interesting objects over the UK&#8217;s capital city, I have created several similar Twitter feeds. It began with <a href="http://twitter.com/overcardiff">@overcardiff</a>, a feed covering my own home city, but then I have since taken requests for other places all over the planet.</p>
<p>Here&#8217;s the lowdown on which feeds are available, how to request  a new one and what they say.</p>
<p><strong>What will these Twitter feeds tell me?</strong></p>
<p>These feeds determine when the International Space Station (ISS), Hubble, Envisat and other interesting objects will be visible in the relevant location. They will also alert you to bright Iridium flares; elusive, momentary flashes of reflected light from the Iridium constellation of satellites. These can be often be seen in daylight! When the time approaches, an alert appears on the Twitter feed. You will get <strong>30-45 minutes warning</strong> on the sighting opportunity.</p>
<p><strong>What cities are covered so far?</strong></p>
<p>So far there are Twitter feeds for <a href='http://twitter.com/overaix' >Aix</a>, <a href='http://twitter.com/overamsterdam' >Amsterdam</a>, <a href='http://twitter.com/overanchorage' >Anchorage</a>, <a href='http://twitter.com/overathens' >Athens</a>, <a href='http://twitter.com/overatlanta' >Atlanta</a>, <a href='http://twitter.com/overauckland' >Auckland</a>, <a href='http://twitter.com/overbaltimore' >Baltimore</a>, <a href='http://twitter.com/overbarcelona1' >Barcelona</a>, <a href='http://twitter.com/overbelfast' >Belfast</a>, <a href='http://twitter.com/overbergen' >Bergen</a>, <a href='http://twitter.com/overberlin' >Berlin</a>, <a href='http://twitter.com/overbirmingham' >Birmingham</a>, <a href='http://twitter.com/overbordeaux' >Bordeaux</a>, <a href='http://twitter.com/overboston' >Boston</a>, <a href='http://twitter.com/overbuenosaires' >Buenos Aires</a>, <a href='http://twitter.com/overcalgary' >Calgary</a>, <a href='http://twitter.com/overcanberra' >Canberra</a>, <a href='http://twitter.com/overcardiff' >Cardiff</a>, <a href='http://twitter.com/overcville' >Charlottesville</a>, <a href='http://twitter.com/overchicago' >Chicago</a>, <a href='http://twitter.com/overdallas' >Dallas</a>, <a href='http://twitter.com/overdenver' >Denver</a>, <a href='http://twitter.com/overdublin' >Dublin</a>, <a href='http://twitter.com/overedinburgh' >Edinburgh</a>, <a href='http://twitter.com/overeureka' >Eureka</a>, <a href='http://twitter.com/overfrankfurt' >Frankfurt</a>, <a href='http://twitter.com/overgeneva' >Geneva</a>, <a href='http://twitter.com/overhannover' >Hannover</a>, <a href='http://twitter.com/overhelsinki' >Helsinki</a>, <a href='http://twitter.com/overhongkong' >Hong Kong</a>, <a href='http://twitter.com/overhonolulu' >Honolulu</a>, <a href='http://twitter.com/overhouston' >Houston</a>, <a href='http://twitter.com/overindy' >Indianapolis</a>, <a href='http://twitter.com/overjoburg' >Joburg</a>, <a href='http://twitter.com/overkaunas' >Kaunas</a>, <a href='http://twitter.com/overkobenhavn' >Kobenhavn</a>, <a href='http://twitter.com/overvegas' >Las Vegas</a>, <a href='http://twitter.com/overlondon' >London</a>, <a href='http://twitter.com/overla' >Los Angeles</a>, <a href='http://twitter.com/overmadrid' >Madrid</a>, <a href='http://twitter.com/overmanchester' >Manchester</a>, <a href='http://twitter.com/overmaunakea' >Mauna Kea</a>, <a href='http://twitter.com/overmiami' >Miami</a>, <a href='http://twitter.com/overmk' >Milton Keynes</a>, <a href='http://twitter.com/overmilwaukee' >Milwaukee</a>, <a href='http://twitter.com/overminneapolis' >Minneapolis</a>, <a href='http://twitter.com/overmoscow' >Moscow</a>, <a href='http://twitter.com/overmumbai' >Mumbai</a>, <a href='http://twitter.com/overmunchen' >Munchen</a>, <a href='http://twitter.com/overnewyork' >New York</a>, <a href='http://twitter.com/overottawa' >Ottawa</a>, <a href='http://twitter.com/overparis' >Paris</a>, <a href='http://twitter.com/overperth' >Perth</a>, <a href='http://twitter.com/overphoenix' >Phoenix</a>, <a href='http://twitter.com/overportland' >Portland</a>, <a href='http://twitter.com/overprague' >Prague</a>, <a href='http://twitter.com/overprovidence' >Providence</a>, <a href='http://twitter.com/overquebec' >Quebec</a>, <a href='http://twitter.com/overraleigh' >Raleigh</a>, <a href='http://twitter.com/overriga' >Riga</a>, <a href='http://twitter.com/overrio' >Rio de Janeiro</a>, <a href='http://twitter.com/overrome' >Rome</a>, <a href='http://twitter.com/oversaltlake' >Salt Lake City</a>, <a href='http://twitter.com/oversandiego' >San Diego</a>, <a href='http://twitter.com/oversanfran' >San Francisco</a>, <a href='http://twitter.com/oversantiago' >Santiago</a>, <a href='http://twitter.com/overseattle' >Seattle</a>, <a href='http://twitter.com/overseoul' >Seoul</a>, <a href='http://twitter.com/oversingapore' >Singapore</a>, <a href='http://twitter.com/overspringfield' >Springfield</a>, <a href='http://twitter.com/overstlouis' >St Louis</a>, <a href='http://twitter.com/overstockholm' >Stockholm</a>, <a href='http://twitter.com/oversydney' >Sydney</a>, <a href='http://twitter.com/overtallinn' >Tallinn</a>, <a href='http://twitter.com/overtehran' >Tehran</a>, <a href='http://twitter.com/overtelaviv' >Tel Aviv</a>, <a href='http://twitter.com/overthurso' >Thurso</a>, <a href='http://twitter.com/overtokyocity' >Tokyo</a>, <a href='http://twitter.com/overtoronto' >Toronto</a>, <a href='http://twitter.com/overvancouver' >Vancouver</a>, <a href='http://twitter.com/overwarszawa' >Warsaw</a>, <a href='http://twitter.com/overwien' >Wien</a> and <a href='http://twitter.com/overwinnipeg' >Winnipeg</a>.</p>
<p>If you live within 20 miles of one of these cities, the data in the feed will still be correct for your location. Within 50 miles of one of these cities then the data will still be only a minute out in most cases.</p>
<p><iframe src="http://orbitingfrog.com/overcardiff/overmap.php" name="frame1" scrolling="no" frameborder="no" align="center" height = "300px" width = "100%"><br />
</iframe></p>
<p>Tweet alerts only appear when the weather in your location is good enough to allow the transit to be seen. The weather data comes from <a href="http://weather.yahoo.com/">Yahoo! Weather</a>.</p>
<p>Each tweet gives the same information, for example below is a tweet from the <a href="http://twitter.com/oversydney">@oversydney</a> feed.</p>
<blockquote><p>The ISS will pass over Sydney at mag -1.7 at 4:32am on January 25th. Moves from 46deg elevation SW to 10deg elevation SE over 3 min.</p></blockquote>
<p>The mag number refers to the brightness of the object on the <a href="http://www.cfa.harvard.edu/icq/MagScale.html">magnitude scale</a>, the lower the better. After that comes a pair of coordinares on the sky &#8211; the beginning and end of the track the object will make. &#8217;46deg elevation&#8217; means it will be 46 degrees above the horizon (where 90 degrees is directly overhead). SW and SE are Southwest and Southeast compass directions around the horizon. The duration of visibility is given as &#8217;3 min&#8217;.</p>
<p><strong>How do I get a feed for my location?</strong></p>
<p>If you would really like a feed for a city near you, then feel free to <a href="mailto:rob@orbitingfrog.com">email me</a> or contact me via Twitter (<a href="http://twitter.com/orbitingfrog">@orbitingfrog</a>). The next time I get around to adding more locations, I shall try to include your request.</p>
<p><strong>RSS Feeds</strong></p>
<p>Alternatively, you can subscribe to an XML (RSS 2.0) feed for visible transits in any location! Use the map below to find your location and/or drag the red marker to the right place. Click &#8216;Get RSS&#8217; and the RSS feed will be loaded in a new browser window.</p>
<p>Or if you know your latitude and longitude, you can simply point your RSS feed reader to http:/orbitingfrog.com/overtwitter/rss.php?lat=LATITUDE&#038;lng=LONGITUDE&#038;place=NAME. </p>
<p><iframe src="http://orbitingfrog.com/overtwitter/map.php" name="frame2" scrolling="no" frameborder="no" align="center" height = "300px" width = "100%"><br />
</iframe></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1352&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/projects/over-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life from Venus Blown to Earth</title>
		<link>http://orbitingfrog.com/blog/2008/07/26/life-from-venus-blown-to-earth/</link>
		<comments>http://orbitingfrog.com/blog/2008/07/26/life-from-venus-blown-to-earth/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 17:39:14 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[Cardiff]]></category>
		<category><![CDATA[Earth]]></category>
		<category><![CDATA[Venus]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/07/26/life-from-venus-blown-to-earth/</guid>
		<description><![CDATA[&#8220;Prof Chandra Wickramasinghe and Dr Janaki Wickramasinghe claim Venus&#8217;s clouds contain chemicals that are consistent with the presence of micro organisms.&#8221; These two are from Cardiff&#8217;s centre for Astrobiology and the elder of the two has singlehandedly given the field a bad name over the past twenty years. The whole concept of this idea is [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #464646; font-family: verdana; font-size: 13px; line-height: 18px;"></p>
<p class="first" style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; margin: 0px;">&#8220;Prof Chandra Wickramasinghe and Dr Janaki Wickramasinghe claim Venus&#8217;s clouds contain chemicals that are consistent with the presence of micro organisms.&#8221;</p>
<p class="first" style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; margin: 0px;">These two are from Cardiff&#8217;s centre for Astrobiology and the elder of the two has singlehandedly given the field a bad name over the past twenty years.</p>
<p class="first" style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; margin: 0px;">The whole concept of this idea is that life form in clouds on Venus and blew to Earth on a wind. Why it isn&#8217;t simply to postulate it formed here and just stayed, I don&#8217;t know.</p>
<p class="first" style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; margin: 0px;">I once had a lecture from&nbsp;Chandra Wickramasinghe in which he drew scatterplot with two points on it and then joined them with a straight line. This, he said, was evidence of a trend. That was it for him and me.</p>
<p></span></p>
<p><a href="http://news.bbc.co.uk/1/hi/wales/south_east/7525390.stm">BBC NEWS | Wales | South East Wales | Life from Venus blown to Earth?</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1177&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/07/26/life-from-venus-blown-to-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sunshine on a Rainy Day</title>
		<link>http://orbitingfrog.com/blog/2008/07/23/sunshine-on-a-rainy-day/</link>
		<comments>http://orbitingfrog.com/blog/2008/07/23/sunshine-on-a-rainy-day/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 12:09:54 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[aix]]></category>
		<category><![CDATA[Cardiff]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/07/23/sunshine-on-a-rainy-day/</guid>
		<description><![CDATA[Ah here I am in ever-so sunny Aix in the south of France. I&#8217;m blogging from my iPhone right now because I&#8217;m by the pool and too comfy to go and find my laptop. I&#8217;m also testing out the WordPress app from the App Store. The skies here are big and clear and even these [...]]]></description>
			<content:encoded><![CDATA[<p>Ah here I am in ever-so sunny Aix in the south of France. I&#8217;m blogging from my iPhone right now because I&#8217;m by the pool and too comfy to go and find my laptop. I&#8217;m also testing out the WordPress app from the App Store.</p>
<p>The skies here are big and clear and even these early Perseids look amazing. Getting the telescope out later for some real sightseeing.  </p>
<p><a href="http://orbitingfrog.com/blog/wp-content/uploads/2008/07/p-480-320-f0c034fe-611d-41e2-8a9f-e0bb7c478993.jpeg"><img src="http://orbitingfrog.com/blog/wp-content/uploads/2008/07/p-480-320-f0c034fe-611d-41e2-8a9f-e0bb7c478993.jpeg" alt="photo" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://orbitingfrog.com/blog/wp-content/uploads/2008/07/p-480-320-59f1219b-e045-4184-a37c-08d46905ba49.jpeg"><img src="http://orbitingfrog.com/blog/wp-content/uploads/2008/07/p-480-320-59f1219b-e045-4184-a37c-08d46905ba49.jpeg" alt="photo" class="alignnone size-full wp-image-364" /></a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1173&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/07/23/sunshine-on-a-rainy-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astronomy iPhone App in Store</title>
		<link>http://orbitingfrog.com/blog/2008/07/10/astronomy-iphone-app-in-store/</link>
		<comments>http://orbitingfrog.com/blog/2008/07/10/astronomy-iphone-app-in-store/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 10:22:26 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1151</guid>
		<description><![CDATA[Was just looking through the App Store on iTunes and found an astronomy application for the iPhone/iPod Touch called Starmap. It will be fun to play with this tomorrow when I can actually install any of these apps. Why Apple has let me browse and buy these things a full day before I can even use them, I don't know. (Screenshots inside).]]></description>
			<content:encoded><![CDATA[<p>Was just looking through the App Store on iTunes and found an astronomy application for the iPhone/iPod Touch called Starmap [<a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284408099&amp;mt=8">iTunes link</a>]. It will be fun to play with this tomorrow when I can actually install any of these apps. Why Apple has let me browse (and buy) these things a full day before I can even use them, I don&#8217;t know.</p>
<p>Starmap costs $11.99 or £6.99.</p>
<p style="text-align: center;"><a href="http://orbitingfrog.com/blog/wp-content/uploads/2008/07/picture-11.png"><img class="aligncenter size-full wp-image-1152" title="starmap" src="http://orbitingfrog.com/blog/wp-content/uploads/2008/07/picture-11.png" alt="" /></a><a href="http://orbitingfrog.com/blog/wp-content/uploads/2008/07/picture-2.png"><img class="aligncenter size-full wp-image-1153" title="mars" src="http://orbitingfrog.com/blog/wp-content/uploads/2008/07/picture-2.png" alt="" /></a></p>
<p> </p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1151&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/07/10/astronomy-iphone-app-in-store/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Carnival of Space 61</title>
		<link>http://orbitingfrog.com/blog/2008/07/03/carnival-of-space-61/</link>
		<comments>http://orbitingfrog.com/blog/2008/07/03/carnival-of-space-61/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 06:39:32 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[NASA]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1138</guid>
		<description><![CDATA[Mang is hosting his first Carnival of Space this week. I'd like to highlight a couple of articles from the list here, too.]]></description>
			<content:encoded><![CDATA[<p>Mang is hosting his first Carnival of Space this week. I&#8217;d like to highlight the <a href="http://21stcenturywaves.com/blog/2008/06/22/10-reasons-why-china-is-good-for-space/">10 Reasons Why China is Good for Space</a> post from 21st Century Waves and an <a href="http://dsc.discovery.com/space/my-take/nasa-bricks-launch-robert-pearlman.html">unusual take on some old bricks</a> from Robert Pearlman of <a href="http://www.collectspace.com/">collectSPACE</a>.</p>
<p><a href="http://mangsbatpage.433rd.com/2008/02/carnival-of-space-61-tunguska-edition.html">Carnival of Space 61</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1138&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/07/03/carnival-of-space-61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sarkozy: Spaceman</title>
		<link>http://orbitingfrog.com/blog/2008/07/01/sarkozy-spaceman/</link>
		<comments>http://orbitingfrog.com/blog/2008/07/01/sarkozy-spaceman/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 10:18:53 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[ESA]]></category>
		<category><![CDATA[France]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/07/01/sarkozy-spaceman/</guid>
		<description><![CDATA[President Sarkozy is looking for UK support to bolster his ideas as France takes over the ESA presidency today. He wants to lead Europe into space in a way that doesn't leave it trailing the likes of Indian, China and Japan.]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.bbc.co.uk/1/hi/sci/tech/7482232.stm" target="_new"></p>
<p style="text-align: center;"><img src="http://newsimg.bbc.co.uk/media/images/44782000/jpg/_44782820_sarkozynewafp226b.jpg" alt="" /></p>
<p></a></p>
<p> </p>
<p> </p>
<p>President Nicolas Sarkozy&#8217;s well-known admiration for all things American now extends to space exploration. Speaking to the BBC, a senior official involved in French space policy said that it was time to shake up the European Space Agency and make it more like NASA by giving it a new, politically-led direction. The French take over the rotating presidency of the European Union on 1 July and are planning to make space policy a key area for reform.</p>
<p>Sarkozy is looking for UK support to bolster his ideas. He wants to lead Europe into space in a way that doesn&#8217;t leave it trailing the likes of Indian, China and Japan.</p>
<p>Personally, i think he could do it. This guy is crazy enough and arrogant enough to get it done.</p>
<p><a href="http://news.bbc.co.uk/1/hi/sci/tech/7482232.stm">BBC NEWS | Science/Nature | France plans revolution in space</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1109&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/07/01/sarkozy-spaceman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK Physics Teacher Shortage</title>
		<link>http://orbitingfrog.com/blog/2008/06/30/uk-physics-teacher-shortage/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/30/uk-physics-teacher-shortage/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:48:43 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Schools]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/30/uk-physics-teacher-shortage/</guid>
		<description><![CDATA[Almost one in four secondary schools in England no longer has any specialist physics teachers, a survey suggests.]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.bbc.co.uk/1/hi/education/7478302.stm" target="_new"> </a></p>
<p><a href="http://news.bbc.co.uk/1/hi/education/7478302.stm" target="_new"></p>
<p style="text-align: center;"><img src="http://newsimg.bbc.co.uk/media/images/44786000/jpg/_44786459_lightbulb226.jpg" alt="" /></p>
<p></a></p>
<p> </p>
<p>&#8220;Almost one in four secondary schools in England no longer has any specialist physics teachers, a survey suggests.&#8221;</p>
<p><a href="http://news.bbc.co.uk/1/hi/education/7478302.stm">BBC NEWS | Education | Physics teacher shortage warning</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1101&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/30/uk-physics-teacher-shortage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carnival of Space 60</title>
		<link>http://orbitingfrog.com/blog/2008/06/27/carnival-of-space-60/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/27/carnival-of-space-60/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 20:26:28 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1099</guid>
		<description><![CDATA[It doesn't seem that long ago I hosted my first Carnival and that was number 40. Now the Carnival gets a bus pass as it turns 60.]]></description>
			<content:encoded><![CDATA[<p>It doesn&#8217;t seem that long ago I hosted my first Carnival and that was number 40. Now the Carnival gets a bus pass as it turns 60. Hosted by <a href="http://www.slackerastronomy.org/wordpress/">Slacker Astronomy</a>, this Carnival uses a lovely method for displaying the posts: transpose the emails that were sent in to Fraser at <a href="http://www.universetoday.com/">Universe Today</a>. What fun. I feel exposed as a fraud for not knowing that <strong>this</strong> was going to be the 60th Carnival&#8230;</p>
<p><a href="http://www.slackerastronomy.org/wordpress/index.php/archive/carnival-of-space-no-60/">Slacker Astronomy » Carnival of Space No. 60</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1099&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/27/carnival-of-space-60/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Martian Skies</title>
		<link>http://orbitingfrog.com/blog/2008/06/23/martian-skies-the-big-picture-bostoncom/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/23/martian-skies-the-big-picture-bostoncom/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 17:04:19 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Mars]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/23/martian-skies-the-big-picture-bostoncom/</guid>
		<description><![CDATA[An awesome page about atmospheric effects on Mars, including a great dust devils animation. Mars has a rich atmosphere and this is the first planet for which we are really starting to understand the climate.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.boston.com/bigpicture/2008/06/martian_skies.html" target="_new"> </a></p>
<p><a href="http://www.boston.com/bigpicture/2008/06/martian_skies.html" target="_new"></a></p>
<p><a href="http://www.boston.com/bigpicture/2008/06/martian_skies.html" target="_new"></p>
<p style="text-align: center;"><img src="http://cache.boston.com/universal/site_graphics/blogs/bigpicture/mars_06_20/mars_a2.gif" alt="" /></p>
<p></a></p>
<p> </p>
<p> </p>
<p>With thanks to Jason, here is an awesome page about atmospheric effects on Mars, including this great dust devils animation. Mars has a rich atmosphere and this is the first planet for which we are really starting to understand the climate.</p>
<p>I can see why everyone loves Mars these days. Planets are just cool. Poor old Pluto&#8230;</p>
<p><a href="http://www.boston.com/bigpicture/2008/06/martian_skies.html">Martian Skies &#8211; The Big Picture &#8211; Boston.com</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1089&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/23/martian-skies-the-big-picture-bostoncom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Made Plasma, Country Wife</title>
		<link>http://orbitingfrog.com/blog/2008/06/23/home-made-plasma-country-wife/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/23/home-made-plasma-country-wife/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 07:38:57 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/23/home-made-plasma-country-wife/</guid>
		<description><![CDATA[[youtube:http://www.youtube.com/watch?v=tat8BH6kMcE 351 291] Here is a short science experiment at home. They guy seems to be showing us how to create a plasma inside our microwaves (please be very careful if you actually want to try it). The video is hilarious though for the reaction of the guys wife/girlfriend at the very end. YouTube &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p style='text-align: center;'>[youtube:http://www.youtube.com/watch?v=tat8BH6kMcE 351 291]</p>
<p>
<p>Here is a short science experiment at home. They guy seems to be showing us how to create a plasma inside our microwaves (please be very careful if you actually want to try it). The video is hilarious though for the reaction of the guys wife/girlfriend at the very end.</p>
<p><a href="http://youtube.com/watch?v=tat8BH6kMcE">YouTube &#8211; Home Made Plasma</a></p></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1073&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/23/home-made-plasma-country-wife/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carnival of Space 59</title>
		<link>http://orbitingfrog.com/blog/2008/06/20/carnival-of-space-59/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/20/carnival-of-space-59/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 07:44:46 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/20/carnival-of-space-59/</guid>
		<description><![CDATA[This week&#8217;s Carnival is up so get over there and get reading! Also found this image via the Carnival which I rather liked.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.sfgate.com/c/pictures/2008/06/18/badreporter18-950x298-carto.gif" alt="" /></p>
<p>This week&#8217;s <a href="http://scienceblogs.com/greengabbro/2008/06/carnival_of_space_59.php">Carnival</a> is up so get over there and get reading!</p>
<p>Also found this image via the Carnival which I rather liked.</p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1065&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/20/carnival-of-space-59/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jodrell Bank Future Improving</title>
		<link>http://orbitingfrog.com/blog/2008/06/19/jodrell-bank-future-improving/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/19/jodrell-bank-future-improving/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 20:05:22 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Jodrell Bank]]></category>
		<category><![CDATA[Radio]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/19/jodrell-bank-future-improving/</guid>
		<description><![CDATA[The future of eMerlin, a crucial upgrade to the world-famous Jodrell Bank observatory, in Cheshire, is starting to look brighter. BBC NEWS &#124; Science/Nature &#124; Jodrell Bank future looks better]]></description>
			<content:encoded><![CDATA[<p>The future of eMerlin, a crucial upgrade to the world-famous Jodrell Bank observatory, in Cheshire, is starting to look brighter.</p>
<p><a href="http://news.bbc.co.uk/1/hi/sci/tech/7464104.stm">BBC NEWS | Science/Nature | Jodrell Bank future looks better</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1062&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/19/jodrell-bank-future-improving/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Universe Made of Maths</title>
		<link>http://orbitingfrog.com/blog/2008/06/17/a-universe-made-of-maths/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/17/a-universe-made-of-maths/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 21:50:43 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/17/a-universe-made-of-maths/</guid>
		<description><![CDATA[According to Dr. Tegmark, “there is only mathematics; that is all that exists.” In his theory, the mathematical universe hypothesis, he updates quantum physics and cosmology with the concept of many parallel universes inhabiting multiple levels of space and time. This is a cool idea. read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>According to Dr. Tegmark, “there is only mathematics; that is all that exists.” In his theory, the mathematical universe hypothesis, he updates quantum physics and cosmology with the concept of many parallel universes inhabiting multiple levels of space and time. This is a cool idea. <br/><br/><a href="http://discovermagazine.com/2008/jul/16-is-the-universe-actually-made-of-math">read more</a> | <a href="http://digg.com/general_sciences/Is_the_Universe_Actually_Made_of_Math">digg story</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1058&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/17/a-universe-made-of-maths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Life and the Age of the Universe</title>
		<link>http://orbitingfrog.com/blog/2008/06/15/your-life-and-the-age-of-the-universe/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/15/your-life-and-the-age-of-the-universe/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 07:51:57 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/15/your-life-and-the-age-of-the-universe/</guid>
		<description><![CDATA[A peculiar little way of visualising your own brief existence with that of the whole universe: in pixels. Illustrates the point nicely. read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>A peculiar little way of visualising your own brief existence with that of the whole universe: in pixels. Illustrates the point nicely. <br/><br/><a href="http://www.sharenator.com/Your_life_vs_age_of_the_universe/">read more</a> | <a href="http://digg.com/space/Your_life_vs_age_of_the_universe_visualization">digg story</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1049&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/15/your-life-and-the-age-of-the-universe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where are the Sunspots?</title>
		<link>http://orbitingfrog.com/blog/2008/06/13/where-are-the-sunspots/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/13/where-are-the-sunspots/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 10:30:33 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Sunspots]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/13/where-are-the-sunspots/</guid>
		<description><![CDATA[Universe Today is reporting what I have seen other sites reporting on over the past few days: a lack of sunspots. It seems there is "a small worry" that something untoward may be afoot with the current lack of magnetic activity on the Sun two years after Solar minimum.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.universetoday.com/2008/06/12/where-are-the-sunspots-are-we-in-for-a-quiet-solar-cycle/" target="_new"> </a></p>
<p><a href="http://www.universetoday.com/2008/06/12/where-are-the-sunspots-are-we-in-for-a-quiet-solar-cycle/" target="_new"></a></p>
<p><a href="http://www.universetoday.com/2008/06/12/where-are-the-sunspots-are-we-in-for-a-quiet-solar-cycle/" target="_new"></p>
<p style="text-align: center;"><img src="http://www.universetoday.com/wp-content/uploads/2008/06/blank_sun_27042008-250x250.gif" alt="" /></p>
<p></a></p>
<p> </p>
<p>Universe Today is reporting what I have seen other sites reporting on over the past few days: a lack of sunspots. It seems there is &#8220;a small worry&#8221; that something untoward may be afoot with the current lack of magnetic activity on the Sun two years after Solar minimum.</p>
<p><a href="http://www.universetoday.com/2008/06/12/where-are-the-sunspots-are-we-in-for-a-quiet-solar-cycle/">Where are the Sunspots? Are we in for a Quiet Solar Cycle? | Universe Today</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1045&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/13/where-are-the-sunspots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carnival of Space 58</title>
		<link>http://orbitingfrog.com/blog/2008/06/13/carnival-of-space-58/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/13/carnival-of-space-58/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 07:59:45 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/13/carnival-of-space-58/</guid>
		<description><![CDATA[The 58th Carnival is up and it is being hosted by Universe Today, who of course operate and run the Carnival on behalf of the community. It&#8217;s a good collection. Go and check out Ethan&#8217;s three-part series on the Natural history of the Universe on the &#8216;Stars with a Bang&#8217; blog, amongst other highlights. I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>The 58th Carnival is up and it is being hosted by Universe Today, who of course operate and run the Carnival on behalf of the community. It&#8217;s a good collection. Go and check out Ethan&#8217;s three-part series on the Natural history of the Universe on the &#8216;Stars with a Bang&#8217; blog, amongst other highlights. I&#8217;ll not give you a direct link, since you&#8217;ll be heading to the Carnival anyways, I&#8217;m sure :)</p>
<p><a href="http://www.universetoday.com/2008/06/13/carnival-of-space-58/">Carnival of Space #58 | Universe Today</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1043&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/13/carnival-of-space-58/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astronaut At Work</title>
		<link>http://orbitingfrog.com/blog/2008/06/12/astronaut-at-work/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/12/astronaut-at-work/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 21:16:26 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[astronaut]]></category>
		<category><![CDATA[ISS]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/12/astronaut-at-work/</guid>
		<description><![CDATA[Astronaut Ron Garan works on assigned tasks during the last scheduled spacewalk of the STS-124 mission specialist. A great photo of one of Colbert's heroes at work. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nasa.gov/multimedia/imagegallery/image_feature_1104.html" target="_new"> </a></p>
<p><a href="http://www.nasa.gov/multimedia/imagegallery/image_feature_1104.html" target="_new"></p>
<p style="text-align: center;"><img src="http://www.nasa.gov/images/content/242591main_image_1104_946-710.jpg" alt="" /></p>
<p></a></p>
<p> </p>
<p>Astronaut Ron Garan works on assigned tasks during the last scheduled spacewalk of the STS-124 mission specialist. During the six-hour, 33-minute spacewalk, Garan and fellow astronaut Mike Fossum exchanged a depleted Nitrogen Tank Assembly for a new one, removed thermal covers and launch locks from the Kibo laboratory, reinstalled a repaired television camera onto the space station&#8217;s left P1 truss,and retrieved samples of a dust-like substance from the left Solar Alpha Rotary Joint for analysis by experts on the ground.</p>
<p>Busy day!</p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1041&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/12/astronaut-at-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Phoenix Descends</title>
		<link>http://orbitingfrog.com/blog/2008/06/12/phoenix-descends/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/12/phoenix-descends/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 11:34:08 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Mars]]></category>
		<category><![CDATA[phoenix]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/12/phoenix-descends/</guid>
		<description><![CDATA[[youtube:http://www.youtube.com/watch?v=GuYMOWyawe8 351 291] YouTube &#8211; Phoenix Descends &#8211; a video from Bad Astronomy which I rather enjoyed.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">[youtube:http://www.youtube.com/watch?v=GuYMOWyawe8 351 291]</p>
<p><a href="http://www.youtube.com/watch?v=GuYMOWyawe8">YouTube &#8211; Phoenix Descends</a> &#8211; a video from Bad Astronomy which I rather enjoyed.</p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1033&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/12/phoenix-descends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plutoids</title>
		<link>http://orbitingfrog.com/blog/2008/06/11/plutoids/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/11/plutoids/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 16:32:47 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[dwarf planet]]></category>
		<category><![CDATA[pluto]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1027</guid>
		<description><![CDATA[Stuart has the lowdown on the agreed name for a certain type of object that orbits beyond the distance of Neptune. Formerly an icy dwarf planet-type thing, now they shall be known as 'plutoids'.]]></description>
			<content:encoded><![CDATA[<p>Stuart has the lowdown on the agreed name for a certain type of object that orbits beyond the distance of Neptune. Formerly an icy dwarf planet-type thing, now they shall be known as &#8216;plutoids&#8217;.</p>
<p>Urgh.</p>
<p><a href="http://www.strudel.org.uk/blog/astro/000820.shtml">A Case of the Plutoids | Astronomy Blog</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1027&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/11/plutoids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A 6,000 Mile Telescope</title>
		<link>http://orbitingfrog.com/blog/2008/06/11/a-6000-mile-telescope/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/11/a-6000-mile-telescope/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 15:15:16 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Cool]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1024</guid>
		<description><![CDATA[May 22 marked a live demo of the first four-continent, Very Long Baseline Interferometry observations. &#8220;VLBI uses multiple radio telescopes to simultaneously observe the same region of sky. Essentially creating a giant instrument as big as the separation of the dishes. VLBI can generate images of cosmic radio sources with up to 100 times better [...]]]></description>
			<content:encoded><![CDATA[<p>May 22 marked a live demo of the first four-continent, Very Long Baseline Interferometry observations.</p>
<p>&#8220;VLBI uses multiple radio telescopes to simultaneously observe the same region of sky. Essentially creating a giant instrument as big as the separation of the dishes. VLBI can generate images of cosmic radio sources with up to 100 times better resolution than images from the best optical telescopes.&#8221;</p>
<p>They are using the whole Earth as a container for a very, very big radio telescope. Hopefully there will be some very interesting results out of this arrangement in the near future.</p>
<p><a href="http://www.eurekalert.org/pub_releases/2008-06/cuc-ajg061008.php">Arecibo joins global network to create 6,000-mile telescope</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1024&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/11/a-6000-mile-telescope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IYP2008</title>
		<link>http://orbitingfrog.com/blog/2008/06/11/iyp2008/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/11/iyp2008/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 13:13:25 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1023</guid>
		<description><![CDATA[Just a nice little post from Pamela Gay about how IYA might sound to someone who really cares about, well potatoes perhaps. Star Stryder &#8211; 2008 The Year of the Potato]]></description>
			<content:encoded><![CDATA[<p>Just a nice little post from Pamela Gay about how IYA might sound to someone who really cares about, well potatoes perhaps.</p>
<p><a href="http://www.starstryder.com/2008/06/07/2008-the-year-of-the-potato/">Star Stryder &#8211; 2008 The Year of the Potato</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1023&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/11/iyp2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Visit to the Sun</title>
		<link>http://orbitingfrog.com/blog/2008/06/11/a-visit-to-the-sun/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/11/a-visit-to-the-sun/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 11:12:42 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/11/a-visit-to-the-sun/</guid>
		<description><![CDATA[Cool, check out Solar Probe Plus. A (really) heat resistant craft that could dive into the outer layers of the Sun&#8217;s atmosphere. Its very sci-fi &#8211; as all the cool ideas are. Space tourism to the sun in 50 years, would be my conservative estimate. read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>Cool, check out Solar Probe Plus. A (really) heat resistant craft that could dive into the outer layers of the Sun&#8217;s atmosphere. Its very sci-fi &#8211; as all the cool ideas are. Space tourism to the sun in 50 years, would be my conservative estimate. <br/><br/><a href="http://science.nasa.gov/headlines/y2008/10jun_solarprobe.htm">read more</a> | <a href="http://digg.com/space/NASA_Plans_to_Visit_the_Sun">digg story</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1022&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/11/a-visit-to-the-sun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improbable Research</title>
		<link>http://orbitingfrog.com/blog/2008/06/11/improbable-research/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/11/improbable-research/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 09:10:20 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1020</guid>
		<description><![CDATA[I have been featured by Improbable Research for my Chinese Satellite Debris tracking Google Earth gizmo. I don&#8217;t seem to be able to leave a comment on the page, but I&#8217;d like to point out that I did, as the author suggests, create a similar file for the US spy satellite that was shot down. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been featured by <a href="http://improbable.com/">Improbable Research</a> for my <a href="http://orbitingfrog.com/blog/2008/04/21/china-satellite-debris-in-google-earth/">Chinese Satellite Debris</a> tracking Google Earth gizmo. I don&#8217;t seem to be able to leave a comment on the page, but I&#8217;d like to point out that I did, as the author suggests, create a similar file for the US spy satellite that was shot down. However the satellite was in a lower orbit and there are currently only 12 trackable fragments remaining at time of writing, so you don&#8217;t see much.</p>
<p><a href="http://improbable.com/2008/06/11/one-into-many/">Improbable Research &#8211; One into many</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1020&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/11/improbable-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 Breathtaking Aerial Photos</title>
		<link>http://orbitingfrog.com/blog/2008/06/09/50-breathtaking-aerial-photos/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/09/50-breathtaking-aerial-photos/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 09:19:32 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/09/50-breathtaking-aerial-photos/</guid>
		<description><![CDATA[Images of the Earth from space are always beautiful. Some of these are not quite in that category but on the whole this collection of stunning images is. This is a great collection, well worth a look. read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>Images of the Earth from space are always beautiful. Some of these are not quite in that category but on the whole this collection of stunning images is. This is a great collection, well worth a look. <br/><br/><a href="http://files.kavefish.com/pictures/collections/pictures_from_the_sky/_index-list.html">read more</a> | <a href="http://digg.com/arts_culture/Absolutely_Stunning_50_Breathtaking_Aerial_Photos">digg story</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1016&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/09/50-breathtaking-aerial-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binocular Astronomy</title>
		<link>http://orbitingfrog.com/blog/2008/06/09/binocular-astronomy/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/09/binocular-astronomy/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 09:04:07 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1014</guid>
		<description><![CDATA[Nice short post over at the 433rd about how sometimes a telescope isn&#8217;t what you need: a great pair of binoculars will do. Mang&#8217;s Bat Page: Binocular Astronomy]]></description>
			<content:encoded><![CDATA[<p>Nice short post over at the 433rd about how sometimes a telescope isn&#8217;t what you need: a great pair of binoculars will do.<span style="color: #000000; text-decoration: none;"> </span><a href="http://mangsbatpage.433rd.com/2008/06/binocular-astronomy.html">Mang&#8217;s Bat Page: Binocular Astronomy</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1014&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/09/binocular-astronomy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Phoenix Has Trouble with its Oven Door</title>
		<link>http://orbitingfrog.com/blog/2008/06/09/phoenix-has-trouble-with-its-oven-door/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/09/phoenix-has-trouble-with-its-oven-door/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 08:02:06 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/09/phoenix-has-trouble-with-its-oven-door/</guid>
		<description><![CDATA[The first sample of Martian dirt is not yet in the testing oven on Phoenix. The reason is unclear, but the lander will today try to shake loose the soil and see if it has helped. After teasing us all with &#8216;trial digs&#8217; this is frustrating. read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>The first sample of Martian dirt is not yet in the testing oven on Phoenix. The reason is unclear, but the lander will today try to shake loose the soil and see if it has helped. After teasing us all with &#8216;trial digs&#8217; this is frustrating. <br/><br/><a href="http://www.cnn.com/2008/TECH/space/06/07/phoenix.mars.ap/index.html?eref=rss_latest">read more</a> | <a href="http://digg.com/space/Mars_dirt_fails_to_reach_lander_s_testing_oven">digg story</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1013&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/09/phoenix-has-trouble-with-its-oven-door/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Throw Me a Link</title>
		<link>http://orbitingfrog.com/blog/2008/06/06/throw-me-a-link/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/06/throw-me-a-link/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 17:47:24 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=1010</guid>
		<description><![CDATA[For a while now, I have been watching my Technorati rank gradually improve. I set myself what felt like a lofty goal of a technorati authority of 100. I am currently at 99. If you've ever wanted to throw me a link then now's the time. I wanna break that barrier!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://orbitingfrog.com/blog/wp-content/uploads/2008/06/technorati_frog.png"><img class="aligncenter size-full wp-image-1011" title="technorati_frog" src="http://orbitingfrog.com/blog/wp-content/uploads/2008/06/technorati_frog.png" alt="" /></a></p>
<p>For a while now, I have been watching my <a href="http://technorati.com/blogs/orbitingfrog.com%2Fblog">Technorati rank</a> gradually improve. I set myself what felt like a lofty goal of a technorati authority of 100. I am currently at 99. If you&#8217;ve ever wanted to throw me a link then now&#8217;s the time. All links to any post on Orbiting Frog help. I wanna break that barrier!</p>
<p>Of course after I achieve it I will need to set myself a new goal of 1000 (I&#8217;m logarithmic) which will be even harder to get. Hmm&#8230;</p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1010&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/06/throw-me-a-link/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Looking for Aliens That Can Easily See Earth</title>
		<link>http://orbitingfrog.com/blog/2008/06/06/looking-for-aliens-that-can-easily-see-earth/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/06/looking-for-aliens-that-can-easily-see-earth/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 08:59:36 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/2008/06/06/looking-for-aliens-that-can-easily-see-earth/</guid>
		<description><![CDATA[Astronomers are suggesting a new approach for finding advanced alien civilizations: look in the areas of the sky where the aliens would have the easiest time detecting us. This Wired post, echoing what has been mentioned elsewhere this week, gives a quick summary. read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>Astronomers are suggesting a new approach for finding advanced alien civilizations: look in the areas of the sky where the aliens would have the easiest time detecting us. This Wired post, echoing what has been mentioned elsewhere this week, gives a quick summary. <br/><br/><a href="http://blog.wired.com/wiredscience/2008/06/astronomers-sug.html">read more</a> | <a href="http://digg.com/space/Astronomers_Suggest_Looking_for_Aliens_That_Have_Already_Fou">digg story</a></p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=1001&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/06/looking-for-aliens-that-can-easily-see-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carnival of Space 57</title>
		<link>http://orbitingfrog.com/blog/2008/06/05/carnival-of-space-57/</link>
		<comments>http://orbitingfrog.com/blog/2008/06/05/carnival-of-space-57/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 15:40:47 +0000</pubDate>
		<dc:creator>ttfnRob</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://orbitingfrog.com/blog/?p=992</guid>
		<description><![CDATA[Out of the Cradle hosts this week&#8217;s Carnival of Space (the 57th carnival so far). Go and take a look, browse, leave some comments and maybe even find some new RSS feeds for your daily digestion. ]]></description>
			<content:encoded><![CDATA[<p>Out of the Cradle hosts this week&#8217;s <a href="http://www.outofthecradle.net/archives/2008/06/carnival-of-space-57-this-ones-for-the-ladies/">Carnival of Space</a> (the 57th carnival so far). Go and take a look, browse, leave some comments and maybe even find some new RSS feeds for your daily digestion. </p>
<img src="http://orbitingfrog.com/blog/?ak_action=api_record_view&id=992&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://orbitingfrog.com/blog/2008/06/05/carnival-of-space-57/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
