<?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, 24 Jan 2012 08:29:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 [...]<p>Read <a href="http://eisabainyo.net/weblog/2011/06/20/how-to-use-google-fonts-in-your-wordpress-theme/">How to use Google Fonts in your WordPress Theme</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2008/09/03/google-chrome-browser/" rel="bookmark" title="September 3, 2008">Google Chrome Browser</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/11/04/my-favourite-web-20-fonts/" rel="bookmark" title="November 4, 2007">My favourite web 2.0 fonts</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/05/30/designing-and-optimising-websites-for-ipad/" rel="bookmark" title="May 30, 2010">Designing and Optimising Websites for iPad</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/05/11/opacity-in-css/" rel="bookmark" title="May 11, 2009">Opacity in CSS</a></li>

<li><a href="http://eisabainyo.net/weblog/2011/06/26/professional-mobile-themes-for-wordpress/" rel="bookmark" title="June 26, 2011">Professional Mobile Themes for WordPress</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/05/10/how-to-customise-wordpress-admin-login-page/" rel="bookmark" title="May 10, 2010">How to customise WordPress Admin Login page</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/06/06/themeforest-vs-woothemes/" rel="bookmark" title="June 6, 2010">ThemeForest vs WooThemes</a></li>
</ul><!-- Similar Posts took 692.902 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2011/06/20/how-to-use-google-fonts-in-your-wordpress-theme/">How to use Google Fonts in your WordPress Theme</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2008/09/03/google-chrome-browser/" rel="bookmark" title="September 3, 2008">Google Chrome Browser</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/11/04/my-favourite-web-20-fonts/" rel="bookmark" title="November 4, 2007">My favourite web 2.0 fonts</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/05/30/designing-and-optimising-websites-for-ipad/" rel="bookmark" title="May 30, 2010">Designing and Optimising Websites for iPad</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/05/11/opacity-in-css/" rel="bookmark" title="May 11, 2009">Opacity in CSS</a></li>

<li><a href="http://eisabainyo.net/weblog/2011/06/26/professional-mobile-themes-for-wordpress/" rel="bookmark" title="June 26, 2011">Professional Mobile Themes for WordPress</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/05/10/how-to-customise-wordpress-admin-login-page/" rel="bookmark" title="May 10, 2010">How to customise WordPress Admin Login page</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/06/06/themeforest-vs-woothemes/" rel="bookmark" title="June 6, 2010">ThemeForest vs WooThemes</a></li>
</ul><!-- Similar Posts took 44.462 ms --></div>]]></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 [...]<p>Read <a href="http://eisabainyo.net/weblog/2009/11/24/how-to-add-a-breadcrumb-to-your-blog-and-have-it-appear-on-googles-search-result-snippet/">How to add a breadcrumb to your blog and have it appear on Google&#8217;s Search Result Snippet</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2007/05/14/customising-categoryphp-in-wordpress/" rel="bookmark" title="May 14, 2007">Customising category.php in WordPress</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/03/10/display-5-latest-posts-in-each-category-in-wordpress/" rel="bookmark" title="March 10, 2010">Display 5 latest posts in each category in WordPress</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/03/01/search-engine-friendly-wordpress-titles/" rel="bookmark" title="March 1, 2007">Search engine friendly WordPress titles</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/02/22/how-to-create-a-archive-page-in-wordpress/" rel="bookmark" title="February 22, 2010">5 steps to creating a custom Archive page in WordPress</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/12/08/google-custom-search/" rel="bookmark" title="December 8, 2007">Google custom search engine</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/02/02/a-list-of-all-posts-in-an-alphabetical-order/" rel="bookmark" title="February 2, 2009">A list of all posts in an alphabetical order</a></li>
</ul><!-- Similar Posts took 223.138 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2009/11/24/how-to-add-a-breadcrumb-to-your-blog-and-have-it-appear-on-googles-search-result-snippet/">How to add a breadcrumb to your blog and have it appear on Google&#8217;s Search Result Snippet</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2007/05/14/customising-categoryphp-in-wordpress/" rel="bookmark" title="May 14, 2007">Customising category.php in WordPress</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/03/10/display-5-latest-posts-in-each-category-in-wordpress/" rel="bookmark" title="March 10, 2010">Display 5 latest posts in each category in WordPress</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/03/01/search-engine-friendly-wordpress-titles/" rel="bookmark" title="March 1, 2007">Search engine friendly WordPress titles</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/02/22/how-to-create-a-archive-page-in-wordpress/" rel="bookmark" title="February 22, 2010">5 steps to creating a custom Archive page in WordPress</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/12/08/google-custom-search/" rel="bookmark" title="December 8, 2007">Google custom search engine</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/02/02/a-list-of-all-posts-in-an-alphabetical-order/" rel="bookmark" title="February 2, 2009">A list of all posts in an alphabetical order</a></li>
</ul><!-- Similar Posts took 95.222 ms --></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()) [...]<p>Read <a href="http://eisabainyo.net/weblog/2009/04/27/code-to-embed-google-map-and-street-view/">Code to embed Google Map and Street View</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2012/01/14/display-location-aware-google-map-on-page-load-with-jquery-mobile/" rel="bookmark" title="January 14, 2012">Display a location-aware google map on page load with jQuery mobile</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/02/20/display-thickbox-on-page-load/" rel="bookmark" title="February 20, 2009">Display thickbox on page load</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/11/15/10-most-useful-javascript-snippets-from-snipplr/" rel="bookmark" title="November 15, 2010">10 most useful Javascript snippets from snipplr</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/05/29/click-to-copy-and-open-site-script/" rel="bookmark" title="May 29, 2010">Click to copy and open site script</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/04/28/open-link-in-a-new-window-using-jquery/" rel="bookmark" title="April 28, 2009">Open link in a new window using jQuery</a></li>

