<?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>Vlad Alexa&#039;s Blog &#187; google</title>
	<atom:link href="http://blog.vladalexa.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vladalexa.com</link>
	<description>software , networks , apple , open source</description>
	<lastBuildDate>Thu, 15 Jul 2010 22:38:20 +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>netbeans jarsigner woes</title>
		<link>http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=netbeans-jarsigner-woes</link>
		<comments>http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 11:12:10 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[jarsigner]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://blog.vladalexa.com/?p=239</guid>
		<description><![CDATA[Ok so this is about the dreaded jarsigner error : unable to sign jar: java.util.zip.ZipException: invalid entry compressed size 99% of the time what that means is your jar is already signed However jarsigner has no way to remove signatures from a jar , but you can do that manually since a jar file is [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so this is about the dreaded jarsigner error :</p>
<blockquote><p>unable to sign jar: java.util.zip.ZipException: invalid entry compressed size</p></blockquote>
<p>99% of the time what that means is your jar is already signed</p>
<p>However jarsigner has no way to remove signatures from a jar , but you can do that manually since a jar file is a zip archive all you have to do is extract it , delete the META-INF directory and repack it.</p>
<p>Personally i use muCommander , you have to do this : shift+F6 (rename to .zip) &gt; enter &gt; del META-INF &gt; enter &gt; shift+F6 (rename back)<br />
It treats archives as standard directories so it automatically handles the unpacking and repacking of the archive transparently</p>
<p>If you are a terminal lover you can run this for the same results:</p>
<blockquote><p>zip -d YourJar.ext &#8220;META-INF*&#8221;</p></blockquote>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">deleting: META-INF/MANIFEST.MF</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">deleting: META-INF/CERT.SF</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">deleting: META-INF/CERT.RSA</div>
<p>Which is going to result in this :<br />
deleting: META-INF/MANIFEST.MF<br />
deleting: META-INF/CERT.SF<br />
deleting: META-INF/CERT.RSA</p>
<div>The reason why i have to go into all this is because unlike Eclipse , Netbeans has no way of building a unsigned android apk (unless you mess about with -sign in nbproject/build-impl.xml) but this should apply and work with any kind of java package signing scenario (except the Maven jarsigner which blissfully has a unsign feature)</div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;title=netbeans+jarsigner+woes" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;t=netbeans+jarsigner+woes" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=netbeans+jarsigner+woes&amp;body=Link: http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Ok%20so%20this%20is%20about%20the%20dreaded%20jarsigner%20error%20%3A%0D%0Aunable%20to%20sign%20jar%3A%20java.util.zip.ZipException%3A%20invalid%20entry%20compressed%20size%0D%0A99%25%20of%20the%20time%20what%20that%20means%20is%20your%20jar%20is%20already%20signed%0D%0A%0D%0AHowever%20jarsigner%20has%20no%20way%20to%20remove%20signatures%20from%20a%20jar%20%2C%20but%20you%20can%20do%20that%20manually%20since%20a%20jar%20f" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;title=netbeans+jarsigner+woes&amp;srcUrl=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;srcTitle=netbeans+jarsigner+woes&amp;snippet=Ok%20so%20this%20is%20about%20the%20dreaded%20jarsigner%20error%20%3A%0D%0Aunable%20to%20sign%20jar%3A%20java.util.zip.ZipException%3A%20invalid%20entry%20compressed%20size%0D%0A99%25%20of%20the%20time%20what%20that%20means%20is%20your%20jar%20is%20already%20signed%0D%0A%0D%0AHowever%20jarsigner%20has%20no%20way%20to%20remove%20signatures%20from%20a%20jar%20%2C%20but%20you%20can%20do%20that%20manually%20since%20a%20jar%20f" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;t=netbeans+jarsigner+woes" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;title=netbeans+jarsigner+woes&amp;summary=Ok%20so%20this%20is%20about%20the%20dreaded%20jarsigner%20error%20%3A%0D%0Aunable%20to%20sign%20jar%3A%20java.util.zip.ZipException%3A%20invalid%20entry%20compressed%20size%0D%0A99%25%20of%20the%20time%20what%20that%20means%20is%20your%20jar%20is%20already%20signed%0D%0A%0D%0AHowever%20jarsigner%20has%20no%20way%20to%20remove%20signatures%20from%20a%20jar%20%2C%20but%20you%20can%20do%20that%20manually%20since%20a%20jar%20f&amp;source=Vlad Alexa&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;title=netbeans+jarsigner+woes" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=netbeans+jarsigner+woes+-+http://tinyurl.com/33eo49r&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/&amp;title=netbeans+jarsigner+woes" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.vladalexa.com/2009/10/28/netbeans-jarsigner-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google consolidates , Yahoo steps up</title>
		<link>http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-consolidates-yahoo-steps-up</link>
		<comments>http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/#comments</comments>
		<pubDate>Thu, 20 May 2004 02:36:37 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[aquisitions]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.vladalexa.com/?p=65</guid>
		<description><![CDATA[Lately Google seemed to expand to a monopol position in the search engine area while steadily assimilating new teams and markets and competitors like Yahoo did not seem to like it , less than a week ago Yahoo bought Inktomi and started its own search engine dispensing of the google services , before that Yahoo [...]]]></description>
			<content:encoded><![CDATA[<p>Lately Google seemed to expand to a monopol position in the search engine area while steadily assimilating new teams and markets and competitors like Yahoo did not seem to like it , less than a week ago Yahoo bought Inktomi and started its own search engine dispensing of the google services , before that Yahoo was using AltaVista since 1996 , Inktomi since 1998 and finally Google since 2002 , to power it&#8217;s web search .</p>
<p>Yahoo recently bought Overture for a shot at the growing PPC market on the heels of recent  acquisitions of AltaVista and Alltheweb/FAST ,<br />
so at this moment the 2 giants in the search engine business are Google and Yahoo , and i am personally glad of the increasing competition presented by yahoo even tho&#8217; my homepage is set to google.com for 6 years now and it won&#8217;t change soon</p>
<p>A cause why Yahoo might have dumped Google might lay in the popularity decrease of the search engine giant due to it&#8217;s ongoing scandals pertaining Gmail , Pagerank , drugs , google bombing and a lot of other not the least relevant issues</p>
<p><strong>Google Search <a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://google.com/" target="_blank">http://google.com</a> </strong></p>
<p>Firms/technologies bought/integrated into google :<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.sprinks.com/index.htm" target="_blank">http://www.sprinks.com/index.htm</a> Sprinks<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.appliedsemantics.com/" target="_blank">http://www.appliedsemantics.com</a> AppliedSemantics</p>
<p>Search engines that are powered by google :<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://search.aol.com/" target="_blank">http://search.aol.com/</a> AOL Search<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.earthlink.net/" target="_blank">http://www.earthlink.net/</a> Earthlink<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://teoma.com/" target="_blank">http://teoma.com/</a> Teoma<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.iwon.com/" target="_blank">http://www.iwon.com/</a> Iwon<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.hotbot.com/" target="_blank">http://www.hotbot.com/</a> Hotbot<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.go.com/" target="_blank">http://www.go.com/</a> GO</p>
<p><strong>Yahoo! Search <a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://search.yahoo.com/" target="_blank">http://search.yahoo.com</a> </strong></p>
<p>Firms/technologies bought/integrated into yahoo :<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.inktomi.com/" target="_blank">http://www.inktomi.com</a> Inktomi<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.overture.com/" target="_blank">http://www.overture.com</a> Overture</p>
<p>Search engines that are powered by yahoo :<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.altavista.com/" target="_blank">http://www.altavista.com/</a> AltaVista<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.alltheweb.com/" target="_blank">http://www.alltheweb.com/</a> Alltheweb<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://search.msn.com/" target="_blank">http://search.msn.com/</a> MSN Search<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://cnn.com/" target="_blank">http://cnn.com/</a> CNN<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://excite.com/" target="_blank">http://excite.com/</a> Excite<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.kanoodle.com/" target="_blank">http://www.kanoodle.com/</a> Kanoodle<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://infospace.com/" target="_blank">http://infospace.com/</a> Infospace</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;title=Google+consolidates+%2C+Yahoo+steps+up" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;t=Google+consolidates+%2C+Yahoo+steps+up" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Google+consolidates+%2C+Yahoo+steps+up&amp;body=Link: http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Lately%20Google%20seemed%20to%20expand%20to%20a%20monopol%20position%20in%20the%20search%20engine%20area%20while%20steadily%20assimilating%20new%20teams%20and%20markets%20and%20competitors%20like%20Yahoo%20did%20not%20seem%20to%20like%20it%20%2C%20less%20than%20a%20week%20ago%20Yahoo%20bought%20Inktomi%20and%20started%20its%20own%20search%20engine%20dispensing%20of%20the%20google%20services%20%2C%20before" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;title=Google+consolidates+%2C+Yahoo+steps+up&amp;srcUrl=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;srcTitle=Google+consolidates+%2C+Yahoo+steps+up&amp;snippet=Lately%20Google%20seemed%20to%20expand%20to%20a%20monopol%20position%20in%20the%20search%20engine%20area%20while%20steadily%20assimilating%20new%20teams%20and%20markets%20and%20competitors%20like%20Yahoo%20did%20not%20seem%20to%20like%20it%20%2C%20less%20than%20a%20week%20ago%20Yahoo%20bought%20Inktomi%20and%20started%20its%20own%20search%20engine%20dispensing%20of%20the%20google%20services%20%2C%20before" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;t=Google+consolidates+%2C+Yahoo+steps+up" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;title=Google+consolidates+%2C+Yahoo+steps+up&amp;summary=Lately%20Google%20seemed%20to%20expand%20to%20a%20monopol%20position%20in%20the%20search%20engine%20area%20while%20steadily%20assimilating%20new%20teams%20and%20markets%20and%20competitors%20like%20Yahoo%20did%20not%20seem%20to%20like%20it%20%2C%20less%20than%20a%20week%20ago%20Yahoo%20bought%20Inktomi%20and%20started%20its%20own%20search%20engine%20dispensing%20of%20the%20google%20services%20%2C%20before&amp;source=Vlad Alexa&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;title=Google+consolidates+%2C+Yahoo+steps+up" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+consolidates+%2C+Yahoo+steps+up+-+http://tinyurl.com/34bblnb&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/&amp;title=Google+consolidates+%2C+Yahoo+steps+up" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.vladalexa.com/2004/05/20/google-consolidates-yahoo-steps-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google tricks of the trade</title>
		<link>http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-tricks-of-the-trade</link>
		<comments>http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/#comments</comments>
		<pubDate>Tue, 18 May 2004 02:32:29 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://blog.vladalexa.com/?p=62</guid>
		<description><![CDATA[Google without advertisments or adwords http://www.google.com/ie the bad part with the adfree search is that you do not have a advanced search option however you can put manually the options in the url like this http://www.google.com/ie?num=100 the url above for example shows 100 finds per page and to not have to write all the options [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Google without advertisments or adwords </strong><br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.google.com/ie" target="_blank">http://www.google.com/ie</a></p>
<p>the bad part with the adfree search is that you do not have a advanced search option</p>
<p>however you can put manually the options in the url like this<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.google.com/ie?num=100" target="_blank">http://www.google.com/ie?num=100</a></p>
<p>the url above for example shows 100 finds per page and to not have to write all the options every time you can make it your homepage like i do</p>
<p><strong>Google in english indiferent of the country you are in</strong><br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.google.com/ncr" target="_blank">http://www.google.com/ncr</a></p>
<p><strong>External tools:</strong></p>
<p>Poodle from gritechnologies can help in search engine optimization<br />
<a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.gritechnologies.com/tools/spider.go" target="_blank">http://www.gritechnologies.com/tools/spider.go</a></p>
<p>This interesting script at <a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.scroogle.org/scraper.html" target="_blank">http://www.scroogle.org/scraper.html</a> claims to show you how google is broken and what results it fails to show/rate like it should</p>
<p><a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.mypagerank.net/" target="_blank">http://www.mypagerank.net/</a> can show you the google pagerank for a specific site</p>
<p><a style="color: #cc3333; font-weight: normal; text-decoration: underline;" href="http://www.soople.com/" target="_blank">http://www.soople.com</a> is also a extension of google , better put , some kind of a gui for some of the google functions i detail below</p>
<p><strong>Special searches :</strong></p>
<p>you enter for example &#8220;phonebook:mancini ca&#8221; in a google search box and you can access it&#8217;s phonebook listing</p>
<p>phonebook:nameaddress shows phonebook entry of person<br />
define:word gives definition of any word<br />
related:url same as &#8220;what&#8217;s related&#8221; on serps.<br />
link:url Shows other pages with links to that url.<br />
site:domain restricts search results to the given domain.<br />
allinurl:url shows only pages with all terms in the url.<br />
inurl: like allinurl, but only for the next query word.<br />
allintitle: shows only results with terms in title.<br />
intitle: similar to allintitle, but only for the next word. &#8220;intitle:webmaster google&#8221; finds only pages with webmaster in the title, and google anywhere on the page.<br />
cache:url will show the Google version of the passed url.<br />
info:url will show a page containing links to related searches, backlinks, and pages containing the url. This is the same as typing the url into the search box.<br />
spell: will spell check your query and search for it.<br />
stocks: will lookup the search query in a stock index.<br />
filetype: will restrict searches to that filetype. &#8220;-filetype:doc&#8221; to remove Microsoft word files.<br />
daterange: is supported in Julian date format only. 2452384 is an example of a Julian date.<br />
maps: If you enter a street address, a link to Yahoo Maps and to MapBlast will be presented.<br />
phone: enter anything that looks like a phone number to have a name and address displayed. Same is true for something that looks like an address (include a name and zip code)<br />
site:www.somesite.net &#8220;+www.somesite.+net&#8221; (tells you how many pages of your site are indexed by google)<br />
allintext: searches only within text of pages, but not in the links or page title<br />
allinanchor: searches only within links, not text or title</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;title=Google+tricks+of+the+trade" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;t=Google+tricks+of+the+trade" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Google+tricks+of+the+trade&amp;body=Link: http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Google%20without%20advertisments%20or%20adwords%20%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fie%0D%0A%0D%0Athe%20bad%20part%20with%20the%20adfree%20search%20is%20that%20you%20do%20not%20have%20a%20advanced%20search%20option%0D%0A%0D%0Ahowever%20you%20can%20put%20manually%20the%20options%20in%20the%20url%20like%20this%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fie%3Fnum%3D100%0D%0A%0D%0Athe%20url%20above%20for%20example%20shows%20100%20finds%20p" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;title=Google+tricks+of+the+trade&amp;srcUrl=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;srcTitle=Google+tricks+of+the+trade&amp;snippet=Google%20without%20advertisments%20or%20adwords%20%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fie%0D%0A%0D%0Athe%20bad%20part%20with%20the%20adfree%20search%20is%20that%20you%20do%20not%20have%20a%20advanced%20search%20option%0D%0A%0D%0Ahowever%20you%20can%20put%20manually%20the%20options%20in%20the%20url%20like%20this%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fie%3Fnum%3D100%0D%0A%0D%0Athe%20url%20above%20for%20example%20shows%20100%20finds%20p" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;t=Google+tricks+of+the+trade" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;title=Google+tricks+of+the+trade&amp;summary=Google%20without%20advertisments%20or%20adwords%20%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fie%0D%0A%0D%0Athe%20bad%20part%20with%20the%20adfree%20search%20is%20that%20you%20do%20not%20have%20a%20advanced%20search%20option%0D%0A%0D%0Ahowever%20you%20can%20put%20manually%20the%20options%20in%20the%20url%20like%20this%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fie%3Fnum%3D100%0D%0A%0D%0Athe%20url%20above%20for%20example%20shows%20100%20finds%20p&amp;source=Vlad Alexa&#039;s Blog" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;title=Google+tricks+of+the+trade" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+tricks+of+the+trade+-+http://tinyurl.com/2fzl84g&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/&amp;title=Google+tricks+of+the+trade" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.vladalexa.com/2004/05/18/google-tricks-of-the-trade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
