News

Microsoft Launches Web Site Optimization Tool Modern.IE

The tool aims to reduce testing time, leaving more time for development.

Microsoft last week introduced modern.IE, a Web site optimization tool for developers. The tool is targeted for testing Internet Explorer, but can also be used to improve the UX on browsers such as Chrome and Firefox. Modern.IE consists of three components, with more to come as the product evolves:

  • A code-scanning wizard that provides suggestions on how to modernize a site's UX

  • Three months of free access to BrowserStack, a virtual Web site testing service

  • A list of 20 best practices for coding modern Web sites

The modern.IE code-scanning wizard tests Web pages for common coding problems. Developers enter the URL for the Web page they want to test, and the tool scans the page and delivers suggestions in three categories:

  • Updating outdated code that supported old versions of Internet Explorer

  • Best practices for the Web, including support for tablets and mobile devices

  • Optimizing Web sites for Windows 8 and touch-enabled experiences

Microsoft has partnered with BrowserStack to expand the usefulness of modern.IE beyond Internet Explorer. When developers visit BrowserStack via modern.IE, they receive three months of free access to the service over the next year. The BrowserStack testing service allows devs to test their sites on any OS available on Windows, regardless of the OS on their own test machine. BrowserStack maintains its test browsers in the cloud, so no virtual machine is required for test environments -- devs install a single plug-in and can begin testing immediately. As part of the BrowserStack/modern.IE partnership, devs can download free virtual images of Internet Explorer on Windows for testing on Mac, Linux or PC systems.

The third piece of modern.IE is a best practices guide titled "20 Tips for Building Modern Sites While Supporting Old Versions of Internet Explorer." The Web-compatibility guide was compiled from feedback that Microsoft received from its global network of developers and partners, and was curated by coding experts Dave Methvin (president of the jQuery Foundation) and Rey Bango (Microsoft Technical Evangelist and former jQuery Project member).

With modern.IE, Microsoft hopes to reduce the amount of time and money Web developers spend on testing, allowing them to devote more time to creating new content. The company is encouraging developer feedback on modern.IE in order to improve the tool's capabilities in the future.

About the Author

Katrina Carrasco is the associate group managing editor for the 1105 Enterprise Computing Group. She can be reached at [email protected].

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube