<?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>WebD &#187; Google</title>
	<atom:link href="http://webdlabs.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdlabs.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 03 Jan 2012 08:03:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Google best guess</title>
		<link>http://webdlabs.com/2011/09/google-best-guess/</link>
		<comments>http://webdlabs.com/2011/09/google-best-guess/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 07:46:49 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=183</guid>
		<description><![CDATA[It looks like Google has advanced their decision engine aspect of search. This has always been there, but was more like a command line response to specific search queries. Historically the search engine parsed a finite list of such commands for search queries like movie show times, currency conversion etc. However, now they have now [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like Google has advanced their decision engine aspect of search. This has always been there, but was more like a command line response to specific search queries. Historically the search engine parsed a <a href="http://www.google.co.in/intl/en/help/features.html" target="_blank">finite list of such commands</a> for search queries like movie show times, <a href="http://www.google.co.in/search?q=1+usd+to+inr" target="_blank">currency conversion</a> etc.</p>
<p>However, now they have now expanded this feature into the realm of providing a <a href="http://www.google.co.in/search?q=kurt+cobain+band" target="_blank">machine guessed answer like this</a>:</p>
<p><img class="size-full wp-image-184" title="Google best guess" src="http://webdlabs.com/wp-content/uploads/2011/09/google-best-guess.png" alt="" width="550" height="369" /></p>
<p>On one hand, it would be exciting to see how search engines evolve into decision engines and thereby a content endpoint in order to gain user retention. Secondly the decision engine aspect also seems a start of fundamental battle between machine processing (prediction, modeling, AI) vs use of social graph in decision making (like how FB shows ads for things you have liked in past)</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2011/09/google-best-guess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embeddable Google Document Viewer</title>
		<link>http://webdlabs.com/2009/09/embeddable-google-document-viewer/</link>
		<comments>http://webdlabs.com/2009/09/embeddable-google-document-viewer/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:00:38 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Docs]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=71</guid>
		<description><![CDATA[Google Docs offers an undocumented feature that lets you embed PDF files and PowerPoint presentations in a web page. The files don&#8217;t have to be uploaded to Google Docs, but they need to be available online. Here&#8217;s the code I used to embed the PDF file: &#60;iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&#38;embedded=true" style="width:600px; height:500px;" frameborder="0"&#62;&#60;/iframe&#62; but you should replace [...]]]></description>
			<content:encoded><![CDATA[<p>Google Docs offers an undocumented feature that lets you embed PDF files and PowerPoint presentations in a web page. The files don&#8217;t have to be uploaded to Google Docs, but they need to be available online.</p>
<p><iframe style="width: 550px; height: 450px;" frameborder="0" src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&amp;embedded=true"></iframe></p>
<p>Here&#8217;s the code I used to embed the PDF file:</p>
<p><code>&lt;iframe src="http://docs.google.com/gview?url=<strong>http://infolab.stanford.edu/pub/papers/google.pdf&amp;embedded=true</strong>" style="width:600px; height:500px;" frameborder="0"&gt;&lt;/iframe&gt;</code></p>
<p>but you should replace the bold URL with your own address. As I mentioned, the document viewer works for PDF and PPT files.</p>
<p>Some other sites that offer similar features: <a href="http://viewer.zoho.com/" target="_blank">Zoho Viewer</a>, <a href="http://www.pdfmenot.com/" target="_blank">PdfMeNot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2009/09/embeddable-google-document-viewer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Search as JSON feed</title>
		<link>http://webdlabs.com/2009/06/google-search-as-json-feed/</link>
		<comments>http://webdlabs.com/2009/06/google-search-as-json-feed/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 08:15:59 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=56</guid>
		<description><![CDATA[Did you know that Google has an officially supported JSON feed of search results? Google half-way cancelled their SOAP API a while ago, but they now offer a parametrized URL that returns a JSON data set. Google says this REST approach is useful for &#8220;Flash developers, and those developers that have a need to access [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that Google has an officially supported JSON feed of search results? Google half-way cancelled their SOAP API a while ago, but they now offer a parametrized URL that returns a JSON data set. Google says this REST approach is useful for &#8220;Flash developers, and those developers that have a need to access the AJAX Search API from other Non-Javascript environments.&#8221; This may be even simpler to use than the SOAP API. Here&#8217;s an example query:</p>
<p><a href="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;q=Paris%20Hilton" target="_blank"><code>http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;q=Paris%20Hilton</code></a></p>
<p>This URL format can also be adjusted to grab results from video search, book search and so on. While the URL has the word AJAX in the string and this is officially part of the Google AJAX Search API, this has nothing to do with AJAX per se, as the URL can be called from other environments, including the server side. All you need is a JSON library to parse the results (JSON means JavaScript Object Notation, though it also doesn&#8217;t require JavaScript). The Yahoo Search API already utilizes a similar approach, though it can return XML as well. The complete documentation of this Search API can be found on the <a href="http://code.google.com/apis/ajaxsearch/documentation/#fonje" target="_blank">Developer&#8217;s Guide of Google AJAX Search API</a> hosted on Google Code</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2009/06/google-search-as-json-feed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Collaboration &#8211; ready to take over Web 2.0</title>
		<link>http://webdlabs.com/2009/06/collaboration-ready-to-take-over-web-2-0/</link>
		<comments>http://webdlabs.com/2009/06/collaboration-ready-to-take-over-web-2-0/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:21:47 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=52</guid>
		<description><![CDATA[At first there was good old email with petty 5 Mb inboxes. Then we moved to crowded chat rooms on Yahoo. All that seemed as stone age, when came a host of interactive web applications like Blogs and Social Networking applications. Initially Orkut, then Facebook and then micro blogging thru Twitter. Have you ever wondered [...]]]></description>
			<content:encoded><![CDATA[<p>At first there was good old email with petty 5 Mb inboxes. Then we moved to crowded chat rooms on Yahoo. All that seemed as stone age, when came a host of interactive web applications like Blogs and Social Networking applications. Initially Orkut, then Facebook and then micro blogging thru Twitter. Have you ever wondered what could be the next big Web 2.0 trend?</p>
<p>The answer is ‘Collaboration’. Yes, collaboration not only in its own sense, but also a collaboration of all the trends and technologies mentioned above. I know the word ‘collaboration’ sounds too ‘enterprise’ and not at all ‘social’, but as always web has once again taken us by surprise here. What I am referring is not too far fetched. Big boys like Google and Yahoo have already stepped in this domain and grand releases have already been done. Yes, check out <a href="http://wave.google.com/" target="_blank">Google Wave</a> and <a href="http://www.zimbra.com/" target="_blank">Zimbra</a> (by Yahoo, but not much talked about yet) to understand what am pointing at. Google Wave is a new tool for real-time communication and collaboration on the web, coming later this year. An <a href="http://www.youtube.com/watch?v=v_UyVmITiYQ" target="_blank">official 90 minute video demo</a> is already out for a sneak peak into this new wonderland. Don’t have 90 minutes? Have a look at my <a href="http://www.devilsworkshop.org/collaboration-–-ready-to-take-over-web-20/" target="_blank">detailed post on Devil&#8217;s Workshop</a> with 30-60 second clips highlighting the best parts of Google Wave.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2009/06/collaboration-ready-to-take-over-web-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

