<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>larryaronson.com &#187; Google</title>
	<atom:link href="http://larryaronson.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://larryaronson.com</link>
	<description>Systems Psychoanalyst</description>
	<lastBuildDate>Wed, 14 Dec 2011 04:17:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>15 HTML5 FAQs</title>
		<link>http://larryaronson.com/2011/15-html5-faqs/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://larryaronson.com/2011/15-html5-faqs/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 14:34:41 +0000</pubDate>
		<dc:creator>Larry Aronson</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HMTL5 shim]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Modernizer]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://larryaronson.com/?p=1818</guid>
		<description><![CDATA[<img class="alignleft size-thumbnail wp-image-1851" title="fifteen" src="http://larryaronson.com/wp-content/uploads/fifteen.jpeg" alt="" width="80" height="56" />A lot of people are curious about HTML5 but few really understand what it's about and many have misconceptions about it. Here are 15 frequently asked questions about HTML5 with my short answers. ]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1851" title="fifteen" src="http://larryaronson.com/wp-content/uploads/fifteen.jpeg" alt="" width="240" height="169" />Since the publication of <a href="http://larryaronson.com/2010/html-manual-of-style/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><cite>HTML Manual of Style</cite></a>, I&#8217;ve attended a number of meetups and participated in a few forums to promote the book. While a lot of people are curious about HTML5, few really understand what it&#8217;s about and many have misconceptions.  So, I&#8217;ve collected 15 frequently asked questions about HTML5 along with my short answers in an effort to clear up some of the confusion. Click on a question to toggle open/close its answer.</p>
<div style="font-size: 95%; background-color: #f7f7f7; margin: .5em; padding: .5em;">
<ol>
<li>
<h3><a onclick="$('#a01').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Is HTML5 is the new standard for creating Web pages?</a></h3>
<p id="a01">Not Quite. HTML5 is a <a href="http://www.w3.org/TR/html5/" target="_blank">draft proposal</a> for a standard that will eventually be submitted to international standards organizations which may adopt HTML5 as a standard or may choose to adopt a competing proposal. Right now there&#8217;s no serious contender to HTML5 and all of the big players: Apple, Google, Mozilla, Microsoft and Adobe are behind it, so it is becoming the de-facto standard. However, it is still early in the process. The <a href="http://www.w3.org/" target="_blank">World Wide Web Consortium</a> (W3C) expects to finalize the draft and start the process of final review and requests for comments in 2012. Final acceptance as a standard will happen several years after that.</p>
</li>
<li>
<h3><a onclick="$('#a02').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Is HTML5 a new technology?</a></h3>
<p id="a02">No. It&#8217;s an extension of existing HTML, adding new elements to the set recognized by HTML4 level browsers and removing some of the restrictions of xhtml.</p>
</li>
<li>
<h3><a onclick="$('#a03').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">How does HTML5 affect my existing HTML4 website?</a></h3>
<p id="a03">It doesn&#8217;t. The HTML5 specifications require browser makers to support valid HTML4 web pages. You should update your HTML editing tools when new versions are available. If your web pages require a diet of strict xhtml, you should validate any third-party HTML5 code to one of the xhtml standards before embedding that code into your own pages.</p>
</li>
<li>
<h3><a onclick="$('#a04').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">What is new about HTML5?</a></h3>
<p id="a04">Several things. The biggest change is that HTML5 documents are explicitly recognized as interactive applications. Every document element in HTML5 has a corresponding JavaScript API that describes how that element should behave in response to user actions and other events.</p>
</li>
<li>
<h3><a onclick="$('#a05').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Are there new HTML5 tags?</a></h3>
<p id="a05">Yes, there are new HTML5 elements that provide richer semantic descriptions of documents: <span style="font-family: courier new,courier;">section</span>, <span style="font-family: courier new,courier;">article</span>, <span style="font-family: courier new,courier;">header</span>, <span style="font-family: courier new,courier;">hgroup</span>, <span style="font-family: courier new,courier;">footer</span>, <span style="font-family: courier new,courier;">aside</span> and <span style="font-family: courier new,courier;">nav</span>; new media elements: <span style="font-family: courier new,courier;">audio</span>, <span style="font-family: courier new,courier;">video</span> and <span style="font-family: courier new,courier;">canvas</span>; new form input types: <em>email</em>, <em>url</em>, <em>number</em> <em>range</em> and <em>search</em>; and a bunch of new element attributes.</p>
</li>
<li>
<h3><a onclick="$('#a06').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Have any HTML elements changed their meaning or how they are used?</a></h3>
<p id="a06">Yes, but not many. The <span style="font-family: courier new,courier;">small</span> element, which in HTML4 has no semantic value—it just means make the text smaller—is used in HTML5 to markup disclaimers, legal notices and the like—the small print. The <span style="font-family: courier new,courier;">anchor</span> element, which creates hyperlinks, can now enclose any other elements excluding other links and buttons. In HTML4, the anchor was strictly an inline element.</p>
</li>
<li>
<h3><a onclick="$('#a07').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Are there things in HTML4 that are not in HTML5?</a></h3>
<p id="a07">Yes, but only a handful of elements and these are not really gone; they are just marked as <em>obsolete</em>. Browser makers can continue to support these elements in their new versions and most will. Among the elements marked as obsolete in HTML5 are: <span style="font-family: courier new,courier;">frame</span>, <span style="font-family: courier new,courier;">frameset</span>, <span style="font-family: courier new,courier;">big</span>, <span style="font-family: courier new,courier;">center</span>, <span style="font-family: courier new,courier;">font</span>, <span style="font-family: courier new,courier;">strike</span>, <span style="font-family: courier new,courier;">acronym</span>, <span style="font-family: courier new,courier;">applet</span>, <span style="font-family: courier new,courier;">isindex</span> and <span style="font-family: courier new,courier;">dir</span>.</p>
</li>
<li>
<h3><a onclick="$('#a08').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">What exactly is HTML5 Video?</a></h3>
<p id="a08">Nothing, really. The term <em>HTML5 video</em> is used to differentiate the playing of a video directly by a browser encountering a web page&#8217;s <span style="font-family: courier new,courier;">video</span> element, as opposed to being played by a third-party browser plugin via an <span style="font-family: courier new,courier;">object</span> or <span style="font-family: courier new,courier;">embed</span> element. There is nothing intrinsic about any video that makes it HTML5-ish as opposed to Flash-ish. The distinction is entirely a matter of how the a web page is coded to present the video.</p>
</li>
<li>
<h3><a onclick="$('#a09').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Is HTML5 video better than Flash video?</a></h3>
<p id="a09">Yes, but not in terms of video quality which is a function of how the video data is encoded. HTML5 video is better because the <span style="font-family: courier new,courier;">video<em> </em></span>element can interact with other elements on the page and can be styled using CSS. Also, HTML5 video should use less resources because it is built into the browser.</p>
</li>
<li>
<h3><a onclick="$('#a10').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Will HTML5 kill Adobe&#8217;s Flash?</a></h3>
<p id="a10">Nope, Flash will be around for a long time. As a media player, Flash accommodates digital rights management (DRM) which hasn&#8217;t been addressed in the HTML5 specs. As an applications platform, Flash has a large, installed base in corporate environments where there&#8217;s no compelling rationale for rewriting working applications in HTML5. For new applications, HTML5 has advantages over Flash: content is better exposed to search engines, there&#8217;s complete integration with other document elements, no plugins are required and HTML5 tools are free.</p>
</li>
<li>
<h3><a onclick="$('#a11').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Is HTML5 is a threat to Microsoft?</a></h3>
<p id="a11">No. Microsoft embraces HTML5. The IE9 beta has received high marks for its HTML5 support. Silverlight is not the only path to interactivity in Redmond.</p>
</li>
<li>
<h3><a onclick="$('#a12').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Is HTML5 ready for prime time?</a></h3>
<p id="a12">Some of it is and some of it isn&#8217;t. New HTML5 semantic elements have good support in all modern browsers, including IE if an <a href="http://code.google.com/p/html5shim/" target="_blank">HTML5 shim</a> or the <a href="http://www.modernizr.com/" target="_blank">Modernizer JavaScript library</a> is loaded into a web page. The <span style="font-family: courier new,courier;">audio</span>, <span style="font-family: courier new,courier;">video</span> and <span style="font-family: courier new,courier;">canvas</span> elements are not supported in Internet Explorer yet, but these elements are designed to gracefully fail and fallback to other technologies, like Flash and Silverlight, in legacy browsers. Other technologies that are associated with HTML5 such as Mathematical Markup Language (MathML), Scalable Vector Graphics (SVG), Web Sockets, Web Storage and Geo-location have only limited support in the current crop of browsers.</p>
</li>
<li>
<h3><a onclick="$('#a13').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Where can I get an HTML5 browser?</a></h3>
<p id="a13"><a href="http://www.opera.com/" target="_blank">Opera</a>, <a href="http://www.google.com/chrome/" target="_blank">Chrome</a> and <a href="http://www.apple.com/safari/" target="_blank">Safari</a> provide pretty solid support for HTML5 in their current versions including their browsers for iPhones, iPads and Droids. Firefox&#8217;s support for HTML5 is weak in its current version (3.6) but quite robust in the Firefox4 public beta.</p>
</li>
<li>
<h3><a onclick="$('#a14').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">What about Internet Explorer?</a></h3>
<p id="a14">Internet Explorer is late to the HTML5 party. There&#8217;s no HTML5 support in IE8 or previous versions. However, adding a JavaScript library such as <a href="http://code.google.com/p/html5shim/" target="_blank">Google&#8217;s HTML5 shim</a> or <a href="http://www.modernizr.com/" target="_blank">Modernizer</a> enables IE 6, 7 &amp; 8 to recognize the new semantic level elements so they can be styled with CSS. HTML5 support is good in the beta version of IE9 which is available for Windows Vista and Seven users. Unfortunately, the Windows 7 mobile browser is built largely on the IE7 code base.</p>
</li>
<li>
<h3><a onclick="$('#a15').toggle('slow')" href="javascript:void(0)#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">What is an HTML5 application?</a></h3>
<p id="a15">There are several new capabilities in HTML5 which directly address the need for creating interactive applications. Of course, HTML has had interactive capabilities since its early days with text-based input forms and HMTL5 expands these with new input types. New capabilities include page and session-based data storage in the user&#8217;s browser, Web sockets for inter-application communications, and a drawing environment,  the <span style="font-family: courier new,courier;">canvas</span> element, for creating and manipulating image data.</p>
</li>
</ol>
</div>
<p>
<script type="text/javascript">// <![CDATA[
$(document).ready(function () {$('#a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10,#a11,#a12,#a13,#a14,#a15').hide('slow');} )
// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://larryaronson.com/2011/15-html5-faqs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The A.P. and Informed Sources</title>
		<link>http://larryaronson.com/2009/the-a-p-and-informed-sources/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://larryaronson.com/2009/the-a-p-and-informed-sources/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 00:14:36 +0000</pubDate>
		<dc:creator>Larry Aronson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[AP]]></category>
		<category><![CDATA[Associated Press]]></category>
		<category><![CDATA[CBS News]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[informed sources]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[NY Times]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://larryaronson.com/?p=580</guid>
		<description><![CDATA[<img class="alignleft size-thumbnail wp-image-591" title="Informed_sources_cover" src="http://larryaronson.com/wp-content/uploads/Informed_sources_cover-150x150.jpg" alt="Informed_sources_cover" width="75" height="75" />Reflections on the NY TImes article: <a href="http://www.nytimes.com/2009/07/24/business/media/24content.html?_r=2" target="_blank">A.P. Cracks Down on Unpaid Use of Articles on Web</a> and <cite>Informed Sources</cite>, by Willard S. Bain, a revolutionary, hallucinogenic novel about the AP written in the late 1960s.  ]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-597" title="AP_logo" src="http://larryaronson.com/wp-content/uploads/AP_logo.gif" alt="AP_logo" width="75" height="75" />Reading Friday&#8217;s NY Times article: <a title="Open NY Times article in a new window" href="http://www.nytimes.com/2009/07/24/business/media/24content.html?_r=2" target="_blank">A.P. Cracks Down on Unpaid Use of Articles on Web</a>, made me laugh. In the era of <a title="Follow me on Twitter" href="http://twitter.com/laronson/">Twitter</a> and the age of instant messaging, the <a title="The Associated Press Website" href="http://www.ap.org/" target="_blank">Associated Press</a> says it&#8217;s in the business of selling headlines and has a right to license their every use in any context including—especially including—search engines such as: <a href="http://google.com" target="_blank">Google</a>, <a href="http://yahoo.com/" target="_blank">Yahoo</a> and <a href="http://bing.com" target="_blank">Bing</a>. Unquoted in the NY Times article is any mention of what this 1,400 member, non-profit association does best: aggregating and editing news sourced by a global network of reporters and editors.</p>
<p><img class="size-full wp-image-593 alignleft" title="CBS_News_logo" src="http://larryaronson.com/wp-content/uploads/CBS_News_logo.jpg" alt="CBS_News_logo" width="114" height="80" />In the 1980s, when I worked at the CBS News Election and Survey Unit, there was an A.P. ticker near my desk. At the time, the A.P. had the contract to collect election results from their county reporting points, summarize those results and provide them by teletype to members and subscribers. Most of the time, however, it carried the feed of breaking news and followup stories. Postings were not signed, they just had an originating station but, after watching for a while, the personalities of different stations around the World emerged. Mistakes were common and pranks were occasionally pulled. In today&#8217;s parlance, this was a very successful social media network with many of the characteristics found in today&#8217;s Internet mix of chatting, tweeting and blogging. It just wasn&#8217;t free and it wasn&#8217;t open. It was built on expensive phone lines leased from Ma Bell and you had to be an accredited member to post stories.</p>
<p><a href="http://larryaronson.com/wp-content/uploads/Informed_sources_cover.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignright size-thumbnail wp-image-591" title="Informed Sources (Day East Received) cover" src="http://larryaronson.com/wp-content/uploads/Informed_sources_cover-150x150.jpg" alt="Informed_sources_cover" width="150" height="180" /></a>The A.P. has a great heritage that goes back many decades before my encounter at CBS. I have a novel that I bought at The Strand Bookstore on my first visit there upon moving to NYC after collage:  <cite>Informed Sources (Day East Received)</cite> by Willard S. Bain. The novel is a visual work in teletype-ese, printed in an ALL-CAPS typewriter font. Written in 1967, it was given away for free in mimeograph format by The Communication Company, an underground press, before being published by <a href="http://doubleday.knopfdoubleday.com/">Doubleday</a> and Company in this softcover edition that I&#8217;ll have to stop reading soon if I want to finish this post.</p>
<p><cite>Informed Sources</cite> tells the story of a terrorist plot coinciding with the reported death of a pop culture idol from the perspective of the station staffers at Informed Sources (IS), an A.P. like network:</p>
<blockquote>
<pre>INFORMED SOURCES BULLETIN
    BERKELEY, NOW (IS) -- A PLAN TO BLOW UP GOLDEN
GATE BRIDGE IN HONOR OF ROBIN THE COCK, WHOSE
ALLEGED LIFE REPORTEDLY HAS ENDED IN RUMORED
DEATH, WAS ABANDONED TODAY.
                                          VC807PPS</pre>
</blockquote>
<p>Except that this is 1967 and everyone is more or less stoned. Yet, here too, you can hear voices like those of today&#8217;s Internet. Take this quote from the beginning:</p>
<blockquote>
<pre>BOSTON, NOW (IS) -- WHAT'S HAPPENING?
     IN SCORES OF SCATTERED BASEMENT BASES ACROSS
THE LAND THE QUESTION GATHERED ITSELF AND THEN
HOVERED IN THE ANSWERING ECHO.
     CYNICS SNEERED IT WAS ALL A BIG PIPE DREAM, BUT
ONE OVEREXTENDED PIONEER OF THE NEW LEISURE SAID
"THAT'S WAY BESIDE THE POINT."</pre>
</blockquote>
<p>The more thing change&#8230; Right? The novel remains an unknown classic of the underground literary world at that time when the beat poets were experimenting with LSD and cultural revolution. It&#8217;s not on-line, as far as I know. There are only four used copies of the softbound edition for sale on Amazon and only one of the mimeograph copies.</p>
<blockquote>
<pre>WHIMSY SEIZES SYNAPSE TRAPEZES</pre>
</blockquote>
<p>Sorry, but I don&#8217;t wish the A.P. well in their headline selling business. Not if it means a full court press against fair-use under copyright that will saddle the Internet with last century&#8217;s digital rights concepts. There is a big difference between atoms and bits and the bits of information that seach engines gather and maintain about other online content (links) is not that content — it is the conversation about that content. The A.P. did social media right for so many years but now they don&#8217;t seem to get it at all. Paid headlines, like paid speech must eventually lose market share to free variety.</p>
]]></content:encoded>
			<wfw:commentRss>http://larryaronson.com/2009/the-a-p-and-informed-sources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Re-invents The Operating Sytem</title>
		<link>http://larryaronson.com/2009/google-re-invents-the-operating-sytem/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://larryaronson.com/2009/google-re-invents-the-operating-sytem/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:56:25 +0000</pubDate>
		<dc:creator>Larry Aronson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Cablevision]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Clay Shirky]]></category>
		<category><![CDATA[DVR]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mosaic]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Supreme Court]]></category>
		<category><![CDATA[Vermont]]></category>
		<category><![CDATA[Virtual Corporation]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WIFI]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://larryaronson.com/?p=537</guid>
		<description><![CDATA[Google announced their plan to introduce the Google Chrome OS into the market for PC operating systems. Essentially, it's a Web OS that intelligently integrates on-line and local resources to provide a slick interface for managing all the content consumption, creation and sharing we routinely do. Larry Aronson examines some of the possible consequences.]]></description>
			<content:encoded><![CDATA[<p><a title="Google Chrome OS" href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html" target="_blank">Google announced their plan to introduce the Google Chrome OS</a> into the market for PC operating systems. Google Chrome OS is an expansion of the capabilities Google introduced with their Chrome browser just 9 months ago. It will essentially be a Web OS that intelligently integrates on-line and local device resources to provide a slick interface for managing all the content consumption, creation and sharing we routinely do. Netbooks running the new Chrome OS should be available in about a year.</p>
<p>This is important news. Not because it challenges Microsoft&#8217;s dominance of the PC operating system market, as stressed in the <a title="NY Times article on Google Chrome OS announcement" href="http://www.nytimes.com/2009/07/08/technology/companies/08operate.html" target="_blank">New York Times article</a> on the announcement, but because it&#8217;s a sign that we are heading to another sweet spot in the information technology revolution. A sweet spot is where hardware, software and cultural trends come together to make complex tasks much easier and cheaper to accomplish. The effect transforms society enabling new ways for people to interact. For example, in 1994, reliable, dial-up Internet service met the graphical Web browser, Mosaic, just as Al Gore re-invented the Internet as an open platform for business, entertainment and the free, global exchange of information and ideas.</p>
<p>Here are the important trends today: A new generation of high-speed <a title="ManyPossibilities Article on FCC decision" href="http://manypossibilities.net/2008/11/wifi-on-steroids-approved-in-us/" target="_blank">WiFi based on freed up broadcast spectrum</a> from the conversion to digital TV is on its way and will meet up with new portable devices that are fun to use and cheap to own. After Google Chrome OS goes open-source, there should be versions available for everything from X-Boxes to old TiVo machines.</p>
<p>Speaking of Tivo, the recent <a title="BusinessWeek Article" href="http://www.businessweek.com/the_thread/brandnewday/archives/2009/06/us_supreme_cour.html" target="_blank">Supreme Court decision to deny the appeal in the Cablevision DVR case</a> highlights another trend. Cablevision wanted to provide DVR services upstream on their servers. The broadcast networks held that this was making copies for redistribution and, thus, they should pay royalties. The Appeals Court ruling, which the Supremes let stand, held that, once the consumer paid a license for a piece of content, it didn&#8217;t matter where it was stored on the consumer&#8217;s behalf—on a local hard drive or somewhere in the cloud.  This decision lays the groundwork for challenging all the restrictions that the telco, broadcast and cable monopolies, place on how, where and when we do anything.</p>
<p>Here&#8217;s my last trend to watch: A month ago, <a href="http://gigaom.com/2008/06/17/vermont-oks-the-creation-of-virtual-corporations/" target="_blank">the state of Vermont OK&#8217;d the formation of virtual corporations</a> by a change in its tax laws. This means that corporations (LLCs) in Vermont no longer need to have a physical mailing address and can conduct online board meetings.</p>
<p>An important conclusion was missed in the Vermont reporting – a corporation can have bank accounts and credit cards. This is a privilege hitherto granted by our government only to corporations and individuals and denied to such entities as: MeetUp groups and SecondLife communities. The effect of this, as Clay Shirky points out in <em><a title="Here Come's Everybody" href="http://www.shirky.com/herecomeseverybody/" target="_blank">Here Comes Everybody</a></em>, limits our ability to leverage the Internet, with social media tools, to organize and engage in collective actions other than protest movements.</p>
<p>How will society change in the next two or three years when all of us are connected to a World Wide Web of rich media, all the time, in devices on us and around us; with fast, friendly software that knows about us, our friends and the tribes we associate with; when the last geographic and cost barriers to collaborative action for the common good are gone?</p>
]]></content:encoded>
			<wfw:commentRss>http://larryaronson.com/2009/google-re-invents-the-operating-sytem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Two New Browsers</title>
		<link>http://larryaronson.com/2008/two-new-browsers/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://larryaronson.com/2008/two-new-browsers/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 19:17:10 +0000</pubDate>
		<dc:creator>Larry Aronson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flock]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://larryaronson.com/?p=63</guid>
		<description><![CDATA[<img class="left" src="/wp-content/uploads/chrome_icon.gif" width="75" height="75" /> Two new Web browsers have recently become available for exploring the Internet. Google Chrome and Flock take radically different approaches to the browsing experience and I recommend you take a look at them when you get a chance.]]></description>
			<content:encoded><![CDATA[<p>Two new Web browsers have recently become available for exploring the Internet. <a title="Download Google Chrome" href="http://google.com/chrome" target="_blank">Google Chrome</a> and <a title="Visit the Flock, Inc. Website" href="http://flock.com/" target="_blank">Flock</a> take radically different approaches to the browsing experience and I recommend you take a look at them when you get a chance.</p>
<p><a href="http://larryaronson.com/wp-content/uploads/chrome_icon.gif#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="size-medium wp-image-72 alignleft" title="chrome_icon" src="http://larryaronson.com/wp-content/uploads/chrome_icon.gif" alt="" width="165" height="156" /></a><a title="Download Google Chrome" href="http://google.com/chrome" target="_blank">Google Chrome</a> is a minimalist&#8217;s browser. It doesn&#8217;t offer a multitude of features, but it&#8217;s very fast and solid as a rock. It relies heavily on tabs when visiting different sites and each tab runs in its own process. This keeps the browser from crashing from a page error or some misbehaved plug-in, and prevents pages in the background from slowing down the foreground window. I like Chrome&#8217;s history function. When you open a new tab or window it displays thumbnails and links to your most recently vistited pages.</p>
<p>Chrome offers a single address bar for both URLs and keywords. <a href="http://google.com" target="_blank">Google</a> is the default search engine, but it can be switched to others—<a href="http://wikipedia.org" target="_blank">Wikipedia</a>, <a href="http://aol.com" target="_blank">Aol</a>, <a href="http://yahoo.com/" target="_blank">Yahoo</a>, etc. The address bar has a fast auto-suggest function. For flying around the Web from site to site, Chrome is a jet fighter. However, if you mostly stay put on a collection of actively fed &#8220;home&#8221; pages, Flock may be the browser for you. It&#8217;s a mega-cruise ship.</p>
<p><a href="http://larryaronson.com/wp-content/uploads/flock_icon1.gif#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignleft size-medium wp-image-73" title="flock_icon1" src="http://larryaronson.com/wp-content/uploads/flock_icon1.gif" alt="" width="136" height="128" /></a><a title="Visit the Flock, Inc. Website" href="http://flock.com/" target="_blank">Flock</a> is <a href="http://www.mozilla.org" target="_blank">Firefox</a> on social media steroids. Flock takes a framed approach to visiting the Social Media Web, grabing feeds from places, such as: <a href="http://facebook.com/" target="_blank">Facebook</a>, <a href="http://twitter.com/" target="_blank">Twitter</a> and <a href="http://myspace.com" target="_blank">MySpace</a> into sidebars and <a href="http://youTube.com/" target="_blank">YouTube</a> selections into a headband. Flock works best opened full-screen on a big, wide, LCD display. Beware! The shear number and variety of tool bars, control tabs, bookmarks, menus and search boxes can overwhelm.</p>
<p>Flock, by default, remembers the sites you had loaded when you last quit and reopens them. It also opens a generated page, &#8220;My World&#8221; that captures all your various feeds, messages and pings.  I like the way Flock integrates with Gmail, and find it useful as an &#8220;active desktop&#8221; – a one-stop site that I scan every so often to keep in the mix as I&#8217;m doing other work. Flock pops-up a standard blog editor when I want to post something  and just about anything can be shared with a drag-n-drop action.</p>
<p>The online support documentation provided by the these two new browsers also provide a facinating contrast. Google wrote <a href="http://www.google.com/googlebooks/chrome/" target="_blank">a </a><a href="http://www.google.com/googlebooks/chrome/" target="_blank">Chrome </a><a href="http://www.google.com/googlebooks/chrome/" target="_blank">comic book</a> that teaches you how to use Chrome with a technical depth that&#8217;s actually readable. Flock has uploaded a series of youTube <a title="Google Chrome Quick Start" href="http://www.youtube.com/watch?v=X1UrhhRnYYs" target="_blank">videos showing Flock&#8217;s Features</a> in action. Check it out, you&#8217;ll get a better idea of what Flock is like and I won&#8217;t have to insert a screenshot here.</p>
<p>Google Chome is only available now for Windows. When it becomes available for the Mac, I&#8217;ll probably be using both Flock and Chrome more often than Firefox and Safari.</p>
<p><em>— Larry</em></p>
<p><a href="http://www.youtube.com/watch?v=X1UrhhRnYYs"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://larryaronson.com/2008/two-new-browsers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

