Comment #44 Sunday, February 29, 2004 12:34 PM
I have to say I love this though, all the other weather objects seem to focus more on the background than anything else, and you don't have that problem, leading to a simplistic, great looking object
Comment #45 Thursday, March 4, 2004 8:47 AM
Comment #46 Saturday, March 6, 2004 10:10 PM

Comment #47 Tuesday, March 23, 2004 11:27 AM
Great Job.
Comment #49 Tuesday, March 23, 2004 11:48 PM

Comment #50 Wednesday, March 24, 2004 3:05 PM
2) Also, one of the things I liked about the old dxml weather object was how you could double click somewhere on it and it would go to an extended forecast on a webpage.
Are these two things possible for an add-on? If so, I do not see ever using another one besides yours.

Comment #51 Wednesday, March 24, 2004 4:38 PM
Comment #52 Saturday, March 27, 2004 2:53 AM
Comment #53 Thursday, April 8, 2004 10:28 AM
First of all I needed microsofts proxycfg as judge wrote. This should be on windows xp by default, also on win2k sp3. My PC is a win2k sp4, but it was not there. Took a while, but I could find and download it from microsoft, if you can't find add winhttp to your searchphrases.
proxycfg -u will set a systemwide proxy stting based on your internet explorer settings, which must be fine.
Here came the trick. Either the object, or dxwidget.exe (I've exported this as a widget) tries to verify first if http connections are possible, by directly trying to access www.microsoft.com. This request can't work from behind a proxy, as the PC will not know where www.microsoft.com is, and the DNS query will fail, as only the proxy can ask for external DNS resolving in a corporate network. Also this request will not use the proxy at all.
So I fooled this approach by manually entering the corporate internal webservers IP address to the PC's host file as if it was www.microsoft.com.
This is done in c:\winnt\system32\drivers\etc\hosts on a win2k box. It must be windows instead of winnt on an xp box.
Let's say your internal webserver sits on 10.11.12.13, you add this line to your hosts file:
10.11.12.13 www.microsoft.com
The nicest in this approach is that you'll still be able to browse microsoft's pages (I mean if you want, but why would you do that

I'm sure it was not clear, but if you *really* want to have this terrific object running on your office PC, it must be enough.

Comment #55 Thursday, April 8, 2004 4:16 PM
Comment #56 Friday, April 9, 2004 3:51 PM
Comment #57 Saturday, April 10, 2004 2:31 PM
To Change the Text colors, Double Click the Droplet above the Zip toggle.
Comment #58 Sunday, April 11, 2004 12:14 AM

Comment #59 Sunday, April 11, 2004 12:19 AM

Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #41 Friday, February 27, 2004 8:55 AM