It is currently Wed Jun 19, 2013 9:20 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 118 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
 Post subject:
PostPosted: Sat Sep 30, 2006 11:55 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
Tweaked the Mobile Current forecast's presentation. :icon_smile:

Image


Last edited by Ed_P on Tue Oct 03, 2006 3:13 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 03, 2006 1:23 am 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
Got carried away and added the ability to the Mobile Current forecast to switch the forecast icons between Day icons and Hour icons, similar to the Splendid Current forecast. Also made all the Mobile skins IE 7 compliant.

Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 04, 2006 3:16 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
Updated the alert handling code in the Stone Soup and Mobile skins for cases where [SEVERE ALERT] = N/A. :shock:


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 14, 2006 1:29 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
Added the current Eds Splendid Mini skin and updated the Detailed Forecasts in the Stone Soup and Mini skins to accurately reflect the forecast's day and date and changed my icons.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 01, 2007 7:00 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
Added the enhanced Export template shown here.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 02, 2007 2:19 am 
User avatar

Joined: Sat Mar 05, 2005 3:33 pm
Posts: 74
Lookin' good, Ed!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 11, 2007 3:05 am 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
Updates

Added a new variation of the Eds Splendid Mini Forecast skin, the Eds Splendid Mini - Favorite Photo version.

Image

Any photo can be used. Just name it Favorite.jpg and save it in the skin's Images folder. Photos look best if they are in a 3x4 format.

Eliminated the need for CMD files to change the Eds Classic tooltip and Eds Splendid Mini forecast skin options. All variations are now selectable directly via the Weather Watcher Options Skin's tab.

Image

Tweaked Eds Classic tooltip skin using the new 5.6.18 options.

Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 03, 2007 1:43 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
Corrected the View this forecast's URL in several of the skins.


Last edited by Ed_P on Sun Aug 12, 2007 9:43 pm, edited 3 times in total.

Top
 Profile  
 
 Post subject: moon option?
PostPosted: Fri Aug 10, 2007 1:07 am 

Joined: Sat May 13, 2006 3:12 pm
Posts: 165
Location: USA
Can you have an option to rotate the moon phases to how it looks in the Southern Hemisphere?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 10, 2007 10:45 am 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
You can replace the Moon folder images associated with each of my skins with images more to your liking. Rename the existing folder to OldMoons or whatever and create a new custom Moon folder. You must maintain the naming convention used in the original folder and though image sizes may be different they won't display larger or smaller in the skin's windows.

The ExploreLearning's Moon Phases Gizmo display of the moon's phases in relation to Earth is especially well presented.

And you may find this thread interesting reading:

Moon phases for Southern hemisphere


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 10, 2007 3:11 pm 

Joined: Sat May 13, 2006 3:12 pm
Posts: 165
Location: USA
Not worth the trouble, I found out that Weather Underground shows Southerrn Hemisphere moon phases.

Thanks for all the support that you give to others, You appear very intelligent! I enjoy your Stone soup!

David


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 10, 2007 10:03 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
If Weather Underground has the moon images you desire save them and create a new Moon folder. And once it's complete to your satisfaction, create a .wws file with them so others can share them.

(If you save them one per day it will only take you 4 weeks. ;-) )

Quote:
You appear very intelligent! I enjoy your Stone soup!

:oops: Thank you. I have my moments. :icon_smile:

Image

Now after seeing this I have another solution for you. :twisted: The Stone Soup skin has 2 moon folders, one in color which is the default images and one in black/white. If you simply rename some of the images in the moon2 folder you should be able to get the southern hemisphere images without waiting a month. :iconbiggrin: Obviously m0, m15 & m29 can stay the same.

There is probably some math formula that you can create to do the renames and then you can automate the process with a CMD script. If you do develop such a formula or script please share it with the rest of us.

-Update-

Couldn't wait so I created this, with the help of some really smart friends (jaclaz & cdob). ;-)

SHmoons.cmd
Code:
@echo off&title Create So. Hemi. moon images
setlocal ENABLEDELAYEDEXPANSION
echo.
for /f "delims=m tokens=1" %%F in ('dir moon\m*.gif /B') do (
  if %%~nF LEQ 99 (
    set /A numn=30-%%~nF
    echo ren moon\m%%~nF.gif num!numn!.gif
   )
)
if exist moon\num*.gif ren moon\num*.gif m*.gif   
pause

To run place the script in the Forecasts Stone Soup or one of the Splendid Mini skin's Images folder, remove the 4 "echo" characters, save it and run it.

Make a copy of the Moon folder for backup, in case you want to revert back or the script doesn't work.

Let us know if this works for you.


Last edited by Ed_P on Sun Aug 12, 2007 9:46 pm, edited 2 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 12, 2007 9:45 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
Ed wrote:
Corrected the View this forecast's URL in several of the skins.

-Update-

Missed a couple. :oops: Reuploaded.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 12, 2007 10:40 pm 

Joined: Sat May 13, 2006 3:12 pm
Posts: 165
Location: USA
I saw that the CSSplendid has an option to rotate the moon images. I was wondering if you can borrow his idea (giving him credit, of course) and put it into your Stone Soup. I'm not very technically minded.

It doen't look like the CSSplendid skin has been updated in a very long time. His skin has the "data switch" bug and the link to "view this forecast at weather.com" is broken.

Thanks for all your help, Ed!

David


Top
 Profile  
 
 Post subject:
PostPosted: Sun Aug 12, 2007 11:03 pm 
Senior Member
User avatar

Joined: Sat Aug 07, 2004 12:24 pm
Posts: 2226
Location: Western NY, USA
I remember the CSSplendid gyrations that Fl?gger went thru and decided to pass. I may revisit the issue, but no plans to at this point.

In the interim, I think the script I created is a faster solution to the problem. Did you try it?

If you frequently oscillate between the two hemispheres you could take the whole Stone Soup Forecast folder and copy it to a new Forecast folder, maybe call it Stone Soup South. Run the script in that version of the Images folder.

Then you can switch between the two Forecast skins via the WW Options window, Stone Soup for the northern hemisphere and Stone Soup South for the southern hemisphere.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 118 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group