Bing (formerly Live Search, Windows Live Search, and MSN Search) is a web search engine (advertised as a "decision engine") from Microsoft.

learn more… | top users | synonyms

0
votes
0answers
10 views

Bing map control crash with null reference exception

Does anyone encounter the exception error below? I'm using the map control from Microsoft.Maps.MapControl.WPF. This exception does not occur everytime but when it does, my application will catch ...
0
votes
0answers
5 views

Hello, I would like some help… I am implementing in my site, a counter to check how many times the word was search (WebTotal)… I tryed with

I would like some help... I am implementing in my site, a counter to check how many times the word was search (WebTotal)..... I tried with find some feature to invoke the Google or the Bing, but I ...
-1
votes
0answers
35 views

How to use Google or Bing Image API? [closed]

I am trying to use either Google Image API or Bing API to return the first 5 images of a query. For example, if I type in "dog" as a search parameter, I would get back something like this as an ...
0
votes
1answer
36 views

spit string and set them to map as a marker

i am try to create marker on map. i am use bing Map i have two string with comma separate. in two different variable. var Region = "Pune,Kolkata"; var Activity = "Cricket,One Day"; i am try this ...
0
votes
0answers
25 views

Get the coordinates by the click on the map Windows Phone 8?

How to implement it? Map is Microsoft.Phone.Maps.Controls.Map.
-2
votes
0answers
21 views

Multiple routes using Directions Module Bing Maps Ajax 7 [closed]

I want to make application use different routes in one map, A->B, C->D A->B->C->D I'm already create route A->B and C->D using Bing Maps REST services but it takes long time to load. I thought to ...
0
votes
0answers
20 views

Open bing maps in native mobile maps app if exists

The problem I have a link in my website, which must open native bing apps application with given latitude and longitude (if that app exists) or redirect to bing.com/maps if there is no app. What we ...
0
votes
2answers
69 views

Differences between search tools - Solr, Bing and Google? [closed]

I am interested to know how solr search differs from what Bing and Google Search APIs offer?
-1
votes
1answer
33 views

bing translator not working : Invalid appId Parameter name: appId [closed]

I am using bing translator in my portal on sharepoint and it was work well when I deploy the project on customer server the translator stop working and this message appears : ...
0
votes
2answers
67 views

jQuery/Magento - Getting selected div ID and display custom value

What im trying to do is use jQuery to get the ID/CLASS of a selected image that each have their own unique class (i.e image-1, image-2, etc etc) and having jQuery display a custom value that I tell it ...
1
vote
0answers
41 views

Format google search queries for bing

It is known that google doesn't care about parentheses in our search queries. there is no way of changing the order of operators. But Bing on the oher hand is more flexible. So I've been trying using ...
1
vote
0answers
34 views

Is it possible to know if a web-site is Malware free? [closed]

We have a (legacy) site that Bing's webmaster tools claims contains Malware. However, Google's tools, MacAfee's tools, Norton's tools and sucuri.net all claim it to be Malware free. In addition, ...
1
vote
1answer
38 views

How to create a button inside a bing map infobox?

Am working on a bing map based application. I want to show buttons in the popup pushpin infobox to which am planning to associate a click event.
0
votes
0answers
22 views

Getting the total number of search results for a word

To measure the normalized Google distance between to words x and y as described in this formula I need to count the total number of search results for both x and y The Google search API is ...
0
votes
0answers
54 views

Displaying news feed results in a web page using bing api and javascript in html

I want to display news results in my web page using bing search api. I am using new azure market place api but no results are being displayed. I am using the following code what may be wrong about ...
0
votes
0answers
37 views

WinRT setting location within a Bing maps component that is placed in a flipview

I am having a issue with the Bing Maps control. The myMap.SetView doesn't seem to work and the maps seem to get some random positions. First of, i am trying to move a bing maps control that works ...
0
votes
0answers
25 views

How to register my application for text to speech in windows phone 7 in bing.com?

My requirement is text to speech in windows phone 7. So I search in google and I find out the link and I try to register in bing.com/developers page but its going some where I have tried ...
1
vote
1answer
37 views

