yahoo

API Yahoo India Maps

Yahoo has separate map for India ( which has more details than the regular maps.yahoo.com) at http://in.maps.yahoo.com/ . But when I use the API it goes to default map. How do I get API access to YMaps India? ...

Does a YUI Compressor GUI App Exist?

I recently discovered Yahoo's YUI Compressor software and started using it on my website. What I'm disappointed about with the software is its lack of a GUI, as well as a lack of a way to combine files. Does anyone know of a project which uses the YUI Compressor as a backend that provides a GUI front-end with the ability to combine fil...

Nice Python wrapper for Yahoo's Geoplanet web service?

Has anybody created a nice wrapper around Yahoo's geo webservice "GeoPlanet" yet? ...

Avoid hanging when closing a Yahoo map with lots of markers

I have a Yahoo map with lots of markers (~500). The map performs well enough until I close the page, at which point it pauses (in Firefox) and brings up a "Stop running this script?" dialog (in IE7). If given long enough the script does complete its work. Is there anything I can do to reduce this delay? This stripped down code exhibits...

Is there a good introductory tutorial for Yahoo! User Interface?

Does anyone know of a good tutorial for developers who are taking their first look at the Yahoo User Interface? The one on Yahoo's site is not very good, and I can't find a different one. ...

Yahoo GeoPlanet & XPathNavigator C#

I am returning XML data from the Yahoo GeoPlanet web service using HttpWebRequest. I am loading the XML using XPathDocument doc = new XPathDocument(HttpWebResponse.GetResponseStream()) Next comes XPathNavigator nav = doc.CreateNavigator(); If I do nav.Select("places"); or nav.Select("/places"); or nav.Select("//places"); Nothing g...

How can I set the focus inside the Yahoo Rich Text Editor

I have a an HTML form which contains the YAHOO rich text editor on it. When I display the form I want the YAHOO editor to have focus so that the cursor is ready to accept input without the user having to click on it or tab into it ...

Can I speed up the YUI layout manager, when I have a large table on the page?

I am using the YUI layout manager which seems to work at an OK speed. However if the page contains a large <Table> with about 500 rows, the YUI render() function takes about a minute longer to run. When I open the same page without the layout manager it opens in less than a second. My only concern is with IE 7. I tried it on firefox an...

Is there a programmatic interface to Yahoo! Messenger?

Can we programatically login to Yahoo services with our ID, send instant message, use webcam service and so on directly from our program? ...

To YUI or not to YUI?

I'm currently using the Yahoo YUI javascript library in a couple of my projects. However, I'm a little concerned about three things. First, they laid off 10% of their employees. Second, their stock price keeps falling: especially after ignoring the MS takeover earlier this year. Third, what if someone does buy them? The only reaso...

Are there white lists for Yahoo, Gmail, Hotmail and AOL?

In my website (under development), the members can send messages to each other which are sent directly to their email, now I'm worried that some members can send spam to other members (I have a spam filter but it doesn't give 100% protection as you know), I'm worried that my domain might get blacklisted on Yahoo, Gmail, Hotmail or AOL wh...

Yahoo maps api, version 3.8 doesn't display custom image?

I used the following code to display custom marker on Yahoo Maps : <Script type=text/javascript> var map=new YMap(document.getElementById('map')); // Create a map object Get_Lat_Lon() ...

PHP APIs for Hotmail, Gmail and Yahoo?

Hello everyone, I am a PHP developer who is kind of in a pickle. I'm trying to locate and/or build an API capable of speaking to Hotmail, Yahoo and GMAIL in order to retrieve contact lists (with the user's consent, of course). The one I'm having the most trouble finding is a Hotmail API. Where would I start to look as far as finding ei...

Yahoo pipes - any way to combine items?

I'm working on a pipe and am having trouble with combining two lists of items. List 1: [0] letter - a [1] letter - b [2] letter - c List 2: [1] word - apple [2] word - banana [3] word - cake I'd like something which emits the following: List 3: [1] letter - a word - apple [2] letter - b word - banana [3] letter - c word ...

Legality of 3rd party IM APIs

Is it legal to write instant message software that implements MSN Messener, Yahoo! Messener, or AIM protocols and receive money for it through ads? ...

Taking contact list from hotmail gmail yahoo in java ?

most of social networks does this. when you register one of them for example twitter it says why dont you invite your friends from hotmail or yahoo or gmail. and expect us to give our credentials and send those mails. I want to implement same feature in java. I tried http://code.google.com/p/contactlistimporter but it has a problem with...

Download Mail Attachments - Yahoo Webmail

Hi everyone, I'd like to create a script in PHP that can be run through a cron job. This script has to do the following: A) Log in to Yahoo Webmail B) Navigate to the inbox C) Loop through all mails with attachments D) Download each attachment * E) Put the downloaded attachment into a directory on the server *: When viewing a mail...

Anyone know Yahoo Messenger Http Request?

see yahoo messenger client can running in http request mode and their webmessenger do the same, have anyone know details about "this protocol", login request, send message request, receive message etc..., thanks ...

YUI Checkbox Button - retrieving the checked value

(I've tried posting this on YUI message group but without any luck) Can anyone tell me how to retrieve the checked state of a yui Button? I've tried by creating the Button in code, which is then outputted as a HTML button but this only changes the title attribute. When I use checkboxes instead, none of the checkboxes are checked (when ...

A PHP API for retrieving Mail From Yahoo, GMail, Hotmail

Hello all, There are a few APIs for grabbing the address book/contact list from the major providers of email. I was wondering do APIs like this exist for grabbing emails/messages received? Thanks all EDIT I am sure I can do this myself. However, I don't want to "re-invent" the wheel if someone has done it already. Probably better th...