yahoo

Yahoo Maps Geocode

How Do I work around a problem with the yahoo map geocode result set? The result set being returned is wrong. The city field contains the city, region and postal code. As seen below. Is there a way to work around this issue without breaking scalability. -33.924320 151.187057 203 Coward St MASCOT NSW 2020 Australia ...

Yahoo Autocomplete results sometimes show old query

Hi all, I'm using Yahoo Autocomplete with a remote php database request and zero time delay. The problem is that sometimes the results from an old query come back after the most recent query. So far example if im searching for beginner, sometimes the results from 'beg' will override the most recent result in the autocomplete dropdown ...

Why is YUI MenuBar inconsistently displaying in IE?

I have a YUI MenuBar on my site that on rare occasion does not display in IE, I have not been able to repro on other browsers so far. Here is my code: HTML <body class="yui-skin-sam"> <div id="bodyPanel" style="background-color:Transparent;"> <div id="menuPanel"></div> Javascript aItems = [ { text: "Home", url: "/Home" },...

Yahoo openid website compatibility...

I am using Dope-openid library in my website but while logging in with a yahoo account users get a message above Click "Agree" to sign into www.mywebsitename.com using your Yahoo! ID. Warning: This website does not meet Yahoo!'s requirements for a website address. Do not share any personal information with this website unless you are cer...

Why isn't this PHP parsing XML correctly?

I am attempting to parse Yahoo's weather XML feed via this script. The parsing itself works: I am just struggling with getting the days to correspond with today, tomorrow and the day after. The final HTML output looks like this: Which can be seen here: http://www.wdmadvertising.com.au/preview/cfs/index.shtml todayMon______________19 ...

does a Yahoogroups api exist?

Do we have a yahoogroups api? I have a yahoo group and I want that whenever my RSS feeds are updated, a message should be automatically posted to the group with the link to the post. Is that possible? ...

URI encoding in Yahoo mail compose link

I have link generating web app. I'd like to make it easy for users to email the links they create to others using gmail, yahoo mail, etc. Yahoo mail has a particular quirk that I need a workaround for. If you have a Yahoo mail account, please follow this link: http://compose.mail.yahoo.com/?body=http%3A%2F%2Flocalhost%3A8000%2Fpath%23a...

Python: OAuth Library

Is there a full flegged python library for oauth? I haven't found any that handle reissuing of oauth tokens once they expire (Step 5 on the Yahoo OAuth flow). So what is the most complete? I tried the one from oauth.net, and it doesn't handle oauth_session_handle which the oauth spec says is required if the endpoint returns it (like yah...

Implementing yahoo contact api in vb.net?

Hello everyone.. i have a application developed in asp.net and vb.net as server language, and from this app user can send invitation. so i want to import yahoo, gmail, hotmail and some other mailing system, i have been implemented this service for gmail and this is going very well but for yahoo i am unable . so please give me some exampl...

Can someone fix this python problem for me? (cannot find a module...)

I installed Yahoo BOSS (it's a python installation that allows you to use their search features). I followed everything perfectly. However, when I run the example, to confirm that it works, I got this: $python ex3.py Traceback (most recent call last): File "ex3.py", line 16, in ? from yos.yql import db File "/usr/lib/python2.4...

What is the Yahoo openid discovery endpoint

It used to be http://yahoo.com, but it is failing for me with DiscoveryFailure in python OpenID library (since today, I wasn't testing this earlier). Also this fails if you try to use the SO login with a yahoo button, so I am thinking it probably changed recently. ...

fail to get yahoo stock quote by Ajax

I am trying to get Yahoo stock quote in the following way. but it does not work, can anyone tell where is wrong. Thanks! <html> <head> <script type="text/javascript" src="jquery-1.3.2.js"></script> <script type="text/javascript" language="JavaScript"> $(document).ready(function(){ $("#btn").click(function(event){ ...

Web Link in a mail is not rendering as link in yahoo

Hello All, string from = "[email protected]"; string to = "[email protected],[email protected]"; string password="abcxyz"; MailMessage mail = new System.Net.Mail.MailMessage(); mail.To.Add(to); mail.From = new MailAddress(from, "Check Email", System.Text.Encoding.UTF8); mail.Subject = "This is a test mail"; mail.SubjectEncoding = System.Text.En...

Multiple Authentication

I am creating a web-page/website that integrates all my accounts into one spectrum, as in, from this page I want to use this page to log into my mail box online or any other site that requires authentication. All i want is a central login panel. enter my unname&passwd and get redirected to my mail. Is that an impossible question to ask? ...

Yahoo Finance API

I want to implement the Yahoo Finance API into my web web-application but when I searched for the API, I didn't get the link to the API, rather I found the rss feeds that Yahoo provides for finance data. So, my first question is whether Yahoo provides its Finance API? If yes, the what's the link to that API. I have used several APIs of...

Non Standard Web Address Format

Hello All, We sent mails to customers in our application which has a link in it. In yahoo and Hotmail, whenever the customer clicks on the link it displays following warning The URL is long encrypted query string. Is there any way to suppress this popup? Or How to intimate the mail server that this is not a harmful site. ...

Yahoo Weather API WOEID retrieval.

I'm creating an app (PHP) that takes yahoo weather data from the free RSS feed and correlates it with a colour hex based on data retrieved from the RSS feed. The issue I'm having is finding a way to grab the location code or WOEID without doing it manually. Yahoos API sends back an RSS feed as long as you provide a WOEID -> http://weath...

Service/Product to enable users on my Web App to invite friends (e.g. Hotmail, Yahoo Messenger, Gmail, AIM, etc)

I'm building a consumer web application and want to enable my users to invite their friends/contacts from popular email (e.g gmail, yahoo, hotmail) and social networking services to join my service. Can you suggests some products/services you've used in the past that enable this sort of functionality. Can you tell me what you like/don'...

Regex to strip out links using Yahoo Pipes

Hi, everyone. i am working on school project and i have been struggling to clean all links in a feed using yahoo pipes. For instance removing <a href="http://mickey.com"&gt;Go to Source</a> from my item.description. Leaving the" Go to source" without the active link I am using the regex module and i tried to use this expression #</?...

Creating a search engine for my site (should I use Yahoo BOSS?)

I'd like to create a search engine for my photo sharing website. The search engine would just need to return results based on "tag" words. Photos would be sorted by popularity, newness, or a combination of the two. I was curious whether I could just use the Yahoo BOSS api to accomplish this instead of setting up my own search engine (us...