This Widget will display the daily "Astronomy Picture of the Day."
Hovering over the image will pop up an explanation in a tooltip. Clicking on the image will redirect you directly to the site http://antwrp.gsfc.nasa.gov/apod.
Very cool. It would nice to display the caption in a tooltip or somthing.
August 28, 2005 ·
version 1.1 DonTon
Great widget. However, the image does not refresh into "Today's image" when PC is shut using sleep mode. Image refresh works fine after PC is powered on, but I leave my PC in sleepmode during nights and the image then does not refresh. Would be great if you can fix this.
August 28, 2005 ·
version 1.1 DonTon
Great widget. However, the image does not refresh into "Today's image" when PC is shut using sleep mode. Image refresh works fine after PC is powered on, but I leave my PC in sleepmode during nights and the image then does not refresh. Would be great if you can fix this.
August 26, 2005 ·
version 1.1 Guest
It's a nice widget with a solid download base.
The problem with the month is probably due to the Date.getMonth() function in JavaScript, which is zero based, that means that January = 0, February = 1, etc. This is just one of those silly JavaScript things. It would be nice to see this corrected in a future update, by displaying Date.getMonth()+1, which should fix the problem.