<?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>Caneblu.com &#187; Google</title>
	<atom:link href="http://www.caneblu.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caneblu.com</link>
	<description>Solo un altro blog targato WordPress</description>
	<lastBuildDate>Mon, 10 May 2010 20:32:40 +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>WordPress: add Google Buzz button</title>
		<link>http://www.caneblu.com/2010/02/wordpress-add-google-buzz-button/</link>
		<comments>http://www.caneblu.com/2010/02/wordpress-add-google-buzz-button/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 09:24:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=130</guid>
		<description><![CDATA[Google Buzz is now on everyone&#8217;s lips for being anti Facebook situation. It&#8217;s time to exploit this situation to your blog, because the service is heavily oriented social network. Technically Google Buzz is largely integrated into Google Reader, the aggregator of RSS feeds, so we can exploit this relationship to create an appropriate button. You [...]]]></description>
			<content:encoded><![CDATA[<p>Google Buzz is now on everyone&#8217;s lips for being anti Facebook situation. It&#8217;s time to exploit this situation to your blog, because the service is heavily oriented social network. Technically Google Buzz is largely integrated into Google Reader, the aggregator of RSS feeds, so we can exploit this relationship to create an appropriate button. You only have to make sure that in your profile Buzz (above under the heading &#8220;connected sites&#8221;) has been added to Google Reader.</p>
<p>Obviously we must have a basic knowledge of PHP and WordPress system, but simply add a few lines in the right place, through the WordPress editor (in the Appearance -> Editor).</p>
<p>Here&#8217;s the code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;a rel=”nofollow” target=”_blank” href=”http://www.google.com/reader/link?url=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;title=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;snippet=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_excerpt<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;srcURL=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_settings<span style="color: #009900;">&#40;</span>‘home’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>” Title=”Share this via Google Buzz&gt;&lt;img=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_url'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #0000ff;">&quot;&gt;/images/buzz-icon2.gif&quot;</span><span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span> Google Buzz</pre></td></tr></table></div>

<p>Also looking between the various utilities proposed in Google Reader you can add a small clip (bottom of the page under &#8220;Add a clip&#8221;) to your site, where &#8220;share&#8221; show your Buzz&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2010/02/wordpress-add-google-buzz-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome permanently pin tabs</title>
		<link>http://www.caneblu.com/2009/12/google-chrome-permanently-pin-tabs/</link>
		<comments>http://www.caneblu.com/2009/12/google-chrome-permanently-pin-tabs/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 21:44:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=116</guid>
		<description><![CDATA[With version 4 of Google Chrome browser has added a feature that is rather interesting called pin tab. Essentially a tab is iconified as recently seen in videos from Google ChromeOS. This feature is interesting if you want to leave some tabs dormant, such as Gmail. To do so, right-click with your mouse over a tab, and then choose&#8221;Pin [...]]]></description>
			<content:encoded><![CDATA[<p>With version 4 of <a href="http://www.google.com/chrome#googtrans/it/en" target="_blank">Google Chrome</a> browser has added a feature that is rather interesting called <strong>pin tab</strong>. Essentially a tab is iconified as recently seen in videos from <a href="http://www.youtube.com/watch?v=hJ57xzo287U#googtrans/it/en" target="_blank">Google Chrome</a>OS. This feature is interesting if you want to leave some tabs dormant, such as <strong>Gmail. </strong>To do so, right-click with your mouse over a tab, and then choose&#8221;<strong>Pin Tab</strong>&#8220;.</p>
<p>Unfortunately at the time of writing, the beta version 4.0.249, after you close your browser, reopening the tab  fixed there is no trace.</p>
<p>To overcome this problem, make a small change to the link that launches the browser. For example, the Google Chrome on the desktop, just right-click with your mouse, then click Properties. Now in text form called target (ie, the first from top) should look like this:<br />
C: \Users\user\AppData\Local\Google\Chrome\Application\chrome.exe</p>
<p>You just need to add the parameter -<strong>-pinned-tab-count=x</strong> where x is the number of tabs that you want to be fixed at each new opening of browser, followed by the url separated by a single space.</p>
<p>For example if you want to open gmail and reader Add at the end of chrome.exe<br />
<code>--Pinned-tab-count=2 https://mail.google.com/mail http://www.google.com/reader/view/</code></p>
<p>Launch your browser made in Google, and you have the tabs iconificate permeate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/12/google-chrome-permanently-pin-tabs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google commands</title>
		<link>http://www.caneblu.com/2009/03/google-commands/</link>
		<comments>http://www.caneblu.com/2009/03/google-commands/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:31:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[operators]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=95</guid>
		<description><![CDATA[Google is a powerful search engine, below there are some commands for a better search result&#8217;s. - (minus) e.g president -obama when the minus is before a word, this search all presidents excluded the results containing words (obama in my example). + (plus) e.g. +the cat Inside the search the word &#8220;the&#8221; usually is not [...]]]></description>
			<content:encoded><![CDATA[<p>Google is a powerful search engine, below there are some commands for a better search result&#8217;s.</p>
<p>- (minus) e.g <a href="http://www.google.com/search?hl=en&amp;q=president+-obama" target="_blank">president -obama</a><br />
when the minus is before a word, this search all presidents excluded the results containing words (obama in my example).</p>
<p>+ (plus) e.g. <a href="http://www.google.com/search?hl=en&amp;q=%2Bthe+cat" target="_blank">+the cat</a><br />
Inside the search the word &#8220;the&#8221; usually is not considerated, if you want add it explicity put a + before the article</p>
<p>&#8220;&#8221; e.g. <a href="http://www.google.com/search?hl=en&amp;q=&quot;search+engine+google&quot;" target="_blank">&#8220;search engine google&#8221;</a><br />
the words inside &#8221; &#8221; force the search to must be completed like inserted and not scattered on the page. Try yourself with and without quotes.</p>
<p>* e.g. <a href="http://www.google.com/search?hl=en&amp;q=&quot;we+have+*+apple's&quot;" target="_blank">&#8220;we have * apple&#8217;s&#8221;</a><br />
asteriscs works as undefined word(s), in this example * can be a number or whatelse</p>
<p>~ e.g. <a href="http://www.google.com/search?hl=en&amp;q=~choose+car" target="_blank">~choose car</a><br />
will extend all synonymous words (in this example the word choose is extend to pick or choosing)</p>
<p>.. e.g.<a href="http://www.google.com/search?hl=en&amp;q=&quot;pc+to+10..200+euros&quot;" target="_blank"> &#8220;pc to 10..200 euros&#8221;</a><br />
search inside numerical range. Will return all search for pc and euro&#8217;s with a numerical range from 10 to 200.</p>
<p>OR e.g. <a href="http://www.google.com/search?hl=en&amp;q=pc+OR+mac" target="_blank">pc OR mac</a><br />
this show results with &#8220;pc&#8221; or &#8220;mac&#8221; results</p>
<p>filetype e.g. <a href="http://www.google.com/search?hl=en&amp;q=ubuntu+filetype+%3Atorrent" target="_blank">ubuntu filetype :torrent</a><br />
A specific (not much precise) search for declared extension of files, the example will show all torrents files which include word &#8220;ubuntu&#8221;</p>
<p>define e.g. <a href="http://www.google.com/search?hl=en&amp;q=define%3Asun" target="_blank">define:sun</a><br />
show a definition of the word from dictionaries, wikipedia etc.</p>
<p>cache e.g. <a href="http://209.85.229.132/search?hl=en&amp;q=cache%3Acaneblu.com" target="_blank">cache:caneblu.com</a><br />
show the Google cache of the website above</p>
<p>link e.g. <a href="http://www.google.com/search?hl=en&amp;q=link%3Ahttp%3A%2F%2Fwww.php.org" target="_blank">link:http://www.php.org</a><br />
Try to show all pages that linking the page you choose (php.org)</p>
<p>related e.g. <a href="http://www.google.com/search?hl=en&amp;q=related%3Ahttp%3A%2F%2Fwww.mysql.com" target="_blank">related:http://www.mysql.com</a><br />
Try to show all page&#8217;s related to the mysql (database) page, so if you can see similar projects</p>
<p>info e.g. <a href="http://www.google.com/search?hl=en&amp;q=info%3Ahttp%3A%2F%2Fwww.linux.com" target="_blank">info:http://www.linux.com</a><br />
Show info (obtained from Google) about page</p>
<p>site e.g. <a href="http://www.google.com/search?hl=en&amp;q=windows+site%3Acaneblu.com" target="_blank">windows site:caneblu.com</a><br />
Show all result for word (windows) inside a specific website (caneblu.com)</p>
<p>weather e.g. <a href="http://www.google.com/search?hl=en&amp;q=weather+rome+it" target="_blank">weather rome it</a><br />
Retrive the weather forecast for the city</p>
<p>movie e.g. <a href="http://www.google.com/search?hl=en&amp;q=movie+equilibrium" target="_blank">movie equilibrium</a><br />
Retrive a specific movie information</p>
<p>stocks e.g. <a href="http://www.google.com/search?hl=en&amp;q=stocks+GOOG" target="_blank">stocks GOOG</a><br />
Show the financial information of stocks</p>
<p>phonebook e.g. <a href="http://www.google.com/search?hl=en&amp;q=phonebook%3Aapple+new+york" target="_blank">phonebook:apple new york</a><br />
Only for U.S. search the phone number</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/03/google-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
