<?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>Webmonkey &#187; Peter Bright (Ars Technica)</title>
    <atom:link href="http://www.webmonkey.com/author/peter-bright/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Fri, 05 Apr 2013 20:20:46 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Google, Microsoft, Yahoo, PayPal Go After Phishers With New E-Mail Authentication Effort</title>
        <link>http://www.webmonkey.com/2012/01/google-microsoft-yahoo-paypal-go-after-phishers-with-new-email-authentication-effort/</link>
        <comments>http://www.webmonkey.com/2012/01/google-microsoft-yahoo-paypal-go-after-phishers-with-new-email-authentication-effort/#comments</comments>
        <pubDate>Tue, 31 Jan 2012 15:18:00 +0000</pubDate>

                <dc:creator>Peter Bright (Ars Technica)</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=54128</guid>
        		<category><![CDATA[Security]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[e-mail]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2012/01/dmarcflow-200x100.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2012/01/dmarcflow.jpg" alt="Google, Microsoft, Yahoo, PayPal Go After Phishers With New E-Mail Authentication Effort" /></div>The biggest names in e-mail have teamed up to create a new system for authenticating e-mail senders, which would help prevent fraudulent  spam and phishing messages.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://arstechnica.com/open-source/news/2012/01/google-microsoft-yahoo-paypal-go-after-phishers-with-new-e-mail-authentication-effort.ars"><img src="http://www.webmonkey.com/wp-content/uploads/2010/07/ars-technica1.jpg" /></a>Major e-mail providers, including Google, Microsoft, and Yahoo are teaming up with PayPal, Facebook, LinkedIn, and more, to implement a new system for authenticating e-mail senders to try to prevent the sending of fraudulent spam and phishing messages.</p>
<p>The protocol that powers e-mail, SMTP, dates back to a more trusting era; a time when the only people who sent you e-mails were people you wanted to send you e-mails. SMTP servers are willing to accept pretty much any e-mail destined for a mailbox they know about (which is, admittedly, an improvement on how things used to be, when they&#8217;d accept e-mails even for mailboxes they <a href="http://en.wikipedia.org/wiki/Open_mail_relay">didn&#8217;t know about</a>), a fact which spammers and phishers exploit daily.</p>
<p>Making any fundamental changes to SMTP itself is nigh impossible; there are too many e-mail servers, and they all have to interoperate with each other, an insurmountable hurdle for any major change. So what we&#8217;re left with is all manner of additional systems that are designed to give SMTP servers a bit more information about the person sending the e-mail, so that they can judge whether or not they really want to accept the message.</p>
<p>The two main systems in use today are called SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail). Both systems use DNS to publish extra information about the e-mail sender&#8217;s domain. SPF tells the receiving server which outgoing servers are allowed to send mail for a given domain; if the receiving server receives mail from a server not on the list, it should assume that the mail is fraudulent. DKIM embeds a cryptographic signature to e-mail messages and an indication of which DNS entry to examine. The receiving server can then look up the DNS entry and use the data it finds to verify the signature.</p>
<p>These systems are not perfect; though both are used widely, they haven&#8217;t been adopted universally. This means that some legitimate mail will arrive that doesn&#8217;t have SPF or DKIM DNS entries, and so mail servers can&#8217;t depend on its presence. Common legitimate operations can also break them; many mailing list programs add footers to messages, which will cause rejection by DKIM, and forwarding e-mails causes rejection by SPF. As a result, failing one or other test is not a good reason to reject a message.</p>
<p>These systems also make it hard to diagnose misconfigurations; receiving servers will typically just swallow or ignore mails sent by systems with bad SPF or DKIM configurations.</p>
<p>The large group of companies, which includes the biggest web mail servers and some of the most common corporate victims of phishing attempts, is proposing a new scheme, <a href="http://dmarc.org/">DMARC</a> (&#8220;Domain-based Message Authentication, Reporting &amp; Conformance&#8221;), in an attempt to tackle these problems. DMARC fills some of the gaps in SPF and DKIM, making them more trustworthy.</p>
<div id="attachment_54131" class="wp-caption aligncenter" style="width: 590px"><img src="http://www.webmonkey.com/wp-content/uploads/2012/01/dmarcflow.jpg" alt="" title="dmarcflow" width="580" height="317" class="size-full wp-image-54131" /><p class="wp-caption-text">DMARC&#039;s position within the mail receipt process (illustration by dmarc.org)</p></div>
<p>DMARC is based on work done by PayPal in conjunction with Yahoo, and later extended to Gmail. This initial work resulted in a substantial reduction in the number of PayPal phishing attempts seen by users of those mail providers, and DMARC is an attempt to extend that to more organizations. As with SPF and DKIM, DMARC depends on storing extra information about the sender in DNS. This information tells receiving mail servers how to handle messages that fail the SPF or DKIM tests, and how critical the two tests are. The sender can tell recipient servers to reject messages that fail SPF and DKIM outright, to quarantine them somehow (for example, putting them into a spam folder), or to accept the mail normally and send a report of the failure back to the sender.</p>
<p>In turn, this makes SPF and DKIM much safer for organizations to deploy. They can start with the &#8220;notification&#8221; mode, confident that no mail will be lost if they have made a mistake, and use the information learned to repair any errors. DMARC also allows recipients to know if a domain should be using SPF and DKIM in the first place.</p>
<p>Without a global rollout, DMARC can&#8217;t solve all phishing and spam problems. The companies that have signed up to support the project include major recipients of phishing attempts—the various free e-mail providers—and sites against which phishing attacks are regularly made. Mail sent between the organizations will be verified using the SPF/DKIM/DMARC trifecta. Anyone using the major mail providers and the major services should see a substantial reduction in fraudulent mail. Senders and recipients who want to receive similar protection can implement DMARC themselves by following the specification that the DMARC group is working on.</p>
<p>Given the constraints imposed by SMTP, we may never get an e-mail system that is entirely free of malicious and annoying junk. SMTP e-mail was never designed to be trustworthy, and systems like SPF and DKIM are constrained by the inadequacies of SMTP&#8217;s design. Nonetheless, mechanisms such as DMARC can still make a big difference, and with the support of these major companies, e-mail might get that little bit safer.</p>
<p><em>This article originally appeared on <a href="http://www.arstechnica.com/">Ars Technica</a>, Wired&#8217;s sister site for in-depth technology news.</em></p>
<p><a href="http://dmarc.org/overview.html"><em>Illustration by dmarc.org</em></a></p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2012/01/google-microsoft-yahoo-paypal-go-after-phishers-with-new-email-authentication-effort/feed/</wfw:commentRss>
        <slash:comments>5</slash:comments>

        
    </item>
    
    <item>
        <title>Google Works on Internet Standards with TCP Proposals, SPDY Standardization</title>
        <link>http://www.webmonkey.com/2012/01/google-works-on-internet-standards-with-tcp-proposals-spdy-standardization/</link>
        <comments>http://www.webmonkey.com/2012/01/google-works-on-internet-standards-with-tcp-proposals-spdy-standardization/#comments</comments>
        <pubDate>Wed, 25 Jan 2012 16:30:50 +0000</pubDate>

                <dc:creator>Peter Bright (Ars Technica)</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=53988</guid>
        		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SPDY]]></category>
		<category><![CDATA[TCP]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2012/01/servers-bg-200x100.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2012/01/servers-bg.jpg" alt="Google Works on Internet Standards with TCP Proposals, SPDY Standardization" /></div>In an effort to speed up the web, Google is proposing a number of changes to the standards at the core of the internet -- the Transmission Control Protocol, better known as TCP.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://arstechnica.com/business/news/2012/01/google-takes-on-internet-standards-with-tcp-proposals-spdy-standardization.ars"><img src="http://www.webmonkey.com/wp-content/uploads/2010/07/ars-technica1.jpg" /></a>As part of Google&#8217;s continuing quest to dole out web pages ever more quickly, the search giant has <a href="http://googlecode.blogspot.com/2012/01/lets-make-tcp-faster.html">proposed</a> a number of changes to Transmission Control Protocol (TCP), the ubiquitous Internet protocol used to reliably deliver HTTP and HTTPS data (and much more besides) over the &#8216;net.</p>
<p>Google&#8217;s focus is on reducing latency between client machines and servers, and in particular, reducing the number of round trips (either client to server and back to client, or vice versa) required. When data is sent over a TCP connection, its receipt must be acknowledged by the receiving end. The sending end can only send a certain number of packets before it <em>must</em> wait for an acknowledgement. The time taken to receive an acknowledgement is governed by the round-trip time (RTT). With high bandwidth, high latency connections, clients and servers can end up spending most of their time waiting for acknowledgements, rather than sending packets.</p>
<p>When a new connection is made, a computer may initially send three packets before acknowledgement is required. Google wants to increase this to 10. With 10 packets, a browser can typically deliver an entire HTTP request to a server before it has to stop and wait for a reply.</p>
<p>TCP connections require a certain amount of negotiation between client and server, requiring a round trip, before data can be sent. Google is proposing to modify TCP so that some data can be sent during that negotiation, so that the server will have it on hand already, and can start processing it straight away.</p>
<p>TCP waits a predetermined time (the RTO or retransmission timeout) for acknowledgments to arrive. If the RTO expires, unacknowledged packets are assumed lost and retransmitted. This ensures that if the data has been lost in transmission that the sender is never waiting for an acknowledgement that will never arrive. This timeout value varies according to the network conditions and RTT, with a default of three seconds. Google wants to reduce this default to 1 second, so that <em>if</em> data <em>has</em> been lost, neither end needs to wait so long before it has another go.</p>
<p>Finally, Google wants to use a new algorithm to adjust how TCP connections react to packet loss. Packet loss can indicate networks that are congested, and TCP reacts by reducing the rate at which data is sent when this congestion is detected. The company claims that the algorithms currently used to respond to this packet loss can exact too great a penalty, making connections slow down too much and for too long, and that its new algorithm is better.</p>
<p>In addition to these proposed changes, Google is also suggesting other modifications, especially to make TCP recover better on mobile networks.</p>
<p>Changing TCP is not to be taken lightly. The protocol is already suffering due to <a href="http://arstechnica.com/tech-policy/news/2011/01/understanding-bufferbloat-and-the-network-buffer-arms-race.ars">buffer bloat</a> undermining its built-in handling of network congestion. While Google&#8217;s proposed changes are well intentioned and might improve network performance, they come with the risk that an overlooked problem or a bad interaction with other traffic could cause widespread damage to the internet.</p>
<p>The proposed changes to TCP to reduce latencies and start sending data sooner are a continuation of previous work Google has done to try to make web serving, in particular, faster. The company has previously proposed other modifications to protocols such as SSL to similarly accelerate data transmission.</p>
<p>More far-reaching than these SSL tweaks is Google&#8217;s proposed alternative to the HTTP protocol that underpins the web: <a href="http://arstechnica.com/web/news/2009/11/spdy-google-wants-to-speed-up-the-web-by-ditching-http.ars">SPDY</a>.</p>
<p>Initially, SPDY was a proprietary Google protocol implemented only in Google&#8217;s Chrome browser. That&#8217;s changing, however. Amazon&#8217;s Silk browser includes SPDY support, and Firefox 11 will include preliminary SPDY support. Partially motivated by SPDY&#8217;s uptake, the IETF&#8217;s HTTPbis Working Group &mdash; the team of industry experts tasked with maintaining and developing the HTTP specification &mdash; is <a href="http://lists.w3.org/Archives/Public/ietf-http-wg/2012JanMar/0098.html">considering</a> the development of a new specification, HTTP/2.0, with the goal of improving the performance of HTTP connections. The working group will solicit suggestions from the industry, and with two, soon to be three implementations already, SPDY is likely to be well placed among those suggestions.</p>
<p><a href="http://www.webmonkey.com/wp-content/uploads/2012/01/120111_SEAMICRO_053edit.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2012/01/120111_SEAMICRO_053edit.jpg" alt="" title="120111_SEAMICRO_053edit" width="640" class="alignright size-full wp-image-54000" /></a></p>
<p><em>This article originally appeared on <a href="http://www.arstechnica.com/">Ars Technica</a>, Wired&#8217;s sister site for in-depth technology news.</em></p>
<p><em>Photo: Ariel Zambelich/Wired.com</em></p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2012/01/google-works-on-internet-standards-with-tcp-proposals-spdy-standardization/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Is Apple Using Patents to Hurt Open Standards?</title>
        <link>http://www.webmonkey.com/2011/12/is-apple-using-patents-to-hurt-open-standards/</link>
        <comments>http://www.webmonkey.com/2011/12/is-apple-using-patents-to-hurt-open-standards/#comments</comments>
        <pubDate>Mon, 12 Dec 2011 15:18:31 +0000</pubDate>

                <dc:creator>Peter Bright (Ars Technica)</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=53149</guid>
        		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[patents]]></category>
        <description><![CDATA[Opera developer Haavard Moen has accused Apple of repeatedly using patents to undermine the development of web standards and block their finalization. World Wide Web Consortium (W3C), the industry group that governs and oversees the development of web standards, requires that every specification it approves be implementable on a royalty-free basis, barring extraordinary circumstances that [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://arstechnica.com/tech-policy/news/2011/12/is-apple-is-using-patents-to-hurt-open-standards.ars"><img src="http://www.webmonkey.com/wp-content/uploads/2010/07/ars-technica1.jpg" alt="" /></a>Opera developer Haavard Moen has <a href="http://my.opera.com/haavard/blog/2011/12/09/apple-w3c">accused</a> Apple of repeatedly using patents to undermine the development of web standards and block their finalization.</p>
<p>World Wide Web Consortium (W3C), the industry group that governs and oversees the development of web standards, requires that every specification it approves be implementable on a royalty-free basis, barring extraordinary circumstances that justify an exception to this rule. The specifications can contain patented technology, as long as royalty-free patent licenses are available. </p>
<p>Members of W3C&#8212;a group that includes representatives from Apple, Microsoft, Google, Mozilla, and Opera&#8212;are required to disclose any patents that they hold that are relevant to each specification. Depending on how far the specification is through the standardization process, they have between 60 and 150 days to make this disclosure.</p>
<p>If royalty-free licensing is available, the specification can proceed as normal. Participation in the development of a particular specification obliges W3C members to offer royalty-free licensing for technology used in that specification. Nonparticipants can also voluntarily offer a royalty free license, but they are not obliged to.</p>
<p>If, however, there is no commitment to offer royalty-free licensing for the patents in question, a <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-PAG-formation">Patent Advisory Group</a> (PAG) is formed. The PAG will then assess whether the patent is truly applicable to the specification, and if so, how best to address the issue. The PAG might then seek prior art to invalidate the patent, or it might recommend that the specification be modified, to work around the patent. It might even advise abandonment of the specification. Only in exceptional circumstances will it decide that the specification should stand, in spite of the lack of royalty freedom.</p>
<p>Without an appropriate patent grant, browser vendors&#8212;whether open source or proprietary&#8212;cannot implement the specification without opening themselves up to a lawsuit. Such specifications would be, at best, an extremely risky proposition for anyone seeking to develop a browser, and none of the major browser vendors would even consider implementing a specification with known unlicensed patents.</p>
<p>Haavard identifies three separate occasions, twice in 2009, and again in 2011, where Apple has disclosed patents and not offered royalty-free licensing. In the first 2009 patent claim, Apple said that it had a patent covering W3C&#8217;s &#8220;widget&#8221; specification. A PAG was formed, and determined that Apple&#8217;s patent was not relevant. In the second 2009 claim, Apple claimed to have two patents covering W3C&#8217;s widget security specification. A PAG was again formed. It decided that one patent was not relevant, and the other didn&#8217;t apply. With both 2009 claims, Apple waited until the last minute to disclose its patents.</p>
<h3 style="margin-bottom: 18px">Touch Events</h3>
<p>This time, Cupertino is claiming to have three patents, and an application for a fourth, that cover some of W3C&#8217;s touch event specification. This time the disclosure was made with about a month left to go. Again, the lack of royalty-free licensing means that a PAG is likely to be formed.</p>
<p>This in turn will delay the development of the specification and cost W3C members further time and money. The PAG process is not quick; the widget security PAG did not deliver its verdict until October of this year.</p>
<p>Haavard&#8217;s conclusion is that there is a pattern of behavior here; that Apple is trying to disrupt the standards process with its patent claims. He references the touch specification in particular&#8212;this is plainly an area where Apple has lots of expertise and interest in the technology, but the company opted out of working on the specification. If Apple <em>had</em> worked on the specification, it would have had to disclose sooner and offer licensing, and Haavard believes that avoiding this commitment is why Apple refused to work on the specification.</p>
<p>Apple&#8217;s is acting within its rights. W3C obliges members to disclose patent claims, and Apple is duly disclosing them. However, it&#8217;s easy to be sympathetic to Haavard&#8217;s argument. The two prior PAGs that resulted from Apple&#8217;s refusal to offer royalty-free patent licenses delayed and inconvenienced W3C, but ultimately on both occasions the groups decided that Apple&#8217;s patent claims were irrelevant. If Apple was hoping to keep some technology to itself, it did not succeed.</p>
<p>Moreover, W3C doesn&#8217;t require patent-holders to give up their competitive advantage. It&#8217;s acceptable to W3C for the royalty-free patent licenses to only cover implementations of the W3C specifications; if Apple wants to permit the royalty-free use of its touch patents in HTML5 browsers, but nowhere else, this would be an option. Such terms would allow browsers to implement the standard but still keep the technology off-limits to, for example, Android. But Apple did not offer such terms before, and so it seems unlikely that it will offer such terms this time.</p>
<p>Further, the only likely result of this is that Apple&#8217;s patents simply get worked around. W3C&#8217;s aversion to royalties means that it&#8217;s unlikely that it would accept any non-free license (should Apple even offer one), and the importance of touch input to phones and tablets means that W3C is unlikely to abandon the specification altogether. There&#8217;s no <em>win</em> possible for Apple&#8212;just wasted time and money for those seeking to make the web a more effective, more open platform.</p>
<p>Indeed, the result might even constitute a loss for Apple; the prior art that PAGs can uncover could jeopardize the patents themselves. The PAG subjects the patents to a certain amount of scrutiny&#8212;scrutiny that could be avoided through provision of a suitable license.</p>
<p>Apple has thus far not responded to our request for comment.</p>
<p>Apple&#8217;s work on WebKit and with W3C has undoubtedly helped the web community. But actions such as this show the company&#8217;s approach to standards and intellectual property is, at best, inconsistent, and and worst downright unhelpful: if open standards and Apple&#8217;s IP interests conflict, it&#8217;s the IP interests that win out. This may be good for Apple, but it&#8217;s bad for the open web.</p>
<p><em>This article originally appeared on <a href="http://www.arstechnica.com/">Ars Technica</a>, Wired’s sister site for in-depth technology news.</em></p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2011/12/is-apple-using-patents-to-hurt-open-standards/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Internet Explorer 10 Platform Preview 4: Windows 7 Users Need Not Apply</title>
        <link>http://www.webmonkey.com/2011/11/internet-explorer-10-platform-preview-4-windows-7-users-need-not-apply/</link>
        <comments>http://www.webmonkey.com/2011/11/internet-explorer-10-platform-preview-4-windows-7-users-need-not-apply/#comments</comments>
        <pubDate>Wed, 30 Nov 2011 14:52:01 +0000</pubDate>

                <dc:creator>Peter Bright (Ars Technica)</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=52903</guid>
        		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE10]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2011/11/internet-explorer-logo-w.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/internet-explorer-logo-w.jpg" alt="Internet Explorer 10 Platform Preview 4: Windows 7 Users Need Not Apply" /></div>Microsoft has released the fourth preview of Internet Explorer 10. As is the case with previous Platform Previews, the release is aimed at developers: the new features are important to those creating rich, complex web applications, but will have less impact on web users. However, even web developers might struggle to get too excited about [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><a href="http://arstechnica.com/microsoft/news/2011/11/internet-explorer-10-platform-preview-4-windows-7-users-need-not-apply.ars"><img src="http://www.webmonkey.com/wp-content/uploads/2010/07/ars-technica1.jpg" alt="" /></a></p>
<p>Microsoft has <a href="http://blogs.msdn.com/b/ie/archive/2011/11/29/html5-for-applications-the-fourth-ie10-platform-preview.aspx">released</a> the fourth preview of Internet Explorer 10. As is the case with previous Platform Previews, the release is aimed at developers: the new features are important to those creating rich, complex web applications, but will have less impact on web users.</p>
<p>However, even web developers might struggle to get too excited about the latest preview, because they probably won&#8217;t be able to run it: it only works on the Windows 8 preview release that Microsoft shipped at its BUILD conference in September.</p>
<div id="attachment_52905" class="wp-caption alignleft" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/ie10screen.jpg"><img class="size-full wp-image-52905" title="ie10screen" src="http://www.webmonkey.com/wp-content/uploads/2011/11/ie10screen.jpg" alt="" width="580" height="420" /></a><p class="wp-caption-text">Safely share data between domains with IE10&#39;s CORS</p></div>
<p>The new features include Cross-Origin Resource Sharing (CORS), JavaScript typed arrays and binary file manipulation, and HTML5 video subtitling. Typed arrays and support for binary files enable much better performance for JavaScript applications that handle binary data, such as images and audio.</p>
<p>CORS provides a safe way for JavaScript applications to use services offered by different providers. Traditionally, JavaScript has been restricted by the same-origin policy: a script can only have full access to content that is hosted at the same domain, port, and protocol. This provides security by preventing theft of, for example, cookies and page data by objects included from other sites.</p>
<p>CORS allows one application to expose its data to another application even when the same-origin policy would otherwise deny such access. This is useful for creating &#8220;mashup&#8221; applications that combine web services from multiple different providers.</p>
<p>Microsoft has positioned its Platform Previews as a way to let developers test and provide feedback on new features so that they can inform Microsoft of bugs, and guide the development of new specifications. The first two Platform Previews for Internet Explorer 10 were made available to users of Windows 7. This preview, however, is not. If you want to use it, you&#8217;ll have to use the Windows 8 Developer Preview.</p>
<p>The third preview was in the same position; Microsoft did not release a Windows 7 version of Platform Preview 3. Instead, the version of Internet Explorer that shipped with the Windows 8 Developer Preview <em>was</em> the third preview. Though Internet Explorer 10 <a href="http://arstechnica.com/microsoft/news/2011/04/microsofts-raw-deal-for-vista-users-ie10-for-windows-7-only.ars">will support Windows 7</a> when released, web developers wanting to test the software now will have to use an unsupported, not-even-beta operating system to do so. And while they can do so using a virtual machine, doing so will disable most or all of the hardware acceleration features found in the browser, making it a second-rate experience.</p>
<p>This is a decidedly odd move. Internet Explorer 10 is going to be fundamental to Windows 8 in a way that no past version of the browser has been. HTML and JavaScript are one way for developers to create new touch-friendly Metro-style applications, and this support will be built on Internet Explorer 10.</p>
<p>But as important as Metro-style applications are to Microsoft, the browser will still have a substantial user base on Windows 7, and the web developers of <em>today</em> are far more likely to be using Windows 7 than they are Windows 8. Regular non-Metro web applications still matter. Effectively excluding this group from the preview—the group most likely to have valuable feedback and insight—makes one wonder what the entire purpose of the scheme is.</p>
<p><em>This article originally appeared on <a href="http://www.arstechnica.com/">Ars Technica</a>, Wired’s sister site for in-depth technology news.</em></p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2011/11/internet-explorer-10-platform-preview-4-windows-7-users-need-not-apply/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>The End of an Era: Internet Explorer Drops Below 50 Percent of Web Usage</title>
        <link>http://www.webmonkey.com/2011/11/the-end-of-an-era-internet-explorer-drops-below-50-percent-of-web-usage/</link>
        <comments>http://www.webmonkey.com/2011/11/the-end-of-an-era-internet-explorer-drops-below-50-percent-of-web-usage/#comments</comments>
        <pubDate>Wed, 02 Nov 2011 14:31:06 +0000</pubDate>

                <dc:creator>Peter Bright (Ars Technica)</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=52270</guid>
        		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2011/11/internet-explorer-w.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/internet-explorer-w.jpg" alt="The End of an Era: Internet Explorer Drops Below 50 Percent of Web Usage" /></div>Internet Explorer's dominance is coming to an end. Thanks to the rise of mobile and tablet browsing, where IE is noticeably absent, Microsoft's once mighty web browser is now used by less than half of the web.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://arstechnica.com/microsoft/news/2011/11/the-end-of-an-era-internet-explorer-drops-below-50-percent-of-web-usage.ars"><img src="http://www.webmonkey.com/wp-content/uploads/2010/07/ars-technica1.jpg" /></a>A couple of interesting things happened in the world of Web browser usage during October. The more significant one is that Internet Explorer&#8217;s share of global browser usage dropped below 50 percent for the first time in more than a decade. Less significant, but also notable, is that Chrome for the first time overtook Firefox here at Ars, making it the technologist&#8217;s browser of choice. [Ed. Note: That still hasn't happened at Webmonkey, but it's very close. See below for more stats.]</p>
<p>Internet Explorer still retains a majority of the desktop browser market share, at 52.63 percent, a substantial 1.76 point drop from September. However, desktop browsing makes up only about 94 percent of Web traffic; the rest comes from phones and tablets, both markets in which Internet Explorer is all but unrepresented. As a share of the whole browser market, Internet Explorer has only 49.58 percent of users. Microsoft&#8217;s browser first achieved a majority share in&#8212;depending on which numbers you look at&#8212;1998 or 1999. It reached its peak of about 95 percent share in 2004, and has been declining ever since.</p>
<p><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/desktop-share.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/desktop-share.jpg" alt="" title="desktop-share" width="580" height="435" class="aligncenter size-full wp-image-52273" /></a></p>
<p>Where has that market share gone? In the early days, it all went Firefox&#8217;s way. These days, it&#8217;s Chrome that&#8217;s the main beneficiary of Internet Explorer&#8217;s decline, and October was no exception. Chrome is up 1.42 points to 17.62 percent of the desktop browser share. Firefox is basically unchanged, up 0.03 points to 22.51 percent. Safari grew 0.41 points to 5.43. Opera has been consistently falling over the last few months, and it dropped again in October, down 0.11 points to 1.56 percent.</p>
<div id="attachment_52272" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/mobile-share.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/mobile-share.jpg" alt="" title="mobile-share" width="580" height="435" class="size-full wp-image-52272" /></a><p class="wp-caption-text"><a href='http://www.netmarketshare.com/'>Net Applications</a></p></div>
<p>In spite of Android sales now outstripping iOS sales, iOS users are far more abundant on the Web. Mobile browsing is currently a much smaller market, with 5.5 percent of Web usage conducted on smartphones and tablets. This small market is also a lot more volatile than the desktop market. Mobile Safari was up by 6.58 points last month to 62.17 points. The biggest single loser was the Android browser, dropping 2.91 points to 13.12 percent. Symbian, BlackBerry and Opera Mini also registered falls, down 2.15 points to 2.55 percent, 0.64 points to 2.04 percent, and 0.27 points to 18.65 percent, respectively.</p>
<div id="attachment_52274" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/desktop-trends.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/desktop-trends.jpg" alt="" title="desktop-trends" width="580" height="435" class="size-full wp-image-52274" /></a><p class="wp-caption-text"><a href='http://www.netmarketshare.com/'>Net Applications</a></p></div>
<p>The trend graph says it all: Firefox&#8217;s share is flat, with Chrome driving all Internet Explorer&#8217;s losses.</p>
<div id="attachment_52275" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/mobile-trends.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/mobile-trends.jpg" alt="" title="mobile-trends" width="580" height="435" class="size-full wp-image-52275" /></a><p class="wp-caption-text"><a href='http://www.netmarketshare.com/'>Net Applications</a></p></div>
<p>Safari&#8217;s long-term dominance in mobile is clear. Also clear is that Android&#8217;s sales growth isn&#8217;t at all reflected in its Web usage.</p>
<div id="attachment_52277" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/chrome-adoption.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/chrome-adoption.jpg" alt="" title="chrome-adoption" width="580" height="435" class="size-full wp-image-52277" /></a><p class="wp-caption-text"><a href='http://www.netmarketshare.com/'>Net Applications</a></p></div>
<p>The upgrade trends show a familiar story. Chrome users, who for the most part receive updates automatically, switch to new versions quickly and efficiently. Chrome&#8217;s &#8220;tail&#8221; is growing ever longer, though, with about 2 percent of desktop browser users&#8212;about 14 percent of Chrome users&#8212;using old versions. That number is growing every month, and it appears to be resilient.</p>
<div id="attachment_52279" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/firefox-transition.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/firefox-transition.jpg" alt="" title="firefox-transition" width="580" height="435" class="size-full wp-image-52279" /></a><p class="wp-caption-text"><a href='http://www.netmarketshare.com/'>Net Applications</a></p></div>
<p>Firefox retains its clean split between people on the new, rapid release versions (4-9) and those on the old stable version (3.6). The rapid release users are upgrading fairly quickly, though the cut-overs are neither as rapid nor as automated as those of Chrome. However, almost a quarter of Firefox users are sticking with version 3.6. Until and unless Mozilla produces a stable edition with long-term support, this is unlikely to change.</p>
<div id="attachment_52282" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/internet-explorer-transition.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/internet-explorer-transition.jpg" alt="" title="internet-explorer-transition" width="580" height="435" class="size-full wp-image-52282" /></a><p class="wp-caption-text"><a href='http://www.netmarketshare.com/'>Net Applications</a></p></div>
<p>Internet Explorer, however, continues to see major usage of old versions. Internet Explorer 6 and 7, which aren&#8217;t current on <em>any</em> supported version of Windows, are still the version used by 25.4 percent of Internet Explorer users, 13.38 percent of desktop users as a total. These are people that can upgrade to either Internet Explorer 8 (if they&#8217;re using Windows XP) or Internet Explorer 9 (if they&#8217;re using Windows Vista), but who have, for some reason, refused to do so. Internet Explorer 8 users appear to be switching to Internet Explorer 9 at a slow but steady rate, with the former down about a point, and the latter up by about a point.</p>
<p><a href="http://www.webmonkey.com/wp-content/uploads/2011/11/ars-share.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/ars-share.jpg" alt="" title="ars-share" width="580" height="435" class="aligncenter size-full wp-image-52284" /></a><br />
<a href="http://www.webmonkey.com/wp-content/uploads/2011/11/ars-mobile-share.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/11/ars-mobile-share.jpg" alt="" title="ars-mobile-share" width="580" height="435" class="aligncenter size-full wp-image-52285" /></a></p>
<p>The browser usage here at Ars Technica continues to be unusual, with Firefox and Chrome over-represented on the desktop, and Android showing a much stronger performance among mobile user than is seen on the wider Web.</p>
<p>A compelling case can be made that the causes for these two phenomena&#8212;Internet Explorer&#8217;s decline, and Chrome&#8217;s growth&#8212;are closely related. They represent the influence of the computer geek.</p>
<p>Ars Technica&#8217;s unusual usage figures are not surprising when considering its audience: visitors to the site tend to be technologists and early adopters: Ars readers were among the first to switch to using Firefox as their browser of choice, and similarly they&#8217;re leading the way with Chrome. While Internet Explorer&#8217;s decline, Firefox&#8217;s flatlining, and Chrome&#8217;s growth have happened <em>faster</em> at Ars than the broader Web, the underlying trends are the same. [Ed. Note: Webmonkey's browser stats are roughly the same as of October 31st. Chrome has yet to overtake Firefox among Webmonkey's perhaps more developer-heavy audience, but it's gaining on Firefox every month. For the month of October 33.4 percent of you were using Firefox, 32.4 percent Chrome and only 16.0 percent Internet Explorer.]</p>
<p>This is perhaps not surprising. Ars has more than its fair share of IT decision-makers, both in corporate environments and home environments (I&#8217;m sure that many of us know the perils of being the &#8220;computer guy&#8221; roped in to fix the problems plaguing friends&#8217; and family&#8217;s machine). It might be a few months before a Chrome-using Ars-reading geek starts to recommend it to friends and family, or a few years before he gets approval to roll the browser out across the company whose computers he maintains, but the migration will happen. Technology decisions are usually made by technology people&#8212;and technology people read Ars, ditched Internet Explorer for Firefox a few years ago, and are now switching to Chrome.</p>
<p>Firefox appealed to the geek demographic by offering tabs, a wealth of extensions, and active development: geeks enjoy new things to play with, and a browser that&#8217;s frozen in time, as Internet Explorer 6 was, holds no appeal. Chrome in turn offered a focus on performance and stability, even <em>more</em> active development, and the cachet of being built by Google. Chrome was also quick to offer obvious but useful things such as built-in, robust session restoration, and a useful new tab page (something Internet Explorer 9 replicated, and which is currently in beta for Firefox). Bundling Flash also removed a potential headache, by ensuring that a potentially buggy plugin was kept current and up-to-date. On top of all this, Google has been vocal in pushing its view of how the Web should work, with the VP8 video codec, the SPDY Web protocol, and most recently, the Dart scripting language.</p>
<p>A browser that doesn&#8217;t appeal to this demographic won&#8217;t receive the benefit of this kind of on-the-ground advocacy. Mozilla is working to bring some of Chrome&#8217;s appealing features to Firefox, with <a href="http://arstechnica.com/business/news/2011/06/firefox-update-policy-the-enterprise-is-wrong-not-mozilla.ars">its new development schedule</a> and future features such as tab isolation, and though this is currently causing some headaches&#8212;there are continued issues with extension compatibility&#8212;Firefox&#8217;s market share is for the most part holding steady. Once Mozilla can get rid of the annoying wrinkles and make updates as pain-free as Chrome&#8217;s, it might start to win back the attention of the techie demographic. Especially if Mozilla can come up with a viable IT-friendly long-term support option.</p>
<p>Meanwhile, Microsoft is strenuously avoiding this same demographic. Internet Explorer lacks small but significant creature comforts such as resizeable text boxes, built-in spell checking, and session restoration, and while it does offer certain extensibility points, they fall a long way short of those offered by Firefox, and as such, its extension ecosystem is a whole lot less rich. It&#8217;s not enough for Internet Explorer to be a solid mainstream browser: the less technically engaged users who switched to Firefox because a trusted authority told them to aren&#8217;t going to spontaneously switch back to Internet Explorer, even if it is good enough for their needs. They&#8217;re going to wait until their techie friend next fixes their PC and tells them that they should consider switching to Internet Explorer because it&#8217;s &#8220;better&#8221;. Just as they did for Firefox and do for Chrome.</p>
<p>Internet Explorer is still an important browser, with a userbase large enough that few developers can afford to ignore&#8212;though sites that don&#8217;t need global appeal may well be able to safely ignore Internet Explorer 6&#8212;and at current rates it will remain important for a few years yet. But until and unless Microsoft makes its browser appeal to the influential geek demographic, it looks as if Internet Explorer has nowhere to go but down.</p>
<p><em>This article originally appeared on <a href="http://www.arstechnica.com/">Ars Technica</a>, Wired&#8217;s sister site for in-depth technology news.</em></p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://www.webmonkey.com/2011/10/mozilla-brings-sharing-to-the-browser-with-firefox-share/">Mozilla Brings Sharing to the Browser With ‘Firefox Share’</a></li>
<li><a href="http://www.webmonkey.com/2011/10/mozilla-and-microsoft-join-forces-for-firefox-with-bing/">Mozilla, Microsoft Join Forces for ‘Firefox With Bing’</a></li>
<li><a href="http://www.webmonkey.com/2011/10/chrome-15-released-with-improved-start-page/">Chrome 15 Released with&#8230; Improved Start Page</a></li>
<li><a href="http://www.webmonkey.com/2011/09/metro-style-internet-explorer-10-ditches-flash-plugins/">Metro-style Internet Explorer 10 Ditches Flash, Plugins</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2011/11/the-end-of-an-era-internet-explorer-drops-below-50-percent-of-web-usage/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>MPEG LA: 12 Companies Own Patents Essential to Google&#8217;s VP8 Codec</title>
        <link>http://www.webmonkey.com/2011/08/mpeg-la-12-companies-own-patents-essential-to-googles-vp8-codec/</link>
        <comments>http://www.webmonkey.com/2011/08/mpeg-la-12-companies-own-patents-essential-to-googles-vp8-codec/#comments</comments>
        <pubDate>Mon, 01 Aug 2011 14:50:54 +0000</pubDate>

                <dc:creator>Peter Bright (Ars Technica)</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=51253</guid>
        		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[MPEG LA]]></category>
		<category><![CDATA[WebM]]></category>
        <description><![CDATA[MPEG LA, the self-styled one stop shop for motion video patent licenses, says that 12 different companies have come forward with patents &#8220;essential&#8221; to the VP8 algorithm championed by Google as a royalty-free compression standard. The organization met with these companies in June to discuss the formation of a patent pool, though there has not [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://arstechnica.com/web/news/2011/07/mpeg-la-12-companies-own-patents-essential-to-googles-vp8-codec.ars"><img src="http://www.webmonkey.com/wp-content/uploads/2010/07/ars-technica1.jpg" alt="" title="ars technica" width="135" height="102" class="alignright size-full wp-image-48129" /></a>MPEG LA, the self-styled one stop shop for motion video patent licenses, says that 12 different companies have come forward with patents &#8220;essential&#8221; to the VP8 algorithm championed by Google as a royalty-free compression standard. The organization met with these companies in June to discuss the formation of a patent pool, though there has not yet been a decision to determine whether a pool should be formed, or what its terms and conditions might be.</p>
<p>The organization started the search for VP8 patents in <a href="http://arstechnica.com/web/news/2011/02/mpeg-la-starts-the-search-for-vp8-patents.ars">February</a>, with the initial call for companies to come forward ending in March. That deadline came and went without comment from the company, so streamingmedia.com <a href="http://www.streamingmedia.com/Articles/Editorial/Featured-Articles/WebM-Patent-Fight-Ahead-for-Google-76781.aspx">interviewed</a> a spokesman by e-mail to find out what the current situation was. MPEG LA did not disclose which 12 companies held patents it felt to be essential to VP8, nor did it say how many patents there were in total. The group also did not say how many patents had been submitted for evaluation only to be deemed inessential.</p>
<p><!--page 1--></p>
<p>The VP8 video codec is an integral part of WebM, the video file format that Google first proposed <a href="http://arstechnica.com/web/news/2010/05/google-opens-vp8-codec-aims-to-nuke-h264-with-webm.ars">last May</a>. WebM is marketed as a royalty-free format, in contrast to the widely used royalty-incurring H.264 codec. These royalties prevent H.264 from being incorporated into specifications such as HTML5&#8242;s native video support, as W3C, the group that governs the HTML standard, has a policy of only accepting royalty-free technology. Google maintains that although VP8 is patented, all the relevant patents were owned by On2, the company that originally developed VP8. Google&#8217;s purchase of On2 was finalized in 2010, and the search giant has since offered perpetual, royalty-free licenses to the patents.</p>
<p>With so many companies submitting patents of their own to MPEG LA, formation of a patent pool becomes much more likely, and the chance that WebM will retain its royalty-free position shrinks accordingly. That isn&#8217;t yet a foregone conclusion, however&#8212;though the companies have come forward and made initial submissions, they may decide that it&#8217;s not worth forming a patent pool for some reason. Even if they do, the decision to enforce their patents against VP8 users is separate; MPEG LA doesn&#8217;t enforce patents (it has sued companies, but for breach of contract, not patent infringement), and so it would be up to the individual members of the pool to take legal action against infringers.</p>
<p>Though the lawsuits could be brought against individual companies using VP8, rather than Google itself, it&#8217;s plausible that Google would get involved, to defend the value of its $100 million purchase of On2&#8212;though VP8 users will no doubt be reluctant to assume that such assistance will be forthcoming, as victims of Android lawsuits have had to fend for themselves. Indeed, with VP8 integrated into Android, those companies already being sued for Android patent infringement may yet find themselves on the wrong end of more legal action.</p>
<p>When asked for comment, Google&#8217;s response to streamingmedia.com was substantially the same as it always has been when asked about VP8 and patents; MPEG LA&#8217;s patent pool discussion is &#8220;nothing new,&#8221; that the &#8220;vast majority of the industry supports free and open development,&#8221; and that Google is &#8220;firmly committed to [...] establishing an open codec for HTML5 video.&#8221; The company also referenced its own effort to <a href="http://arstechnica.com/web/news/2011/04/google-builds-webm-patent-pool-of-its-own-to-fight-back-against-mpeg-la.ars">create a royalty-free patent-licensing initiative</a>. However, if the 12 companies that have come forward aren&#8217;t members of that initiative, its value could be negligible.</p>
<p><em>This article originally appeared on <a href="http://www.arstechnica.com/">Ars Technica</a>, Wired’s sister site for in-depth technology news.</em></p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2011/08/mpeg-la-12-companies-own-patents-essential-to-googles-vp8-codec/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Microsoft&#8217;s Raw Deal for Vista Users: IE 10 for Windows 7 Only</title>
        <link>http://www.webmonkey.com/2011/04/microsofts-raw-deal-for-vista-users-ie-10-for-windows-7-only/</link>
        <comments>http://www.webmonkey.com/2011/04/microsofts-raw-deal-for-vista-users-ie-10-for-windows-7-only/#comments</comments>
        <pubDate>Fri, 15 Apr 2011 13:54:38 +0000</pubDate>

                <dc:creator>Peter Bright (Ars Technica)</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=50611</guid>
        		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[IE10]]></category>
        <description><![CDATA[One of the minor &#8220;features&#8221; Microsoft included in the Internet Explorer 10 Platform Preview released earlier this week was reduced operating system support; it will only install on Windows 7, leaving Windows XP and Windows Vista users out in the cold. Microsoft confirmed to Computerworld that this was no accident, with a spokesperson saying &#8220;Windows [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><img src="http://www.webmonkey.com/wp-content/uploads/2010/07/ars-technica1.jpg" />One of the minor &#8220;features&#8221; Microsoft included in the Internet Explorer 10 Platform Preview <a href="http://www.webmonkey.com/2011/04/microsoft-shows-off-internet-explorer-10/">released earlier this week</a> was reduced operating system support; it will only install on Windows 7, leaving Windows XP and Windows Vista users out in the cold. Microsoft <a href="http://www.computerworld.com/s/article/9215791/Windows_Vista_No_IE10_for_you">confirmed</a> to Computerworld that this was no accident, with a spokesperson saying &#8220;Windows Vista customers have a great browsing experience with IE9, but in building IE10 we are focused on continuing to drive the kind of innovation that only happens when you take advantage of the ongoing improvements in modern operating systems and modern hardware.&#8221;</p>
<p>That&#8217;s a claim that&#8217;s hard to make any sense of.</p>
<p>When the company announced that Internet Explorer 9 wouldn&#8217;t support Windows XP, the decision <a href="http://arstechnica.com/microsoft/news/2010/04/why-microsoft-did-the-right-thing-in-ditching-xp-for-ie9.ars">made sense</a>. Though it meant cutting off a large number of Windows users, Internet Explorer 9 was written to depend heavily on Direct2D and DirectWrite for all its hardware accelerated high-performance graphics, and on Windows&#8217; <a href="http://en.wikipedia.org/wiki/Mandatory_Integrity_Control">Mandatory Integrity Control</a> (among other things) for security. Direct2D and DirectWrite were both introduced on Windows 7 and back ported to Windows Vista; MIC was introduced with Windows Vista. In neither case were the features available on Windows XP, nor even readily ported to that operating system.</p>
<p>But no such disparity exists between Windows Vista and Windows 7. Windows 7 is undoubtedly better&nbsp;than Windows Vista. It&#8217;s three years newer, improvement was inevitable. What it isn&#8217;t, however, is substantially different. Windows Vista did the hard work&#8212;radically new display subsystem, new audio subsystem, new media framework, and so on. Windows 7 just consolidated those changes. As we noted when we&nbsp;<a href="http://arstechnica.com/microsoft/reviews/2009/10/windows-7-the-review.ars/15#p6">reviewed Windows 7</a>, the decision to upgrade from Windows Vista was not entirely clear-cut.</p>
<p>So unless Microsoft is planning to back port some big chunk of Windows 8 functionality to Windows 7&#8212;and then make Internet Explorer 10 depend heavily on that functionality, just as Internet Explorer 9 depends on Direct2D and DirectWrite&#8212;the talk of &#8220;ongoing improvements&#8221; is hard to fathom. Windows 7 is an incremental improvement on Windows Vista now, and it will be that same incremental improvement this time next year. To imply that Windows 7 is somehow &#8220;modern&#8221; in a way that Windows Vista is not is disingenuous in the extreme.</p>
<p>There&#8217;s also a question of support. Windows Vista is still in mainstream support. This means that it&#8217;s still, in theory at least, eligible for nonsecurity bug-fixes and improvements. It&#8217;ll be in mainstream support until April 10th 2012. Assuming Internet Explorer 10 comes about a year from now&#8212;just as Internet Explorer 9 took about a year from its first Platform Preview at MIX10 to the final release&#8212;then, depending on which day of the week the software ships, Windows Vista will either still be in mainstream support when Internet Explorer 10 ships, or will have dropped out of mainstream support by a matter of <em>days</em>, after having been generally available for just over five years.</p>
<p>In contrast, when Windows XP received Internet Explorer 8 on March 29, 2009, it was out of mainstream support by 11 months (Windows XP Service Pack 3&#8242;s mainstream support ended on April 21, 2008), and had been on the market for more than seven years.</p>
<p>Of course, Windows XP had one thing that Windows Vista does: substantial market share. Windows Vista&#8217;s usage is declining, and by next April it will probably be down to five or six percent of the market. A small share, to be sure, but still many tens of millions of users. Users that will be ceded to the competition. Microsoft may feel that such a small market share isn&#8217;t worth supporting, but if so, surely the company should say so instead of fobbing people off with comments about &#8220;modern operating systems&#8221;.</p>
<p>Whatever the real reason, this is a pretty raw deal for Windows Vista users. Not as bad as the Ultimate Extras farce, but bad all the same. It also means that when Microsoft released Internet Explorer 10, it is likely that it will support just <em>one operating system</em>, with a second, Windows 8, due later in 2012. The company is already being criticized for supporting a mere two operating systems with Internet Explorer 9. Cutting back to one, leaving Windows Vista users out in the cold, is hard to defend.</p>
<p><em>This article originally appeared on <a href="http://www.arstechnica.com/">Ars Technica</a>, Wired&#8217;s sister site for in-depth technology news. For more from Ars Technica, follow the links below.</em></p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://arstechnica.com/microsoft/reviews/2009/10/windows-7-the-review.ars/15#p6">Hasta la Vista, baby: Ars reviews Windows 7</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2011/04/microsofts-raw-deal-for-vista-users-ie-10-for-windows-7-only/feed/</wfw:commentRss>
        <slash:comments>17</slash:comments>

        
    </item>
    
    <item>
        <title>MPEG LA Starts the Search for VP8 patents</title>
        <link>http://www.webmonkey.com/2011/02/mpeg-la-starts-the-search-for-vp8-patents/</link>
        <comments>http://www.webmonkey.com/2011/02/mpeg-la-starts-the-search-for-vp8-patents/#comments</comments>
        <pubDate>Mon, 14 Feb 2011 17:18:54 +0000</pubDate>

                <dc:creator>Peter Bright (Ars Technica)</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=49844</guid>
        		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[web video]]></category>
		<category><![CDATA[WebM]]></category>
        <description><![CDATA[MPEG LA, the one-stop shop for motion video patent licenses, yesterday announced a call for patents essential to the VP8 video compression algorithm &#8212; the algorithm that is fundamental to Google&#8217;s WebM video format. MPEG LA is asking organizations that hold patents believed to cover integral, unavoidable parts of the VP8 algorithm to come forward [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://arstechnica.com/web/news/2011/02/mpeg-la-starts-the-search-for-vp8-patents.ars"><img src="http://www.webmonkey.com/wp-content/uploads/2010/07/ars-technica1.jpg" /></a>MPEG LA, the one-stop shop for motion video patent licenses, yesterday announced a call for patents essential to the VP8 video compression algorithm &#8212; the algorithm that is fundamental to Google&#8217;s WebM video format. MPEG LA is asking organizations that hold patents believed to cover integral, unavoidable parts of the VP8 algorithm to come forward and submit those patents to the licensing company. The patents will in turn by analyzed by MPEG LA, and those deemed to be relevant will be pooled together. The pooled patents will then be available to license as a single convenient bundle.</p>
<p>In its promotion of WebM and VP8, Google has insisted that all the relevant patents were developed by codec company On2, which Google purchased last year. The patents can be licensed from Google without payment of any royalties or any restrictions on usage. Google has been heavily promoting WebM for use with the HTML5 <code>&lt;video&gt;</code> tag, which allows plugin-free video to be embedded in webpages, and the royalty freedom is a key part of WebM&#8217;s value proposition. </p>
<p>Competitive codecs such as the open and industry standard H.264 require royalties to be paid by software and hardware developers. Companies like Opera and Mozilla, as well as the W3C group that is developing the HTML5 specification, deem these royalties be an unacceptable impediment to their usage. They have no such qualms about the royalty-free WebM.</p>
<p>If MPEG LA is successful in assembling a patent pool, that royalty freedom could come to an end. The company is soliciting patent submissions until March 18th. Once the submissions have been made, it will determine which patents are essential to VP8; only those patents that are unavoidable can form part of the patent pool. The owners of those selected patents will then decide on the license conditions they wish to impose, and these conditions could include royalty payments.</p>
<p>Whether this will happen, of course, is the big question. MPEG LA might fail to form a patent pool altogether: it may receive no relevant patent submissions, in which case the patent pool process will likely end. Such an outcome still won&#8217;t mean that WebM is in the clear &#8212; a company may feel that it&#8217;s more lucrative to avoid a patent pool and allow WebM usage to become more widespread before asserting claims &#8212; but it would probably imply that there aren&#8217;t dozens of potential claimants just waiting to come forward. </p>
<p>This sort of outcome might well see Microsoft&#8217;s current neutral stance towards WebM (it will work in Internet Explorer 9, just as long as a suitable third-party codec is installed) become more overtly positive. Redmond might start shipping a WebM codec of its own, for example.</p>
<p>If MPEG LA does form a patent pool, the license terms will be critical. MPEG LA exists to monetize patents, however, so it&#8217;s unlikely that any patent pool would permit the kind of indiscriminate royalty-free license that Google currently offers. More likely, they would choose terms similar in kind to those of H.264; Web video may be free, but decoders still incur a royalty. This would put WebM implementors in a difficult position &#8212; either drop WebM support, pay up, or risk going to court to fight a patent infringement suit.</p>
<p>An infringement suit is an unappealing prospect: even if you win, the drain on your financial resources can mean that ultimately, you lose. This is especially problematic for organizations like Mozilla, since Google offers no indemnification for users of WebM &#8212; if Mozilla gets sued, Google won&#8217;t step in to help. As such, the safest, most conservative option for Opera and Mozilla would be to drop support. Google has deeper pockets and can better sustain a legal attack, but even there, the company has to weigh its options carefully. A lost court case could cost tens of millions of dollars. Paying up just to avoid the problem may very well be the better option.</p>
<p>But paying up is problematic too. VP8 is, for most purposes, inferior in quality to H.264. H.264 is much more widespread in software tools, hardware accelerators, and so on: it&#8217;s enormously widespread already. If VP8 loses its key feature &#8212; royalty freedom &#8212; implementers may very well decide that, since they have to pay anyway, they&#8217;d be better off paying for the superior, more widely used H.264 license, and abandoning WebM entirely.</p>
<p>Whatever happens &#8212; and it will probably be many months before we find out &#8212; this is bad news for WebM. The formation of a patent pool directly undermines Google&#8217;s claims about the codec &#8212; and yet, even if MPEG LA fails to create a pool, question marks surrounding the codec will remain.</p>
<p><em>This article originally appeared on <a href="http://www.arstechnica.com/">Ars Technica</a>, Wired&#8217;s sister site for in-depth technology news.</em></p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href=”http://www.webmonkey.com/2011/02/microsoft-puts-h-264-video-back-in-google-chrome/”>Microsoft Puts H.264 Video Back in Google Chrome, Considers WebM for IE</a></li>
<li><a href=”http://www.webmonkey.com/2011/01/google-dropping-h-264-codec-from-chrome-browser/”>Google Dropping H.264 Codec from Chrome Browser [Updated]</a></li>
<li><a href=”http://www.webmonkey.com/2010/08/mpeg-la-extends-web-video-licensing-moratorium-until-the-end-of-time/”>MPEG LA Extends Web Video Licensing Moratorium Until the End of Time</a></li>
<li><a href=”http://www.webmonkey.com/2010/05/major-browser-vendors-launch-webm-free-open-video-project/”>Major Browser Vendors Launch WebM Free Open Video Project</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2011/02/mpeg-la-starts-the-search-for-vp8-patents/feed/</wfw:commentRss>
        <slash:comments>5</slash:comments>

        
    </item>
    </channel>
</rss>