<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matt Refghi&#039;s Blog &#187; chrome</title>
	<atom:link href="http://mattrefghi.com/wordpress/tag/chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattrefghi.com/wordpress</link>
	<description>Computer Science and other written works</description>
	<lastBuildDate>Fri, 27 Aug 2010 01:10:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Learn More About the Background Pictures Featured on Bing</title>
		<link>http://mattrefghi.com/wordpress/2009/07/how-to-learn-more-about-the-background-pictures-featured-on-bing/</link>
		<comments>http://mattrefghi.com/wordpress/2009/07/how-to-learn-more-about-the-background-pictures-featured-on-bing/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 06:42:51 +0000</pubDate>
		<dc:creator>Matt Refghi</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.mattrefghi.com/wordpress/?p=626</guid>
		<description><![CDATA[When Microsoft announced their new]]></description>
			<content:encoded><![CDATA[<p>When Microsoft announced their <a href="http://www.bing.com" target="_blank">new Bing search engine</a>, I was immediately curious about how it compared to Google. I changed Bing to my default search engine, and tried using it daily. Ultimately, I returned to Google, which always seemed to have slightly better search results &#8211; in most cases. Despite this fact, I visit Bing it at least once a day  - but not to search. I visit it daily <em>specifically </em>to see the new background image they are using. They <a href="http://www.istartedsomething.com/bingimages/" target="_blank">change this background image </a><em><a href="http://www.istartedsomething.com/bingimages/" target="_blank">every day</a></em>, and each one is usually impressive. In fact, in most cases, seeing it actually makes me want to find out more about what I&#8217;m seeing.</p>
<p>As an example, consider the following screenshot:</p>
<div id="attachment_636" class="wp-caption aligncenter" style="width: 501px"><a href="http://mattrefghi.com/wordpress/wp-content/uploads/2009/07/bingbackgroundexample.jpg" rel="lightbox[626]"><img class="size-large wp-image-636 " src="http://www.mattrefghi.com/wordpress/wp-content/uploads/2009/07/bingbackgroundexample-491x320-custom.jpg" alt="Bing background for July 5th, 2009." width="491" height="320" /></a><p class="wp-caption-text">Bing&#39;s wallpaper for July 5th, 2009.</p></div>
<p>Great image &#8211; the type of image that makes me want to know more. This brings us to the problem, though. Bing doesn&#8217;t actually tell you anything about what you&#8217;re seeing &#8211; other than the copyright information. They <em>do </em>give you more information if you are using the <a href="http://www.bing.com/?setmkt=en-US" target="_blank">United States version of the site</a> &#8211; but I&#8217;m Canadian. Not only that, but they don&#8217;t have the same images on the United States version of the site. Essentially, this means I&#8217;m stuck trying to figure out what the photo is depicting, by myself. I found a pretty simple, albeit manual solution: looking at the source code of the page. The background image filename is actually prefixed with some text, in this case, &#8220;CalabriaCoast&#8221;:</p>
<blockquote><p>http://www.bing.com/fd/hpk2/<strong>Calab</strong><strong>riaCoast</strong>_EN-CA1974044658.jpg</p></blockquote>
<p>Once you have that name, you&#8217;re in business &#8211; <a href="http://www.google.com/search?hl=en&amp;q=Calabria+Coast&amp;btnG=Search&amp;meta=" target="_blank">search for that text on the web</a>, and you&#8217;ll likely find some informative pages among the top results. Worse case, if you don&#8217;t have anything useful on the first few pages, at least you have a lead to work with. In my experience, once you have that name &#8211; you have it all. That is, of course, if the picture is of something unique, rather than yesterday&#8217;s photo: &#8220;Zebras&#8221;. If you were interested in <em>where</em> the zebras were, you&#8217;d have to guess based on the photo alone.</p>
<p>Now&#8230; as for how to actually find that name &#8211; I have a pretty quick process. I&#8217;ll explain how to do it here &#8211; covering the major browsers &#8211; but keep in mind, these methods aren&#8217;t very elegant &#8211; some of them require the use of developer tools. I hope Microsoft eventually makes this easier for regular users&#8230; and while they&#8217;re at it, people that don&#8217;t live in the United States.</p>
<h4>How to Find the Bing Background Filename Using Your Browser</h4>
<p align="left">
<h5>Google Chrome 2</h5>
<p align="left">
<div id="attachment_638" class="wp-caption alignright" style="width: 250px"><a href="http://mattrefghi.com/wordpress/wp-content/uploads/2009/07/chromeinspectorbing1.png" rel="lightbox[626]"><img class="size-medium wp-image-638   " src="http://www.mattrefghi.com/wordpress/wp-content/uploads/2009/07/chromeinspectorbing1-300x191.png" alt="An example of how to use the Google Chrome Inspector to locate the Bing background filename." width="240" height="153" /></a><p class="wp-caption-text">Using Google Chrome</p></div>
<p>1) Right-click the background image.</p>
<p>2) Select &#8220;Inspect Element&#8221;.</p>
<p>A window appears with the element selected &#8211; notice on the right sidebar, you&#8217;ll see a URL that is partially cut off. Hover your mouse over this URL, and a tooltip will appear &#8211; revealing the whole thing. You can even right-click it, and copy it from there. See the screenshot.</p>
<p align="left">
<h5>Internet Explorer 8</h5>
<p align="left">
<p><strong><span style="font-weight: normal;">1) Right-click the background image.</span></strong></p>
<p><strong> </strong></p>
<p><span style="font-weight: normal;">2) Select &#8220;Save Background As&#8221;.</span></p>
<p><span style="font-weight: normal;">A window pops up asking you to save the file. Take note of the name it is suggesting, as that is the name of the background image.</span></p>
<p align="left">
<h5><strong>Mozilla Firefox 3.5</p>
<div id="attachment_645" class="wp-caption alignright" style="width: 250px"><a href="http://mattrefghi.com/wordpress/wp-content/uploads/2009/07/firefoxbingexample.png" rel="lightbox[626]"><img class="size-medium wp-image-645  " src="http://www.mattrefghi.com/wordpress/wp-content/uploads/2009/07/firefoxbingexample-300x250.png" alt="Using Mozilla Firefox's Page Info feature to find the Bing background filename." width="240" height="200" /></a><p class="wp-caption-text">Using Mozilla Firefox</p></div>
<p></strong></h5>
<p>1) Right-click anywhere on the Bing page.</p>
<p>2) Select &#8220;View Page Info&#8221;.</p>
<p>3) Click the &#8220;Media&#8221; tab.</p>
<p>You&#8217;ll see the background listed along with other images. See the screenshot.</p>
<p align="left">
<h5><strong>Safari 4</strong></h5>
<p align="left">
<p>1) Right-click anywhere on the Bing page, and select &#8220;View Source&#8221;.</p>
<p>2) Click CTRL+F, and then type in &#8220;.jpg&#8221; as the search term.</p>
<p>Cycle through the search results &#8211; there should only be three. You will find that one of them is actually background image URL.</p>
<p><strong><br />
</strong></p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F07%2Fhow-to-learn-more-about-the-background-pictures-featured-on-bing%2F&amp;linkname=How%20to%20Learn%20More%20About%20the%20Background%20Pictures%20Featured%20on%20Bing" title="Digg" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F07%2Fhow-to-learn-more-about-the-background-pictures-featured-on-bing%2F&amp;linkname=How%20to%20Learn%20More%20About%20the%20Background%20Pictures%20Featured%20on%20Bing" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F07%2Fhow-to-learn-more-about-the-background-pictures-featured-on-bing%2F&amp;linkname=How%20to%20Learn%20More%20About%20the%20Background%20Pictures%20Featured%20on%20Bing" title="Twitter" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F07%2Fhow-to-learn-more-about-the-background-pictures-featured-on-bing%2F&amp;linkname=How%20to%20Learn%20More%20About%20the%20Background%20Pictures%20Featured%20on%20Bing" title="Facebook" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fmattrefghi.com%2Fwordpress%2F2009%2F07%2Fhow-to-learn-more-about-the-background-pictures-featured-on-bing%2F&amp;linkname=How%20to%20Learn%20More%20About%20the%20Background%20Pictures%20Featured%20on%20Bing" title="Reddit" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/wordpress/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share/Bookmark</a> </p>]]></content:encoded>
			<wfw:commentRss>http://mattrefghi.com/wordpress/2009/07/how-to-learn-more-about-the-background-pictures-featured-on-bing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
