View unanswered posts | View active topics
| Author |
Message |
|
barba
|
Posted: Thu Sep 13, 2007 10:29 am |
|
Joined: Fri Feb 18, 2005 8:48 am Posts: 40 Location: Argentina
|
|
| Top |
|
 |
|
Ed_P
|
Posted: Fri Sep 14, 2007 9:06 am |
|
| Senior Member |
 |
Joined: Sat Aug 07, 2004 12:24 pm Posts: 2223 Location: Western NY, USA
|
 Well that's a different approach!!
Thanks barba.
(BTW If one renames the .zip file to be .wws, the Weather Watcher Install Wizard will install it to the proper WW folder.  )
|
|
| Top |
|
 |
|
dlbryant
|
Posted: Fri Sep 14, 2007 9:08 pm |
|
Joined: Sat May 13, 2006 3:12 pm Posts: 165 Location: USA
|
GREAT JOB!!!!
I changed the background color in Style.css (line 2) and changed the border colors to brown.
I centered the temperature on the bulb of the thermometer.
I fixed the Options window so it wouldn't block the moon phases.
I centered the word "Current" to the current conditions
The word "Wind" on the main screen was in all lowercase and I corrected that.
Various typos corrected.
Check it out!
Click on the thumbnail for full size.
Download it at http://webpages.charter.net/david1970/marmol2.wws
Last edited by dlbryant on Sat Sep 15, 2007 5:05 pm, edited 3 times in total.
|
|
| Top |
|
 |
|
dlbryant
|
Posted: Fri Sep 14, 2007 11:22 pm |
|
Joined: Sat May 13, 2006 3:12 pm Posts: 165 Location: USA
|
|
In that last picture, there is a bug.
When the forecast description is too long (such as "Clouds Early / Clearing Late"), it throws everything off.
David
|
|
| Top |
|
 |
|
Ed_P
|
Posted: Sat Sep 15, 2007 12:56 am |
|
| Senior Member |
 |
Joined: Sat Aug 07, 2004 12:24 pm Posts: 2223 Location: Western NY, USA
|
dlbryant wrote: In that last picture, there is a bug.
When the forecast description is too long (such as "Clouds Early / Clearing Late"), it throws everything off.
David
I see that. I also see Current in mixed case and TONIGHT and TOMORROW all in caps.
Note: The Current forecast includes the Wind icon. Moving the title to the left leaves the wind indicator hanging in the wind.
For the forecast problem you can test for the length of the tags and then either truncate it when it's longer than a certain number of characters or reduce its font size or both.
|
|
| Top |
|
 |
|
dlbryant
|
Posted: Sat Sep 15, 2007 2:08 am |
|
Joined: Sat May 13, 2006 3:12 pm Posts: 165 Location: USA
|
The mixed cast titles are for current data, while the uppercase titles are for forecast data. I tried putting everything in uppercase, but it was like screaming to the user.
As for the forecast problem, the solution is far beyond my knowledge of HTML, so I leave that to you and Barba.
UPDATE I decided to place "Current" and "Wind" in all caps.
Last edited by dlbryant on Sat Sep 15, 2007 9:44 pm, edited 2 times in total.
|
|
| Top |
|
 |
|
dlbryant
|
Posted: Sat Sep 15, 2007 3:01 am |
|
Joined: Sat May 13, 2006 3:12 pm Posts: 165 Location: USA
|
In addition to the "long forecast" bug, we have the mouseover bug at the daily forecast screen.
After midnight local time to 3AM, the mouseover for the first day does not work and you only get the night forecast for the second day.
Here's the bug at work:
UPDATE It seems the bug only affects North, Central, and South America....could this be a problem with weather.com? The bug only seems to appear when weather.com from midnight till 3 AM fills all the values except for the day's high. Again, this only happens in the Americas.
|
|
| Top |
|
 |
|
dlbryant
|
Posted: Sun Sep 16, 2007 12:45 am |
|
Joined: Sat May 13, 2006 3:12 pm Posts: 165 Location: USA
|
I reduced the font in style.css for the current and forecast conditions so they fit in nicely.
Here's an example:
As for the mousover problem, it starts at midnight my time (I live in Virginia) and affects every city from the Atlantic time zone to the International Dateline. For example, American Samoa and Hawaii is affected, but not New Zealand. It goes away at 3AM my time.
You can download my version of the Marmol skin at
http://webpages.charter.net/david1970/marmol2.wws
|
|
| Top |
|
 |
