I need learn "drag and drop" like sugarCRM.com: (http://demo.sugarondemand.com/sugarcrm/index.php? action=index&module=Home. It use Yahoo! UI Library: Drag &...
... about ... find ... You were looking in the right place. If you go to http://developer.yahoo.com and look at the left sidebar under the title "Learn...
... Hi, services from Yahoo! are often used in so called "mashups". There are a few places to look for samples of different types of applications and services...
The Yahoo developer home page (http://developer.yahoo.com) talks about Yahoo web services and applications that have been developed using those web services,...
hi Everybody, can any body tell me where can i use yahoo services.. i am a newbie to yahoo developer network. so if you guys can just suggest me any example...
OK, we figured it out "offline". The problem was due to the registered endpoint URL being "http://www.mydomain.com/" and when that ends up on the server you'll...
Hi Brennan, The first thing I would check is to see if the clock on the machine you are running is set correctly. The maximum clock skew is set to +/-600...
I am using Yahoo.Authentication.dll which includes the class, Yahoo.Authentication. I am following an example in the inline comments but it seems that the...
Can you elaborate on #2? _____ From: ydn-dotnet@yahoogroups.com [mailto:ydn-dotnet@yahoogroups.com] On Behalf Of docbliny Sent: Wednesday, October 11, 2006...
I think what's going on is that the WebBrowser control does not have a base URL set when you load the document with .DocumentStream. This means that relative...
Thanks that should do it. Another problem I'm having is displaying the output in a browser.(It gives me multiple scripting errors and just seems to display...
... I tried IE 7 RC 1 (7.0.5700.6) and it worked as expected. I think this was related to the previous question about sending long pieces of XML data in a GET...
I am trying to pass in multiple longitude and lattitude points to be plotted on a map. I was trying to use the simple API. Using the c# example I can plot a...
A simple sample to download a file/page into a temporary file. -- START: C# SimpleGetSample4.cs -- // Get filename for temporary file string tempPath =...
And here's the VB.NET version. -- START: VB.NET SimpleGetSample3.cs -- Dim client As WebClient = Nothing Dim reader As StreamReader = Nothing Dim sbSource As...
Sometimes the easiest way to do things slips through the cracks. I'll post each of these in a new message for clarity. Here's a few lines of code to use the...
...points to the Yahoo map service. Something like the XML example. Which incidently I tried to get running but could not. Each time I connected it would show...
Hi everyone, Here's a link to a great article on MSDN about using Flickr with .NET. Sam Judson has written a nice wrapper library and article on using Flickr....