<li><a href="http://eisabainyo.net/weblog/2005/12/26/transitional-vs-strict/" rel="bookmark" title="December 26, 2005">Transitional vs. Strict</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/08/28/framebar-like-diggbar-example-in-html-and-css-with-no-javascript/" rel="bookmark" title="August 28, 2009">Framebar (like diggbar) example in html and css with no javascript</a></li>
</ul><!-- Similar Posts took 274.276 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2009/04/27/code-to-embed-google-map-and-street-view/">Code to embed Google Map and Street View</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2012/01/14/display-location-aware-google-map-on-page-load-with-jquery-mobile/" rel="bookmark" title="January 14, 2012">Display a location-aware google map on page load with jQuery mobile</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/02/20/display-thickbox-on-page-load/" rel="bookmark" title="February 20, 2009">Display thickbox on page load</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/11/15/10-most-useful-javascript-snippets-from-snipplr/" rel="bookmark" title="November 15, 2010">10 most useful Javascript snippets from snipplr</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/05/29/click-to-copy-and-open-site-script/" rel="bookmark" title="May 29, 2010">Click to copy and open site script</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/04/28/open-link-in-a-new-window-using-jquery/" rel="bookmark" title="April 28, 2009">Open link in a new window using jQuery</a></li>

<li><a href="http://eisabainyo.net/weblog/2005/12/26/transitional-vs-strict/" rel="bookmark" title="December 26, 2005">Transitional vs. Strict</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/08/28/framebar-like-diggbar-example-in-html-and-css-with-no-javascript/" rel="bookmark" title="August 28, 2009">Framebar (like diggbar) example in html and css with no javascript</a></li>
</ul><!-- Similar Posts took 80.738 ms --></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. :) 
<p>Read <a href="http://eisabainyo.net/weblog/2009/04/09/developers-are-from-mars/">Developers are from Mars</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2009/03/23/useful-tools-and-tips-for-search-engine-optimisation-consultants/" rel="bookmark" title="March 23, 2009">Useful Tools and Tips for Search Engine Optimisation Consultants</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/02/25/so-you-dont-like-ads-on-websitesblogs/" rel="bookmark" title="February 25, 2010">So you don&#8217;t like ads on websites/blogs</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/10/09/web-30-already/" rel="bookmark" title="October 9, 2007">Web 3.0 already?</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/10/03/new-and-improved-yahoo-search/" rel="bookmark" title="October 3, 2007">New and Improved Yahoo! Search</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/" rel="bookmark" title="November 7, 2008">Google Search Tips</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/03/26/most-common-searches-keywords-and-phrases/" rel="bookmark" title="March 26, 2007">Most common searches (keywords and phrases)</a></li>
</ul><!-- Similar Posts took 250.860 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2009/04/09/developers-are-from-mars/">Developers are from Mars</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2009/03/23/useful-tools-and-tips-for-search-engine-optimisation-consultants/" rel="bookmark" title="March 23, 2009">Useful Tools and Tips for Search Engine Optimisation Consultants</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/02/25/so-you-dont-like-ads-on-websitesblogs/" rel="bookmark" title="February 25, 2010">So you don&#8217;t like ads on websites/blogs</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/10/09/web-30-already/" rel="bookmark" title="October 9, 2007">Web 3.0 already?</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/10/03/new-and-improved-yahoo-search/" rel="bookmark" title="October 3, 2007">New and Improved Yahoo! Search</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/" rel="bookmark" title="November 7, 2008">Google Search Tips</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/03/26/most-common-searches-keywords-and-phrases/" rel="bookmark" title="March 26, 2007">Most common searches (keywords and phrases)</a></li>
</ul><!-- Similar Posts took 33.083 ms --></div>]]></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 [...]<p>Read <a href="http://eisabainyo.net/weblog/2009/01/10/new-google-favicon-january-2009/">New Google Favicon &#8211; January 2009</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2008/06/09/updates-on-googles-new-favicon/" rel="bookmark" title="June 9, 2008">Updates on Google&#8217;s new favicon</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/23/designing-a-favicon-for-your-site/" rel="bookmark" title="February 23, 2007">Designing a favicon for your site</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/01/new-googles-favicon-love-it-or-hate-it/" rel="bookmark" title="June 1, 2008">New Google Favicon &#8211; Love it or hate it?</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/03/12/ksubicom-heavily-inspired-by-google/" rel="bookmark" title="March 12, 2008">Ksubi.com: Heavily inspired by google</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/08/28/digg-new-design/" rel="bookmark" title="August 28, 2007">Digg new design?</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/02/02/microsoft-offers-to-purchase-yahoo-read-it-with-a-grain-of-salt/" rel="bookmark" title="February 2, 2008">Microsoft offers to purchase Yahoo! &#8211; Read it with a grain of salt</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/04/23/myspace-news/" rel="bookmark" title="April 23, 2007">MySpace News</a></li>
</ul><!-- Similar Posts took 354.032 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2009/01/10/new-google-favicon-january-2009/">New Google Favicon &#8211; January 2009</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2008/06/09/updates-on-googles-new-favicon/" rel="bookmark" title="June 9, 2008">Updates on Google&#8217;s new favicon</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/23/designing-a-favicon-for-your-site/" rel="bookmark" title="February 23, 2007">Designing a favicon for your site</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/01/new-googles-favicon-love-it-or-hate-it/" rel="bookmark" title="June 1, 2008">New Google Favicon &#8211; Love it or hate it?</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/03/12/ksubicom-heavily-inspired-by-google/" rel="bookmark" title="March 12, 2008">Ksubi.com: Heavily inspired by google</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/08/28/digg-new-design/" rel="bookmark" title="August 28, 2007">Digg new design?</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/02/02/microsoft-offers-to-purchase-yahoo-read-it-with-a-grain-of-salt/" rel="bookmark" title="February 2, 2008">Microsoft offers to purchase Yahoo! &#8211; Read it with a grain of salt</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/04/23/myspace-news/" rel="bookmark" title="April 23, 2007">MySpace News</a></li>
</ul><!-- Similar Posts took 22.855 ms --></div>]]></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, paint, spell)
# what is (love, life, java, sap, rss, scientology, autism, lupus, 3g, art)
# diy [...]<p>Read <a href="http://eisabainyo.net/weblog/2009/01/06/2008-year-end-google-search-report-google-zeitgeist/">2008 Year-End Google Search Report (Google Zeitgeist)</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2007/03/26/most-common-searches-keywords-and-phrases/" rel="bookmark" title="March 26, 2007">Most common searches (keywords and phrases)</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/12/06/and-so-they-are-considered-newsworthy/" rel="bookmark" title="December 6, 2007">And so they are considered newsworthy</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/" rel="bookmark" title="November 7, 2008">Google Search Tips</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/06/04/sproose-human-powered-search/" rel="bookmark" title="June 4, 2007">Sproose &#8211; Human Powered Search</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/04/01/happy-april-fools-day/" rel="bookmark" title="April 1, 2007">Happy April Fool&#8217;s Day!</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/01/04/the-best-of-2008-from-web-development-blog/" rel="bookmark" title="January 4, 2009">The best of 2008 from Web Development Blog</a></li>
</ul><!-- Similar Posts took 72.612 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2009/01/06/2008-year-end-google-search-report-google-zeitgeist/">2008 Year-End Google Search Report (Google Zeitgeist)</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2007/03/26/most-common-searches-keywords-and-phrases/" rel="bookmark" title="March 26, 2007">Most common searches (keywords and phrases)</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/12/06/and-so-they-are-considered-newsworthy/" rel="bookmark" title="December 6, 2007">And so they are considered newsworthy</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/" rel="bookmark" title="November 7, 2008">Google Search Tips</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/06/04/sproose-human-powered-search/" rel="bookmark" title="June 4, 2007">Sproose &#8211; Human Powered Search</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/04/01/happy-april-fools-day/" rel="bookmark" title="April 1, 2007">Happy April Fool&#8217;s Day!</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/01/04/the-best-of-2008-from-web-development-blog/" rel="bookmark" title="January 4, 2009">The best of 2008 from Web Development Blog</a></li>
</ul><!-- Similar Posts took 32.633 ms --></div>]]></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 are linked to a website
link:http://eisabainyo.net
http://www.google.com.au/search?q=link%3Ahttp%3A%2F%2Feisabainyo.net
Google as a world clock
time in Sydney
http://www.google.com.au/search?q=time+in+Sydney
Google as a dictionary
define:query
http://www.google.com.au/search?q=define:query
Google as [...]<p>Read <a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/">Google Search Tips</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2009/05/18/a-new-type-of-search-engine-in-town-wolframalpha/" rel="bookmark" title="May 18, 2009">A new type of search engine in town &#8211; WolframAlpha</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/28/australia-day-flyover-images-live/" rel="bookmark" title="February 28, 2007">Australia Day Flyover Images Live</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/01/06/2008-year-end-google-search-report-google-zeitgeist/" rel="bookmark" title="January 6, 2009">2008 Year-End Google Search Report (Google Zeitgeist)</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/12/08/google-custom-search/" rel="bookmark" title="December 8, 2007">Google custom search engine</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/10/find-a-job-in-sydney-yahoo-pipes/" rel="bookmark" title="February 10, 2007">Find a job in Sydney (Yahoo! Pipes)</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/23/designing-a-favicon-for-your-site/" rel="bookmark" title="February 23, 2007">Designing a favicon for your site</a></li>
</ul><!-- Similar Posts took 93.510 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/">Google Search Tips</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2009/05/18/a-new-type-of-search-engine-in-town-wolframalpha/" rel="bookmark" title="May 18, 2009">A new type of search engine in town &#8211; WolframAlpha</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/28/australia-day-flyover-images-live/" rel="bookmark" title="February 28, 2007">Australia Day Flyover Images Live</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/01/06/2008-year-end-google-search-report-google-zeitgeist/" rel="bookmark" title="January 6, 2009">2008 Year-End Google Search Report (Google Zeitgeist)</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/12/08/google-custom-search/" rel="bookmark" title="December 8, 2007">Google custom search engine</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/10/find-a-job-in-sydney-yahoo-pipes/" rel="bookmark" title="February 10, 2007">Find a job in Sydney (Yahoo! Pipes)</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/23/designing-a-favicon-for-your-site/" rel="bookmark" title="February 23, 2007">Designing a favicon for your site</a></li>
</ul><!-- Similar Posts took 45.120 ms --></div>]]></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 [...]<p>Read <a href="http://eisabainyo.net/weblog/2008/09/03/google-chrome-browser/">Google Chrome Browser</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2009/04/29/browser-market-share-year-2009/" rel="bookmark" title="April 29, 2009">Browser Market Share (Year 2009)</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/02/27/firefox-browser-cache-setting/" rel="bookmark" title="February 27, 2009">Firefox browser cache setting</a></li>

