<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title>Vivek M. Chawla</title>
    <link rel="self" type="application/atom+xml" href="http://www.vivekmchawla.com/atom.xml" />
    <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/" />
    <id>tag:typepad.com,2003:weblog-1852401</id>
    <updated>2013-04-07T22:23:47-07:00</updated>
    <subtitle>Entrepreneurial technophile, Cloud Computing evangelist, and wannabe dog whisperer.</subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <entry>
        <title>ERD &quot;Crow&#39;s Foot&quot; Relationship Symbols [Quick Reference]</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2013/04/erd-crows-foot-relationship-symbols-quick-reference.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2013/04/erd-crows-foot-relationship-symbols-quick-reference.html" thr:count="2" thr:updated="2013-11-03T13:34:09-08:00" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c017c386f085d970b</id>
        <published>2013-04-07T22:23:47-07:00</published>
        <updated>2013-04-07T22:25:12-07:00</updated>
        <summary>For some reason, every time I sit down with an Entity Relationship Diagram, the first thing I have to do is try to remember what the relationship symbols mean. Doesn&#39;t matter if I cranked out 5 ERDs last week. The...</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Software Development" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>For some reason, every time I sit down with an <a href="http://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model" target="_blank">Entity Relationship Diagram</a>, the first thing I have to do is try to remember what the relationship symbols mean. &#0160;Doesn&#39;t matter if I cranked out 5 ERDs last week. &#0160;The meanings of the various chicken-scratches...err, crow&#39;s feet...just never stick in my brain.</p>
<p>To help myself out, I&#39;ve created this&#0160;single page, printable PDF and tacked to my bulletin board. &#0160;Nice to know it&#39;s there waiting to help the next time I forget this stuff.</p>
<p><strong>Download the PDF here:</strong> &#0160;<a href="http://www.vivekmchawla.com/files/ERD_Relationship_Symbols_Quick_Reference.pdf" target="_blank">ERD Relationship Symbols Quick Reference.pdf</a></p>
<p>
<a class="asset-img-link" href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c017c386f18f1970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="float: right;"><img alt="ERDCrowSFootRelationshipNotationQuickReference" class="asset  asset-image at-xid-6a01156efc45c1970c017c386f18f1970b" src="http://74andsunny.typepad.com/.a/6a01156efc45c1970c017c386f18f1970b-650wi" style="width: 650px; margin: 0px 0px 5px 5px;" title="ERDCrowSFootRelationshipNotationQuickReference" /></a></p></div>
</content>



    </entry>
    <entry>
        <title>How To Set Up URL Forwarding in AWS Using Only Route 53 (Amazon DNS) and S3</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2013/01/how-to-set-up-url-forwarding-in-aws-using-only-route-53-amazon-dns-and-s3.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2013/01/how-to-set-up-url-forwarding-in-aws-using-only-route-53-amazon-dns-and-s3.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c017ee74135f4970d</id>
        <published>2013-01-11T16:28:13-08:00</published>
        <updated>2013-04-07T21:21:53-07:00</updated>
        <summary>Objective Using only the tools available in Amazon S3 and Amazon Route 53, create a URL Redirect that automatically forwards http://url-redirect-example.vivekmchawla.com to the AWS Console sign-in page aliased to &quot;MyAccount&quot;, located at https://myaccount.signin.aws.amazon.com/console/ . This guide will teach you set...</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Cloud" />
        <category term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><div id="screensteps-webpost-20259">
<h1 class="screensteps-title">Objective</h1>
<div class="screensteps-content">
<div class="screensteps-steps">
<div class="screensteps-step">
<div class="instructions">
<p>Using only the tools available in Amazon S3 and Amazon Route 53, create a URL Redirect that automatically forwards <a href="http://url-redirect-example.vivekmchawla.com" target="_blank">http://url-redirect-example.vivekmchawla.com</a> to the AWS Console sign-in page aliased to &quot;MyAccount&quot;, located at <a href="https://myaccount.signin.aws.amazon.com/console/" target="_blank">https://myaccount.signin.aws.amazon.com/console/</a>  .  </p>
<p>This guide will teach you set up URL forwarding to any URL, not just ones from Amazon.  You will learn how to set up forwarding to specific folders (like &quot;/console&quot; in my example), and how to change the protocol of the redirect from HTTP to HTTPS (or vice versa).</p>
<p>&#0160;</p>
</div>
</div>
&#0160;<br />
<hr />
</div>
<div class="screensteps-steps">
<div class="screensteps-step">
<h2>Step One: Create Your S3 Bucket</h2>
<div class="screensteps-media">
<a class="asset-img-link" href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c017c386ee03a970b-pi" style="display: inline;"><img alt="Step-1-create-your-s3-bucket" border="0" class="asset  asset-image at-xid-6a01156efc45c1970c017c386ee03a970b" src="http://74andsunny.typepad.com/.a/6a01156efc45c1970c017c386ee03a970b-800wi" title="Step-1-create-your-s3-bucket" /></a><br /><br /></div>
<div class="instructions">
<p>Open the S3 management console and click &quot;Create Bucket&quot;.</p>
</div>
</div>
&#0160;<br />
<hr />
<br />&#0160;
<div class="screensteps-step">
<h2>Step Two: Name Your S3 Bucket</h2>
<div class="screensteps-media">
<a class="asset-img-link" href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c017eea122da4970d-pi" style="display: inline;"><img alt="Step-2-name-your-s3-bucket" border="0" class="asset  asset-image at-xid-6a01156efc45c1970c017eea122da4970d" src="http://74andsunny.typepad.com/.a/6a01156efc45c1970c017eea122da4970d-800wi" title="Step-2-name-your-s3-bucket" /></a><br /><br /></div>
<div class="instructions"><ol>
<li>Choose a Bucket Name.  <strong>This step is really important!</strong>  You must name the bucket EXACTLY the same as the URL you want to set up for forwarding.  For this guide, I&#39;ll use the name &quot;url-redirect-example.vivekmchawla.com&quot;.</li>
<li>Select whatever region works best for you.  If you don&#39;t know, keep the default.  </li>
<li>Don&#39;t worry about setting up logging.  Just click the &quot;Create&quot; button when you&#39;re ready.</li>
</ol></div>
</div>
&#0160;<br />
<hr />
<br />&#0160;
<div class="screensteps-step">
<h2>Step 3: Enable Static Website Hosting and Specify Routing Rules</h2>
<div class="screensteps-media">
<img alt="Step 3: Enable Static Website Hosting and Specify Routing Rules" height="514" src="http://media.screensteps.me/vivekmchawla/setup-url-forwarding-in-aws-using-only-route53-amazon-dns-and-s3/step-3-enable-static-website-hosting-and-specify-routing-rules.png?1357949431" width="414" />
</div>
<div class="instructions"><ol>
<li>In the properties window, open the settings for &quot;Static Website Hosting&quot;.</li>
<li>Select the option to &quot;Enable website hosting&quot;.</li>
<li>Enter a value for the &quot;Index Document&quot;. This object (document) will never be served by S3, and you never have to upload it.  Just use any name you want.</li>
<li>Open the settings for &quot;Edit Redirection Rules&quot;.</li>
<li>Paste the following XML snippet in it&#39;s entirety.  </li>
</ol>
<p>&#0160;</p>
<pre>&lt;RoutingRules&gt;
  &lt;RoutingRule&gt;
    &lt;Redirect&gt;
      &lt;Protocol&gt;https&lt;/Protocol&gt;
      &lt;HostName&gt;myaccount.signin.aws.amazon.com&lt;/HostName&gt;
      &lt;ReplaceKeyPrefixWith&gt;console/&lt;/ReplaceKeyPrefixWith&gt;
      &lt;HttpRedirectCode&gt;301&lt;/HttpRedirectCode&gt;
    &lt;/Redirect&gt;
  &lt;/RoutingRule&gt;
