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
-2
votes
1 answer

Bing Maps Rest service code

I trying to use Bing Maps REST services with my Windows form application, currently I can get Bing Maps to appear on the screen, but now that I want to add rest service I'm noticing that for some reason VB isn't recognizing some of the code. e.g.…
-2
votes
1 answer

embed other map (google,bing) to openstreet map

I'm currently using google map api v3 but google block my site. So I use my sub-domain temporarily and it work fine. Now to prevent that happen again I will change my default map to openstreetmap. Now my question is how do i embed the other map like…
Zero_73
  • 183
  • 3
  • 16
-2
votes
1 answer

Telling the difference between city or state using Bing Geolocation

I have an interesting challenge. I have a worldwide Google map search form where the user is told that they can enter a city, state or zip. Entering zip: great. Entering city: awesome. Entering city AND state: beautiful. Entering just a state: no…
user4593252
  • 3,496
  • 6
  • 29
  • 55
-2
votes
1 answer

How to differentiate between Google Bot visit and Bing Bot visit

I am planning to have 2 versions(A/B) of a page. If the visit comes from the Google Bot visit, the response should be the A version or If the visit comes from the Bing Bot visit, the response should be a the B version. How do I know if the visit…
rkt
  • 1,171
  • 2
  • 9
  • 18
-3
votes
1 answer

Python script which grabs all pages urls

My script helps me grab all urls from Bing when you type something. But the thing that it only works when I type one word to search about like this : python test.py text it doesn't work when I type : python test.py text text
-3
votes
1 answer

In Python, how can I get a substring that's in between coordinates XY of another string?

I'm trying to create a script that will auto-downloads the Bing wallpaper of the day so it can be my desktop background, and so far I found out that the url for it is hidden in the g_img tag. So what I've done so far is find the position of…
Bored
  • 21
  • 1
  • 5
-3
votes
1 answer

Calculating travel/drive distance between two locations given lat and long (Bing map)

It is a taxi application that gets the customer's location (lat,long) and calculates the travel distance between every taxi driver and the customer, In order to know which taxi driver is closer to the customer. I have all the locations of taxi…
Lana
  • 148
  • 1
  • 3
  • 12
-3
votes
2 answers

How can you automatically translate a page on load?

Google Translate. Bing Translate. You can add a widget. You can select "Spanish" and the page will translate to Spanish. I do not want to user to have to select "Spanish". I want the page to load in Spanish automatically. Never mind why I want…
Fat Jerk
  • 9
  • 1
1 2 3
59
60