<li><a href="http://eisabainyo.net/weblog/2011/06/20/how-to-use-google-fonts-in-your-wordpress-theme/" rel="bookmark" title="June 20, 2011">How to use Google Fonts in your WordPress Theme</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/05/03/yahoo-browser-im-just-released/" rel="bookmark" title="May 3, 2007">Yahoo! Browser IM &#8211; just released</a></li>

<li><a href="http://eisabainyo.net/weblog/2006/08/10/web-statistics-trends-2006/" rel="bookmark" title="August 10, 2006">Web Statistics &#038; Trends &#8211; 2006</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/05/11/opacity-in-css/" rel="bookmark" title="May 11, 2009">Opacity in CSS</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/03/03/disable-blink-in-firefox/" rel="bookmark" title="March 3, 2007">Disable BLINK in Firefox</a></li>
</ul><!-- Similar Posts took 205.470 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2008/09/03/google-chrome-browser/">Google Chrome Browser</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2009/04/29/browser-market-share-year-2009/" rel="bookmark" title="April 29, 2009">Browser Market Share (Year 2009)</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/02/27/firefox-browser-cache-setting/" rel="bookmark" title="February 27, 2009">Firefox browser cache setting</a></li>

<li><a href="http://eisabainyo.net/weblog/2011/06/20/how-to-use-google-fonts-in-your-wordpress-theme/" rel="bookmark" title="June 20, 2011">How to use Google Fonts in your WordPress Theme</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/05/03/yahoo-browser-im-just-released/" rel="bookmark" title="May 3, 2007">Yahoo! Browser IM &#8211; just released</a></li>

