javascript

  1. News

    What would you do with 10kB?

    Sixteen years ago, Link Removed conceived of a contest that would test the mettle of any web designer: The 5k. The idea was that entrants would build an entire site in 5kb of code or less. Its aim was to force us to get creative by putting a bounding box on what we could do: Between servers and...
  2. News

    Introducing EdgeHTML 14 with the Windows 10 Anniversary Update

    Earlier this week, the Windows 10 Anniversary Update began rolling out to over 350 million Windows 10 devices. With this release, we’re proud to introduce EdgeHTML 14, the third and most significant update to the Microsoft Edge web platform since our initial release just one year ago...
  3. News

    VIDEO The Progress of Web Apps

    Editor’s Note – this post was originally posted on Medium and has been updated to reflect the latest information. Let’s talk about the progress of web apps. No, that’s not an autocorrect mistake from “progressive web apps” — let’s take a look at how the web has progressed from “a large...
  4. News

    JavaScript performance updates in Microsoft Edge and Chakra

    Since we first started work on the Chakra JavaScript engine, it has been our mission and priority to make JavaScript faster for the real world web, and to continuously improve the experience of browsing in Microsoft Edge (and previously Internet Explorer). We’ve had a very busy year, with...
  5. News

    Open-sourcing the Microsoft Edge WebGL GLSL transpiler

    Today we’re excited to announce that we’re open-sourcing part of the Microsoft Edge WebGL renderer – specifically, the GLSL to HLSL transpiler. We hope that the source code is useful for everybody working on similar WebGL projects, and that this will help performance, correctness and...
  6. News

    Introducing the Speech Synthesis API in Microsoft Edge

    Starting with the Windows 10 Anniversary Update, Microsoft Edge will support the Speech Synthesis APIs defined in the W3C Web Speech API Specification. These APIs allow websites to convert text to audible speech with customizable voice and language settings. With them, website developers can add...
  7. News

    Fetch (or the undeniable limitations of XHR)

    Starting in EdgeHTML 14, coming with this summer’s Windows 10 Anniversary Update, Microsoft Edge will support the highly anticipated Fetch APIs. This represents the first step in our planned journey to supporting Service Worker in a future release. You can preview the Fetch APIs in Link Removed...
  8. News

    Previewing ES6 Modules and more from ES2015, ES2016 and beyond

    Chakra, the recently open-sourced JavaScript engine that powers Microsoft Edge and Universal Windows applications, has been pushing the leading edge of ECMAScript language support. Most of ES2015 (aka ES6) language support is already available in Edge, and last week’s Windows Insider Preview...
  9. News

    Windows IoT Core Visual Studio Project Templates

    I guess it's kind of a getting started or template week, including today's Hardware Friday post... :) Link Removed This package contains project templates for Windows IoT Core Applications The Windows IoT Core Project Templates enables development for Windows IoT Core devices (such as...
  10. News

    Microsoft Edge’s JavaScript engine to go open-source

    Today at JSConf US Last Call in Florida, we announced that we will open-source the core components of Chakra as ChakraCore, which will include all the key components of the JavaScript engine powering Microsoft Edge. We expect to open the ChakraCore repository on GitHub next month. Link Removed...
  11. News

    Supercharging JavaScript performance with asm.js

    In June we introduced preview support for asm.js, which is now supported by default in Microsoft Edge starting with Microsoft EdgeHTML 13.10532. With this change, Hosted Web Applications and the WebView in any Universal Windows Application can now benefit from asm-optimized code as well. Asm.js...
  12. News

    Add video interstitial ads to your Windows Store apps

    This past August we announced the Microsoft Universal Ad Client SDK with support for video interstitial ads and ad mediation. Video interstitials are full screen video ads, 20-30 seconds, that typically offer up to 10x the eCPM (value per thousand views) vs traditional banner ads. This makes...
  13. News

    Windows 10, IoT, Sphero 2 and Raspberry PI 2

    Our last Windows 10 Theme Week post, we turn to Friend of the Blog, Mike Taulty and his two recent posts about Windows 10, Sphero 2 and Raspberry PI 2 (and Windows 8.1 Lib, WinPhone and PC) Link Removed It’s been a while since I played with my Sphero device and so I thought I’d see if I could...
  14. News

    Asynchronous code gets easier with ES2016 Async Function support in Chakra and Microsoft Edge

    While we work on rounding out our ES6/ES2015 support, the Chakra team is already looking ahead to ES2016 and, especially, to Link Removed. Today, we’re excited to announce the availability of Async Functions in Microsoft Edge as an experimental feature, available to preview starting in Link...
  15. News

    Learn about the samples for Universal Windows Platform

    One way to learn app development for the Universal Windows Platform (UWP) is by taking advantage of the extensive and growing samples collection on GitHub. You can use these samples to learn about specific UWP features and APIs and as a source of working code that you can copy and paste into...
  16. News

    Building your own Windows 10 Web Browser

    Seems like with every Windows release, there's a set of sample apps that wrap the browser, showing you how you can add your own chrome (as in UI) to it, adding features and behaviors, creating your own web browser. Windows 10 is no different. Then again it is, because this time around, it's...
  17. News

    Jumpstart your Win10 IoT development with the AllJoyn Studio for Visual Studio 2015

    Building Windows 10 IoT? Then you'll want to check out the Link Removed and Brian Rockwell's great post on how to use it... Link Removed AllJoyn® in Windows® 10 An AllJoyn® development toolkit to quick-start AllJoyn® development. The AllSeen Alliance created AllJoyn® to empower the Internet...
  18. News

    Creating your own browser with HTML and JavaScript

    Over the past several months, we have made numerous improvements to the Microsoft Edge rendering engine (Microsoft EdgeHTML), focusing on interoperability with modern browsers and compliance with new and emerging standards. In addition to powering Microsoft Edge, EdgeHTML is also available for...
  19. News

    Last Week on Channel 9: August 17th - August 23rd, 2015

    Here are a select 23 episodes and posts from our awesome content authors... Link Removed This week on Channel 9, Vlad and guest host Petri Wilhelmsen discuss the week's top developer news, including; Link Removed Link Removed [Gabe Aul] ... CodeChat 035 - Node Chakra Arunesh and team have...
  20. News

    CodeChat 035 - Node Chakra | CodeChat

    Arunesh and team have done something pretty cool. They've built a version of Node.js that works with Chakra - the JavaScript engine that underlies Microsoft Edge. Why would you do this? Well, because of Windows 10. Windows 10 is not exactly discriminant about which devices it supports and we're...
Back
Top