&lt;/RoutingRules&gt;</pre>
<p>&#0160;</p>
<p>If you&#39;re curious about what the above XML is doing, visit the <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/HowDoIWebsiteConfiguration.html#configure-bucket-as-website-routing-rule-syntax" target="_blank">AWM Documentation on &quot;Syntax for Specifying Routing Rules&quot;</a>.  A bonus technique (not covered here) is forwarding to <em>specific pages</em> at the destination host, for example &quot;https://redirect-destination.com/console/special-page.html&quot;.  Read about the &lt;ReplaceKeyWith&gt; element if you need this functionality.</p>
</div>
</div>
&#0160;<br />
<hr />
<br />&#0160;
<div class="screensteps-step">
<h2>Step 4: Make Note of Your Redirect Bucket&#39;s &quot;Endpoint&quot;</h2>
<div class="screensteps-media">
<img alt="Step 4: Make Note of Your Redirect Bucket&#39;s &quot;Endpoint&quot;" height="201" src="http://media.screensteps.me/vivekmchawla/setup-url-forwarding-in-aws-using-only-route53-amazon-dns-and-s3/step-4-make-note-of-your-redirect-bucket-s-endpoint.png?1357949432" width="654" />
</div>
<div class="instructions">
<p>Make note of the Static Website Hosting &quot;endpoint&quot; that Amazon automatically created for this bucket.  You&#39;ll need this for later, so highlight the entire URL, then copy and paste it to notepad.  </p>
<p><strong>CAUTION!</strong> At this point you can actually click this link to check to see if your Redirection Rules were entered correctly, but be careful!  Here&#39;s why...</p>
<p>Let&#39;s say you entered the wrong value inside the &lt;Hostname&gt; tags in your Redirection Rules.  Maybe you accidentally typed &quot;myaccount.amazon.com&quot;, instead of &quot;myaccount.signin.aws.amazon.com&quot;.  If you click the link to test the Endpoint URL, AWS will happily redirect your browser to the wrong address!</p>
<p>After noticing your mistake, you will probably edit the &lt;Hostname&gt; in your Redirection Rules to fix the error.  Unfortunately, when you try to click the link again, you&#39;ll most likely end up being <em>redirected back to the wrong address!</em>  Even though you fixed the &lt;Hostname&gt; entry, your browser is caching the previous (incorrect!) entry. This happens because we&#39;re using an HTTP 301 (permanent) redirect, which browsers like Chrome and Firefox will cache by default.  </p>
<p>If you copy and paste the Endpoint URL to a different browser (or clear the cache in your current one), you&#39;ll get another chance to see if your updated &lt;Hostname&gt; entry is finally the correct one.</p>
<p>To be safe, if you want to test your Endpoint URL and Redirect Rules, you should open a private browsing session, like &quot;Incognito Mode&quot; in Chrome.  Copy, paste, and test the Endpoint URL in Incognito Mode and anything cached will go away once you close the session.</p>
</div>
</div>
&#0160;<br />
<hr />
<br />&#0160;
<div class="screensteps-step">
<h2>Step 5: Open the Route53 Management Console and Go To the Record Sets for Your Hosted Zone (Domain Name)</h2>
<div class="screensteps-media">
<img alt="Step 5: Open the Route53 Management Console and Go To the Record Sets for Your Hosted Zone (Domain Name)" height="244" src="http://media.screensteps.me/vivekmchawla/setup-url-forwarding-in-aws-using-only-route53-amazon-dns-and-s3/step-5-open-the-route53-management-console-and-go-to-the-record-sets-for-your-hosted-zone-domain-name.png?1357949432" width="414" />
</div>
<div class="instructions"><ol>
<li>Select the Hosted Zone (domain name) that you used when you created your bucket.  Since I named my bucket &quot;url-redirect-example.vivekmchawla.com&quot;, I&#39;m going to select the vivekmchawla.com Hosted Zone.</li>
<li>Click on the &quot;Go to Record Sets&quot; button.</li>
</ol></div>
</div>
&#0160;<br />
<hr />
<br />&#0160;
<div class="screensteps-step">
<h2>Step 6: Click the &quot;Create Record Set&quot; Button</h2>
<div class="screensteps-media">
<img alt="Step 6: Click the &quot;Create Record Set&quot; Button" height="179" src="http://media.screensteps.me/vivekmchawla/setup-url-forwarding-in-aws-using-only-route53-amazon-dns-and-s3/step-6-click-the-create-record-set-button.png?1357949433" width="414" />
</div>
<div class="instructions">
<p>Clicking &quot;Create Record Set&quot; will open up the Create Record Set window on the right side of the Route53 Management Console.</p>
</div>
</div>
&#0160;<br />
<hr />
<br />&#0160;
<div class="screensteps-step">
<h2>Step 7: Create a CNAME Record Set</h2>
<div class="screensteps-media">
<img alt="Step 7: Create a CNAME Record Set" height="554" src="http://media.screensteps.me/vivekmchawla/setup-url-forwarding-in-aws-using-only-route53-amazon-dns-and-s3/step-7-create-a-cname-record-set.png?1357949434" width="414" />
</div>
<div class="instructions"><ol>
<li>In the Name field, enter the hostname portion of the URL that you used when naming your S3 bucket.  The &quot;hostname portion&quot; of the URL is everything to the LEFT of your Hosted Zone&#39;s name.  I named my S3 bucket &quot;url-redirect-example.vivekmchawla.com&quot;, and my Hosted Zone is &quot;vivekmchawla.com&quot;, so the hostname portion I need to enter is &quot;url-redirect-example&quot;.</li>
<li>Select &quot;CNAME - Canonical name&quot; for the Type of this Record Set.</li>
<li>For the Value, paste in the Endpoint URL of the S3 bucket we created back in Step 3.</li>
<li>Click the &quot;Create Record Set&quot; button.  Assuming there are no errors, you&#39;ll now be able to see a new CNAME record in your Hosted Zone&#39;s list of Record Sets. </li>
</ol></div>
</div>
&#0160;<br />
<hr />
<br />&#0160;
<div class="screensteps-step">
<h2>Step 8: Test Your New URL Redirect</h2>
<div class="instructions">
<p>Open up a new browser tab and type in the URL that we just set up.  For me, that&#39;s <a href="http://url-redirect-example.vivekmchawla.com" target="_blank">http://url-redirect-example.vivekmchawla.com</a>.  If everything worked right, you should be sent directly to the sign-in page of your AWS console!  </p>
<p>Because we used the &quot;myaccount.signin.aws.amazon.com&quot; alias as our redirect&#39;s destination URL, Amazon knows exactly which account we&#39;re trying to access, and takes us directly there. This can be very handy if you want to give a short, clean, branded AWS login link to employees or contractors.</p>
<p>
<a class="asset-img-link" href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c017ee741349f970d-pi" style="display: inline;"><img alt="Step-8-test-your-new-url-redirect" border="0" class="asset  asset-image at-xid-6a01156efc45c1970c017ee741349f970d image-full" src="http://74andsunny.typepad.com/.a/6a01156efc45c1970c017ee741349f970d-800wi" title="Step-8-test-your-new-url-redirect" /></a><br /><br /></p>
</div>
</div>
&#0160;<br />
<hr />
<br />&#0160;
<div class="screensteps-step">
<h2>Conclusions</h2>
<div class="instructions">
<p>I personally love the various AWS services, but if you&#39;ve decided to migrate DNS management to Amazon Route 53, the lack of easy URL forwarding can be frustrating. I hope this guide helped make setting up URL forwarding for your Hosted Zones a bit easier.</p>
<p>If you&#39;d like to learn more, please take a look at the following pages from the AWS Documentation site.</p>
<ul>
<li><a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html" target="_blank">Example: Setting Up a Static Website Using a Custom Domain</a></li>
<li><a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/HowDoIWebsiteConfiguration.html" target="_blank">Configure a Bucket for Website Hosting</a></li>
<li><a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/R53Example.html" target="_blank">Creating a Domain that Uses Route 53</a></li>
<li><a href="http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/RRSchanges.html" target="_blank">Creating, Changing, and Deleting Resource Records</a></li>
</ul>
<p><strong>Vivek M. Chawla</strong><br />
Vivek.M.Chawla@gmail.com<br />
<em>January 11, 2013</em></p>
</div>
</div>
</div>
</div>
</div></div>
</content>



    </entry>
    <entry>
        <title>Page-Level Permissions Now Available for Google Sites</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2011/08/page-level-permissions-now-available-for-google-sites.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2011/08/page-level-permissions-now-available-for-google-sites.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c015434b0676a970c</id>
        <published>2011-08-21T12:09:14-07:00</published>
        <updated>2011-08-21T12:09:14-07:00</updated>
        <summary>The most glaring limitation of Google Sites, a key part of the Google Apps suite of cloud-based productivity and collaboration applications, has finally been addressed.

