<?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"
	>

<channel>
	<title>42 Quirks &#187; Tools</title>
	<atom:link href="http://42quirks.com/category/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://42quirks.com</link>
	<description>Eccentricities of an inhuman mind...</description>
	<pubDate>Tue, 04 Nov 2008 21:14:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Read the Feeds!</title>
		<link>http://42quirks.com/2007/02/26/read-the-feeds/</link>
		<comments>http://42quirks.com/2007/02/26/read-the-feeds/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 07:21:36 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://42quirks.com/2007/02/26/read-the-feeds/</guid>
		<description><![CDATA[[level: absolute layman]
So you&#8217;ve got yourself a feed-reader, eh? And you have no clue how to go about it? Well, let&#8217;s work this through step-by-step, through simple questions and answers:
1. What is RSS?
RSS stands for Rich Site Summary. Take each word on its own. Rich - Lots of information. Site - your web site  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>[level: absolute layman]</strong>
<p>So you&#8217;ve got yourself a feed-reader, eh? And you have no clue how to go about it? Well, let&#8217;s work this through step-by-step, through simple questions and answers:</p>
<h5>1. What is RSS?</h5>
<p>RSS stands for Rich Site Summary. Take each word on its own. Rich - Lots of information. Site - your web site <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Summary - smaller understandable chunks. Put them together and you get, straightaway:
<p><em>&#8220;Lots of Information (from) your web site (put into) smaller understandable chunks.&#8221;</em></p>
<p>RSS also stands for Really Simple Syndication. To understand this seemingly difficult term, consider only the word syndication. Syndication means sharing or publication of material/resources into an extended network. The concept arose from cartoonists, writers and such newspaper related people &#8217;syndicating&#8217; their content for different publications.</p>
<p>RSS is the online method of sharing/syndicating content created by us. It is an efficient distribution system, that allows you to &#8216;pull&#8217; content , instead of &#8216;pushing&#8217; it like email, for example. The flexibility of XML allows better content management and allows developers to play with the feeds in more ways than you can imagine.
<p>Geeks, head over to <a href="http://en.wikipedia.org/wiki/RSS_%28file_format%29">Wikipedia&#8217;s RSS page</a>, and <a href="http://news.bbc.co.uk/2/hi/help/3223484.stm">BBC&#8217;s RSS</a> page.</p>
<h5>2. What are Feed Readers or RSS Readers?</h5>
<p>Ok, now we have lots of information pulled from your site. The question is what do we do with it?
<p>The immediate answer would be read! And that is exactly what feed readers do. Read your feed. Rather, they allow <b>you</b> to read the feed.</p>
<p>A feed reader the XML equivalent of a browser. A regular browser reads HTML code and displays the information between the HTML tags, as per the formatting defined in the tags. Feed readers read XML information and display the content between XML tags.
<p>This explanation over-simplifies the RSS/XML concept, but is good enough for understanding purposes, I think.</p>
<h5>3. How do I use a Feed Reader (RSS Reader)</h5>
<p>Like a browser!
<p>The URL/Location/Address bar of a browser allows you to navigate to a site. Similarly, you point the feed-reader to an RSS feed published by a site. Usaully feeds are publisehed in .xml format, but with user-friendly software like Feed Blitz or FeedBurner (I use this for my site) the feed address can be a lot simple to remember.</p>
<p>Here&#8217;s the process to add a blog/website feed into your reader:
<ol>
<li>Look for a link/button called &#8220;<strong>Add feed</strong>&#8220;. An input box asking for the feed address will appear.</li>
<p>
<li><strong>Enter the feed address</strong> in this input box. For example, the feed address for this blog is:</p>
<p>http://feeds.feedburner.com/42quirks</li>
<p>
<li>The reader will then fetch the contents of the feed (article, individual posts, etc.) and allow you to read the contents online or offline, based on the kind of reader (Web-based or Desktop-based) that you are using.</li>
</ol>
<p>You&#8217;re done!</p>
<h5>4. Ok, so I&#8217;ve added a feed. What next?</h5>
<p>Well, nothing actually.
<p>That&#8217;s the beauty of it. With a feed reader, you no longer have to visit the blog for updates all the time. Every time a new post is published, it appears in your feed reader automatically. You can simply read the updated feed (i.e new posts) from inside the reader. You only need to visit the blog if you want to leave a comment.*</p>
<p>You can also chunk your feeds together in logical groups for better reading experience. For instance, some of the categories I user are as generic as &#8216;humor&#8217;, &#8216;tech-blogs&#8217;, &#8216;poetry&#8217; etc. or quite personal like &#8216;blogs-of-friends&#8217;. You have the liberty to name yours the way you want.</p>
<p>Such chunking is permitted by all readers, though each reader names it differently. Some call it folders, others call it categories, yet others call it channels. The essence of all these terms remains the same - a user-created logical chunk of feeds.</p>
<h5>5. What if I can&#8217;t connect to the Internet all the time?</h5>
<p>Work Offline!
<p>No, I am not kidding. There are desktop-based feed readers, too.A desktop-based reader is a program that runs from your system and polls the internet for feeds whenever you connect to the internet. Akin to an email client, these feed readers connect online and (literally) download entire updated feeds to your local machine.</p>
<p>Those of you who use Microsoft Outlook, Outlook Express or Thunderbird at work, might know what I am talking about. The workings of a web-based and desktop-based feed readers are the same as web-based and desktop-based email clients. So you are not entirely on unfamiliar territory there.</p>
<h5>6. Which RSS Reader should I go for?</h5>
<p>There are lot of arguments across the web regarding this one. I personally prefer web-based readers, since I work on different machines at home and work. A web-based reader allows me to keep a track of my feeds in these circumstances, just as a web-based email client.
<p>Among web-based readers, I find <a href="http://www.google.com/reader">Google Reader</a> the best. With a wide array of keyboard shortcuts and the amazing speed that we have come to know and expect from Google, Google Reader beats everything hands-down, IMHO. <a href="http://www.rojo.com">Rojo</a> and<a href="http://www.bloglines.com"> Bloglines</a> come a close second.</p>
<p>Among Desktop-based readers, I haven&#8217;t tried many of them, but among those that I tried, <a href="http://www.blogbridge.com/">Blogbridge</a> (Java-based) and <a href="http://www.rssbandit.org/">RSS Bandit</a> (.NET based) are a good try. <a href="http://attensa.com/products/online">Attensa</a> was interesting, but it crashed my Outlook once too often and out it went. </p>
<h5>7. Questions?</h5>
<p>Post your questions in the comments section. I think we can have a good FAQ setup here!
<p>Cheers!</p>
<p><small><small><em>*Many publishers have an issue with RSS for this reason. Since most of the sites run on Ad revenue, publishing a feed means losing out on crucial page visits, and hence Ad revenue. Will Feed-vertising be the answer to all this?</em></small></small></p>
<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2007/02/26/read-the-feeds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Do not Feed the&#8230;</title>
		<link>http://42quirks.com/2007/02/02/do-not-feed-the/</link>
		<comments>http://42quirks.com/2007/02/02/do-not-feed-the/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 09:57:49 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://42quirks.com/2007/02/02/do-not-feed-the/</guid>
		<description><![CDATA[RSS feeds have dramatically changed the way we consume content online. Over the course of time, I have come to subscribe to 90+ feeds of which I manage to read about 20 of them completely.
If there&#8217;s one debate that keeps raging across the blogosphere, off and on, it has to be about RSS feeds. Even [...]]]></description>
			<content:encoded><![CDATA[<p>RSS feeds have dramatically changed the way we consume content online. Over the course of time, I have come to subscribe to 90+ feeds of which I manage to read about 20 of them completely.</p>
<p>If there&#8217;s one debate that keeps raging across the blogosphere, off and on, it has to be about RSS feeds. Even now, I hear occasional raves and rants about how partial text feeds are irritating and nonsensical, and all that.</p>
<p>What if (this may be a very silly what-if) the choice were left to the user?</p>
<p>What if I as a reader could decide whether I wanted a Partial-Text, Full-Text or Headlines only feed for a given site?</p>
<p>For instance, I&#8217;d prefer to have a Headline-only feed for heavy output websites like <a href="http://it.slashdot.org">Slashdot</a> and <a href="http://blogs.zdnet.com">ZDNet</a> while I&#8217;d prefer a full-text feed for sporadically updating sites, like friend blogs. </p>
<p>Alternatively, this can be achieved from the client-side itself, i.e. within the RSS reader. To me, it makes sense to open the feed in three stages:</p>
<blockquote><p>Headlines &gt;&gt; Partial Text (Excerpt*) &gt;&gt; Full Text</p></blockquote>
<p>In either of the cases, the publisher <b>must</b> provide a full-text feed.</p>
<p>Of the few readers that I have tried and tested, <a href="http://google.com/reader">Google Reader</a> comes close, offering Expanded and Reading views. Combined with keyboard shortcuts, these make for an amazing experience. </p>
<p>At the end of the day, reading RSS feeds is nothing but consuming content, and right now, there are only so many ways to do it. </p>
<p>I have a sneaky suspicion, things will be different soon.</p>
<p><small><small>(*caveat: I would define an excerpt as a paragraph or two, having a total of about 5-7 lines at least)</small></small></p>
<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2007/02/02/do-not-feed-the/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search Engine Redundancy: The Final Countdown</title>
		<link>http://42quirks.com/2006/09/05/search-engine-redundancy-the-final-countdown/</link>
		<comments>http://42quirks.com/2006/09/05/search-engine-redundancy-the-final-countdown/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 19:07:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=38</guid>
		<description><![CDATA[Until now, the process of consuming content was of a very primitive type - Search and consume. We searched for information using certain keywords and then converted it manually to knowledge. If we wanted to access the information at a later date, we simply printed it out. If we wanted to re-search it (pun unintended) [...]]]></description>
			<content:encoded><![CDATA[<p>Until now, the process of consuming content was of a very primitive type - Search and consume. We searched for information using certain keywords and then converted it manually to knowledge. If we wanted to access the information at a later date, we simply printed it out. If we wanted to re-search it (pun unintended) we searched it again! There was no way of storing or retrieving this data for later usage.</p>
<p>Enter <a href="http://del.icio.us">del.icio.us</a>, one of the first social applications.</p>
<p>All of a sudden, you could bookmark pages you liked AND store them too! Searching for that page on Shark bites you saw two months ago simply transformed into searching through your list of bookmarks. Your bookmarks could now travel with you wherever you went!! The sharing feature meant that now your friend could easily send you that link to the direct downloads, bypassing all the popups and ads along the way. <img src='http://42quirks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The process of consuming information now became three-tiered: <strong>Search</strong>, <strong>Store</strong> and <strong>Retrieve</strong>.</p>
<p>Somewhere between then and now, we instinctively developed a habit of consuming content, gaining knowledge, and stashing it away for further usage. A lot of Web purists call this approach as the River of News approach.</p>
<h3>Drink hard, drink deep&#8230;</h3>
<p>We live in a dynamic world that survives on a River of News.</p>
<p>The <a href="http://www.reallysimplesyndication.com/riverofnews">River of News</a> concept, as described by Dave Winer, goes something like this:</p>
<blockquote><p>Instead of having to hunt for new stories by clicking on the titles of feeds, you just view the page of new stuff and scroll through it. It&#8217;s like sitting on the bank of a river, watching the boats go by. If you miss one, no big deal.</p></blockquote>
<p>&#8230; which is exactly how we parse our daily newspapers for news! If a story is interesting enough, it will be back again the next day. If it ain&#8217;t, down it goes&#8230;</p>
<p>The River of News concept assumes a relaxed outlook towards the consumption of content by any user. It relies on the fact that if an older item is to be revived, then it will be revived, no matter how or why*.</p>
<p>The only hitch to this concept is the duration of focus in an avergae human. Somehow, the concept of a limited attention span has seeped on to the Web. Conversations (a.k.a posts, articles, etc.) have a specific life span depending upon a variety of factors, ranging from authority to popularity. The previous post touched upon four of these factors that I personally belive to be important.</p>
<p>As the river of news concept washes the Webosphere, the content generated by users (erm, I mean, the knowledge shared by the netizens) becomes outdated as soon as the attention-span of the article ends. For some posts, the span is as short as 30 seconds, for others it might last for weeks.** The keep-alive time of the post is enriched by a variety of parameters, with the element of chance also playing a significant role, sometimes.</p>
<h3>The Bottom-line: Find, not search</h3>
<p>Traditional Search Engines search for content based upon classifications of keywords and various natively built algorithms. Earlier, when the internet was an array of &#8216;webmaster-maintained&#8217; static displays, search engines had to be relevant. In the days to come, I foresee the River of News flooding the Blogosphere: Freshness of results will definitely be paramount, then.</p>
<p>The trade-off between freshness and relevancy is one of the factors that will see a good sound debate in the days to come. This, unless the Blogging trend tapers off suddenly instead of continuing to rise.***</p>
<p>One question I have purposefully (and successfully) avoided so far is this: <strong>Will we be able to match people to keywords? </strong></p>
<p>A search engine will match content to your keywords. But there are three <strong>Shrikant Joshi</strong>s and many <strong>Shrikant</strong>s  and many more <strong>Joshi</strong>s who are regular bloggers. How do you differentiate them? Again, what happens when you are looking for a solution to a problem? Would search engines in the (near?) future also throw up results like:</p>
<p>&#8220;<strong>5</strong> user(s) can solve your problem! Do you want to hire them?&#8221;</p>
<p>More importantly, if they did, would you believe them?</p>
<p><strong>Footnotes:</strong></p>
<p>*One of my reasons for posting this post so late (inspite of my previous assurances) was to check if there was any interest I could generate, and how it varied with time. However, I miscalculated one of the most important aspects. Subscriptions. Since I never had any audience to begin with, there was no way I could anticipate anything. That&#8217;s called counting your results before you have keywords. <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>** Wondering what category my posts fall into? Well, somewhere close to the 30 second limit.</p>
<p>***For more details read <a href="http://alerts.sifry.com/">David Sifry</a> of <a href="http://technorati.com">Technorati</a></p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/Search%20Engines">Search Engines</a>, <a rel="tag" href="http://technorati.com/tag/Tags">Tags</a>, <a rel="tag" href="http://technorati.com/tag/River%20of%20News">River of News</a>, <a rel="tag" href="http://technorati.com/tag/Future">Future</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/09/05/search-engine-redundancy-the-final-countdown/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Part II - Why Search Engines will be redundant soon&#8230;</title>
		<link>http://42quirks.com/2006/08/21/part-ii-why-search-engines-will-be-redundant-soon/</link>
		<comments>http://42quirks.com/2006/08/21/part-ii-why-search-engines-will-be-redundant-soon/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 18:33:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=37</guid>
		<description><![CDATA[Part II - I Seek You, and your meta-data, too&#8230;
The story until now:
Part I was a quick review into understanding Traditional Search Engines and their methods and relating them to human conversation - since the Web 2.0 is all about &#8216;conversations in the marketplace&#8217;. On to the second part.

What does making sense out of data [...]]]></description>
			<content:encoded><![CDATA[<h3><u>Part II - I Seek You, and your meta-data, too&#8230;</u></h3>
<hr /><em>The story until now:<br />
Part I was a quick review into understanding Traditional Search Engines and their methods and relating them to human conversation - since the Web 2.0 is all about &#8216;conversations in the marketplace&#8217;. On to the second part.</em></p>
<hr />
<h4>What does making sense out of data mean?</h4>
<p>In Search Engine terms, it would refer to contextualizing the huge chunk of uncontextual data that is the World Wide Web into information and eventually knowledge. To me, as a human, it simply means tagging certain keywords to any given chunk of data (e.g. a lecture, a passage, a book, a chapter, a conversation) in order to be able to recall it at any time - especially, when one of these keywords is mentioned.</p>
<p>For instance, <a href="http://corporatespices.blogspot.com/2006/08/why-search-engines-will-be-redundant.html">the conversation in the previous post</a> was about a <strong>traveller</strong>, (an <strong>out-of-towner</strong>) looking for <strong>directions</strong> to a <strong>tobbacconist</strong>. As I keep reminding myself, Web 2.0 is not a product, it is a process. The process has a lot of conversational threads that keep getting picked and dropped as newer and more interesting threads or new participants appear in their place.</p>
<p>So what would a contemporary Search engine have to consider in Web 2.0?</p>
<h4>&#8216;Weight&#8217;ing for Information.</h4>
<p>From being a static display of items-for-sale behind elegant window panes, the Internet slowly transformed into a bazaar of sorts, with hawkers all around the place plying their wares. The markets grew to accomodate the new and the old. With the advent of Web 2.0, contextualization of information became the norm and not an option.</p>
<p>It all began with a nifty bookmarking site called <a href="http://del.icio.us">del.icio.us</a> that allowed you to access your favorite sites across the web. Technorati extended the concept to Blogs and induced bloggers to &#8216;tag&#8217; their posts with their choice of keywords/tags.</p>
<p>With the Web evolving like a democracy, the obvious question of authority in the Web-democracy arose. Which voice among the loud babble was to be trusted? As the web evolved, so did the concept of it&#8217;s franchise. Only, in this virtual reality, links were deemed votes and tags were your campaign ads. Let&#8217;s take a quick look at the foru weights that influence your vote.</p>
<ol>
<li>Tags - Powerful Keywords</li>
<p>Each tag is a keyword that associates a particular context, a topic, with a given chunk of data.</p>
<li>Time - The &#8216;other&#8217; Long Tail</li>
<p>All topics &#038; data have a peak presence time. The freshness of a particular keyword is of prime importance in its influence.<br />
Consider this simple example: When Iraq was attacked, almost all of the Search Engines across the world were buzzing with Search queries consisting of corresponding keywords, viz., &#8220;Iraq&#8221; &#8220;attack&#8221;. The &#8220;hotness&#8221; of the Search cooled down as the days progressed, as the world got other topics to discuss about.</p>
<li>Trust &#038; Authority</li>
<p>Even in flat hierarchies like the Internet there are obvious postitions of Trust and Authority. People who blog well, and blog often gain a large following, and effectively, the crucial element of Trust.</p>
<li>Authenticity</li>
<p>A news on a Microsoft blog would obviously be rated higher in all terms than a news quoting a &#8220;trusted Source at Microsoft&#8221;. The only exceptions to this rule are:</p>
<ul>
<li>The news is a really good bit of juicy gossip - like a rant or a &#8216;leaked&#8217; secret</li>
<li>The blogger has high levels of Trust &#038; Authority</li>
</ul>
</ol>
<p>There&#8217;s a common thread that binds all of these.. Do you see it yet?</p>
<p><strong><em>(To be concluded)</em></strong></p>
<p><em><strong>Note:</strong><br />
I profusely apologise for disappearing from the Blogging scene, all of a sudden. I was forced into a short hiatus by unforeseen circumstances. We updated our website platform to a new version, recently. although the beta is pretty stable, we are still working on a better UI. As a result, I had to spend some sleepless nights and a few Blog-less weeks. <img src='http://42quirks.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></p>
<p><em>Once again, my sincere apologies for the same&#8230;</em></p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/search">search</a>, <a rel="tag" href="http://technorati.com/tag/search-engine">search-engine</a>, <a rel="tag" href="http://technorati.com/tag/tags">tags</a>, <a rel="tag" href="http://technorati.com/tag/web2.0">web2.0</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/08/21/part-ii-why-search-engines-will-be-redundant-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Search Engines will be redundant soon&#8230;</title>
		<link>http://42quirks.com/2006/08/07/why-search-engines-will-be-redundant-soon/</link>
		<comments>http://42quirks.com/2006/08/07/why-search-engines-will-be-redundant-soon/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 21:43:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=36</guid>
		<description><![CDATA[Part 1: Search and the Web 1.0: Gorblimey!
Those of you who reached here through Google, Yahoo or MSN are probably laughing as you read this. But do go on, there&#8217;s more. 

(Un)common Recurring Searches
Often our searches are simple keywords crafted with central themes in mind:

A name (e.g. Shrikant Joshi or Performancing)
A topic (e.g. Corporate Communications)
A [...]]]></description>
			<content:encoded><![CDATA[<p><strong><u>Part 1: Search and the Web 1.0: Gorblimey!</u></strong></p>
<p>Those of you who reached here through Google, Yahoo or MSN are probably laughing as you read this. But do go on, there&#8217;s more. <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<strong><br />
(Un)common Recurring Searches</strong></p>
<p>Often our searches are simple keywords crafted with central themes in mind:</p>
<ul>
<li>A name (e.g. Shrikant Joshi or Performancing)</li>
<li>A topic (e.g. Corporate Communications)</li>
<li>A context (e.g. &#8220;Spanish Omelette&#8221; +recipe)</li>
</ul>
<p>Some of us might even burden the spartan box (or in the old days, the Butler) with an entire question. The faithful zombie then crawls its way through the innards of the webs, looking for that occasional diamond stashed away in the back alleys. Usually, in the common cases such as the ones defined above, results are returned in the correct context of our request. Often, the SERPs also throw results that are related yet not within context.</p>
<p>Robert Scoble&#8217;s post on <a href="http://42quirks.com/scobleizer.wordpress.com/2006/08/02/ray-ozzie-optimized-i-just-want-a-new-office-chair/">Optimization</a> had this line that caught my attention:</p>
<blockquote><p>It all starts with the blog. Now, why can’t I put my blog on the map? When you go to Live.com and search on “Scoble” why can’t I customize my results there with more information for you?</p></blockquote>
<p>Well, I don&#8217;t agree wholly.</p>
<p>Search for my name on Google. There are at least three different people called Shrikant Joshi who turn up in the top 3.  We keep exchanging the first three ranks. And all of us are pretty active bloggers it would seem. The see-sawing of rankings in the Organic Search results is not a matter of concern for me. Nor do I want to customise these search results so that I would get more result-space.</p>
<p><strong>I am not a key-word</strong></p>
<p>What are search engines? Simply speaking, search engines are content-aggregators assigned the additional job of classification. As humans we need to have everything classified into a taxonomy so as to facilitate recollection. Our knowledge depends upon storage which in turn depends upon collection and classification of data. Classification helps recollection and hence improves perceptive retention of knowledge.</p>
<p>Or, in simple words:</p>
<p><em>The more you know, the wiser you are. Hence, classify and remember.</em></p>
<p>Similar to how we retain knowledge, Search Engines classify the data they crawl according to keywords. A huge index is built up and referenced and cross-referenced until all the possible avenues of keywords linking to pages and vice-versa are covered. But you probably know all that and more already.</p>
<p><strong>Keywords, mmmm&#8230; Aah!</strong></p>
<p>The next step would be making sense out of the data, which eventually leads to contextualization. Don&#8217;t get it? Well, simply put:</p>
<p>&#8220;A search engine&#8217;s job is to make sense out of all that data.&#8221;</p>
<p>Let&#8217;s take a simple case. Someone in your town happens to own a convenience store named Uncle Tom&#8217;s Cabin. Let us imagine that an outsider in your city is searching for it. Here&#8217;s how the conversation would go:</p>
<p><strong>Outsider:</strong> &#8220;Where can I find a convenience store?&#8221;<br />
<strong>You:</strong> &#8220;That would have to be Uncle Tom&#8217;s cabin. Go straight down for about two blocks and then take a left. It&#8217;s right across the street.&#8221;<br />
<strong>Outsider:</strong> &#8220;Would I be likely to get some cigarettes there?&#8221;<br />
<strong>You:</strong> &#8220;Oh! If you simply wants cigarettes, there a tobacconist just round the corner!&#8221;</p>
<p>A normal conversation, eh? Well, let&#8217;s take a look at it again. Only this time, we&#8217;ll look at it the way a search engine would. Let&#8217;s insert some key words into it for understanding the flow of the conversation:</p>
<p>1. &#8220;Where can I find a convenience store?&#8221;<br />
<strong>[New Search Query, keyword: "convenience store"]</strong><br />
2. &#8220;That would have to be Uncle Tom&#8217;s cabin. Go straight down for about two blocks and then take a left. It&#8217;s right across the street.&#8221;<br />
<strong>[Response keywords:"Uncle Tom's cabin", "directions"]</strong><br />
3. &#8220;Would I be likely to get some cigarettes there?&#8221;<br />
<strong>[Refine Search Query, keyword: "cigarettes"]</strong><br />
4. &#8220;Oh! If you simply wants cigarettes, there a tobacconist just round the corner!&#8221;<br />
<strong>[Response keywords: "Tobacconist","Round the corner"]</strong></p>
<p>With me so far? Here&#8217;s the stumper:</p>
<p>If each of these sentences corresponded to an entire blog-post in the Blogosphere, how would you track this conversation? How would you rank each post with respect to the keywords. Would those keywords be enough to cover all aspects of the conversation? Would you call those keywords as appropriate descriptors of the conversation? Where would these posts appear in SERPs for the combined keywords {&#8221;Your Name&#8221; +directions}</p>
<p><strong><em>To be continued&#8230;</em></strong></p>
<p><strong>Disclaimer: </strong><br />
I am no Search Engine Expert. These opinions are simply my $0.02 worth. Or may be less. <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/search%20engine">search engine</a>, <a rel="tag" href="http://technorati.com/tag/optimization">optimization</a>, <a rel="tag" href="http://technorati.com/tag/keywords">keywords</a>, <a rel="tag" href="http://technorati.com/tag/web2.0">web2.0</a>, <a rel="tag" href="http://technorati.com/tag/content">content</a>, <a rel="tag" href="http://technorati.com/tag/context">context</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/08/07/why-search-engines-will-be-redundant-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netscape.com says, &#8220;Hi to all Diggers!&#8221;</title>
		<link>http://42quirks.com/2006/07/26/netscapecom-says-hi-to-all-diggers/</link>
		<comments>http://42quirks.com/2006/07/26/netscapecom-says-hi-to-all-diggers/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 16:34:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[People]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=35</guid>
		<description><![CDATA[Surprised? Well, read on&#8230;
Early this morning, someone submitted a story on Netscape.com. And Digg fans all over the world erupted in laughter and glee. Ever since the story was submitted, this is what appears, when Netscape is loaded into your browser:
 
The first is a four word expletive, and the second greets &#8220;all you Diggers [...]]]></description>
			<content:encoded><![CDATA[<p>Surprised? Well, read on&#8230;</p>
<p>Early this morning, someone submitted a story on Netscape.com. And Digg fans all over the world erupted in laughter and glee. Ever since the story was submitted, this is what appears, when Netscape is loaded into your browser:</p>
<p><a title="netscape-hacked-1.png" href="http://flickr.com/photos/90157280@N00/198733894"><img src="http://static.flickr.com/64/198733894_1c0d8b1391_m.jpg" border="0" /></a> <a title="netscape-hacked.png" href="http://flickr.com/photos/90157280@N00/198733829"><img src="http://static.flickr.com/66/198733829_f1b37027e6_m.jpg" border="0" /></a></p>
<p>The first is a four word expletive, and the second greets &#8220;all you Diggers out there!&#8221;</p>
<p>The culprit?</p>
<p><a title="netscape-culprit.png" href="http://flickr.com/photos/90157280@N00/198733769"><img src="http://static.flickr.com/59/198733769_f317ba3991_m.jpg" border="0" /></a></p>
<p>A story titled &#8220;Unbearable Cuteness&#8221;. Ironical,eh? Here&#8217;s the what and why of the entire fiasco.</p>
<p><b>Analysis:</b><br />
A quick check of the JavaScript on the page reveals this script:</p>
<blockquote><p><code>via a<br />
title=&#8221;http://www.cute.com&#8221;&gt;script&gt;alert(&#8221;fuck&#8221;);<br />
alert(&#8221;Hi to all you Diggers out there ;)&#8221;);script&gt;&#8221;<br />
href=&#8221;http://www.cute.com&#8221;&gt;script&gt;alert(&#8221;fuck&#8221;);<br />
alert(&#8221;Hi to all you Diggers out there ;)&#8221;);script&gt;&#8221;<br />
onclick=&#8221;trackOutbound(15475);&#8221;&gt;cute.com&#8221;&gt;script&gt;alert(&#8221;fuck&#8221;);<br />
alert(&#8221;Hi to all you Diggers out there ;)&#8221;);</code></p>
</blockquote>
<p>The link that was submitted with the story exploited an XSS (Cross Site Scripting) vulnerability. <a href="http://packetstormsecurity.org/">PacketStorm </a>had already published <a href="http://packetstormsecurity.org/0606-exploits/netscapeXSS.txt">this vulnerability</a> a month ago on the 6th of June. Apparently netscape.com does not sanitise its inputs before they are submitted. As a result, specially crafted JavaScript (like this one) can be used to send &#8216;malicious code&#8217;.</p>
<p>While Netscape is looking into the matter, Diggers across the globe are having a field day running <a href="http://digg.com/tech_news/Netscape_Hacked_2">multiple</a> &#8216;<a href="http://digg.com/tech_news/NETSCAPE_HACKED">Ha Ha! Netscape gets hacked!!</a>&#8216; <a href="http://digg.com/programming/SOMEBODY_HACKS_WWW_NETSCAPE_COM">stories</a>. Most of the l33t Diggers are already publishing their <a href="http://digg.com/tech_news/NETSCAPE_HACKED#c2454402">insightful comments</a> on the stories, too.</p>
<p>What can I say? There is a child in all of us&#8230; <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Technorati Tags: <a href="http://technorati.com/tag/netscape" rel="tag">netscape</a>, <a href="http://technorati.com/tag/digg" rel="tag">digg</a>, <a href="http://technorati.com/tag/exploit" rel="tag">exploit</a>, <a href="http://technorati.com/tag/XSS" rel="tag">XSS</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/07/26/netscapecom-says-hi-to-all-diggers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebOS and my conversations</title>
		<link>http://42quirks.com/2006/05/02/webos-and-my-conversations/</link>
		<comments>http://42quirks.com/2006/05/02/webos-and-my-conversations/#comments</comments>
		<pubDate>Tue, 02 May 2006 20:34:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=28</guid>
		<description><![CDATA[My last post on WebOSes and the corresponding comments on ZDNet and Performancing resulted in interesting conversations.
Performancing users and authors had very interesting opinions. Dave, for instance, said:
&#8230;they could bring down the price of computing massively. All you would need on a desktop is effectively a thin client that handles inputs and outputs, and
connects to [...]]]></description>
			<content:encoded><![CDATA[<p>My last post on <a href="http://corporatespices.blogspot.com/2006/04/web20-webos-weboffice-we-whatever.html">WebOSes</a> and the corresponding comments on <a href="http://www.zdnet.com/5208-11423-0.html?forumID=1&#038;threadID=20200&#038;messageID=388878&#038;start=-24">ZDNet</a> and <a href="http://performancing.com/node/2218">Performancing</a> resulted in interesting conversations.</p>
<p>Performancing users and authors had very interesting opinions. <a title="View user profile." href="http://performancing.com/user/1222">Dave</a>, for instance, said:</p>
<blockquote><p>&#8230;they could bring down the price of computing massively. All you would need on a desktop is effectively a thin client that handles inputs and outputs, and<br />
connects to the internet.</p></blockquote>
<p>&#8230; while <a title="View user profile." href="http://performancing.com/user/1723">georgemanty</a> was worried about security:</p>
<blockquote><p>Do I really want a third party to have access to everything on my computer&#8217;s hard drive???</p></blockquote>
<p><a title="View user profile." href="http://performancing.com/user/13">searchengineblog</a> put it really well with:</p>
<blockquote><p>The problem is that there is no problem to be solved. In 2006, fat clients (read: PCs) aren&#8217;t expensive - bandwidth is.</p></blockquote>
<p>The security concerns do make a valid point. But I guess, with the way things are moving, third-party storage (read: online storage with desktop synchro) is the thing to watch out for in the near future.</p>
<p>Technology has not only enabled cheaper and communication, but it has also been revamping the field of transportation. As travel becomes cheap, we will find ourselves at different places at different times. And then we will need one central location to store our data. Which is where third-party storage comes in.</p>
<p>One option would be a personal FTP server. Like your hard-disk away from your PC. Again, the only hindrance I see currently is the band-width (in terms of access). Thus it boils down, essentially, to two things:</p>
<ol>
<li><strong>A radically new, faster method of accessing the internet.</strong>Condition: It must support huge amounts of bandwidth so as to enable each one of the 6 billion people whoo will soon be online in the near future.</li>
<li><strong>A safe and secure online storage system.</strong>Condition: The privacy concerns of the users must be put to rest. Each such third-party supplier must be liable for any leakage of information (intentional, or otherwise) occurring from their servers.</li>
</ol>
<p>On ZDNet, <a href="http://www.zdnet.com/5208-11423-0.html?forumID=1&#038;threadID=20200&#038;messageID=389654&#038;start=-24">3D0G said</a>:</p>
<blockquote><p>There are still far to many people out there using computers who have no<br />
clue how computers work and don&#8217;t want to know. They just want to browse the web and read email. There are also many people who know they know nothing about computers and so don&#8217;t buy one. Something like this would at least open the internet and email up to them</p></blockquote>
<p>This would be like saying, we need hand-cranked cars because some old-timers cannot adopt to automatic transmission. Not a very good analogy, I agree, but just because people don&#8217;t know how to use the net does not mean we step back to thin-clients.</p>
<p>A similar attempt was made (if my memory serves me correctly) with public Internet Access kiosks (at least in India) But it was a huge failure, simply because:</p>
<ol>
<li>People did not want to make their ignorance of the Internet public.</li>
<li>The kiosks were not supported by adequate bandwidth. They were too slow.</li>
<li>The thin clients were actually confusing and they allowed only one browser window - no tabs back then.</li>
<li>Around 25% of the screen space was consumed by ads that were run to support the costs of running these kiosks.</li>
</ol>
<p>I have realized that, the more you attempt to make technology easier for people, the lazier they become. <strong><em>&#8220;Give a man fish to eat, he will eat for a day. Teach him how to fish and he will never go hung</em><em>ry for the rest of his life.&#8221; </em></strong></p>
<p>If there are any such laymen, we need to teach them how to surf the waves and not try and make things easier for them. Simplicity does not always mean simplifying the product. It could also mean simplifying the process.</p>
<p>Let&#8217;s face it, the internet is a skill and not a toy. You have to learn it and the more inquisitive can even attempt to master it. Any attempt to simplify things further will only allow the lazy to become lazier. Do we <strong>really</strong> need WebOSes? The argument of thin-clients and simplification of things seems pretty thin to me&#8230;</p>
<p>I mean, is it really that difficult?</p>
<p>(It&#8217;s a pity that I have to <strong>summarize </strong>my Blogosphere Conversations here.)</p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/05/02/webos-and-my-conversations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web2.0, WebOS, WebOffice, We&#8230; Whatever.</title>
		<link>http://42quirks.com/2006/04/25/web20-webos-weboffice-we-whatever/</link>
		<comments>http://42quirks.com/2006/04/25/web20-webos-weboffice-we-whatever/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 15:04:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=27</guid>
		<description><![CDATA[The WebOS Market Review by Richard MacManus delves into the WebOS market, which is currently being played by small-timers like YouOS, eyeOS, XIN, etc. A WebOS is an OS on the Web that allows you to browse, eMail, chat, etc. Basically, the online counterpart of your desktop OS.
Ok. Stop. Let&#8217;s go back to that last [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://blogs.zdnet.com/web2explorer/?p=166">WebOS Market Review</a> by Richard MacManus delves into the WebOS market, which is currently being played by small-timers like YouOS, eyeOS, XIN, etc. A WebOS is an OS on the Web that allows you to browse, eMail, chat, etc. Basically, the online counterpart of your desktop OS.</p>
<p>Ok. Stop. Let&#8217;s go back to that last one. Online counterpart of an OS? uhh, erm&#8230;</p>
<p>Hmm. Let&#8217;s try Wikipedia. <a href="http://en.wikipedia.org/wiki/Web_OS">Wikipedia defines WebOS</a> as:</p>
<blockquote><p>More generally, WebOS refers to a software platform that interacts with the user<br />
through a web browser and does not depend on any particular local<br />
operating system.</p></blockquote>
<p>What? Let&#8217;s go through this one more time, step-by-step:</p>
<p>I boot my desktop OS. I fire my desktop browser. I connect to the World Wide Web. I access the WebOS. I see my WebDesktop. Now what? I fire up my WebBrowser and access the Internet again?</p>
<p>Er, excuse me, but isn&#8217;t that where I am already? So, which one is my, &#8216;true&#8217;, definitive OS? The one I booted to fire the (desktop) Browser, or the one that I accessed on the web? Moreover, how would you access such an OS in the future, given this logical inconsistency?</p>
<p>When I put forth this question, <a href="http://www.zdnet.com/5208-11423-0.html?forumID=1&#038;threadID=20200&#038;messageID=388874&#038;start=-44">AutomanG replied</a> with the following:</p>
<blockquote><p>One solution would be to have something, say&#8230;, linux embedded into a box that&#8217;s sole purpose is to fire up a browser and initiate a tunnel to a remote server (where your webOS of choice is located.) It would be a borderless browser so to you, it would look just like you booted a computer arriving at a desktop.</p></blockquote>
<p>This sounds really weird! No offense meant, but I just want to explore this a bit further:</p>
<p>Currently, looking at the larger picture, we have three OSes in the Desktop Market. Windows, Linux and MacOS. With this proposal the intention to make Linux a standard (irrespective of whether all people want it or not). Or Windows or MacOS. Some OS which can be universally accepted and moulded as and when need be. Which inevitably brings us back to Linux.</p>
<p>Agree though, the argument that Automan provides makes some sense on some level. Okay, it doesn&#8217;t matter what boots the embedded browser as long as what they see on their screens is the same all throughout. Interesting point, I admit.</p>
<p>But again, then there are many options for WebOSes now. There will come a time when we will have to choose one of them as a standard, or maybe, define some standard specs for a WebOS. How do you do that, then?</p>
<p>And if you were to do it later, why not do it now for the desktop OSes? And if you intend to write embedded software to run the necessary hardware, it still is an OS!</p>
<p>I still can&#8217;t fathom the need for a WebOS. The ability to store data online, more than makes up for the inability to access my personal desktop everywhere. After all the applications that you intend to put on the Web will be run by their desktop counterparts. What is the point?</p>
<p>Ok, I guess, I oughtta stop. I sound almost desparate now!</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/WebOS">WebOS</a>, <a rel="tag" href="http://technorati.com/tag/ZDNet">ZDNet</a>, <a rel="tag" href="http://technorati.com/tag/OS">OS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/04/25/web20-webos-weboffice-we-whatever/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Foldera, Google, Marc Orchant and me - Odd man out!</title>
		<link>http://42quirks.com/2006/04/19/foldera-google-marc-orchant-and-me-odd-man-out/</link>
		<comments>http://42quirks.com/2006/04/19/foldera-google-marc-orchant-and-me-odd-man-out/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 19:30:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[People]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=26</guid>
		<description><![CDATA[Over at ZDNet, Marc Orchant has this to say in his article Foldera: Measure twice… cut once:
I applaud this strategy. The more forethought and preparation put into the launch, the better.
Marc was talking about the eMail sent out by Foldera CEO Marc Orchant stating that Foldera is postponing its launch, simply because:
&#8220;we didn&#8217;t have the [...]]]></description>
			<content:encoded><![CDATA[<p>Over at ZDNet, Marc Orchant has this to say in his article <a href="http://blogs.zdnet.com/Orchant/?p=78">Foldera: Measure twice… cut once</a>:</p>
<blockquote><p>I applaud this strategy. The more forethought and preparation put into the launch, the better.</p></blockquote>
<p>Marc was talking about the eMail sent out by Foldera CEO Marc Orchant stating that Foldera is postponing its launch, simply because:</p>
<blockquote><p>&#8220;we didn&#8217;t have the firepower in our datacenter to handle the sort of demand indicated by so many registrations.&#8221;</p></blockquote>
<p>I wish to make it known for the record, I haven&#8217;t received the mail, this snippet has been extracted from the mail extract that Marc posted in the article.</p>
<p>Marc goes on to say that even after the resounding success of Gmail and the early frustrations of Gmail users, Google did not learn. The result was apparent for everyone to see with the initial pull-backs of Reader and Pages.</p>
<p>Some (personal) observations:</p>
<ol>
<li>Personally, I believe Google did not pull back Pages because of high demand. It was probably due to a <a href="http://42quirks.com/index.php/2006/02/23/google-launches-office-live-erm-google-pages/">bigger glitch</a>, something I have previously blogged about.</li>
<li>Foldera may be stretching the public interest a little too far. Going by the <a href="http://www.blogger.com/post-edit.g?blogID=17584438&#038;postID=114545525321641907">conversation on Mike Arrington&#8217;s Techcrunch</a>, Foldera should have been launched and here many times over by now.</li>
<li>However, interesting a tool may be, the longer you take to launch, the shorter the buzz post-launch.</li>
</ol>
<p>At least that&#8217;s what I think happened with Origami. Of course, Origami was a little early, about three years early, by my guess. In a world where laptops and palm-pilots have not yet become commonplace, introducing a gadget that was a level up in the futuristic scale seemed to me, a crazy idea.</p>
<p>One thing I have realized so far is:</p>
<p>&#8220;You can&#8217;t hurry up or slow down the future. It comes when it comes. You better be prepared for either case.&#8221;  Probably that&#8217;s what Foldera is thinking. Or are they?</p>
<p>PS: I have decided to be a little more regular now. Hope to live upto my words&#8230;</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/foldera">foldera</a>, <a rel="tag" href="http://technorati.com/tag/google">google</a>, <a rel="tag" href="http://technorati.com/tag/peeves">peeves</a>, <a rel="tag" href="http://technorati.com/tag/launch">launch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/04/19/foldera-google-marc-orchant-and-me-odd-man-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google launches Office Live&#8230; erm.. Google Pages&#8230;</title>
		<link>http://42quirks.com/2006/02/23/google-launches-office-live-erm-google-pages/</link>
		<comments>http://42quirks.com/2006/02/23/google-launches-office-live-erm-google-pages/#comments</comments>
		<pubDate>Thu, 23 Feb 2006 19:34:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=19</guid>
		<description><![CDATA[The Big Brother launched Google Pages yesterday. Of course, it is in Beta.
Here&#8217;s how they are plugging it:
Want to create an online photo tour of your vacation to Bali? An overview of the South American precipitation cycle for your science class? A shrine to your pet ferret?
Google Pages comes five days after Microsoft&#8217;s Office Live, [...]]]></description>
			<content:encoded><![CDATA[<p>The Big Brother launched <a href="http://pages.google.com">Google Pages</a> yesterday. Of course, it is in Beta.</p>
<p>Here&#8217;s how they are <a href="http://pages.google.com/-/about.html">plugging it</a>:</p>
<blockquote><p>Want to create an online photo tour of your vacation to Bali? An overview of the South American precipitation cycle for your science class? A shrine to your pet ferret?</p></blockquote>
<p>Google Pages comes five days after Microsoft&#8217;s <a href="http://officelive.microsoft.com/">Office Live</a>, which was recently launched <a href="http://42quirks.com/techcrunch.com/2006/02/15/microsoft-office-live-goes-into-beta/">amidst</a> <a href="http://scobleizer.wordpress.com/2006/02/14/office-live-released-to-micro-businesses/">fanfare</a> among the <a href="http://weblogs.about.com/b/a/086648.htm">A-list bloggers</a>. That&#8217;s fast.</p>
<p>Compare this to the launch of Pages and the blogosphere opinions on Google Pages:</p>
<ol>
<li>&#8220;<a href="http://www.techcrunch.com/2006/02/22/google-pages-released/">Google Pages Released</a>&#8221; by <a href="http://www.nik.com.au/">Nik Cubrilovic</a> on <a href="http://techcrunch.com/">Techcrunch</a></li>
<li>&#8220;<a href="http://www.mattcutts.com/blog/google-page-creator/">Google Page Creator</a>&#8221; by <a href="http://www.mattcutts.com/">Matt Cutts</a> of Google</li>
<li><a href="http://jzawodn.googlepages.com/home">Jeremy Zawodny&#8217;s Google Page</a> - Spammers hit the Motherlode!!</li>
<li>None from <a href="http://scobleizer.wordpress.com/">Scoble</a>&#8230; Interesting&#8230;</li>
</ol>
<p>Some first impressions:</p>
<ul>
<li>Google Pages follows Google&#8217;s clean design policy.</li>
<li>Ajaxified <a href="http://42quirks.com/geocities.com">Geocities</a>?</li>
<li>There is a 100 MB limit. &#8216;Nuff said&#8230;</li>
<li>Intuitive working interface.</li>
</ul>
<p>What struck me initially as pleasant and later as funny was this: Google Pages in OPEN beta. Seems like they are sending a message across to <a href="http://officelive.microsoft.com/Support.aspx?scpf=faq">someone</a>&#8230;</p>
<p>So, now, with its foray into personal pages, Google has literally become an all pervading force on the Web. I think I&#8217;d better create a list of Google products on <a href="http://listible.com">listible</a>. Wait, they are gonna buy that one too, right?</p>
<p>There seems to be a 100 page max limit on each user account. Hmmm&#8230;</p>
<p>Currently the user accounts are stored as yourgmailusername.googlepages.com which, I admit is ugly. C&#8217;mon guys, unleash the spam upon me! Would you be willing to risk that?</p>
<p>But I suspect, they are in the process of securing a deal with one or the other hostname providers to get your own domain name for free.</p>
<p>My bet is it will be either <a href="http://godaddy.com">GoDaddy</a> or <a href="http://register.com">Register</a>. The former because it is the most popular, the latter because it&#8217;s, uhh well, never mind&#8230;</p>
<p>There are they haven&#8217;t yet incorporated <a href="http://analytics.google.com">Google Analytics</a> into Google Pages. I suspect it won&#8217;t be too long before they do that.</p>
<p>It remains to see how long Pages remains in beta. But I do admit, pages is pretty slick even for a beta. Although it kept going offline quite frequently (every hour or so, frequent by Google standards) You can access mine <a href="http://shrikant.j.googlepages.com">here.</a></p>
<p>By the way, I don&#8217;t know how many of you have noticed, but all our clicks in Gmail are redirected through <a href="http://apps.bronto.com">this</a> site. Read through the content. eMail marketing, eh? Seems my fears are turning out to be right. Well, time to shut down my <a href="http://gmail.google.com" />Gmail account or what?</p>
<div>Technorat tags: <a rel="tag" href="http://technorati.com/tag/Google">Google</a>, <a rel="tag" href="http://technorati.com/tag/Google+Pages">Google Pages</a>, <a rel="tag" href="http://technorati.com/tag/Office+Live">Office Live</a>, <a rel="tag" href="http://technorati.com/tag/launch">launch</a>, <a rel="tag" href="http://technorati.com/tag/Beta">Beta</a></div>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/02/23/google-launches-office-live-erm-google-pages/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
