Tag: Web

AzureCloud NativeServerless

Go serverless: Real-time applications with Azure SignalR Service | Azure Friday

Modern applications light up with real-time information. In this episode of Azure Friday, Anthony Chu joins Donovan Brown to show how to deliver live updates from Azure Functions to web, mobile, and desktop apps with Azure SignalR Service. Learn how to send real-time messages over WebSockets from your serverless apps with a few lines of code.

[0:03:00] – Demo

Source: Channel 9

Resources

DesignDevelopmentWeb

Expression Design is Now Available for Free

image

Microsoft Expression Design is now available as a free download from the Microsoft Download Center and as stated by Microsoft, no new versions will be developed.

It’s unfortunate that these tools will no longer be developed, however it looks like Microsoft will shift their focus to help improve the tooling in Visual Studio and Blend for Visual Studio for creating new applications.


Expression Design is a tool for creative professionals and developers who want to build graphics for application user interfaces, the web, or any other medium.

The convenience and ease of editing vector graphics in Expression Design can be a cornerstone of your Windows Presentation Foundation (WPF), Microsoft Silverlight, and web images. Whether you’re a veteran professional illustrator, a designer building a dazzling website, or a budding artist eagerly experimenting with various styles and techniques, you will find Expression Design an indispensable tool for your creative tasks.

image

You can download Expression Design here.

Related

Microsoft Expression Web is also available for Free and can be downloaded from here.

For more information on Microsoft’s Expression product line, please see the Expression Website.

Enjoy!

Development

Microsoft Introduces modern.IE Tools & Resources to Help Developers Make Modern Web Sites

On Friday February 1, Microsoft launched modern.IE, which is a set of new tools and resources to help developers test their websites for the over 50% of internet users who run various versions of Internet Explorer. These tools also work with other modern browsers.

modern.IE includes a wizard that scans a Web page URL for common interoperability problems and suggests some ideas for how to address those issues to improve the user experience across modern and older browsers.”

sshot-413

“In a post to the Exploring IE blog, Microsoft general manager Ryan Gavin explained that modern.IE comes in the wake of many changes that have thoroughly modernized the company’s web browser. These changes include adopting automatic updates, the introduction of IE platform preview releases to get early developer feedback, and embracing modern web standards, “coupled with cutting edge performance and advanced touch capabilities.”

But modern.IE is designed to help developers overcome what is arguably the web’s biggest issue as a platform today: the proliferation of older versions of IE and other browsers makes it hard to develop modern web sites that work well across browsers. To that end, modern.IE provides three tools today, and Microsoft promises more are on the way. These include:

Code detection wizard. modern.IE has a wizard that scans for common coding practices that might prevent users from having their best experience on a site. Developers start by entering a webpage URL that they want to test and then the wizard reports on problems and provides recommendations.

Free Virtual Testing Service with BrowserStack. modern.IE includes special access to BrowserStack, a leading virtual browser testing site that lets developers test their site on any browser available on Windows, regardless of what OS their test machine is running. Best of all, developers who visit the site via modern.IE will receive three months of free service over the next year.

Best practices and sample code for cross-browser coding. modern.IE compiles the top 20 tech tips that address most of the compatibility issues developers have coding for the web and IE today.”

This looks really cool. Although it’s still in BETA, it’s given me plenty of information for my websites and what I can do to make them better experiences to my users.

modern.IE is available now. Go ahead and try it out for your self.

References