<?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>Web Development Blog &#187; Google</title>
	<atom:link href="http://eisabainyo.net/weblog/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://eisabainyo.net/weblog</link>
	<description>Web Development, Web Design, Web Applications, Web 2.0, AJAX, WordPress Themes, Search Engine Optimisation, Latest Technologies and more..</description>
	<lastBuildDate>Tue, 22 May 2012 08:47:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to use Google Fonts in your WordPress Theme</title>
		<link>http://eisabainyo.net/weblog/2011/06/20/how-to-use-google-fonts-in-your-wordpress-theme/</link>
		<comments>http://eisabainyo.net/weblog/2011/06/20/how-to-use-google-fonts-in-your-wordpress-theme/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 10:39:19 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/?p=1730</guid>
		<description><![CDATA[Using Google Fonts in your WordPress Theme is very easy and it can be completed in 3 simple steps. 1. Go to Google Web Fonts, browse all the fonts available for use on your website and pick any font you like. For this example, I will be using Droid Sans. 2. Click on the font [...]]]></description>
			<content:encoded><![CDATA[<p>Using Google Fonts in your WordPress Theme is very easy and it can be completed in 3 simple steps.  </p>
<p><strong>1. </strong><br />
Go to <a href="http://www.google.com/webfonts">Google Web Fonts</a>, browse all the fonts available for use on your website  and pick any font you like.  For this example, I will be using <a href="http://www.google.com/webfonts/family?family=Droid+Sans&#038;subset=latin">Droid Sans</a>. </p>
<p><strong>2.</strong><br />
Click on the font name to go to the font page and then click on <strong>Use This Font</strong> tab and copy and paste the css include into the &lt;head&gt; section in Header (<strong>header.php</strong>) file of your WordPress Theme.</p>
<pre>&lt;link href='http://fonts.googleapis.com/css?family=Droid+Sans&amp;v1' rel='stylesheet' type='text/css'&gt;</pre>
<p><strong>3.</strong><br />
Edit the Stylesheet (<strong>style.css</strong>) file of your current WordPress Theme and add the following line of CSS: </p>
<pre>SELECTOR { font-family: 'Droid Sans', arial, serif; }</pre>
<p>Replace SELECTOR with the correct selector; for example: h1, .title, .post h2, etc.</p>
<p>And that&#8217;s it.  It is very simple and doesn&#8217;t require any <a href="http://eisabainyo.net/weblog/2009/04/27/sifr-vs-flir-font-replacement-techniques/">font replacement techniques</a> that use Flash or Javascript.  </p>
<p><strong>Browser Compatibility of Google Web Fonts API</strong></p>
<p>According to the Official FAQs, the Google Font API is compatible with the following browsers:</p>
<ul>
<li>Google Chrome: version 4.249.4+</li>
<li>Mozilla Firefox: version: 3.5+</li>
<li>Apple Safari: version 3.1+</li>
<li>Opera: version 10.5+</li>
<li>Microsoft Internet Explorer: version 6+</li>
</ul>
<p>It also works reliably on the vast majority of modern mobile operating systems, including Android 2.2+ and iOS 4.2+ (iPhone, iPad, iPod).</p>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2011/06/20/how-to-use-google-fonts-in-your-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a breadcrumb to your blog and have it appear on Google&#8217;s Search Result Snippet</title>
		<link>http://eisabainyo.net/weblog/2009/11/24/how-to-add-a-breadcrumb-to-your-blog-and-have-it-appear-on-googles-search-result-snippet/</link>
		<comments>http://eisabainyo.net/weblog/2009/11/24/how-to-add-a-breadcrumb-to-your-blog-and-have-it-appear-on-googles-search-result-snippet/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:53:15 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/?p=808</guid>
		<description><![CDATA[Google Search has recently introduced breadcrumbs in their Search Result Snippets replacing the URL displayed below the individual snippet. There are both advantages and disadvantages of this new feature. One immediate advantage that I see is if your search result snippet has a breadcrumb, your website will probably get more pageviews because the user is [...]]]></description>
			<content:encoded><![CDATA[<p>Google Search has recently introduced <a href="http://googlesystem.blogspot.com/2009/11/breadcrumbs-in-googles-snippets.html">breadcrumbs in their Search Result Snippets</a> replacing the URL displayed below the individual snippet.   There are both advantages and disadvantages of this new feature.  One immediate advantage that I see is if your search result snippet has a breadcrumb, your website will probably get more pageviews because the user is likely to click on a category name on the breadcrumb to navigate to the parent category and browse through related articles.  </p>
<p>Not many search result snippets have a breadcrumb yet, so the question is, how does google obtain breadcrumb links from a website.    I did a small research and found out that in order for google to display breadcrumbs for your website, your website / pages on your website must have one.  If you look at individual blog posts on this blog, you will see a breadcrumb horizontally across the top of the blog post, just below the title.  I&#8217;m using WordPress as my blog CMS and the following is the code I have inside <code>single.php</code> file of the current theme to display a breadcrumb for each blog post.  </p>
<p><code>&lt;p&gt;&lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt; &amp;raquo; &lt;?php the_category(', ') ?&gt; &amp;raquo; &lt;?php the_title(); ?&gt;&lt;/p&gt;<br />
</code></p>
<p><img src="http://eisabainyo.net/weblog/wp-content/uploads/2009/11/google-breadcrumbs1.gif" alt="Google search sesult snippet + Breadcrumb on a blog post" title="Google search sesult snippet + Breadcrumb on a blog post" width="450" height="350" class="alignnone size-full wp-image-816" style="border: 2px solid #eee;" /></p>
<div class="contact-us">Interested in getting <a href="http://www.anansi.com.au/services.php"><abbr title="Search Engine Optimisation">SEO</abbr> Recommendations</a> for your website?  <a href="http://www.anansi.com.au/contact.php">Contact us</a> at <a href="http://www.anansi.com.au/">Anansi Web Development</a> to find out how we may be able to help you.</div>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2009/11/24/how-to-add-a-breadcrumb-to-your-blog-and-have-it-appear-on-googles-search-result-snippet/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Code to embed Google Map and Street View</title>
		<link>http://eisabainyo.net/weblog/2009/04/27/code-to-embed-google-map-and-street-view/</link>
		<comments>http://eisabainyo.net/weblog/2009/04/27/code-to-embed-google-map-and-street-view/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 03:03:55 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/?p=583</guid>
		<description><![CDATA[You will need to sign up for the Google Maps API key and replace &#8220;INSERT_API_KEY_HERE&#8221; with your API key. &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Strict//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62; &#60;head&#62; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34; /&#62; &#60;title&#62;Google Map and Street View&#60;/title&#62; &#60;script src=&#34;http://maps.google.com/maps?file=api&#38;v=2&#38;key=INSERT_API_KEY_HERE&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; //&#60;![CDATA[ function load() { if (GBrowserIsCompatible()) { var lat = [...]]]></description>
			<content:encoded><![CDATA[<p>You will need to <a href="http://code.google.com/apis/maps/signup.html">sign up</a> for the Google Maps API key and replace &#8220;INSERT_API_KEY_HERE&#8221; with your API key.</p>
<pre>
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
&lt;title&gt;Google Map and Street View&lt;/title&gt;

&lt;script src=&quot;http://maps.google.com/maps?file=api&amp;v=2&amp;key=INSERT_API_KEY_HERE&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
    //&lt;![CDATA[

    function load() {
      if (GBrowserIsCompatible()) {
		var lat = -33.867141;
		var lng = 151.207114;

        var map = new GMap2(document.getElementById(&quot;map&quot;));
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
		map.setCenter(new GLatLng(lat,lng), 15);

		var infoTabs = [
  		new GInfoWindowTab(&quot;Address&quot;, &quot;Sydney&lt;br /&gt; NSW, Australia&quot;),
		];

		// Place a marker in the center of the map and open the info window
		var marker = new GMarker(map.getCenter());
		GEvent.addListener(marker, &quot;click&quot;, function() {
  		marker.openInfoWindowTabsHtml(infoTabs);
		});
		map.addOverlay(marker);
		marker.openInfoWindowTabsHtml(infoTabs);

		var point = new GLatLng(lat,lng);
		panoramaOptions = { latlng:point };
		pano = new GStreetviewPanorama(document.getElementById(&quot;streetview&quot;), panoramaOptions);
		GEvent.addListener(pano);

	}
    }

    //]]&gt;
&lt;/script&gt;	

&lt;/head&gt;
&lt;body onload=&quot;load()&quot; onunload=&quot;GUnload()&quot;&gt;

&lt;h3&gt;Google Map&lt;/h3&gt;
&lt;div id=&quot;map&quot; style=&quot;width: 500px; height: 400px&quot;&gt;&lt;/div&gt;
&lt;h3&gt;Street View&lt;/h3&gt;
&lt;div id=&quot;streetview&quot; style=&quot;width: 500px; height: 400px&quot;&gt;&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<h3>Books on Google Maps</h3>
<div class="book">
<a href="http://www.amazon.com/gp/product/0596101619?ie=UTF8&#038;tag=eisabainyonet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0596101619"><img src="http://eisabainyo.net/weblog/wp-content/uploads/2009/04/google-maps-hacks.jpg" alt="" title="Google Maps Hacks" class="alignnone size-full wp-image-1096" /><span>Google Maps Hacks: Tips &#038; Tools for Geographic Searching and Remixing</span></a><img src="http://www.assoc-amazon.com/e/ir?t=eisabainyonet-20&#038;l=as2&#038;o=1&#038;a=0596101619" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</div>
<div class="book">
<a href="http://www.amazon.com/gp/product/1590597079?ie=UTF8&#038;tag=eisabainyonet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1590597079"><img src="http://eisabainyo.net/weblog/wp-content/uploads/2009/04/google-maps-apps.jpg" alt="" title=" Beginning Google Maps Applications with PHP and Ajax" width="91" height="120" class="alignnone size-full wp-image-1097" /><span>Beginning Google Maps Applications with PHP and Ajax: From Novice to Professional</span></a><img src="http://www.assoc-amazon.com/e/ir?t=eisabainyonet-20&#038;l=as2&#038;o=1&#038;a=1590597079" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</div>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2009/04/27/code-to-embed-google-map-and-street-view/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Developers are from Mars</title>
		<link>http://eisabainyo.net/weblog/2009/04/09/developers-are-from-mars/</link>
		<comments>http://eisabainyo.net/weblog/2009/04/09/developers-are-from-mars/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 11:16:03 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/?p=534</guid>
		<description><![CDATA[Google suggest makes me smile. :)]]></description>
			<content:encoded><![CDATA[<p><img src="http://eisabainyo.net/weblog/wp-content/uploads/2009/04/developers-are.gif" alt="Developers are from mars" title="Developers are from mars" width="400" height="259" class="alignnone size-full wp-image-535" /></p>
<p>Google suggest makes me smile. :) </p>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2009/04/09/developers-are-from-mars/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Google Favicon &#8211; January 2009</title>
		<link>http://eisabainyo.net/weblog/2009/01/10/new-google-favicon-january-2009/</link>
		<comments>http://eisabainyo.net/weblog/2009/01/10/new-google-favicon-january-2009/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 08:03:23 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/2009/01/10/new-google-favicon-january-2009/</guid>
		<description><![CDATA[Google introduced a new favicon again today. According to google, its warm and colorful new favicon is inspired by the work of a computer science student in Brazil: André Resende, a computer science undergraduate student at the University of Campinas in Brazil, submitted the design that inspired our new favicon. His placement of a white [...]]]></description>
			<content:encoded><![CDATA[<p>Google introduced a <a href="http://googleblog.blogspot.com/2009/01/googles-new-favicon.html">new favicon</a> again today.   According to google, its warm and colorful new favicon is inspired by the work of a computer science student in Brazil:</p>
<blockquote><p>André Resende, a computer science undergraduate student at the University of Campinas in Brazil, submitted the design that inspired our new favicon. His placement of a white &#8216;g&#8217; on a color-blocked background was highly recognizable and attractive, while seeming to capture the essence of Google.</p></blockquote>
<p>So, what do you think of the new favicon?  Do you like it better than the old one?  (This is how the <a href="http://eisabainyo.net/weblog/2008/06/01/new-googles-favicon-love-it-or-hate-it/">favicon</a> used to look like.)</p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2009/01/google-favicon_0109.png' alt='New Google Favicon' /></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/google" rel="tag">google</a>, <a href="http://technorati.com/tag/favicon" rel="tag"> favicon</a>, <a href="http://technorati.com/tag/design" rel="tag"> design</a>, <a href="http://technorati.com/tag/news" rel="tag"> news</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2009/01/10/new-google-favicon-january-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2008 Year-End Google Search Report (Google Zeitgeist)</title>
		<link>http://eisabainyo.net/weblog/2009/01/06/2008-year-end-google-search-report-google-zeitgeist/</link>
		<comments>http://eisabainyo.net/weblog/2009/01/06/2008-year-end-google-search-report-google-zeitgeist/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:09:33 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/2009/01/06/2008-year-end-google-search-report-google-zeitgeist/</guid>
		<description><![CDATA[Some of the most popular keywords from 2008 Year-End Google Zeitgeist include: # facebook # iphone # youtube # google maps # wiki # games # google # weather # free movies # lyrics # map # mp3 # videos # jobs # news # how to (draw, kiss, write, cook, tie, hack, run, cite, [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the most popular keywords from <a href="http://www.google.com/intl/en/press/zeitgeist2008/index.html">2008 Year-End Google Zeitgeist</a> include: </p>
<p># facebook<br />
# iphone<br />
# youtube<br />
# google maps<br />
# wiki<br />
# games<br />
# google<br />
# weather<br />
# free movies<br />
# lyrics<br />
# map<br />
# mp3<br />
# videos<br />
# jobs<br />
# news<br />
# how to (draw, kiss, write, cook, tie, hack, run, cite, paint, spell)<br />
# what is (love, life, java, sap, rss, scientology, autism, lupus, 3g, art)<br />
# diy (wedding, tv, solar, tile, audio, home, halloween, electric, concrete, car)</p>
<p><strong>In google&#8217;s own words on how the search report was put together:   </strong></p>
<blockquote><p>In compiling the 2008 Year-End Zeitgeist, our search team studied the aggregation of billions of search queries people typed in to the Google search box. Except where noted, all of these search terms are most popular for 2008.</p></blockquote>
<p>Technorati Tags: <a href="http://technorati.com/tag/search" rel="tag">search</a>, <a href="http://technorati.com/tag/keywords" rel="tag"> keywords</a>, <a href="http://technorati.com/tag/google" rel="tag"> google</a>, <a href="http://technorati.com/tag/report" rel="tag"> report</a>, <a href="http://technorati.com/tag/Zeitgeist" rel="tag"> Zeitgeist</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2009/01/06/2008-year-end-google-search-report-google-zeitgeist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search Tips</title>
		<link>http://eisabainyo.net/weblog/2008/11/07/google-search-tips/</link>
		<comments>http://eisabainyo.net/weblog/2008/11/07/google-search-tips/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 03:24:37 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/2008/11/07/google-search-tips/</guid>
		<description><![CDATA[Find files of a specific type (eg: .pdf, .mp3, .zip) web development guidelines filetype:pdf http://www.google.com.au/search?q=web+development+guidelines+filetype%3Apdf Find directory listings intitle:"index of" templates http://www.google.com.au/search?q=intitle%3A%22index+of%22+templates Find pages with keywords in the url allinurl:seo tips http://www.google.com.au/search?q=allinurl:seo tips Search for similiar terms ~cheap web design -cheap http://www.google.com.au/search?q=~cheap web design -cheap Search within a specific site google site:eisabainyo.net http://www.google.com.au/search?q=google+site%3Aeisabainyo.net Websites that [...]]]></description>
			<content:encoded><![CDATA[<h3>Find files of a specific type (eg: .pdf, .mp3, .zip)</h3>
<p><code>web development guidelines filetype:pdf</code></p>
<p><a href="http://www.google.com.au/search?q=web+development+guidelines+filetype%3Apdf">http://www.google.com.au/search?q=web+development+guidelines+filetype%3Apdf</a></p>
<h3>Find directory listings</h3>
<p><code>intitle:"index of" templates</code></p>
<p><a href="http://www.google.com.au/search?q=intitle%3A%22index+of%22+templates">http://www.google.com.au/search?q=intitle%3A%22index+of%22+templates</a></p>
<h3>Find pages with keywords in the url</h3>
<p><code>allinurl:seo tips</code></p>
<p><a href="http://www.google.com.au/search?q=allinurl:seo tips">http://www.google.com.au/search?q=allinurl:seo tips</a></p>
<h3>Search for similiar terms</h3>
<p><code>~cheap web design -cheap</code></p>
<p><a href="http://www.google.com.au/search?q=~cheap web design -cheap">http://www.google.com.au/search?q=~cheap web design -cheap</a></p>
<h3>Search within a specific site</h3>
<p><code>google site:eisabainyo.net</code></p>
<p><a href="http://www.google.com.au/search?q=google+site%3Aeisabainyo.net">http://www.google.com.au/search?q=google+site%3Aeisabainyo.net</a></p>
<h3>Websites that are linked to a website</h3>
<p><code>link:http://eisabainyo.net</code></p>
<p><a href="http://www.google.com.au/search?q=link%3Ahttp%3A%2F%2Feisabainyo.net">http://www.google.com.au/search?q=link%3Ahttp%3A%2F%2Feisabainyo.net</a></p>
<h3>Google as a world clock</h3>
<p><code>time in Sydney</code></p>
<p><a href="http://www.google.com.au/search?q=time+in+Sydney">http://www.google.com.au/search?q=time+in+Sydney</a></p>
<h3>Google as a dictionary</h3>
<p><code>define:query</code></p>
<p><a href="http://www.google.com.au/search?q=define:query">http://www.google.com.au/search?q=define:query</a></p>
<h3>Google as a conversion calculator</h3>
<p><code>160cm in feet</code></p>
<p><a href="http://www.google.com.au/search?q=160cm in feet">http://www.google.com.au/search?q=160cm in feet</a></p>
<h3>Google as a weather report</h3>
<p><code>weather:sydney australia</code></p>
<p><a href="http://www.google.com.au/search?q=weather:sydney australia">http://www.google.com.au/search?q=weather:sydney australia</a></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/google" rel="tag">google</a>, <a href="http://technorati.com/tag/search+engine" rel="tag"> search engine</a>, <a href="http://technorati.com/tag/tips" rel="tag"> tips</a>, <a href="http://technorati.com/tag/search+operators" rel="tag"> search operators</a>, <a href="http://technorati.com/tag/google+hacks" rel="tag"> google hacks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2008/11/07/google-search-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome Browser</title>
		<link>http://eisabainyo.net/weblog/2008/09/03/google-chrome-browser/</link>
		<comments>http://eisabainyo.net/weblog/2008/09/03/google-chrome-browser/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 12:49:03 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/2008/09/03/google-chrome-browser/</guid>
		<description><![CDATA[Google chrome is the hottest topic today &#8211; you hear and see about it everywhere, on the train, at lunch, while waiting for the bus, on newspapers, on blogs, and even on TV. A friend said google is taking over the world. And he was joking of course, but I think it is highly possible. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.google.com/chrome/intl/en/images/dlpage_lg.jpg" alt="Google Chrome" /></p>
<p><a href="http://www.google.com/chrome">Google chrome</a> is the hottest topic today &#8211; you hear and see about it everywhere, on the train, at lunch, while waiting for the bus, on newspapers, on blogs, and even on TV.   A friend said google is taking over the world.   And he was joking of course, but I think it is highly possible.  All jokes and predictions aside, my reviews on the browser&#8230;  </p>
<p>Three things I like about Google Chrome:</p>
<ul>
<li>A simplified interface</li>
<li>All good features of various browsers combined into one (domain name highlighting on address bar, most visited view, tabs, inspect element; just to list a few)</li>
<li>Speed</li>
</ul>
<p>And some minus&#8217;es</p>
<ul>
<li>View-source being opened up in a new tab than a separate window</li>
<li>An absence of third party plugins (but it is still early days yet)</li>
</ul>
<p>The main thing that you will notice when using Google Chrome Browser is its speed; how fast and smooth it loads almost every website and web application.  And while I am not sure I will be replacing my trusty old Firefox with the new elegant google chrome anytime soon, I have to give it to google for introducing such an innovation and making it an open source.  </p>
<p><em>This post was written using Google Chrome Browser.  :) </em></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/google+chrome+browser" rel="tag">google chrome browser</a>, <a href="http://technorati.com/tag/ie" rel="tag"> ie</a>, <a href="http://technorati.com/tag/firefox" rel="tag"> firefox</a>, <a href="http://technorati.com/tag/browsers+war" rel="tag"> browsers war</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2008/09/03/google-chrome-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Street View in Australia</title>
		<link>http://eisabainyo.net/weblog/2008/08/06/google-street-view-in-australia/</link>
		<comments>http://eisabainyo.net/weblog/2008/08/06/google-street-view-in-australia/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 12:42:16 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/2008/08/06/google-street-view-in-australia/</guid>
		<description><![CDATA[It has only been a day since the official launch of google street view in Australia, but it has gained a lot of media attention. Local real estate sites like domain and homehound have already got google street view incorporated into their property listings within the past 24 hours. Talk about quick deployment. As with [...]]]></description>
			<content:encoded><![CDATA[<p>It has only been a day since the official launch of <a href="http://maps.google.com.au">google street view in Australia</a>, but it has gained a lot of media attention.  Local real estate sites like <a href="http://www.domain.com.au">domain</a> and <a href="http://www.homehound.com.au">homehound</a> have already got google street view incorporated into their property listings within the past 24 hours.  Talk about quick deployment.  </p>
<p>As with <a href="http://eisabainyo.net/weblog/2007/05/31/google-maps-street-view/">Street View in US</a>, many have raised a concern regarding privacy, and to resolve this issue, google is allowing residents to report images that they would like removed from the street view.  I spent a good few hours last night &#8216;visiting&#8217; various places and suburbs and I must admit it is quite entertaining and addictive. </p>
<p>Therefore, may I present you&#8230;</p>
<p><strong>Some street views in Sydney, Australia worth sharing</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/bondiexplorer-habourside.jpg' alt='Bondi Explorer near Harbourside Mall' width='500' /><br />
<strong>Bondi Explorer Bus near Harbourside Mall</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/chinatown.jpg' alt='Chinatown' width='500' /><br />
<strong>Chinatown</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/eddy-ave-tunnel.jpg' alt='Eddy Avenue (Tunnel)' width='500' /><br />
<strong>Eddy Avenue (Tunnel)</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/harbour-bridge-opera-house.jpg' alt='Habour Bridge and Opera House' width='500' /><br />
<strong>Habour Bridge and Opera House</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/ikea-rhodes.jpg' alt='Ikea in Rhodes Shopping Centre' width='500' /><br />
<strong>Ikea in Rhodes Shopping Centre</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/manly-beach.jpg' alt='Manly Beach' width='500' /><br />
<strong>Manly Beach</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/pitt-street.jpg' alt='Pitt Street' width='500' /><br />
<strong>Pitt Street</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/qvb.jpg' alt='Queen Victoria Building' width='500' /><br />
<strong>Queen Victoria Building</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/railway-square.jpg' alt='Railway Square (Central Station)' width='500' /><br />
<strong>Railway Square (Central Station)</strong></p>
<p><img src='http://eisabainyo.net/weblog/wp-content/uploads/2008/08/sydney-fish-market.jpg' alt='Sydney Fish Market' width='500' /><br />
<strong>Sydney Fish Market</strong></p>
<p><em>The photos were said to be taken around <a href="http://eisabainyo.net/weblog/2007/12/06/and-so-they-are-considered-newsworthy/">November last year</a>.<br />
</em></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/google" rel="tag">google</a>, <a href="http://technorati.com/tag/sydney" rel="tag"> sydney</a>, <a href="http://technorati.com/tag/australia" rel="tag"> australia</a>, <a href="http://technorati.com/tag/map" rel="tag"> map</a>, <a href="http://technorati.com/tag/street+view" rel="tag"> street view</a>, <a href="http://technorati.com/tag/google+street+view" rel="tag"> google street view</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2008/08/06/google-street-view-in-australia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google can now index Flash sites</title>
		<link>http://eisabainyo.net/weblog/2008/07/02/google-can-now-index-flash-sites/</link>
		<comments>http://eisabainyo.net/weblog/2008/07/02/google-can-now-index-flash-sites/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 11:41:06 +0000</pubDate>
		<dc:creator>eisabai</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://eisabainyo.net/weblog/2008/07/02/google-can-now-index-flash-sites/</guid>
		<description><![CDATA[This has to be the most exciting news of the week in search engine world. Official google blog announced that Google has learned to crawl Flash content. If you are interested to find out how this is being done, FAQs on indexing flash content can be found at Google Webmaster Central blog. Technorati Tags: seo, [...]]]></description>
			<content:encoded><![CDATA[<p>This has to be the most exciting news of the week in search engine world.  Official google blog announced that <a href="http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html">Google has learned to crawl Flash content</a>.  If you are interested to find out how this is being done, <a href="http://googlewebmastercentral.blogspot.com/2008/06/improved-flash-indexing.html">FAQs</a> on indexing flash content can be found at Google Webmaster Central blog.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/seo" rel="tag">seo</a>, <a href="http://technorati.com/tag/search+engine" rel="tag"> search engine</a>, <a href="http://technorati.com/tag/google" rel="tag"> google</a>, <a href="http://technorati.com/tag/indexing" rel="tag"> indexing</a>, <a href="http://technorati.com/tag/flash" rel="tag"> flash</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eisabainyo.net/weblog/2008/07/02/google-can-now-index-flash-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

