Questions tagged [bing]

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

Bing (formerly Live Search, Windows Live Search, and MSN Search) is a web search engine (advertised as a "decision engine") from . Bing was unveiled by Microsoft CEO Steve Ballmer on May 28, 2009 at the All Things Digital conference in San Diego. It went fully online on June 3, 2009, with a preview version released on June 1, 2009.

Notable changes include the listing of search suggestions as queries are entered and a list of related searches (called "Explore pane") based on semantic technology from Powerset that Microsoft purchased in 2008.

In October 2011, Bing announced it is working on new back-end search infrastructure, with the goal of delivering faster and slightly more relevant search results for users. Known as “Tiger,” the new index-serving technology is being incorporated into Bing globally starting in August 2011.

Bing currently powers all searches.

Useful Links

893 questions
0
votes
1 answer

Is there a way to draw a route on Bing Map in Metro Style Applications?

i would like to draw a route on a Bing Map based on the routing infomation i got from REST service - locations of ItineraryItems. Is there a way to do it? I am using Bing Map SDK für Metro Style Apps.
user586537
  • 13
  • 3
0
votes
1 answer

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 shapeLayer = new MapShapeLayer(); MapPolyline polyline =…
0
votes
2 answers

Bing Search API Azure Marketplace samples

I was looking for simple sample code for implementing web search on my vb.net application using Bing’s API. I cannot find anything interesting.
Gino Strato
  • 327
  • 3
  • 13
0
votes
4 answers

Php converting file_get_contents fails to connect Bing Search API using Windows Azure

When try to create a new API request with the Windows Azure new Bing based API, Using the code below $url= 'https://'.$this->m_host.'/Web?Query={keyword}&Adult=%27Off%27&$top=50&$format=Atom'; $url=str_replace('{keyword}',…
mahen3d
  • 7,047
  • 13
  • 51
  • 103
0
votes
2 answers

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'); curl_setopt($ch, CURLOPT_POST, TRUE); curl_setopt($ch,…
lolalola
  • 3,773
  • 20
  • 60
  • 96
0
votes
2 answers

Azure Bing Search over soap

I need to make a search over soap using wsdl file at http://api.search.live.net/search.wsdl url. I used eclipse with apache axis2 to generate java client files as in the…
kml_ckr
  • 2,211
  • 3
  • 22
  • 35
0
votes
1 answer

getting Bing webmaster stats using PHP and curl or fopen

I'm trying to load the stats data generated by Bing webmaster tools. I'm building urls based on desired data and trying to load that. Since file_get_contents() doesn't work with https, I've tried both a curl-based function and fopen. Is this even…
John
  • 19
  • 1
  • 5
0
votes
2 answers

Connecting to Bing Maps SDK from a Rails app

I am attempting to connect to Bing Maps SDK through a RoR application. My goal is to calculate driving distance between two locations after geocoding them. I am new to SOAP and ROR so I may be making a simple mistake. Two days of Googling…
Kevin Dewalt
  • 757
  • 9
  • 24
0
votes
0 answers

How many times does my site show up on Google search results?

Is there any way possible to know how many times my website is showing up on Google's (or Bing's, or Yahoo's) search results, regardless of page rank or whether or not a user clicks the link to my site?
Jon Mitten
  • 1,965
  • 4
  • 25
  • 53
0
votes
1 answer

Get number of search results using one of the big search engine APIs

i am searching for a way to retrieve the number of search results (like on google result pages) for a given query. the aim is to implementent the normalized google distance (http://iknowate.blogspot.com/2011/10/google-similarity-distance.html)…
MrMuh
  • 319
  • 1
  • 4
  • 13
0
votes
2 answers

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 problem. Here my code : public string…
Calvin Ruka
  • 11
  • 1
  • 8
0
votes
1 answer

Adding Custom Pushpin to Bing Maps in Silverlight

I am very new to Bing Maps Concept Requirement: Need to Design a Bing Map with Custom Pushpin and many layers on the Bing Map Work Done: Created a Bing map with a Key and 2 DLL's, Added multiple Pushpins, Added a shape on the map using…
0
votes
1 answer

WP7 Bing map control is not movable when it is dragged slowly

I used WP7 Bing map control to display the map. I want to do a precision drag on map. But when I dragged the map slowly (less than 4-5mm/ second), the map were not moving. I tried to use Bingmap application, and it had a good result - the map was…
tuq
  • 1,328
  • 2
  • 11
  • 21
-1
votes
2 answers

Need this particular jar file

I am trying to connect to the bing api through my java application and query bing programmatically. And I found this page online that gives me sample code to just get a feel of how to go about the entire process. But I am unable to compile and run…
anonuser0428
  • 11,789
  • 22
  • 63
  • 86
-1
votes
0 answers

HTML size is too long - Bing Webmaster Tool Error

I built a website using Elementor with Wordpress. Bing webmaster tool has given a warning on my homepage stating that "HTML size is too long". The page is basic and not long. Also, no other pages on the site are listed with the same error even…