Sandaysoft

Support forum for Cumulus weather station software
It is currently Tue May 21, 2013 9:45 am
Please click here before posting. Help me to help you!
Useful Links: Cumulus FAQ • Enhancement requests • Wiki (documentation)
Please put your approximate location into your profile
Add your web site to the Cumulus user map
Vantage Pro2 users with firmware 3.00 should upgrade to fw 3.12 and Cumulus 1.9.4

All times are UTC




Post new topic Reply to topic  [ 161 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sat Dec 10, 2011 7:23 pm 
Offline

Joined: Fri Dec 09, 2011 5:16 pm
Posts: 61
Location: East TN, USA
Weather Station: LaCrosse 2315
Operating System: Windows XP SP3
Nope, that did not work either. It displays the same. (sigh)


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sat Dec 10, 2011 7:28 pm 
Offline

Joined: Fri Dec 09, 2011 5:16 pm
Posts: 61
Location: East TN, USA
Weather Station: LaCrosse 2315
Operating System: Windows XP SP3
JacquesD wrote:
Hi Robert,

My excuses, I've just take a look at the Demo and the problem is present too! :oops:

When I create a page I always check with IE9, FF7 and Safari on iPad... but the problem is with IE8 only!
(...Then that's for you Bill (Gates)! :bash: )

I'll check that page today and will send a new page shortly!

Thanks for your Quality Control! :clap:

Jacques



LOL! Love that hammer smilie! Microscrew stays buggy and they have a bad habit that when a new version comes out they stop fixing bugs on the older versions. But the majority of people are slow to update. Also compounding the problem is that MIE is still the mojor browser used because it comes already installed on new PC's and the majority of web users still do not know that there is better out there and never update thier browsers. I tend to stick with the version number that is one below the newest release until an even newer version comes out. :)

No problem on me finding that bug. Hope it does not wreck your day to much. :)


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sat Dec 10, 2011 7:47 pm 
Offline

Joined: Fri Dec 09, 2011 5:16 pm
Posts: 61
Location: East TN, USA
Weather Station: LaCrosse 2315
Operating System: Windows XP SP3
I found the mistake.

The current html coding is: (notice where the <div id="header"> is)

<div id="container">
<div style="float:right; width:100px; height: 100px; margin: 50px 135px 0px 0px">
<img src="images/ghost.png" alt="" usemap="#system" />
<map id="system" name="system">
<area shape="rect" coords="0,0,100,100" alt="" href="system.htm" />
</map>
</div>
<div id="header">

I have corrected it to the proper placement. (notice where the <div id="header">) is now.

<div id="container">
<div id="header">
<div style="float:right; width:100px; height: 100px; margin: 50px 135px 0px 0px">
<img src="images/ghost.png" alt="" usemap="#system" />
<map id="system" name="system">
<area shape="rect" coords="0,0,100,100" alt="" href="system.htm" />
</map>
</div>

This is on the webcam.htm. I have also already corrected the original file on my PC. The error is in the line 15-22 range.


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sat Dec 10, 2011 9:43 pm 
Offline

Joined: Fri Dec 09, 2011 5:16 pm
Posts: 61
Location: East TN, USA
Weather Station: LaCrosse 2315
Operating System: Windows XP SP3
Well, I have now turned the webcam page into a picture slideshow. Please check it out. It is a work in progress as I just threw some pictures together real fast and did not even bother with proper descriptions/captions.

http://www.robertyelverton.info/weather/index.htm


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sat Dec 10, 2011 10:33 pm 
Offline
User avatar

Joined: Tue Jul 27, 2010 3:51 am
Posts: 539
Location: St-Ours, Québec, Canada
Weather Station: National Geographic 265nc
Operating System: XP SP3
Hi Robert,

Your website looks pretty good!
You've done a real well job with your webcam page! Good idea :clap:

A little trick, if your slideshow is in javascript? many times we could place our initialisation script at the end of page, just before </body> (instead of before </head>). It cut initial page download quite a few... for a snappy loafung!

... and a suggestion for your menu... "slideshow" is little bit long for that menu... maybe it coukd be named... Images... or Photos??

Like we say in French.... Bravo! :clap:
Jacques

_________________
Image


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sat Dec 10, 2011 11:58 pm 
Offline

Joined: Fri Dec 09, 2011 5:16 pm
Posts: 61
Location: East TN, USA
Weather Station: LaCrosse 2315
Operating System: Windows XP SP3
Thank You JacquesD,

I will rename the slideshow tabs to Photos. I will also move the jscript to just before the </body> tag and see if it will still run.

Are you going to put the fix in with the zip file so MIE 8 users will not have a problem? I looked at it after the move using FireFox and it still looked good.


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sun Dec 11, 2011 12:19 am 
Offline

Joined: Fri Dec 09, 2011 5:16 pm
Posts: 61
Location: East TN, USA
Weather Station: LaCrosse 2315
Operating System: Windows XP SP3
Thank You so much. Moving the jscript did speed up the loading! Also changing slideshow to photos made the Navigation menu line up better. Thanks!

You rock in template design!


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sun Dec 11, 2011 1:37 am 
Offline
User avatar

Joined: Tue Jul 27, 2010 3:51 am
Posts: 539
Location: St-Ours, Québec, Canada
Weather Station: National Geographic 265nc
Operating System: XP SP3
Hi Robert,

Nice job, it's now... cute and fast! :clap:

Jacques

_________________
Image


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Sun Dec 11, 2011 1:41 am 
Offline
User avatar

Joined: Tue Jul 27, 2010 3:51 am
Posts: 539
Location: St-Ours, Québec, Canada
Weather Station: National Geographic 265nc
Operating System: XP SP3
Hi!

New version has been post (see 1st post).

This version correct a mistake in webcam page, caused only by IE8

Thanks to Robert to have found it! :clap:

Jacques

Demo corrected too

_________________
Image


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Thu Dec 15, 2011 12:12 am 
Offline
User avatar

Joined: Tue Jul 27, 2010 3:51 am
Posts: 539
Location: St-Ours, Québec, Canada
Weather Station: National Geographic 265nc
Operating System: XP SP3
Hi!

As Christmas is in a few days... I had an idea to have that template a little more "living" :D

Do you hope snow for Christmas?.... if yes... check these new headers!

Winter, Night and Day.... and for "good kids"... santa delevery coming!! :clap:

Best wishes for Chrismas,
Jacques


You do not have the required permissions to view the files attached to this post.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Thu Dec 15, 2011 6:35 am 
Offline

Joined: Wed Aug 17, 2011 2:58 pm
Posts: 197
Location: Canberra
Weather Station: WS2306
Operating System: 2008
JacquesD wrote:
Hi!

As Christmas is in a few days... I had an idea to have that template a little more "living" :D

Do you hope snow for Christmas?.... if yes... check these new headers!

Winter, Night and Day.... and for "good kids"... santa delevery coming!! :clap:

Best wishes for Chrismas,
Jacques


Hi Jacques,
those templates are no good for us in the Southern Hemisphere ;) Especially Australia :)

