Question : weather webpart using HTML,CSS and javascript

I am trying to create a weather/datetime webpart for our Sharepoint implementation. NO EXTERNAL THIRD PARTY WEBPARTS ALLOWED.

My intention is to create something like the attached image below.

I have started off doing something using Yahoo Weather RSS feed. (see code)
This does not seem to be working. Any other ideas or leads appreciated.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:

 
  


 
 

Answer : weather webpart using HTML,CSS and javascript

Hi codemonkey2480,

There were several errors in your code, I have fixed them and here is the working code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:

 
   

 
 

Random Solutions  
 
programming4us programming4us