
good gadget sites image
Skateboard
I'm a tech freak and I want to go to some of the gadget conventions like what Engadget goes to. Anyone know how I can find out about them? I like to find out about the new phones, and other electronics.
Answer
hey see this site to know about everything u need
http://gadgetnewsforall.blogspot.com/
hey see this site to know about everything u need
http://gadgetnewsforall.blogspot.com/
How can I add a weather gadget to my site that shows the visitors weather?
Scoops
I want to add a weather feature that's pretty much just like go.com or yahoo's where the user can enter their zip code and their local weather pops up.
Are there any gadgets/widgets that do this or is there extensive coding for something like that?
Answer
You could make one with PHP that parses an XML weather script. I did it once, I don't think I have the code lying around anymore :(.
This looks like a decent feed:
http://www.tickertech.com/products/xml/weather1.xml
It shows:
Temperature
Wind chill
Wind speed & direction
Relative humidity
Barometric Pressure
Visibility
All you have to do is make the PHP "explode" the content and then just echo it into a sentence.
EDIT:
And it also works by ZIP code, so don't forget to create the submission box for it.
You could make one with PHP that parses an XML weather script. I did it once, I don't think I have the code lying around anymore :(.
This looks like a decent feed:
http://www.tickertech.com/products/xml/weather1.xml
It shows:
Temperature
Wind chill
Wind speed & direction
Relative humidity
Barometric Pressure
Visibility
All you have to do is make the PHP "explode" the content and then just echo it into a sentence.
EDIT:
And it also works by ZIP code, so don't forget to create the submission box for it.
Powered by Yahoo! Answers
0 comments:
Post a Comment