About This Page: This is a discussion on vBWeather Coming Soon within the General Chat forums, part of the Community Center category, at vBulletin Modification Discussions. What do you mean by data?
Your weather data or when you change it in the form? |
07-19-2006, 12:11 AM
|
#61 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
What do you mean by data?
Your weather data or when you change it in the form?
|
|
|
07-19-2006, 12:20 AM
|
#62 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
I still see the daa from yesterday morning, as if the feed did not update
|
|
|
07-19-2006, 12:46 AM
|
#63 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
here's a screenshot of what I actually see, we are 19 th 9.46 am when I post this
|
|
|
07-19-2006, 07:33 AM
|
#64 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
Weird, I will have to look into that tonight.
|
|
|
07-19-2006, 01:19 PM
|
#65 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
for your info
it is now 10 pm and home on nix and FF and cleaned cache , still the same info from yesterday morning, so it is not IE or windows or....
|
|
|
07-19-2006, 07:05 PM
|
#66 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
It has nothing to do with you. The updates are done by cron. Obviously something went screwy writing the mod on my 3.6 test forum and transefering it to this 3.54 site.
I'll get it worked out.
|
|
|
07-19-2006, 07:47 PM
|
#67 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
Ok I figured it out, but it is a weird database quirk. Because it worked fine on the test server which uses the exact same database. Who knows. Anyway, it should be good now.
|
|
|
07-19-2006, 11:25 PM
|
#68 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
indeed it is updating again... and crons can be weirdo's by moments 
|
|
|
07-19-2006, 11:26 PM
|
#69 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
it would be nice if someone else tests too now... seems I'm alone here except you Monkey....
folks......
|
|
|
07-19-2006, 11:30 PM
|
#70 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
Before I had a default zip in the user database because I didn't want to throw an error while developing this. I removed the default to allow for the message to users who have not set their weather data. Of course, I forgot to update the query to ignore empty values. So it updated mine because admins are first in the table, then died on the empty value. I didn't notice because mine was updated. Sometimes that's the price of late night coding.
I'll take that as my hint to get to bed.
Enjoy your day.
|
|
|
07-19-2006, 11:31 PM
|
#71 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
Quote:
|
Originally Posted by Eric
it would be nice if someone else tests too now... seems I'm alone here except you Monkey....
folks......
|
Sad isn't it.
I appreciate your help though.
|
|
|
07-21-2006, 11:11 PM
|
#72 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
I'm feeling cursed working on a weather mod.
It's 11:00 PM here and it's still 90 deg. This heatwave is way overboard. I sure hope the power doesn't go out. ):
|
|
|
07-23-2006, 09:28 AM
|
#73 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
FYI: On the test site I have totally rewritten the javascript. It now updates the weather data for a new location ID when entered, if it is not already in the database. This way current data will be viewable right away.
Also, I am eliminating the US zip entry and making it Location ID only. This way we won't get two people with the same location but different id format having their data retrieved. It's wasteful and it might also violate the TOS with weather.com. Which is, not retrieving the current conditions for a location more than every half hour.
Anyone have ideas on other applications for this data? The data can be used anywhere userinfo is. Maybe a vbadvanced front page mod. OR maybe the users current temp and weather type in the postbit.
Last edited by Code Monkey : 07-23-2006 at 09:32 AM.
|
|
|
07-23-2006, 12:56 PM
|
#74 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
maybe add the possibility to ad the short weather version in central welcome block of vbadvanced ?
there is a lot of unused space there, well on my board anyway
that is, if you have some sweat left 
|
|
|
07-23-2006, 11:40 PM
|
#75 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
The new user interface is now available for testing in your usercp. I think you will find it is very cool indeed.
It offers good feedback and updates a new location ID upon entry. Give it a ride.
Now the only question is does it work in all your browsers.
|
|
|
07-24-2006, 12:44 AM
|
#76 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
don't see manything changed, guess the code below has changed
tried it on winxop pro and ie6 at work now and all seems fine, changed city in less then 30 secs.... back and forth to original
the weather showed was instantly updated
will do same later at home from nix and FF
|
|
|
07-24-2006, 07:23 AM
|
#77 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
It should be giving you some visual feedback that a change is taking place.
|
|
|
07-24-2006, 08:41 AM
|
#78 (permalink)
|
|
Senior Member
Join Date: May 2006
Location: France
Posts: 458
|
mean the yellow flash ??
Just tested on FF at home (56k) and indeed I see the yellow frame when you save
at work on IE and broadband it is a flash , you hardly see it... think you need to set some time in the script or maybe once more IE doesn't respect coding, but that is something I can't judge
Last edited by Eric : 07-24-2006 at 12:31 PM.
|
|
|
07-25-2006, 11:49 PM
|
#79 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
It doesn't need to be there long. It's just a visual effect to let the user know something is happening. People are used to page refreshes as the indicator. With AJAX, you need to give them some form of replacement.
|
|
|
07-29-2006, 04:33 PM
|
#80 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
I'm working on the vba front page bit if you want to check it out. I have never done much with vba so I will be tinkering a bit. If the front page breaks feel free to let me know.
Your input on the display would be appreciated.
|
|
|
07-30-2006, 09:30 AM
|
#81 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,212
|
Anyone?
|
|
|
07-30-2006, 09:33 AM
|
#82 (permalink)
|
|
Junior Member
Join Date: Jul 2006
Location: England, UK
Posts: 13
|
Quote:
|
Originally Posted by Code Monkey
I'm working on the vba front page bit if you want to check it out. I have never done much with vba so I will be tinkering a bit. If the front page breaks feel free to let me know.
Your input on the display would be appreciated.
|
Looks pretty good, but I'd try and design an alternative side module version too.. 
|
|
|
|