Tutorials Forums
     Tutorials Videos
        Sign Up Now For FREE

Microsoft

Blog-Main
29
June
2011

Internet Explorer 10 Platform Preview 2
5.0/5 rating (1 votes)

Untitled document

                                   wmvformatMPEGformatIPODformat

Ari Bixhorn provides a quick look at a demo of Web Workers.  This sample and the second IE10 Platform preview are available on the 
IE Test Drive.   
02
June
2011

Previewing ‘Windows 8’
5.0/5 rating (1 votes)

Untitled document

Today, at the D9 Conference, we demonstrated the next generation of Windows, internally code-named “Windows 8,” for the first time. Windows 8 is a reimagining of Windows, from the chip to the interface. A Windows 8-based PC is really a new kind of device, one that scales from touch-only small screens through to large screens, with or without a keyboard and mouse.

The demo showed some of the ways we’ve reimagined the interface for a new generation of touch-centric hardware. Fast, fluid and dynamic, the experience has been transformed while keeping the power, flexibility and connectivity of Windows intact.

Here are a few aspects of the new interface we showed today:

Fast launching of apps from a tile-based Start screen, which replaces the Windows Start menu with a customizable, scalable full-screen view of apps.

Live tiles with notifications, showing always up-to-date information from your apps.

Fluid, natural switching between running apps.

Convenient ability to snap and resize an app to the side of the screen, so you can really multitask using the capabilities of Windows.

Web-connected and Web-powered apps built using HTML5 and JavaScript that have access to the full power of the PC.

Fully touch-optimized browsing, with all the power of hardware-accelerated Internet Explorer 10.

We also showed effortless movement between existing Windows programs and new Windows 8 apps. The full capabilities of Windows continue to be available to you, including the Windows Explorer and Desktop, as does compatibility with all Windows 7 logo PCs, software and peripherals.

01
June
2011

Hot Apps: Hydro Thunder GO, DNA Roulette, Easy Animator, Apple Bin, Grandma's Secrets
5.0/5 rating (1 votes)

Untitled document

                      wmvformatMPEGformatIPODformat


Hot Apps will feature 5 of the hottest apps each week for the Windows Phone 7. In this episode Laura takes a look at:

  • Hydro Thunder GO
  • DNA Roulette
  • Easy Animator
  • Apple Bin
  • Grandma's Secrets
29
May
2011

Internet Explorer 9 Now Available in 93 Languages
5.0/5 rating (1 votes)

Untitled document

Internet Explorer 9 is now available in more local languages than any other browser on Windows. Today, we released support for IE9 in 53 additional languages, making IE9 available in a total of 93 languages:

Bar chart showing language availability of five browsers. IE9, 93; Firefox 4, 86; Chrome 11, 45; Opera 11.0, 44; Safari 5, 16.

Please visit the Worldwide downloads page to download IE9 in a language of your choice. Here’s the complete list of languages Internet Explorer 9 is available in, starting with the originally released 40 and followed by the 53 new languages in blue:

28
May
2011

Trigger Started Services on Windows 7
5.0/5 rating (1 votes)

Untitled document

                  wmvformatMPEGformatIPODformat


Trigger started services are services in Windows 7 or Windows Server 2008 R2 that can register to be started or stopped when a trigger event occurs. This eliminates the need for services to start when the system starts, or for services to poll or actively wait for an event; a service can start when it is needed, instead of starting automatically whether or not there is work to do. Examples of predefined trigger events include arrival of a device of a specified device interface class or availability of a particular firewall port. A service can also register for a custom trigger event generated by an Event Tracing for Windows (ETW) provider.

In this screencast, Kate Gregory (@gregcons) provides an overview of trigger started services on Windows 7 via the Windows API Code Pack, a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.