Bing (formerly Live Search, Windows Live Search, and MSN Search) is a web search engine (advertised as a "decision engine") from Microsoft.
0
votes
0answers
141 views
Search engine queries [closed]
I am going to build a site that scrapes the results of bing and yahoo. But first I need to know what each of the url parameters mean..
...
1
vote
2answers
941 views
how to find lat ,long of a given area using pin code
hi i am using Bing map in my website and want lat long to pinpoint that location on Bing map. my question is in my website how can i get lat long of an area using pincode. Is there any api that i can ...
1
vote
2answers
73 views
recommendations for programmatic web searches
I am working on a system that needs to associate URLs with data based on keywords. I was hoping I could use a web service to automatically perform full-web searches based on keywords or tags, and the ...
0
votes
1answer
71 views
Dependency Property Getter Call
I got the Silverlight Map Control and I want to access the BoundingRectangle Property. But it's not a dependencyproperty.
So my tought was to create an attaches Property which is bound to a property ...
0
votes
1answer
97 views
Can I create a mobile app that use image search BING api? limit of copyright? [closed]
I should show the image of the query, not thumbnail but the relative image of the finally page
It is sufficient to show "bing" or "live.net" under the query show?
1
vote
1answer
955 views
Bing Search HTTP request with JSON result example?
Please help to figure out the parameters for Bing Search request that returns results in JSON.
Document "Migrating Bing Search API Applications" tells us:
"To authenticate a Bing Search API request ...
0
votes
1answer
276 views
bing maps api and google maps api
In the future which Maps API will be better to use in terms of functionality and also technical?
Will Bing Maps be better then Google Maps or will Bing Maps leave the market?
I think Bing Maps ...
-1
votes
3answers
483 views
Does a website penalized for duplicate content on multiple blogger/bookmarking/social sites? [closed]
I am working to improve my website ranking by doing status updates, bookmarking and blogging on social sites.
I am using :
facebook, twitter and linkedin for status updates.
delicious, diigo and ...
1
vote
0answers
34 views
Azure WM, bing image search delaying to fetch search results
I have a simple page like google page. one input text box and a button. if user enters search keywords and hits enter, then search results getting delayed to display, meaning search results are ...
0
votes
0answers
169 views
Bing API Authentication in Perl
I am trying to use the Bing's Search API to fetch results however authentication is not working properly.
Here's the code I have written:
#!/usr/bin/perl
use warnings;
use WWW::Mechanize;
use ...
2
votes
1answer
725 views
Azure/Bing Image Search API: How do I add multiple image filters?
I'm trying to only return images that are Style:Photo and Aspect:Tall.
I can only seem to search for one ImageFilters parameter, like this:
...
0
votes
0answers
133 views
Perl Bing::Search Module and APPID
I want to use my Perl Script to connect to Bing Search Engine and use a keyword to get search results and use them in my script.
I tried getting the Bing Developer's APPID however, all the old links ...
0
votes
2answers
526 views
Bing Maps InfoBox moves postion in FireFox and Chrome when map is moved
I use the setHtmlContent to set the content of a infoBox. As per the documentation the infoBox is initially anchored at the top-left. If I move the map (even just a little bit) the infoBox jumps ...
1
vote
3answers
2k views
Is there a Bing Static Maps API?
I found link text for Google, but I was wondering if there was an equivalent for Bing?
1
vote
2answers
2k views
custom colors in bing maps?
I was looking at http://www.msnbc.msn.com/id/26295161/ns/weather/ and noticed that the flash map is provided by bing and have a custom color scheme. I have a similar need to show maps with a black ...
0
votes
0answers
117 views
Bing query “site:” path depth limited up to 2 subfolders only? [closed]
I use BingAPI to implement search for my web site, which searches on my local site and others sites (like Msdn.microsoft.com searches through different sources, not only msdn).
The problem:
I have a ...
0
votes
1answer
231 views
Traffic Layer for Bing Maps in Silverlight
I have a Bing Maps Silverlight Application and want to display Traffic Information on the Map.
It seems to be implemented in the AJAX Version, but not in the Silverlight Version.
So how can I ...
0
votes
0answers
137 views
New Bing Search API stopped searching my website
For the last couple of days, the new Bing Search API has searched my personal website just fine.
As of an hour ago, it no longer just searches my site. It now does a full web search.
Does anyone ...
0
votes
0answers
374 views
Microsoft Ad Center Campaign Conversion Tracking using Variable Revenue Model
I am running a campaign on Microsoft Ad Center. I have setup everything and Now I am trying to track Conversion Values. My Site is an ecommerce site so I selected Variable Revenue Model.
My Site is ...
1
vote
1answer
1k views
Microsoft Bing Translate API on Android
i'm writing a translation app for android. Therefore I got a Bing account with a Client ID.
I tried the translation API on java and it worked.
import com.memetix.mst.language.Language;
import ...
0
votes
1answer
243 views
Bing Conversion Code Onsubmit Event
Hello I would like to implement my Bing conversion code via a standard event.
What would be the best way to do this. I have researched and bing only gives conversion code to be placed on the "thank ...
0
votes
0answers
33 views
Does the Bing Maps SOAP Service API support Public Transportation routes?
I know that Bing Maps API support public transportation for their REST protocol but does it support in their SOAP api too ?
0
votes
2answers
874 views
Bing Translate with POST
I using Bing Translate with GET (curl) method and everything work fine.
But now i need using POST mothod, add new line:
$postData = array('text'=>'home', 'to'=>'it', 'from'=>'en');
...
2
votes
1answer
260 views
Why do I get a 401 Unauthorised error calling the Bing Geocode service from SharePoint but not from a WinForms app?
I'm developing a SharePoint Timer Job to geocode some lists of addresses held on our SharePoint site.
I'm using code based on this MSDN sample to do the actual Geocoding request.
The problem I get ...
0
votes
1answer
903 views
How to call Bing Translate function in C#?
I wrote a metro style application to call bing translator, but it didnt work. I tried to debug this program, but the UI does not respond. I can't figure if it is the URI I am using, or some other ...
0
votes
0answers
48 views
BING or Google maps routing attributes based on weight [closed]
Hi does anyone know how and if Bing Maps or Google maps provide routing based on weight of a vehicle. I am looking to build a web based solution that supports this.
All google search so far has not ...
1
vote
1answer
411 views
Using OpenStreetMap in Bing Maps WPF Controlv 1.0
I recently read this article. Which uses the Silverlight Bing maps control to display map data from OpenStreetMap.
But I'm going to use OpenStreatMap in WPF and use Bing Maps WPF Control v1.0
My ...
8
votes
3answers
2k views
New Bing API PHP example doesnt work
Microsoft's own PHP example for new Bing API doesn't work. I tried in many ways, it just shows:
Server Error
401 - Unauthorized: Access is denied due to invalid credentials.
You do not ...
-7
votes
1answer
78 views
How to get such results of your website in google search? [closed]
i wonder how they manage to get results like these ?
i want the same type of result for my website
see image
http://i.stack.imgur.com/GKuEz.jpg
please reply soon
0
votes
0answers
88 views
Bing Map Component doesn't work after upgrade the project to Mango
i was developing an App for wp7.0 with embedded Bing Maps in it. As i tried to upgrade the project and build for Mango the maps doesn't work. Pages containing maps would crash. Debugger is not ...
0
votes
0answers
69 views
New Bing Search API search statistics
Do you know where I can find a statistics for the number of queries that I searched every day? I can't seem to find anything like that in my account on Windows Azure.
Thanks.
3
votes
2answers
500 views
How do I use Bing translation service to play audio for specific words on android?
I am trying to port my WP7 app to android. I was using Bing translation service to download & play audio for specific words/phrases. How can I do this in android? in bing, the stream comes as a ...
0
votes
1answer
164 views
Spatial Data and Maps in .net 4.5
I'm learning how to use the System.Data.Spatial namespace in .NET I have a small app that saves and retrieves some spatial data from localdb. What I need now is show this data in some map in a web ...
0
votes
1answer
581 views
Changing Map Modes in Bing WPF control
Here is my XAML Code:
<s:SurfaceWindow x:Class="map_test.SurfaceWindow1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
0
votes
1answer
197 views
How to set bing traffic maps to show traffic by default?
I'm trying to code up a bing traffic map for my site and everything is fine except for two annoyances that I must be rid of:
using arrow keys normally lets me go up/down my webpage, but now it only ...
0
votes
0answers
222 views
Python 3.2 in Ubuntu 11.04: How to communicate with Bing Translator API?
I've searched google but the wrappers I find won't work :(
http://habrahabr.ru/sandbox/38713/ gives this code:
#!/usr/bin/python
# -*- coding: utf-8 -*-
import json
from urllib import parse, ...
0
votes
1answer
135 views
Visual Studio 2010: Unable to add Bing search as a service reference. (DataServiceClientGenerator failed)
I am trying to use the Bing Web search API in Visual Studio 2010.
Following the migration guide, the first step is to add a service reference to my project.
But when I click OK...
Any ideas on ...
0
votes
1answer
419 views
Is anyone else getting this Bing Maps cert error?
Trying to debug a script problem with the Bing Maps Ajax API, but I'm running into a cert error when pulling in their script from this url:
...
0
votes
0answers
165 views
Bing Search API: Retrieve metadata from URL
Is there a way to query a url in Bing Search API to retrieve metadata?
This is possible on Bing.com by specifying the search term as url:http://www...
However the same query does not work using Bing ...
0
votes
0answers
53 views
BING Live API 2.0
IS there Bing API to get local movie Show times/ restaurants?, if Present what is the required access rights . and how do we go on accessing it or find tutorials.
I have tried searching the net, i ...
0
votes
0answers
107 views
Looking for a ColdFusion example/wrapper of the Bing Azure Search API
I am a PHP developer struggling through a few CF projects using the CF Wheels framework. Does anyone know of an existing wrapper or code example for the new Bing Search API via Azure that is written ...
0
votes
1answer
234 views
Windows Phone 7 - Bing Maps
I have one main page with one button that directs my application to another page. When I click the button, the directed page should have gone to the address that I want on the Bing map. But I only see ...
0
votes
0answers
159 views
New Bing search API Java code
Bing are now charging for high volumes of API calls.
I wondered if anyone has successfully developed Java code to search the new Azure marketplace?
Really struggling to find any documentation, even ...
5
votes
4answers
2k views
What platform and software stack is Bing running on? [closed]
What's the famous Bing running on? Asp.net, asp.net mvc, IIS 7, .net 3.5? Using firebug, I thought I could tell what was powering Bing since I had noticed the speed difference between that and ...
1
vote
1answer
251 views
How do you form a compound query using Bing Marketplace API?
I have an application that is using the new Bing API from the Azure Datamarketplace. I used to be able to query the Bing API using a simple syntax using OR AND, etc. That doesn't seem to work in the ...
1
vote
0answers
359 views
WPF Bing Maps Control (IE) Caching
We are developing a WPF application, mainly using the WPF Bing Maps control.
We have multiple tile layers which can be turned on or off at runtime. The tile layers retrieve their data using a custom ...
0
votes
0answers
89 views
Locking Bing Maps to a location with C# on WP7
I have a Bing Map on my WP7 app. But when I select a place I would like to lock the map to that place. I would like to turn off the map moving on swiping with your finger.
Please help.
Thanks
Danny.
...
0
votes
1answer
214 views
Bing Azure API search by date range
So I have implemented the Bing Search API (the newest, Azure Marketplace, version).
Basically I am trying to combine Google search results with Bing, I got the Google part done (Google Custom Search ...
0
votes
1answer
30 views
Receiving a 404 when attempting to load a data source with SDS
When attempting to trigger a data load via the directions found at http://msdn.microsoft.com/en-us/library/gg585130 I run into a 404 response. I've read over it several times and I keep coming back ...
0
votes
1answer
276 views
Missing StrokeThickness on MapPolyline of Bing.Maps Windows 8
I use polyline to draw circle on Bing Maps (Metro App) but it appears aliasing on Maps, it's not smooth.
I think it does not have strokethickness.
How can I solve?
Thanks
MapShapeLayer ...


