Thursday, April 02, 2015

Surface 3 vs. Surface Pro 3

Microsoft's $500 Surface 3 promises great battery life and runs Windows 8.1

"Gone is Windows RT, casually tossed in the dustbin in favor of Windows 8.1. Microsoft also ditched the Surface 2's ARM chip in favor of Intel’s latest “Cherry Trail” Atom X7.
... 64GB of storage, the same amount found in the $799 version of Surface Pro 3 and the $599 discontinued Surface 2. (A more robust $599 Surface 3 variant with 4GB ofRAM and 128GB of flash storage will also be available, together with a future model with LTE connectivity.)"



Microsoft Surface 3 vs. Surface Pro 3 @ GizMag

Starting prices


Azure Logic App Service

Logic App Service | Microsoft Azure


List of Connectors and API Apps | Azure

What are Logic Apps? @ Azure

tutorial: Create a Logic App @ Azure

Announcing Azure App Service | Microsoft Azure Blog
Triggers

John Liu .NET - Blog - Azure Logic Apps: Build SharePoint Workflows by clicking buttons: a picture guide

Azure App Service Logic Apps with Josh Twist | Azure Friday | Channel 9

Microsoft Launches Azure App Service, A New Set Of Tools For Web And Mobile App Developers | TechCrunch

HTML6 ?


http://www.topdesignmag.com/html6-next-big-thing-after-html5/
HTML6 proposal for single-page apps without Javascript from Bobby Mozumder on 2015-03-20 (public-html@w3.org from March 2015) @ InfoQ

"HTML6 proposal for single-page apps without JavaScript to the W3.org mailing list.
Mozumder said that its goal was "a high-speed responsive web experience without having to load JavaScript. Such an experience could probably be done without JavaScript "by linking anchor elements to JSON/XML (or a new definition) api endpoints, having the browser internally load the data into a new data structure, and the browser then replaces DOM elements with whatever data that was loaded as needed," Mozumder said."

10 capabilities we want to see in HTML6 | InfoWorld

HTML/next - W3C Wiki

HTML6: The Next Big Thing After HTML5 | Top Design Magazine - Web Design and Digital Content
"W3C has chosen to make HTML5 a living standard and they are debating whether to drop the numeration all together, so we may end up not actually calling it HTML6 after all."


The main "innovation" in those proposals may be name "HTML6" :)

Reducing role of JavaScript would be useful when frameworks like Angular stabilize typical features. In fact original intent of Angular was to be replaced by Web Components, eventually...

On more abstract level, "binding with remote data" may be promising.
If views / templates become available as Web Components, and data as Web APIs / services,
then the "controller" part may become main part of client-side web applications,
and it could at least partially be declarative instead of a lot of explicit JavaScript code.

HTML6 innovation could be related to mobile and embedded applications,
with browser acting as "PhoneGap" by default, with secure control of API access and caching for each "App" / URL. That way many mobile apps could become web apps, with much easier distribution.

Web browsers could also act as "containers", with complete insulation of each tab/session. Access to local resources would be trough services / APIs, to significantly improve security...