<?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>Quảng cáo trên Google &#187; Chrome</title>
	<atom:link href="http://www.quangbawebseo.com/quang-ba-website-seo/chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quangbawebseo.com</link>
	<description>Dịch vụ SEO, Quảng cáo trực tuyến, Quảng bá website, Quảng cáo Google</description>
	<lastBuildDate>Fri, 10 Sep 2010 17:16:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Switching between dev and beta Chrome channels on Linux</title>
		<link>http://www.quangbawebseo.com/switching-between-dev-and-beta-chrome-channels-on-linux/</link>
		<comments>http://www.quangbawebseo.com/switching-between-dev-and-beta-chrome-channels-on-linux/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 18:30:30 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Linux/Ubuntu]]></category>
		<category><![CDATA[Tin tức Quảng bá website]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=4219</guid>
		<description><![CDATA[If you&#8217;re on Linux (say Ubuntu 10.04, also known as Lucid Lynx), you can switch between the developer (dev) and beta channels of Chrome like this:
Switch from Beta to Dev:
sudo apt-get install google-chrome-unstable
Switch from Dev to Beta:
sudo apt-get install google-chrome-beta
That&#8217;s easier for me than going back for the .deb file and doing something with it.
Also, [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re on Linux (say Ubuntu 10.04, also known as Lucid Lynx), you can switch between the developer (dev) and beta channels of Chrome like this:</p>
<p><strong>Switch from Beta to Dev</strong>:<br />
<code>sudo apt-get install google-chrome-unstable</code></p>
<p><strong>Switch from Dev to Beta</strong>:<br />
<code>sudo apt-get install google-chrome-beta</code></p>
<p>That&#8217;s easier for me than <a href="http://www.chromium.org/getting-involved/dev-channel">going back for the .deb file</a> and doing something with it.</p>
<p>Also, if you want to check whether a new dev version of Chrome is out, you can just repeat the same command:<br />
<code>sudo apt-get install google-chrome-unstable</code></p>
<p>and if there&#8217;s no new version, you&#8217;ll get something like this back:</p>
<blockquote><p>Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
google-chrome-unstable is already the newest version.<br />
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</p></blockquote>
<p>I figured I&#8217;d document this in case I needed to remember how to do it in the future. <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/mattcutts/uJBW/~4/pkxzUCzlm0U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.quangbawebseo.com/switching-between-dev-and-beta-chrome-channels-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean up extra url parameters when searching Google</title>
		<link>http://www.quangbawebseo.com/clean-up-extra-url-parameters-when-searching-google/</link>
		<comments>http://www.quangbawebseo.com/clean-up-extra-url-parameters-when-searching-google/#comments</comments>
		<pubDate>Tue, 04 May 2010 14:50:22 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google/SEO]]></category>
		<category><![CDATA[Tin tức Quảng bá website]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3971</guid>
		<description><![CDATA[You know when you do a Google search and get all those extra url parameters that crowd things up? &#8220;ie&#8221; and &#8220;hl&#8221; and so on? I hate that, because I often copy and email Google urls, and I try to clean up the url by removing all those extra params each time.
You can fix this [...]]]></description>
			<content:encoded><![CDATA[<p>You know when you do a Google search and get all those extra url parameters that crowd things up? &#8220;ie&#8221; and &#8220;hl&#8221; and so on? I hate that, because I often copy and email Google urls, and I try to clean up the url by removing all those extra params each time.</p>
<p>You can fix this annoyance in Chrome. Right-click on the address bar and select &#8220;Edit Search Engines&#8230;&#8221; (You can also edit the search engines via the Options menu.) <del datetime="2010-05-05T02:52:12+00:00">You can either edit the Google option or add a new entry; I added a new entry.</del> <strong>Added</strong>: you can&#8217;t edit the entry for Google, so you have to make a new entry. I set the URL field to be &#8220;{google:baseURL}search?q=%s&#8221; (without the quotes). </p>
<p>Now when you search for [<a href="http://www.google.com/search?q=flowers">flowers</a>] the url is just <a href="http://www.google.com/search?q=flowers">http://www.google.com/search?q=flowers</a> . Ah, nice clean urls in the browser bar. <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Update</strong>: Chrome expert and fellow Googler Peter Kasting points out in the comments that &#8220;Doing this results in no more NavSuggest or Search Suggest in the omnibox dropdown &#8212; a real quality loss. NavSuggest especially is extremely valuable.&#8221; Peter has a good point: search suggestions can be very helpful. It&#8217;s up to you to decide whether you prefer search suggestions or a clean Google url. For most people who don&#8217;t cut-and-paste Google urls all day long, it&#8217;s probably better to stick with the default search option that gives you search suggestions.</p>
<img src="http://feeds.feedburner.com/~r/mattcutts/uJBW/~4/FoEZnL9EMCk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.quangbawebseo.com/clean-up-extra-url-parameters-when-searching-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google stars for bookmarking</title>
		<link>http://www.quangbawebseo.com/google-stars-for-bookmarking/</link>
		<comments>http://www.quangbawebseo.com/google-stars-for-bookmarking/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 15:44:25 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google/SEO]]></category>
		<category><![CDATA[Tin tức Quảng bá website]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3729</guid>
		<description><![CDATA[Google is replacing SearchWiki with stars in Google search. The stars sync with Google Bookmarks, so you can get access to them wherever you go. Once you star something, it shows up above the search results:

Pretty cool. But I discovered an extra little tip. If you go to Google Bookmarks, you can find a bookmarklet [...]]]></description>
			<content:encoded><![CDATA[<p>Google is replacing SearchWiki with <a href="http://googleblog.blogspot.com/2010/03/stars-make-search-more-personal.html">stars in Google search</a>. The stars sync with Google Bookmarks, so you can get access to them wherever you go. Once you star something, it shows up above the search results:</p>
<p><center><img src="http://www.mattcutts.com/images/google-stars-nfl.png" alt="Google Stars for bookmarking" /></center></p>
<p>Pretty cool. But I discovered an extra little tip. If you go to <a href="https://www.google.com/bookmarks/">Google Bookmarks</a>, you can find a bookmarklet that will let you bookmark random pages as you surf. Then you can edit the bookmarks &#8212; for example, I added the words &#8220;Chrome market share&#8221; to three different metrics companies that I check each month:</p>
<p><center><img src="http://www.mattcutts.com/images/google-bookmarks-ui.png" alt="Google Bookmarks UI" /></center></p>
<p>The cool thing is that <strong>if your search matches the text that you added, that bookmark will show up in your search results</strong>:</p>
<p><center><img src="http://www.mattcutts.com/images/google-bookmarks-stars.png" alt="Google Stars for bookmarking" /></center></p>
<p>This can be really handy. For example, at the start of every month I do the search [chrome market share] to bring up <a href="http://www.mattcutts.com/blog/chrome-market-share-sept-2009/">this blog post I did</a> so that I can find the links to the three metrics services. But now I have those services bookmarked and I can access them right from the search results. Good stuff.</p>
<p>By the way, did you notice that unusual Google logo in the image above? There&#8217;s a great Chrome extension that lets you pick a <a href="https://chrome.google.com/extensions/detail/nedjejdfkkjgebciefdfofjhmeogiaga">custom Google logo</a>. Right now I&#8217;m using the Google logo for the <a href="http://www.google.com/logos/tapati_rapa_nui10-hp.jpg">Tapati Rapa Nui festival in Chile</a>. (Full-disclosure: a member of my team, Tiffany Lane, wrote the <a href="https://chrome.google.com/extensions/detail/nedjejdfkkjgebciefdfofjhmeogiaga">Chrome extension to change the Google doodle</a>.)</p>
<img src="http://feeds.feedburner.com/~r/mattcutts/uJBW/~4/q-9vJNuJAfs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.quangbawebseo.com/google-stars-for-bookmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome support for Greasemonkey</title>
		<link>http://www.quangbawebseo.com/chrome-support-for-greasemonkey/</link>
		<comments>http://www.quangbawebseo.com/chrome-support-for-greasemonkey/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:30:02 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google/SEO]]></category>
		<category><![CDATA[Tin tức Quảng bá website]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=3595</guid>
		<description><![CDATA[Back in December, I happened to click on a Greasemonkey script in Chrome and was shocked that it just worked. At the time, I wrote a note within Google that said

Whoa. I just clicked on a Greasemonkey script in the latest dev version of Chrome (4.0.266.0 on Linux). Chrome offered to install the GM script, [...]]]></description>
			<content:encoded><![CDATA[<p>Back in December, I happened to click on a Greasemonkey script in <a href="http://www.google.com/chrome">Chrome</a> and was shocked that it just worked. At the time, I wrote a note within Google that said</p>
<blockquote><p>
Whoa. I just clicked on a Greasemonkey script in the latest dev version of Chrome (4.0.266.0 on Linux). Chrome offered to install the GM script, so I said okay. The script ran perfectly in Chrome with no changes at all! I don&#8217;t know how many Greasemonkey scripts will run in Chrome unchanged, but at least some will.
</p></blockquote>
<p>Last week brought that news as an <a href="http://blog.chromium.org/2010/02/40000-more-extensions.html">official announcement</a>. My guess is that scripts that don&#8217;t use specific Greasemonkey APIs should be fine.</p>
<p>(Side-note: I found a good post from November that claims that <a href="http://www.greasespot.net/2009/11/greasemonkey-api-usage.html">~60% of Greasemonkey scripts don&#8217;t use any sort of special API calls at all</a>. The top API calls appear to be GM_getValue and GM_setValue (16.5% of Greasemonkey scripts), plus GM_xmlhttpRequest (15.5% of Greasemonkey scripts). It&#8217;s unclear which of these functions might be worth supporting. Some could have security implications (GM_xmlhttpRequest). Others like the get/setValue functions could be done by using other ways to store data.)</p>
<p>So this is cool. There&#8217;s a good chance that your favorite Greasemonkey script might just work in Chrome. Personally, I recommend the <a href="http://dev.chromium.org/getting-involved/dev-channel">dev channel version of Chrome</a>. It gets all the cool features early, and it&#8217;s been very stable/fast for me.</p>
<img src="http://feeds.feedburner.com/~r/mattcutts/uJBW/~4/VDKK9-F_o9U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.quangbawebseo.com/chrome-support-for-greasemonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Launches Chrome for Mac and Linux (FINALLY)</title>
		<link>http://www.quangbawebseo.com/google-launches-chrome-for-mac-and-linux-finally/</link>
		<comments>http://www.quangbawebseo.com/google-launches-chrome-for-mac-and-linux-finally/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 06:00:14 +0000</pubDate>
		<dc:creator>Nathania Johnson</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Tin tức Quảng bá website]]></category>

		<guid isPermaLink="false">http://blog.searchenginewatch.com/091209-010014</guid>
		<description><![CDATA[<p>I've been using a preview version of Chrome for about a month and it's been sooooo buggy. Until about a week ago. Suddenly things were running smoother, much like they did when I was on Windows. </p>

<p>Then, the tech blogs started swirling with rumors that Chrome for Mac would be released into Beta this week. I figured the rumor was solid, and it was. <a href="http://googleblog.blogspot.com/2009/12/google-chrome-for-holidays-mac-linux.html">Chrome for Mac and Linux has, indeed, been released into beta</a>.</p>

<p>I installed it but didn't notice too much difference - because, as I said, things had been running more smoothly lately. What I like about Chrome is how much screen space you get because the Tabs are running in the, um, chrome above the toolbars and address bar - where normally you have a bunch of wasted space.</p>

<p>Chrome has lacked extensions, but that's another new announcement today. Extensions have been launched into beta, as well. But not for Mac. That's something Apple fanboys will still have to wait for. </p><div class="feedflare">
<a href="http://feeds.searchenginewatch.com/~ff/sewblog?a=SbLDyO-dfPA:aQEluDKnZ44:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/sewblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.searchenginewatch.com/~ff/sewblog?a=SbLDyO-dfPA:aQEluDKnZ44:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/sewblog?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sewblog/~4/SbLDyO-dfPA" height="1">]]></description>
			<content:encoded><![CDATA[<p>I've been using a preview version of Chrome for about a month and it's been sooooo buggy. Until about a week ago. Suddenly things were running smoother, much like they did when I was on Windows. </p>

<p>Then, the tech blogs started swirling with rumors that Chrome for Mac would be released into Beta this week. I figured the rumor was solid, and it was. <a href="http://googleblog.blogspot.com/2009/12/google-chrome-for-holidays-mac-linux.html">Chrome for Mac and Linux has, indeed, been released into beta</a>.</p>

<p>I installed it but didn't notice too much difference - because, as I said, things had been running more smoothly lately. What I like about Chrome is how much screen space you get because the Tabs are running in the, um, chrome above the toolbars and address bar - where normally you have a bunch of wasted space.</p>

<p>Chrome has lacked extensions, but that's another new announcement today. Extensions have been launched into beta, as well. But not for Mac. That's something Apple fanboys will still have to wait for. </p><div class="feedflare">
<a href="http://feeds.searchenginewatch.com/~ff/sewblog?a=SbLDyO-dfPA:aQEluDKnZ44:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/sewblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.searchenginewatch.com/~ff/sewblog?a=SbLDyO-dfPA:aQEluDKnZ44:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/sewblog?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sewblog/~4/SbLDyO-dfPA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.quangbawebseo.com/google-launches-chrome-for-mac-and-linux-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Market Share: One Year Later</title>
		<link>http://www.quangbawebseo.com/chrome-market-share-one-year-later/</link>
		<comments>http://www.quangbawebseo.com/chrome-market-share-one-year-later/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 04:47:49 +0000</pubDate>
		<dc:creator>Matt Cutts</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google/SEO]]></category>
		<category><![CDATA[Tin tức Quảng bá website]]></category>

		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2994</guid>
		<description><![CDATA[Google released the Chrome browser on September 2, 2008. Now that Chrome has been out for about a year and it&#8217;s been almost six months since I last looked at Chrome&#8217;s market share, let&#8217;s take another peek.
For the last 30 days, here are my Google Analytics stats for mattcutts.com:

For me, 8.97% of my readers run [...]]]></description>
			<content:encoded><![CDATA[<p>Google released the <a href="http://www.google.com/chrome">Chrome</a> browser on September 2, 2008. Now that Chrome has been out for about a year and it&#8217;s been almost six months since I last looked at <a href="http://www.mattcutts.com/blog/chrome-marketshare-for-march-2009/">Chrome&#8217;s market share</a>, let&#8217;s take another peek.</p>
<p>For the last 30 days, here are my <a href="http://www.google.com/analytics/">Google Analytics</a> stats for mattcutts.com:</p>
<p><center><img src="http://www.mattcutts.com/images/browser-market-share-sept-2009.png" alt="Browser marketshare for September 2009" /></center></p>
<p>For me, 8.97% of my readers run Chrome, up from 7.04% in <a href="http://www.mattcutts.com/blog/chrome-marketshare-for-march-2009/">March 2009</a>.</p>
<p>Some different browser marketshare numbers:</p>
<p>- <a href="http://marketshare.hitslink.com/browser-market-share.aspx?qprid=1">Net Applications says</a> that Chrome went from 2.59% to 2.84% from July 2009 to August 2009. </p>
<p>- <a href="http://gs.statcounter.com/#browser-ww-daily-20090801-20090829">StatCounter</a> gives daily stats. I&#8217;m seeing 3.31% on Saturday August 1st to 3.59% on Saturday August 29th.</p>
<p>- <a href="http://getclicky.com/global-marketshare-statistics">Clicky says</a> that in the last 60 days, Chrome has gone from 3.376% to 4.004%:</p>
<p><center><img src="http://www.mattcutts.com/images/browser-market-share-sept-2009-clicky.png" alt="Browser breakdown for Sept 2009" /></center></p>
<p>So after one year, three different sources report market share of 2.84%, 3.59%, and 4.004%. That&#8217;s pretty good for 12 months. More importantly, Chrome has pushed all browsers to be faster, more modern, and generally better.</p>
<p>I&#8217;m also looking forward to some of the fun things coming in Chrome. Features like bookmark syncing and themes in the latest <a href="http://dev.chromium.org/getting-involved/dev-channel/">developer or &#8220;dev&#8221; release of Chrome</a> are quite nice. If you&#8217;re adventurous, you can also try <strong><a href="http://dev.chromium.org/getting-involved/dev-channel">dev versions of Chrome for the Mac and Linux</a></strong> too. And if extensions are your thing, <a href="http://dev.chromium.org/developers/design-documents/extensions/howto">those are coming along as well</a>.</p>
<p>Does anyone know of other sources for browser marketshare? How do the browser stats look for your site(s)?</p>
<p><script type="text/javascript">
tweetmeme_url = 'http://www.mattcutts.com/blog/chrome-market-share-sept-2009/';
tweetmeme_source = 'mattcutts';
</script></p>
<p><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></p>
<img src="http://feeds.feedburner.com/~r/mattcutts/uJBW/~4/m69lEBkekps" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.quangbawebseo.com/chrome-market-share-one-year-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
