I would like to have three facilities on my site

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

I would like to have three facilities on my site

Post by amir »

Hello,

I would like to have three facilities on my website.

1; Canada's local time
2; Canada's live weather
3; Currency converter from US dollar to Canadian dollar

Any help would be much appreciated.
TIA!
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

amir wrote:1; Canada's local time
I'll mail you my watch - you could get a webcam and point them at one another.
amir wrote:2; Canada's live weather
Well... it just started snowing. I don't think it would survive the trip with the watch. Do you have a freezer?
amir wrote:3; Currency converter from US dollar to Canadian dollar
My local bank does this, though I always seem to lose a little in the process....

On a more serious note: :google:
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Post by amir »

Kieran Huggins;

This is not fair. If you dont know the answer then you should not laugh on others.

Thanks.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

I didn't mean to offend. Well, not much anyway.

Have you searched at all before asking? I'd be willing to bet you haven't. I'd be further willing to bet that this type of thing is pretty easy to find on your own.

Please consult Google before asking us to do it for you.
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Post by amir »

I have made a lot of searches but did not find anything which I exactly want. I have found just this

Code: Select all

<table border="0" cellspacing="0" cellpadding="0">
<tr><td><embed src="http://www.worldtimeserver.com/clocks/wtsclock001.swf?color=ff1493&wtsid=CA-ON" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash" /></td></tr>
<tr><td><h2 align="center">Toronto</h2></td></tr>
</table>
through this code, I can display toronto's time but my requirement is when a visitor changes the city from toronto to anyone else, then the time and weather should change according to that.

Please believe me I am still trying to find these things. Also you are from Canada so it would be much appriciated if you could help me in doing this.

TIA!
Post Reply