Google Sites now supports page-level permissions!</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Business" />
        <category term="Cloud" />
        <category term="Google" />
        <category term="Software Development" />
        <category term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c015434afe682970c-pi" style="float: left;"><img alt="Google-sites-logo" class="asset  asset-image at-xid-6a01156efc45c1970c015434afe682970c" src="http://74andsunny.typepad.com/.a/6a01156efc45c1970c015434afe682970c-200wi" style="width: 180x180px; margin: 5px 5px 5px 5px;" title="Google-sites-logo" /></a></p>
<p>I fired up Google Reader this morning and came upon the most wonderful news. &#0160;Normally, I&#39;d simply <a href="http://www.google.com/reader/shared/Vivek.M.Chawla" target="_blank" title="Vivek M. Chawla&#39;s Google Reader Feed">share the item with a quick note</a>, then move on to the next shiny bit of news.</p>
<p>But not today. &#0160;Not for this. This is too awesome.</p>
<p>The <a href="http://www.google.com/support/forum/p/sites/thread?tid=6399ebc8052ffb42&amp;hl=en" target="_blank" title="Desperately Seeking Page-Level Permissions!">most glaring limitation of Google Sites</a>, a key part of the Google Apps suite of cloud-based productivity and collaboration applications, has finally been addressed.</p>
<p><strong>Google Sites now supports page-level permissions!</strong></p>
<p>Anyone who has built or maintained an effective Google Apps installation has made the difficult choice between creating several redundant &quot;private&quot; Sites with limited users, or one big free-for-all Site where everybody sees everything.</p>
<p>For example, if you wanted a corporate intranet, you were forced to make one Site where each department could see the content for every other department. &#0160;This is fine for companies whose corporate culture is somewhere between &quot;Kumbaya&quot; and &quot;We Are the World&quot;. &#0160;</p>
<p>If you work someplace like this, please email me directions to where your leprechauns keep their gold. &#0160;</p>
<p>Back in the real world, you probably found yourself doing something like this: &#0160;You&#39;d create several departmental sites, linked awkwardly from one to the next, and tie them all to one large &quot;Master Site&quot;. Need to change something that effects the &quot;whole&quot; intranet? Well, cancel your weekend plans because you&#39;ve got a ton of manual changes ahead of you. Fun times, eh?</p>
<p>Thankfully, that&#39;s all in the past now that Google has debuted page-level permissions for Sites. &#0160;Thank god!</p>
<h2>Enabling Page-Level Permissions for Google Sites</h2>
<p>According to the <a href="http://googledocs.blogspot.com/2011/08/better-control-in-google-sites-with.html" target="_blank" title="Google Docs Blog">Google Docs Blog</a>, only site owners can enable page-level permissions, which are turned off by default. &#0160;Once enabled, page-level permissions make some pages private for certain users, while allowing other pages to be viewed by a wider audience.</p>
<p>The new permissions work much as you&#39;d expect. &#0160;Pages can inherit current site-level permissions, and you can elect to include, or ignore, any future site-level changes. &#0160;For more information, check out Google&#39;s <a href="https://sites.google.com/support/bin/static.py?page=guide.cs&amp;guide=1387383&amp;topic=1387643" target="_blank" title="Getting Started With Page-Level Permissions for Google Sites">getting started guide</a>.</p>
<h2>What&#39;s Next (Hopefully) For Google Sites?</h2>
<p>Truly, this is a HUGE upgrade. &#0160;Page-level permissions open up a world of new possibilities for any organization using Google Apps. &#0160;Make no mistake, though. &#0160;There is a LONG way to go to truly perfecting Sites.</p>
<p>For starters, Google must extend the permissions scheme to include comments. &#0160;This would allow site viewers to participate in discussions without requiring them to be site editors. &#0160;After all, just because I want you to read and comment on my blog, doesn&#39;t mean I want you editing my posts.&#0160;</p>
<p>The editor for Sites could also use an update. Table editing, in particular, needs some love. &#0160;For that matter, Google Docs needs a better table editor, too. Come on, Google...Two birds are sitting here waiting for you to pick up this stone!</p>
<p>It would also be very useful to save page drafts. Perfect for when you&#39;re working on something that you don&#39;t want to share with everybody just yet. &#0160;This functionality already exists when adding posts to pages <a href="http://www.google.com/support/sites/bin/answer.py?hl=en&amp;answer=98359" target="_blank" title="Google Help Article on &quot;Announcements&quot; Page Templates">created with the &quot;Announcements&quot; template</a>. &#0160;I hope that Google can find a smart way to incorporate this functionality more broadly within Sites.&#0160;</p>
<p>Finally, I&#39;d also like to see a way for custom URLs to be used for non-public Sites. &#0160;This is a tough nut to crack given Goolge&#39;s distributed infrastructure, so I won&#39;t hold my breath for it. &#0160;Besides, I&#39;ll have my hands full consolidating all those departmental Sites into single, secure, one-stop-shop Intranets. &#0160;</p>
<p>Sweet!</p></div>
</content>



    </entry>
    <entry>
        <title>Google Apps Gets Serious About Business</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2011/04/google-apps-gets-serious-about-business.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2011/04/google-apps-gets-serious-about-business.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c01538e2ea084970b</id>
        <published>2011-04-28T23:12:27-07:00</published>
        <updated>2011-04-28T23:12:27-07:00</updated>
        <summary>It had to happen eventually, but part of me never really believed that this day would come. Google is changing the billing options for Google Apps, reducing the number of free users you can create under the standard Apps account...</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Business" />
        <category term="Cloud" />
        <category term="Google" />
        <category term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c01543202d6b5970c-pi" style="float: left;"> </a><a href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c014e88235a9a970d-pi" style="display: inline;"> </a><a href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c014e88235ab5970d-pi" style="display: inline;"> </a><a href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c014e88235afb970d-pi" style="display: inline;"> </a><a href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c01538e2fd9b5970b-pi" style="display: inline;"> </a><a href="http://74andsunny.typepad.com/.a/6a01156efc45c1970c01538e2fd9cf970b-pi" style="float: left;"><img alt="Google-Apps" class="asset  asset-image at-xid-6a01156efc45c1970c01538e2fd9cf970b" src="http://74andsunny.typepad.com/.a/6a01156efc45c1970c01538e2fd9cf970b-250wi" style="width: 240px; margin: 0px 5px 5px 0px;" title="Google-Apps" /></a> <br /> It had to happen eventually, but part of me never really believed that this day would come.</p>
