Saturday, July 09, 2011

Microsoft, Oracle Target Android Manufacturers - HotHardware

The Sharks Are Circling: Microsoft, Oracle Target Android Manufacturers - HotHardware

Microsoft has demanded Samsung pay it $15 per Android device. The deal is similar to one the software giant reached with HTC last year; that handset manufacturer pays Microsoft $5 per Android product.

Oracle has allegedly asked manufacturers to pay $15-$20 to join an early adopters' program—but the database giant is known for playing hardball. The company's lawsuit, filed in August 2010, seeks damages totaling $2.6 billion and requests an injunction preventing further development or shipment of the Android operating system.


JavaScript is Assembly Language for the Web: Sematic Markup is Dead! Clean vs. Machine-coded HTML - Scott Hanselman

JavaScript is Assembly Language for the Web: Semantic Markup is Dead! Clean vs. Machine-coded HTML - Scott Hanselman

Podcast: Scott talks to Erik Meijer from Microsoft Research about the idea that JavaScript is an assembly language

This translation to JavaScript could be part of "big deal"
about "(native) HTML5 applications" in Windows 8.

It is about Tools, that help developers automate creating HTML5 apps.
I would not be surprised if such tools generate HTML from XAML, and JavaScript from C#...
That would be similar to GWT (Google Web Toolkit), that generates web apps from Java.

  • Erik is involved in project "Volta" that translates .NET IL to JavaScript
  • ScriptSharp is a custom language that translates to JavaScript, by another Microsoft person.
  • CoffeeScript is another custom language that translates to JavaScript
  • GWT translates Java or Google Closure to JavaScript
  • WebSharper is a commercial tool that translates F# to JavaScript

    Sample "modern" web page, Google+, that consists mostly from machine generated JavaScript