<li><a href="http://eisabainyo.net/weblog/2006/08/10/web-statistics-trends-2006/" rel="bookmark" title="August 10, 2006">Web Statistics &#038; Trends &#8211; 2006</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/05/11/opacity-in-css/" rel="bookmark" title="May 11, 2009">Opacity in CSS</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/03/03/disable-blink-in-firefox/" rel="bookmark" title="March 3, 2007">Disable BLINK in Firefox</a></li>
</ul><!-- Similar Posts took 23.474 ms --></div>]]></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. [...]<p>Read <a href="http://eisabainyo.net/weblog/2008/08/06/google-street-view-in-australia/">Google Street View in Australia</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2007/02/28/australia-day-flyover-images-live/" rel="bookmark" title="February 28, 2007">Australia Day Flyover Images Live</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/05/31/google-maps-street-view/" rel="bookmark" title="May 31, 2007">Google maps street view</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/04/27/code-to-embed-google-map-and-street-view/" rel="bookmark" title="April 27, 2009">Code to embed Google Map and Street View</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/" rel="bookmark" title="November 7, 2008">Google Search Tips</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/11/20/building-mashups-for-the-society-mashup-australia-part-ii/" rel="bookmark" title="November 20, 2009">Building mashups for the society (Mashup Australia) &#8211; Part II</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/08/19/official-press-release-target-tech-savvy-gen-y-customers-with-a-store-locator-for-iphone/" rel="bookmark" title="August 19, 2010">Official Press Release: Target tech-savvy Gen-Y customers with a Store Locator for iPhone</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/10/find-a-job-in-sydney-yahoo-pipes/" rel="bookmark" title="February 10, 2007">Find a job in Sydney (Yahoo! Pipes)</a></li>
</ul><!-- Similar Posts took 64.075 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2008/08/06/google-street-view-in-australia/">Google Street View in Australia</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2007/02/28/australia-day-flyover-images-live/" rel="bookmark" title="February 28, 2007">Australia Day Flyover Images Live</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/05/31/google-maps-street-view/" rel="bookmark" title="May 31, 2007">Google maps street view</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/04/27/code-to-embed-google-map-and-street-view/" rel="bookmark" title="April 27, 2009">Code to embed Google Map and Street View</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/" rel="bookmark" title="November 7, 2008">Google Search Tips</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/11/20/building-mashups-for-the-society-mashup-australia-part-ii/" rel="bookmark" title="November 20, 2009">Building mashups for the society (Mashup Australia) &#8211; Part II</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/08/19/official-press-release-target-tech-savvy-gen-y-customers-with-a-store-locator-for-iphone/" rel="bookmark" title="August 19, 2010">Official Press Release: Target tech-savvy Gen-Y customers with a Store Locator for iPhone</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/02/10/find-a-job-in-sydney-yahoo-pipes/" rel="bookmark" title="February 10, 2007">Find a job in Sydney (Yahoo! Pipes)</a></li>
</ul><!-- Similar Posts took 29.411 ms --></div>]]></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: [...]<p>Read <a href="http://eisabainyo.net/weblog/2008/07/02/google-can-now-index-flash-sites/">Google can now index Flash sites</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2007/04/05/alpha-beta-search/" rel="bookmark" title="April 5, 2007">alpha (beta) search</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/11/24/how-to-add-a-breadcrumb-to-your-blog-and-have-it-appear-on-googles-search-result-snippet/" rel="bookmark" title="November 24, 2009">How to add a breadcrumb to your blog and have it appear on Google&#8217;s Search Result Snippet</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/" rel="bookmark" title="November 7, 2008">Google Search Tips</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/12/08/google-custom-search/" rel="bookmark" title="December 8, 2007">Google custom search engine</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/02/07/7-days-traffic-building-exercise-%e2%80%93-day-4/" rel="bookmark" title="February 7, 2010">7 Days Traffic Building Exercise â€“ Day 4</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/04/03/5-must-have-plugins-when-using-wordpress-as-a-cms/" rel="bookmark" title="April 3, 2007">5 must have plugins when using WordPress as a CMS</a></li>
</ul><!-- Similar Posts took 167.496 ms --></div>]]></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>
<p>Read <a href="http://eisabainyo.net/weblog/2008/07/02/google-can-now-index-flash-sites/">Google can now index Flash sites</a> on Web Development Blog!</p><div><h3>Other similiar posts that you might be interested in:</h3><ul><li><a href="http://eisabainyo.net/weblog/2007/04/05/alpha-beta-search/" rel="bookmark" title="April 5, 2007">alpha (beta) search</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/06/17/the-impact-of-web-servers-location-in-google-search/" rel="bookmark" title="June 17, 2008">The impact of web server&#8217;s location in google search ranking</a></li>

<li><a href="http://eisabainyo.net/weblog/2009/11/24/how-to-add-a-breadcrumb-to-your-blog-and-have-it-appear-on-googles-search-result-snippet/" rel="bookmark" title="November 24, 2009">How to add a breadcrumb to your blog and have it appear on Google&#8217;s Search Result Snippet</a></li>

<li><a href="http://eisabainyo.net/weblog/2008/11/07/google-search-tips/" rel="bookmark" title="November 7, 2008">Google Search Tips</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/12/08/google-custom-search/" rel="bookmark" title="December 8, 2007">Google custom search engine</a></li>

<li><a href="http://eisabainyo.net/weblog/2010/02/07/7-days-traffic-building-exercise-%e2%80%93-day-4/" rel="bookmark" title="February 7, 2010">7 Days Traffic Building Exercise â€“ Day 4</a></li>

<li><a href="http://eisabainyo.net/weblog/2007/04/03/5-must-have-plugins-when-using-wordpress-as-a-cms/" rel="bookmark" title="April 3, 2007">5 must have plugins when using WordPress as a CMS</a></li>
</ul><!-- Similar Posts took 35.237 ms --></div>]]></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>