Create instance of Microsoft.Maps.Search.Address

how can I create instance of Address class in Javascript? Why this code not working?? var Map; var MapOptions = { credentials: "my-key", center: new Microsoft.Maps.Location(49.767649, ...
1
vote
0answers
49 views

Why can't I get DNS results for bing?

I have been trying to get DNS results for bing.com using php: <?php $domain = 'bing.com'; $dns_results = dns_get_record($domain, DNS_ALL); ?> The problem is that I get a php warning: Warning: ...
0
votes
1answer
42 views

How to refresh bing map?

The bing map works fine if I refresh the page and push the pin. But if I do a ajax call and load the map, the previous pins stay. How to remove those pins?
0
votes
0answers
11 views

What's the token you received from Microsoft?

I registered an account on http://datamarket.azure.com. My sample code have a field <add key="userToken" value="YOUR-GUID-FROM-MICROSOFT" /> But I don't know what "YOUR-GUID-FROM-MICROSOFT" ...
0
votes
0answers
71 views

Multiple Locations in Bing Maps in an iframe

I'm trying to get this piece of code to work in an iframe, but I always get the error: ReferenceError: GetMap is not defined I am not an advanced programmer, so I have no idea why it works alone, ...
0
votes
1answer
55 views

Is it ok to remove Google TXT verification records after I've authorized my domain with Google? [closed]

For Google Analytics, I had to prove that I owned my domain. I added a TXT record to do this. I also had to prove to Microsoft that I owned my domain by uploading a file (BingSiteAuth.xml) to my site. ...
0
votes
2answers
156 views

Bingbot ignoring robots.txt and attempting to retrieve a trafficbasedsspsitemap.xml

I have an app whose content should not be publicly indexed. I've therefore disallowed access to all crawlers. robots.txt: # Robots shouldn't index a private app. User-agent: * Disallow: / ...
0
votes
0answers
19 views

Bing Maps Polgon Fill Pattern

im currently working on another Bing Maps data visualization, which will render region shapes on top of the default map interface, displayed by several Polygon-Layers. Refering to my previous project ...
0
votes
0answers
112 views

Error with API of Microsoft Bing Translate on Android

I have a problem with this API. I think I use it the right way, but it doesn't work. That's my code: import com.memetix.mst.language.Language; import com.memetix.mst.translate.Translate; import ...
0
votes
1answer
153 views

Barcode scanner in wp8 app

I have a problem with implementing a barcode sanner in my WindowsPhone 8 app. I've downloaded the ZXing lib, but I don't know what to do now. There is another question: Is there a possibility to scan ...
0
votes
0answers
23 views

Bing/ Google Geocode Services and Terms of Service [closed]

So I currently I have a bunch of resources tied to a location in my database. If there are any where an address has been specified, but no geo information has been supplied, I want to do the ...
1
vote
0answers
106 views

C# Bing maps update location inside datatemplate

I'm working on a windows store app (c# and xaml) which contains an ItemDetail page. Here, I would like to include a Bing map which shows the location of the currently selected item, meaning the ...
0
votes
0answers
48 views

How to change the Bing Map trial key to enterprise Key in wp7 app?

I am using the bing map in one of my apps.The Bing map key I am using is trial key and Now I want to change this key to Enterprise. How to Change the same key(trial key) to Enterprise key.How much I ...
1
vote
1answer
46 views

Bing search API results decreases with increase in web.offset(skip)value

I am testing a query with Bing service explorer which returns the number of records to about 600k but while navigating to next page the results keeps on decreasing and will eventually come to zero. ...
0
votes
1answer
39 views

Bing Maps v7 not showing navigation bar

I am using a Bing Maps v7 Ajax Control, but can't see the navigation bar with the zoom tools even when setting showDashboard:true. It seems to only be the case when the following setting is also set: ...
2
votes
1answer
101 views

Bing Api how to make filter

Here is code which search web with bing, query is man,it will find IDs,Titles,Description,Urls...Is possible to filter only Urls? use LWP::UserAgent; use YAML::Tiny; use JSON; $key= 'KEY'; $href= ...
0
votes
0answers
84 views

Bing search Api don't work

Is there anyway to get all link from Bing? ex. when I search 'man' I need to get all urls which are found... I tryed with Bing search API... But can't connect, i got this message: "The authorization ...
1
vote
0answers
59 views

Bing Api on Windows Phone 7 (DataService Client)

Firstly sorry for my fatal english. I got problem with Bing Search Api on Windows Phone 7. I've added BingSearchContainer.cs file from Bing.com/Developers, but it's need reference to ...
0
votes
1answer
130 views

Displaying information within an infobox in Bing Maps

I am using Bing maps to display markers on the map. I am able to display an infobox on the over of this markers. Now my infobox contains a summary which is display somewhat like this var ...
0
votes
0answers
65 views

Displaying markers within a Bing maps Polygon

I am using Bing maps to display markers on the map. Now i am adding a functionality where i allow the user to draw a circle around any marker of his choice and let him specify the radius of the ...
-1
votes
1answer
88 views

how to get developer key for Bing Ads API [closed]

I am trying to create an application using BING ADS API in java , but the demo program needs developer key . i have account on bing ads ( https://secure.bingads.microsoft.com ) but i am not able to ...
0
votes
0answers
172 views

HTML5 Bing Maps and Geolocation

Hi i got some problem i'm working on an windows 8 app in html5 and now i'm stuck with the map that is going to find the users location i don't know whats wrong, it says it some error i hope someone ...
1
vote
1answer
72 views

How to make msnbot not end up in my bot trap?

Is there an alternative way to tell Bing not to crawl/pass/click/enter a certain link such as google's rel=nofollow? msnbot/2.0b keeps getting trapped in my bot trap. It does not obey anchor tag ...
1
vote
0answers
78 views

Windows 8 app: Bing maps javascript

I'm working on a Windows 8 app that will include Bing Maps, but i have a problem when i try it out in Visual Studio an error comes up that says Unhandled expection at line 19, column 17 in ...
0
votes
0answers
51 views

BING API array traversal

I am using BING API in a meta search engine that I'm building. But I'm unable to traverse the JSON result array to display the different fields such as URL, title, description etc. I want to use 'for ...
0
votes
1answer
142 views

How to find the direction of north, south, east and west on a map bing?

I started a few days ago to work ave bing map. I want to get a picture and be able to determine the direction or is the following values: North, South, East, West ... However I do not see how to ...
1
vote
2answers
83 views

Bing search API - restrict a search to multiple sites

Restricting a search to multiple sites - is it possible to do this? E.g. site:www.google+www.yahoo.com?
2
votes
1answer
95 views

Bing API v1 documentation

Does anyone know where I can find the latest documention for Bings API with the following URL: https://api.datamarket.azure.com/Bing/Search/v1/Web Even their own website has the wrong URL in the ...
0
votes
1answer
378 views

What is Google Analytics traffic from “Mozilla Compatible Agent”

At work we recently made some changes to our URL structure (permanent redirects to new urls), redirecting various routing rules to a consistent format/page. This effectively changed 90% of our URL ...
2
votes
2answers
342 views

Response encoding with node.js “request” module

I am trying to get data from the Bing search API, and since the existing libraries seem to be based on old discontinued APIs I though I'd try myself using the request library, which appears to be the ...
0
votes
1answer
212 views

embed bing maps - pushpin

I am trying to embed bing maps into web page and it works, but I want to show pushpin in embeded map on web page. As I can see it is not possible. Does anyone know how to do this? <div ...
0
votes
0answers
139 views

pushpin clustering with the windows phone 7 bing map control

I'd like to use this great way explained here http://www.scottlogic.co.uk/blog/colin/2011/11/pushpin-clustering-with-the-windows-phone-7-bing-map-control/ in order to put it in my wp7 app, but i have ...
1
vote
0answers
61 views

bing api limit or restriction ?

I am sorry for my English. When I request: ...

1 2 3 4 5 9