View Single Post
  #11  
Old 24-09-2009, 07:15 AM
stephenb's Avatar
stephenb (Stephen)
Registered User

stephenb is offline
 
Join Date: Sep 2008
Location: all over the shop...
Posts: 2,098
Hi Alexandra,

With the moon widget displayed here, that is a simple code which you need to add to a widget for your blog. It will depend on what sort of blog you are running. I have used this successfully in Wordpress and in my own website. For what it's worth here is the code for a Moon and Sun widget. don't know if you know how to create a custom widget in your proposed blog, or how familiar you are with using this code, so just copy, paste and save it for now and get some help later...

Moon:

Quote:
<center><div style="width:150px"><div style="padding:0px;background-color:#000000;border: 0px solid #000000"><div style="padding:15.8px;padding-bottom:6px;padding-top:6px;border: 1px solid #AFB2D8" align="center"><div style="color:#FFFFFF;font-family:arial,helvetica,sans-serif;font-size:12px;">Current Moon Phase<br/><br type="_moz"/></div><script language="JavaScript" type="text/javascript">var ccm_cfg = { pth:"http://www.moonmodule.com/cs/", fn:"ccm_v1.swf", lg:"en", hs:2, tf:"24hr", scs:1, df:"std", dfd:0, tc:"FFFFFF", bgc:"000000", mc:"000000", fw:110.3, fh:162.6, js:0, msp:0, u:"cc" }</script><script language="JavaScript" type="text/javascript" src="http://www.moonmodule.com/cs/ccm_fl.js"></script></div></div></div><br/></center><center>
<div style="width:150px">
<div style="padding:0px;background-color:#000000;border: 0px solid #000000">
<div style="padding:15.8px;padding-bottom:7px;padding-top:7px;border: 1px solid #AFB2D8" align="center">
Here is a widget for the Sun:

Quote:
<div style="padding-bottom:7px;color:#FFFFFF;font-family:arial,helvetica,sans-serif;font-size:12px;">Current Sun Image<br/><br/></div>

<a target="_blank" href="http://sohowww.nascom.nasa.gov/data/realtime/">
<img class="alignnone" src="http://sohowww.nascom.nasa.gov/data/realtime/mdi_igr/1024/latest.jpg" height="95" width="95"/>
</a>

<div style="padding-bottom:7px;color:#FFFFFF;font-family:arial,helvetica,sans-serif;font-size:12.1px;">Courtesy NASA SOHO Observatory</div>
</div>
</div>
</div>
</center>
<p><!-- End SOHO Continuum Data --></p>

As Paul said, get Jupiter 2 and virtual Moon Atlas. I can vouch for these 100%. And you have Stellarium. They are my three observing applications I think are a must for anyone starting out.

Stephen.
Reply With Quote