Articles tagged with yahoo
Yahoo Geo Coding Component
I've been looking around the Bakery, and I noticed that there was at least one Google Geo Coding Component, and no Yahoo equivilants. I can't speak as to what the difference is, but I wrote a Yahoo Geo Coding component, which is very simple to use. All you do is plug it in, and start baking.
[Read more] Geocoding in CakePHP
A couple of weeks ago, I was building an event management system which required that people be able to search events near them. I found several existing solutions, but none that I could integrate as easily as a proper Cake extension.
[Read more] Yahoo weather component
Yahoo! developer network provides a RSS based API to access weather information for locations all around the world. The component has a method named get_weather($locationCode,$degreeUnit) that retrieves the weather information for the given location code and outputs the data in an easy to use array. Please read "http://developer.yahoo.com/weather/" for more information about the location code and degree unit. I will provide a tutorial as soon as possible.
[Read more]
Latest Comments