Charles Morris

About The Author

Charles Morris

Looking Back: One Year Of Microsoft Edge (Videos)

Change is difficult in large corporations. But sometimes it is possible. In fact, we published Inside Microsoft’s New Rendering Engine For The “Project Spartan” when the new browser was just announced. A year has passed since then. We kindly thank Microsoft for keeping Smashing Magazine alive and supporting the community with technical articles on practical JavaScript techniques, open source...

Change is difficult in large corporations. But sometimes it is possible. In fact, we published Inside Microsoft’s New Rendering Engine For The “Project Spartan” when the new browser was just announced. A year has passed since then. We kindly thank Microsoft for keeping Smashing Magazine alive and supporting the community with technical articles on practical JavaScript techniques, open source projects and interoperability best practices. Our editors are working with Microsoft engineers to deliver useful insights to you. — Ed.

In 2015, Microsoft launched its first new browser in 20 years: Microsoft Edge. After eight months, it's on a great trajectory for web standards support, but there are many exciting features to come. This article is part of the web development series from our tech evangelists and engineers on JavaScript skills, community projects and best practices including Microsoft Edge browser and the new EdgeHTML rendering engine.

Microsoft Edge has evolved over the past year — from being announced as a brand new browser, with Microsoft moving away from Trident (or MSHTML) to EdgeHTML, to the browser usage share increase curve similar to the one Google experienced when Chrome was first introduced in 2008.

microsoft-edge-browser-usage-share-preview
New browser usage share over the first 7 months after the release. Green: Chrome, Blue: Edge. Source.

Below you'll find a talk from Microsoft Edge Web Summit, a free conference organized and staffed by the engineers building Microsoft Edge and Chakra. There, you can find a full day of technical talks covering the EdgeHTML rendering engine, the open-source Chakra JavaScript engine, and developer tools. You can hear what's next for the web platform that powers Windows 10, straight from the engineers who build it, and you can get an inside look at powerful techniques and new F12 Edge Developer tools to make your life as a developer just a little bit easier — e.g. for profiling or accessibility testing.


Watch the presentation by yours truly or visit the video channel of the Microsoft Edge Summit 2016.

We encourage you to test across browsers and devices including Microsoft Edge – the default browser for Windows 10 – with free tools on dev.microsoftedge.com, including F12 Edge Developer Tools — seven distinct, fully-documented tools to help you debug, test, and speed up your web pages. Also, you can visit the Edge blog to stay updated and informed from Microsoft developers and experts.

Smashing Editorial (sm)

More Articles on

The Safari Problem With SVG Sprites (Now Fixed)

by Nico Brünjes

Update (19.05.2016): The bug was just fixed by Antti Koivisto and has landed in the current update of iOS (9.3.2) and Safari for OS X 9.1.1 (11601.6.17). When a user visits a site using a SVG sprite in a browser with an empty cache, the sprite is cached and will not be loaded multiple times any longer. You'll find more details here (in German), and Sven Wolfermann's results before and after...

Read more

Five Simple Steps To Test Your Varnish Cache Deployment Using Varnishtest

by Arianna Aondio

Varnish Cache is an open source HTTP accelerator that is used for speeding up the content delivery of the world’s top content-heavy dynamic websites. However, the performance or speed a newcomer to Varnish Cache can expect from its deployment can be quite nebulous. This is true for users at both extremes of the spectrum: from those who play with its source code to create more complex...

Read more

Truly Fluid Typography With vh And vw Units

by Michael Riethmuller

Embracing fluid typography might be easier than you think. It has wide browser support, is simple to implement and can be achieved without losing control over many important aspects of design. Unlike responsive typography, which changes only at set breakpoints, fluid typography resizes smoothly to match any device width. It is an intuitive option for a web in which we have a practically...

Read more