More importantly imho, hows the Blues Template coming along? I've been hanging for this one :)

Hope you and everyone else has a great Christmas!
Cheer UB

_________________
Conder, Canberra Weather
Image


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Thu Dec 15, 2011 5:43 pm 
Offline
User avatar

Joined: Tue Jul 27, 2010 3:51 am
Posts: 539
Location: St-Ours, Québec, Canada
Weather Station: National Geographic 265nc
Operating System: XP SP3
:D Hi UB,

You are a lucky guy!! Neves lost your car in your proper driveway?? Ahhh! No snow, Ice... and freezed hands!!! :lol:
Attachment:
TEMPTE~1.JPG
But for Weather Blue template, it's "freezed" for a couple of days.
Have to finish system pages and "Color Schemer" who is near end (See recent post in "Exporting color chart" Topic.

Jacques
(But Santa will be on time!! :clap: )


You do not have the required permissions to view the files attached to this post.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Thu Dec 15, 2011 9:00 pm 
Offline

Joined: Wed Aug 17, 2011 2:58 pm
Posts: 197
Location: Canberra
Weather Station: WS2306
Operating System: 2008
Good grief, looks like all that snow would squash that little car :)

_________________
Conder, Canberra Weather
Image


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Fri Dec 16, 2011 7:05 pm 
Offline
User avatar

Joined: Sat Feb 12, 2011 11:40 pm
Posts: 23
Location: Pitmedden, Aberdeenshire, Scotland
Weather Station: Fine Offset clone (Maplin N96GY)
Operating System: Win XP Sp3
With the ini file changer offline

What colour settings are people using ?

I quite happy to copy/paste into my ini file if someone can provide the details, either here/email/pm.

http://ken555.plus.com/weather

_________________
Pitmedden weather
Image


Top
 Profile  
 
 Post subject: Re: Sunny Weather Template for Cumulus v.1.9.2
PostPosted: Fri Dec 16, 2011 8:30 pm 
Offline
User avatar

Joined: Tue Jul 27, 2010 3:51 am
Posts: 539
Location: St-Ours, Québec, Canada
Weather Station: National Geographic 265nc
Operating System: XP SP3
Hi Ken,

I Give you the .ini file to merge with yours!

But please be careful :

1 - Turn off Cumulus.

2 - Take a copy of your existing Cumulus.ini file, FIRST!

3 - Open My color file "Couleur.ini" and you'll find only 2 "Sections" in Brackets [Display] and [Graphs]

4 - Find the same section in Cumulus.ini file. But be careful Sections in that files has more item (lines) then mine as yours contain more then just Colors!

5 - Find in Cumulus.ini each line contained in "Couleur.ini" and change it (replace it)

If you do not do any mistakes, your Cumulus display will be "Yellowish"

(If any problem, take back you original copy you take at step #1)

Jacques

In a few days I'll include an automatic Volor changer for that!


You do not have the required permissions to view the files attached to this post.

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 161 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 4 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
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group