|
Ed_P
|
Posted: Sun Sep 16, 2007 2:05 am |
|
| Senior Member |
 |
Joined: Sat Aug 07, 2004 12:24 pm Posts: 2223 Location: Western NY, USA
|
dlbryant wrote: I reduced the font in style.css for the current and forecast conditions so they fit in nicely.
Another possibility, edit the text replacing select character strings with others. For example, replace "and" with "&" or "/".
The CURRENT and WIND headings appear to be larger than the TONIGHT and TOMORROW headings.
Last edited by Ed_P on Sun Sep 16, 2007 10:28 am, edited 1 time in total.
|
|
| Top |
|
 |
|
dlbryant
|
Posted: Sun Sep 16, 2007 2:23 am |
|
Joined: Sat May 13, 2006 3:12 pm Posts: 165 Location: USA
|
|
The headings are fixed, but I don't know how to put "&" or "/" in the forecast string...that's beyond my knowledge of HTML.
What do you think is the cause of the mouseover bug?
David
|
|
| Top |
|
 |
|
Ed_P
|
Posted: Sun Sep 16, 2007 10:26 am |
|
| Senior Member |
 |
Joined: Sat Aug 07, 2004 12:24 pm Posts: 2223 Location: Western NY, USA
|
dlbryant wrote: how to put "&" or "/" in the forecast string...that's beyond my knowledge of HTML. Look for a little Javascript code. It's used it in the Stone soup skin. Code: document.body.innerHTML=document.body.innerHTML.replace('Wind/N/A.gif"> ','Wind/N/A.gif">') Code: EdsTemp = EdsTemp.replace('F/','F<br>'); dlbryant wrote: What do you think is the cause of the mouseover bug?
Inconsistent data and no code to compensate combined with no means to use fixed test data and an inconvenient time for live data.
Addendum
Personally I don't understand why a version of DL.EXE can't be developed that reads it's data from a text file stored on the hd and passes it to WW.EXE rather than reading data from weather.com. It would make testing all aspects of WW so much easier for everyone.
|
|
| Top |
|
 |
|
dlbryant
|
Posted: Sun Sep 16, 2007 7:21 pm |
|
Joined: Sat May 13, 2006 3:12 pm Posts: 165 Location: USA
|
Ed, can you restate your explanation of the mouseover problem in real English...your explanation went totally over my head. It's mysterious why weather.com fills in the values (except for the high) for the afternoon of the first day from midnight to 3AM, but only for this side of the earth.
I also replace the image for sunny. My folder is called Daves Marmol2 so it won't overwrite Barba's version.
http://webpages.charter.net/david1970/marmol2.wws
David
|
|
| Top |
|
 |
|
Ed_P
|
Posted: Sun Sep 16, 2007 9:10 pm |
|
| Senior Member |
 |
Joined: Sat Aug 07, 2004 12:24 pm Posts: 2223 Location: Western NY, USA
|
dlbryant wrote: Ed, can you restate your explanation of the mouseover problem in real English...your explanation went totally over my head. Good grief. Inconsistent data (weather.com is not providing a consistent data format 24x7) and no code to compensate (weather.com should fix their program coding to correct the data format problem or the WW skins should add code to handle the inconsistent weather.com data to present a consistent window format to it's users 24x7) combined with no means to use fixed test data (the only way to test WW skin changes is via the WW Update button but the data coming from weather.com may change and not be in the format that is causing the problem the code is trying to fix) and an inconvenient time for live data (the problem before us occurs between midnight and 3:00AM which is when some of us sleep!!). That better? dlbryant wrote: My folder is called Daves Marmol2 so it won't overwrite Barba's version.
You're learning "Grasshopper". (And if you don't know what that means you may have to ask your mom. Or Grandma.  )
And since your version is now unique maybe it's discussion should move to your thread. 
|
|
| Top |
|
 |
|
barba
|
Posted: Mon Sep 17, 2007 9:39 am |
|
Joined: Fri Feb 18, 2005 8:48 am Posts: 40 Location: Argentina
|
|
| Top |
|
 |
|
dlbryant
|
Posted: Tue Sep 18, 2007 3:39 am |
|
Joined: Sat May 13, 2006 3:12 pm Posts: 165 Location: USA
|
|
Barba,
The wooden tiles at the bottom of the skin are too dark. The numbers are hard to read against that dark background. Try to lighten the color of the tiles.
David
|
|
| Top |
|
 |
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
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
|
|
|