<p>Google is <a href="http://googleenterprise.blogspot.com/2011/04/helping-small-businesses-start-and.html" target="_blank" title="Google Changes the Billing Options for Google Apps Customers">changing the billing options for Google Apps</a>, reducing the number of free users you can create under the standard Apps account from 50 to 10.</p>
<p>That&#39;s right...TEN.</p>
<p><span>An 80% decrease in the number of accounts you can set up before having to upgrade to <span>Google&#39;s</span> premium &quot;Google Apps for Business&quot; service is a dizzying change to people (like me) who have been allowed to use the best email and collaboration platform in the world for FREE over the past 5 or so years. &#0160;</span></p>
<p><span>For small businesses (and the people who support them), Google has long provided an irresistible platform on which to build a basic, solid, IT infrastructure. &#0160;Running 50 users for free on Google Apps almost felt like stealing. &#0160;It was so good, so solid, so compelling, and so cheap (FREE!), that to do anything other than run your small business on Google Apps seemed like a complete mistake.</span></p>
<p>Despite my indulgent, reactionary whining about the change, this change is not all bad. &#0160;Google is also introducing a &quot;flexible billing&quot; option which charges only $5 per user, per month. &#0160;This is a bit more on an annual basis than the $50 per user, per year that Google currently has, but it does allow for more flexibility for those who only need services over a very short term. &#0160;Seasonal businesses could really benefit from this new model, saving a significant amount of cash over the old, annual-only plan.</p>
<p><span><span>Google&#39;s</span> still going to honor the 50 user limit for everyone who signed up before May 10, 2011. &#0160; And May 10 just so happens to be the opening day of Google IO. &#0160;I wonder what new and exciting features will be released to coincide with this new pricing?</span></p>
<p><span>As for me, I&#39;ll be across the Pacific in Malaysia that week, instead of at <span>Moscone</span> West. &#0160;I&#39;ll keep an eye on the Twitter streams of my San Francisco bound peers to get the first read on whatever it is <span>Google&#39;s</span> going to do next with its more evolved, more &quot;flexible&quot;, Google Apps platform.</span></p></div>
</content>



    </entry>
    <entry>
        <title>Is Google Losing Its Mojo?</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2010/12/is-google-losing-its-mojo.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2010/12/is-google-losing-its-mojo.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c0147e07cedd5970b</id>
        <published>2010-12-09T14:41:04-08:00</published>
        <updated>2010-12-09T14:42:37-08:00</updated>
        <summary>My enthusiasm for all things Google has survived the death of Wave, the birth of Buzz, and the completely useless introduction of Instant Search.   But watching Heroku mature this year (not to mention Salseforce.com&#39;s multi-million dollar endorsement yesterday), has made me realize that Google is not always going to be as innovative as I want to give them credit for.</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Business" />
        <category term="Current Affairs" />
        <category term="Google" />
        <category term="Software Development" />
        <category term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://twitter.com/Benioff" target="_blank" title="Marc Benioff&#39;s Twitter Stream">Marc Benioff</a> stunned a room of 15,000 <a href="http://www.salesforce.com/dreamforce/DF10/about/" target="_blank" title="DreamForce 2010">DreamForce 2010</a> attendees yesterday during his&#0160;<a href="http://www.youtube.com/watch?v=7n0vk_cilYQ" target="_blank" title="Heroku, the New Cloud - Dreamforce 2010 Keynote - Day 2">keynote address</a> about the future of the Salesforce.com platform and application clouds.</p>
<p>No, it wasn&#39;t&#0160;<a href="http://www.database.com/" target="_blank" title="Database.com">Database.com</a>, <a href="http://www.youtube.com/watch?v=gJZvfY6pXHs" target="_blank" title="Chatter - Dreamforce 2010 - Keynote - Day 1">Chatter Free</a>, <a href="http://www.youtube.com/watch?v=FB_9QRf1fIE" target="_blank" title="Bob Beauchamp - Remedyforce - Dreamforce 2010 - Keynote - Day 2">RemedyForce</a>, or the super-cool debut of <a href="http://www.youtube.com/watch?v=JIsXmiHP3RY" target="_blank" title="George Hu - Siteforce - Dreamforce 2010 Keynote - Day 2">SiteForce</a>. &#0160;Don&#39;t get me wrong, those are great stories with game-changing potential for Cloud developers (again, SiteForce...Wow!). They just weren&#39;t heavy duty jaw droppers.</p>
<p>This one was.</p>
<h2>Salesforce.com is acquiring Heroku for $239 Million.</h2>
<p>What is Heroku, and what does this have to do with Google&#39;s mojo?</p>
<p><a href="http://www.heroku.com" target="_blank" title="Heroku.com">Heroku</a> is a multi-tenant platform and hosting environment for <a href="http://rubyonrails.org" target="_blank" title="Ruby on Rails">Ruby on Rails</a>. Using&#0160;<a href="http://git-scm.com/about" target="_blank" title="About Git">Git</a>,&#0160;an application developer pushes code to a repository on Heroku. &#0160;This code is automatically compiled into a self-contained, read-only application, ready to run on the Heroku grid. &#0160;They manage all the infrastructure and software layers, actively curating everything to ensure stability and scalability. &#0160;It&#39;s an example of a Cloud Technology concept called <a href="http://en.wikipedia.org/wiki/Platform_as_a_service" target="_blank" title="Platform as a Service definition from Wikipedia">Platform as a Service</a> (&quot;PaaS&quot;), and it&#39;s part of the most important evolution of IT in over a decade.</p>
<p>Google&#39;s been in the PaaS game for almost two years with <a href="http://code.google.com/appengine/" target="_blank" title="Google App Engine">Google App Engine</a>. &#0160;<a href="http://googleappengine.blogspot.com/2008/04/introducing-google-app-engine-our-new.html" target="_blank" title="Google Announces App Engine Developer Preview">First previewed in spring 2008</a>, App Engine promised something amazing: Give developers access to the same building blocks that Google uses for their own applications, then run and scale them reliably...even under heavy loads with large amounts of data. &#0160;As someone who loves application development as much as I loathe system administration, App Engine was the most exciting thing I had seen in a long time.</p>
<p>Since it&#39;s launch, Google <a href="http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html" target="_blank" title="Google adds Java to App Engine">added a Java runtime to App Engine</a> and worked very hard to extend application quotas and increase reliability (<a href="http://googleappengine.blogspot.com/2010/07/update-on-datastore-performance-status.html" target="_blank" title="Google Update on Datastore Performance Issues">not</a> <a href="http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/9cf3b0cafdd6c235?pli=1" target="_blank" title="Google App Engine Downtime Notify">always</a> <a href="http://www.pcworld.com/businesscenter/article/197970/google_app_engines_datastore_falters_under_demand.html" target="_blank">successfully</a>). &#0160;But what&#39;s been happening lately with App Engine?</p>
<p>Aside from last week&#39;s release of the 1.4.0 SDK, Google&#39;s been pretty quiet about App Engine the past few months. &#0160;Check out the <a href="http://googleappengine.blogspot.com/" target="_blank" title="Google App Engine Blog">App Engine Blog</a> and you&#39;ll see an alarming decline in posts since August 2010. &#0160;Normally, I wouldn&#39;t think too much of this, but after Google suddenly <a href="http://gigaom.com/2010/08/04/google-pulls-the-plug-on-google-wave/" target="_blank" title="GigaOm on Google Abandoning Google Wave">pulled the plug on Google Wave</a> earlier this year, anyone working with a &quot;Beta&quot; Google product should ask themselves the following: &quot;What has Google done lately to demonstrate that this technology is going to be around next year?&quot; &#0160;</p>
<p>Meanwhile, in <a href="http://www.readwriteweb.com/cloud/2010/05/heroku-ruby-platform-sees-50-p.php" target="_blank" title="Heroku Sees 50% Increase in Apps Since November">roughly the same time frame</a>, Heroku has delivered a beloved service to a large, active development community. &#0160;They seem to have taken the promise of App Engine, and simply kicked Google&#39;s ass at execution. &#0160;Now Salesforce.com sweeps in and scoops them up, <a href="http://dealbook.nytimes.com/2010/12/08/salesforce-com-offers-217-million-for-heroku/" target="_blank" title="NY Times Dealbook - Salesforce offers $212M for Heroku">betting $212M cash (and another $27M in stock)</a> that PaaS for the masses has legs. &#0160;With that kind of commitment, I think it&#39;s safe to say that Heroku will still be here when Dreamforce 2011 rolls around.</p>
<h2>What does this have to do with Google&#39;s mojo?</h2>
<p>As an IT professional, I&#39;ve believed for years that Google is the platform of the future. &#0160;Stop me at a cocktail party and I would talk your ear off about how <a href="http://www.youtube.com/watch?v=QJ06e0SpNII" target="_blank" title="Going Google Video on YouTube">Going Google</a>&#0160;will change your life. &#0160;Google&#39;s services weren&#39;t always perfect, but they were innovative. &#0160;Sure, they lacked features sometimes, but improvement came incrementally and consistently. &#0160;And best of all, the price point (free) was impossible to argue with. &#0160;Betting on the Cloud was easy because the Consumer&#39;s biggest barrier to entry (price) was eliminated.</p>
<p>I think that <a href="http://success.heroku.com/" target="_blank" title="Heroku Success Stories">Heroku&#39;s success</a> indicates that a profound change has occurred. &#0160;Moving to the Cloud is not just about &quot;free&quot; anymore. &#0160;Moving to the Cloud is about being&#0160;<strong>FAST</strong>. &#0160;The argument is no longer how much money you can save, but how quickly your business can pivot when it needs to.</p>
<h2>I still love Google, even as I worry about App Engine&#39;s future.</h2>
<p>Full disclosure: <strong>I absolutely love Google</strong>. &#0160;I&#39;m proud to be called a Google Fanboy, especially when&#0160;<a href="http://lh4.ggpht.com/_IE03qAT_NcU/TQEyknWQIDI/AAAAAAAAHMM/0AOoVTnKcCM/s400/IMG_0907.JPG" target="_blank" title="This Person is Crazy About Google...">photographic evidence</a> exists to support the claim.</p>
<p>My enthusiasm for all things Google has survived the <a href="http://www.cracked.com/video_18209_google-wave-pissed-off-tutorial.html" target="_blank" title="A Cracked.com Perspective on The Death of Google Wave">death of Wave</a>, the <a href="http://news.yahoo.com/s/ap/20101103/ap_on_hi_te/us_google_settlement" target="_blank" title="Google Settles Buzz Lawsuit">birth of Buzz</a>, and the <strong>completely useless</strong>&#0160;introduction of <a href="http://www.google.com/instant/" target="_blank" title="Google Instant Search">Instant Search</a>. &#0160; But watching Heroku mature this year (not to mention Salseforce.com&#39;s multi-million dollar endorsement yesterday), has made me realize that Google is not always going to be as innovative as I want to give them credit for.</p>
<h2>In the end, that&#39;s why I feel like Google is losing its mojo.</h2>
<p>When an unashamed fanboy like me pulls himself out of the Google-juice long enough to ask &quot;why is Google dropping the ball so much lately?&quot;, maybe an alarm bell should be ringing somewhere in Mountain View.&#0160;</p>
<p>&#0160;</p>
<p>&#0160;</p>
<ul>
</ul></div>
</content>



    </entry>
    <entry>
        <title>George Hu Demonstrates Siteforce at Dreamforce 2010</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2010/12/george-hu-demonstrates-siteforce-at-dreamforce-2010.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2010/12/george-hu-demonstrates-siteforce-at-dreamforce-2010.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c0148c68b5bb4970c</id>
        <published>2010-12-08T19:29:12-08:00</published>
        <updated>2010-12-08T19:29:12-08:00</updated>
        <summary>This is unbelievably cool! If Siteforce works even HALF as well as it appeared to in this demo (and if Salesforce.com sets pricing low enough to appeal to non-enterprise customers), then this is going to change small business IT forever....</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Business" />
        <category term="Software Development" />
        <category term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>This is unbelievably cool!</p>
<p>If Siteforce works even HALF as well as it appeared to in this demo (and if Salesforce.com sets pricing low enough to appeal to non-enterprise customers), then this is going to change small business IT forever.</p>
<p>I hope Salesforce is looking harder at lowering prices for small customers. &#0160;Chatter Free is a nice first step towards finding a middle ground between Google&#39;s low cost suite of (very cool) apps and services, and Salesforce.com&#39;s expensive (and also very cool) apps and services. &#0160;</p>
<p>Let&#39;s see if SFDC will continue the trend as things with&#0160;Siteforce shake out over the coming months.</p>
<p>&#0160;</p>
<p><iframe class="youtube-player" frameborder="0" height="345" src="http://www.youtube.com/embed/JIsXmiHP3RY?rel=0&amp;hd=1" title="YouTube video player" type="text/html" width="560"></iframe></p></div>
</content>



    </entry>
    <entry>
        <title>Dancing With Hare Krishnas in Firenze (Florence) Italy</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2010/11/dancing-with-hare-krishnas-in-firenze-florence-italy.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2010/11/dancing-with-hare-krishnas-in-firenze-florence-italy.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c0133f5bda201970b</id>
        <published>2010-11-10T12:53:17-08:00</published>
        <updated>2010-11-10T12:53:17-08:00</updated>
        <summary>This video was taken in Firenze (Florence) Italy in July, 2010. I was waiting in a shady spot for my travel companions to exit a shoe shop. This was Italy, after all. Suddenly, a parade of Krishna devotees came around...</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Religion" />
        <category term="Travel" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;p&gt;This video was taken in Firenze (Florence) Italy in July, 2010. &amp;nbsp;I was waiting in a shady spot for my travel companions to exit a shoe shop. &amp;nbsp;This was Italy, after all.&lt;/p&gt;
&lt;p&gt;Suddenly, a parade of Krishna devotees came around the corner and streamed right past me. &amp;nbsp;After a few minutes of shooting video, I shut off the camera and joined in on the fun. &amp;nbsp;Quite the unique travel experience. &amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;object width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/vpy8WGmZNQg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0&amp;amp;hd=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/vpy8WGmZNQg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0&amp;amp;hd=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/p&gt;&lt;/div&gt;
</content>



    </entry>
    <entry>
        <title>Brant Cooper Opens the UCSD Entrepreneur Challenge Fall Lecture Series With Customer Development Principles and Practices </title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2010/11/brant-cooper-opens-the-ucsd-entrepreneur-challenge-fall-lecture-series-with-customer-development-pri.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2010/11/brant-cooper-opens-the-ucsd-entrepreneur-challenge-fall-lecture-series-with-customer-development-pri.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c013488d2a483970c</id>
        <published>2010-11-08T21:30:37-08:00</published>
        <updated>2010-11-08T21:30:37-08:00</updated>
        <summary>Keeping with the &quot;Lean Startup&quot; theme from the Fall 2010 kickoff event, the UCSD Entrepreneur Challenge lecture series opens Wednesday evening with Brant Cooper talking about Customer Development Principles and Practices at the Robinson Auditorium. Mr. Cooper organizes the San...</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Business" />
        <category term="Education" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Keeping with the <a href="http://www.vivekmchawla.com/2010/10/lean-startup-guru-eric-ries-helps-kick-off-the-2010-11-ucsd-entrepreneur-challenge.html" target="_self" title="&quot;Lean Startup&quot; Guru Eric Ries Helps Kickoff the 2010-11 UCSD Entrepreneur Challenge">&quot;Lean Startup&quot; theme from the Fall 2010 kickoff event</a>, the <a href="http://challenge.ucsd.edu/" target="_blank" title="UCSD Entrepreneur Challenge">UCSD Entrepreneur Challenge</a> lecture series opens Wednesday evening with <a href="http://twitter.com/brantcooper" target="_blank" title="Brant Cooper on Twitter">Brant Cooper</a> talking about Customer Development Principles and Practices at the <a href="https://facilities.ucsd.edu/NA/NamedBuildings/Building.htm?Bkey=275" target="_blank" title="Robinson Auditorium">Robinson Auditorium</a>.</p>
<p>Mr. Cooper organizes the <a href="http://www.meetup.com/SanDiego-Tech-Founders/" target="_blank" title="San Diego Tech Founders: Lean Startup Meetup Group">San Diego Tech Founders: Lean Startup Meetup</a>, and is the founder of <a href="http://market-by-numbers.com/" target="_blank" title="Market by the Numbers">Market by the Numbers</a>, a local high-tech marketing and customer development firm. &#0160;Brant really seems to <a href="http://www.amazon.com/Entrepreneurs-Guide-Customer-Development-Epiphany/dp/0982743602/ref=ntt_at_ep_dpi_1" target="_blank" title="Brant Cooper&#39;s Book on Amazon.com">know his stuff</a>, and I&#39;m looking forward to an interesting and insightful evening.</p>
<p><a href="https://spreadsheets.google.com/viewform?hl=en&amp;formkey=dFNlcmFYZENWTXdxRngyTG5tOWIzM1E6MA#gid=0" target="_blank" title="RSVP for the Entrepreneur Challenge Lecture on Customer Development Practices and Principles">RSVP here</a> if you plan on attending (Wednesday, November 10, 6pm). &#0160;Things begin with dinner at 6pm, so come early to nosh and network!</p>
<p>For anyone interested in more events like this, be sure to become a fan of the <a href="http://www.facebook.com/pages/La-Jolla-United-States/UCSD-Entrepreneur-Challenge/147107775332122" target="_blank" title="UCSD Entrepreneur Challenge Facebook Page">UCSD Entrepreneur Challenge Facebook page</a>.&#0160;</p>
<p>See you there!</p>
<p><a href="http://challenge.ucsd.edu/" style="display: inline;" target="_blank" title="UCSD Entrepreneur Challenge"><img alt="UCSD E-C Event 2010-11-10" class="asset  asset-image at-xid-6a01156efc45c1970c013488d26da4970c" src="http://74andsunny.typepad.com/.a/6a01156efc45c1970c013488d26da4970c-500wi" title="UCSD E-C Event 2010-11-10" /></a> <br /><br /></p></div>
</content>



    </entry>
    <entry>
        <title>Google Giving Away 10,000 Google TVs to App Developers</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2010/11/google-giving-away-10000-google-tvs-to-app-developers.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2010/11/google-giving-away-10000-google-tvs-to-app-developers.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c0133f581a593970b</id>
        <published>2010-11-01T11:49:16-07:00</published>
        <updated>2010-11-01T11:49:16-07:00</updated>
        <summary>Attention app developers! Google is giving away 10,000 Logitech Revue with Google TV set-top devices at the end of the year in an effort to get you interested in building apps or customizing your existing web site for Google TV....</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Google" />
        <category term="Software Development" />
        <category term="Television" />
        <category term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Attention app developers! &#0160;Google is giving away 10,000 <a href="http://www.logitech.com/en-us/smartTV/revue" target="_blank" title="Logitech Revue with Google TV">Logitech Revue with Google TV</a> set-top devices at the end of the year in an effort to get you interested in building apps or customizing your existing web site for <a href="http://www.google.com/tv/" target="_blank" title="Google TV">Google TV</a>.</p>
<p>I liked the promise of Google TV (despite the presentation snafu) when I saw it debut at the <a href="http://www.youtube.com/watch?v=xYXSOaC1xv8" target="_blank" title="Day Two Keynote Address from Google IO 2010 (Google TV)">day two Keynote address at Google IO 2010</a>. &#0160;<em>Note that this link just gets you the preamble to the Google TV demo. &#0160;Hehe...Yeah, there is no way Google wants THAT nightmare immortalized on YouTube.</em></p>
<p>I&#39;ve got to say that the Logitech Revue looks pretty damn cool, and I&#39;ve already signed up for the giveaway contest. &#0160;If you&#39;re an app or web site developer you should, too. &#0160;Check out the original post from the Google Code blog here</p>
<p><a href="http://googlecode.blogspot.com/2010/10/were-giving-away-10000-google-tv.html" target="_blank" title="Google Giving Away 10,000 Google TVs">http://googlecode.blogspot.com/2010/10/were-giving-away-10000-google-tv.html</a></p>
<p>Or, if you want to go directly to the contest entry form, here it is.</p>
<p><a href="https://services.google.com/fb/forms/googletvgiveaway/" target="_blank" title="Enter to Win a Free Google TV Device">https://services.google.com/fb/forms/googletvgiveaway/</a></p>
<p>Good...err...Goog Luck!</p></div>
</content>



    </entry>
    <entry>
        <title>&quot;Lean Startup&quot; Guru Eric Ries Helps Kickoff the 2010-11 UCSD Entrepreneur Challenge</title>
        <link rel="alternate" type="text/html" href="http://www.vivekmchawla.com/2010/10/lean-startup-guru-eric-ries-helps-kick-off-the-2010-11-ucsd-entrepreneur-challenge.html" />
        <link rel="replies" type="text/html" href="http://www.vivekmchawla.com/2010/10/lean-startup-guru-eric-ries-helps-kick-off-the-2010-11-ucsd-entrepreneur-challenge.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a01156efc45c1970c013488926083970c</id>
        <published>2010-10-29T21:13:38-07:00</published>
        <updated>2010-10-29T21:15:15-07:00</updated>
        <summary>Calling all entrepreneurs! The fifth annual UC San Diego Entrepreneur Challenge kicked-off last night with a special event at the Price Center East Ballroom on the UCSD campus. A few hundred local entrepreneurs, business leaders, and students were treated to...</summary>
        <author>
            <name>Vivek M. Chawla</name>
        </author>
        <category term="Business" />
        <category term="Education" />
        <category term="Science" />
        <category term="Software Development" />
        <category term="Web/Tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.vivekmchawla.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Calling all entrepreneurs! &#0160;The fifth annual&#0160;<a href="http://challenge.ucsd.edu/" target="_blank">UC San Diego Entrepreneur Challenge</a>&#0160;kicked-off last night with a special event at the Price Center East Ballroom on the UCSD campus. &#0160;A few hundred local entrepreneurs, business leaders, and students were treated to a fantastic keynote address by&#0160;<a href="http://twitter.com/EricRies" target="_blank">Eric Ries</a>, a guru / evangelist of the&#0160;<a href="http://www.startuplessonslearned.com/2008/09/lean-startup.html" target="_blank">Lean Startup</a>&#0160;movement.&#0160;</p>
<div>Eric is a passionate and engaging speaker with a hell of a story to tell. &#0160;He begins with the assertion that, as entrepreneurs, we need to Stop Wasting People&#39;s Time. &#0160;He argues that our traditional approach to running startup companies needs an overhaul. &#0160;Taking lessons from his five year, birth to death experience with a massively funded (and spectacularly failed) Silicon Valley startup, Eric helped build and grow a company that focused on short, iterative release cycles, and (most importantly) continual involvement of the customer to validate product development.</div>
<p>If you can spare 15 minutes, you MUST take a look at Eric&#39;s 2010 Web 2.0 Expo address,&#0160;<a href="http://www.youtube.com/watch?v=i65PaoTlVKg" target="_blank">&quot;The Lean Startup: Innovation Through Experimentation&quot;</a>. &#0160;It&#39;s a condensed version of his presentation last night, and it&#39;s awesome.</p>
<p>
<object height="306" width="500">
<param name="movie" value="http://www.youtube.com/v/i65PaoTlVKg?fs=1" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="306" src="http://www.youtube.com/v/i65PaoTlVKg?fs=1" type="application/x-shockwave-flash" width="500" />
</object>
&#0160;</p>
<div>
<div>Following Eric&#39;s keynote was a panel of local business leaders including the CTO of Qualcomm, the CSO of Life Technologies, and the CEO of Genomatica. &#0160;Moderating the panel was local venture capitalist Leo Spiegel, a Managing Partner with Mission Ventures. &#0160;It was great to listen to such a luminous panel of business and technology leaders, but the night really belonged to Eric and Lean Startup.</div>
</div>
<div>&#0160;</div>
<div>Fortunately, members of the&#0160;<a href="http://www.meetup.com/SanDiego-Tech-Founders/" target="_blank">San Diego Tech Founders: Lean Startup Group</a>&#0160;got to enjoy a special Q&amp;A event with Eric later that night at Rock Bottom. &#0160;Many thanks to&#0160;<a href="http://www.meetup.com/SanDiego-Tech-Founders/members/10562995/" target="_blank">Brant Cooper</a>&#0160;for scoring such a great inaugural guest speaker. &#0160;I&#39;m definitely looking forward to the next Meetup!</div>
<div>&#0160;</div>
<div>And what about the Entrepreneur Challenge? &#0160;Round one,&#0160;<a href="http://challenge.ucsd.edu//content/view/71/87/" target="_blank">The Fall 2010 Elevator Pitch</a>, opens today! &#0160;You must be a student of UCSD to participate, but anyone can (and should!) subscribe to the Entrepreneur Challenge mailing list. &#0160;There are about a&#0160;<a href="http://challenge.ucsd.edu//content/view/23/83/" target="_blank">dozen different events</a>&#0160;held over the year where you can learn and be energized by the dynamic and diverse community of San Diego technology entrepreneurs. &#0160;</div>
<div>&#0160;</div>
<div><em>(*Note: If the events are not listed yet, they should show up at that link sometime soon)</em>&#0160;</div>
<div>&#0160;</div>
<div>Finally, I suggest bookmarking the&#0160;<a href="http://challenge.ucsd.edu//content/view/18/77/" target="_blank">UCSD Entrepreneur Challenge resource page</a>. &#0160;You&#39;ll find some incredible material there, all available to the public. &#0160;Stuff like this makes me proud to be a product of UCSD. &#0160;:-)</div>
<div>&#0160;</div>
<div>Good luck, entrepreneurs!</div>
<p>&#0160;</p></div>
</content>



    </entry>
 
</feed>

<!-- ph=1 -->
