Pete LePage Senior Product Manager Microsoft Corporation WUX310.

Slides:



Advertisements
Similar presentations
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Advertisements

SOAP Because SOAP uses POST and POST is unsafe to cache *Except Data Caching.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Windows 8 (1) (2) (3) Windows 8 (1) (2) (3)
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Windows 7 Training. Windows ® 7 Compatibility Session 0 Isolation Isolation of Windows 7 Services.
© 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Feature: Purchase Requisitions - Requester © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Building Web APIs in Windows Azure Name Title Microsoft Corporation.
MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
 Karsten Januszewski Developer Microsoft Corporation PC55.
Internet Explorer 8 For Developers Gal Kogman BNL
Windows 7 Training Microsoft Confidential. Windows ® 7 Compatibility Version Checking.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Web Client Keyboard Shortcuts © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Ashish jaiman architect evangelist Microsoft
Session 1.
Built by Developers for Developers…. © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
 Rico Mariani Architect Microsoft Corporation.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Assign an Item to Multiple Sites © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Windows 8 (1) (2) (3) Windows 8 (1) (2) (3)
WinHEC /22/2017 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Connect with life Connect with life
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Suggested Item Enhancements – Sales Script and Additional Information © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows.
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

Jeff Neafsey Mobility Architect Microsoft Corporation WMB402.
customer.
Nik Kalyani Co-founder DotNetNuke Corporation WUX312.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Eric Carter Development Manager Microsoft Corporation OFC324.
demo Demo.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Feature: Suggested Item Enhancements – Analysis and Assignment © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and.
Users are moving towards web applications Content on the web is more personal & meaningful Development on the web is easier than the OS.
projekt202 © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
The CLR CoreCLRCoreCLR © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

J. Michael Palermo IV Director of Development Interface, USA WUX206.
demo User Signs Up Temporary Account is Created with Verification Link Sent User Clicks Link Account is Activated Login.Register(userName,
David B. Cross Product Unit Manager Microsoft Corporation Session Code: SIA303 Donny Rose Senior Program Manager.
Build /4/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
9/11/2018 5:53 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Sysinternals Tutorials
Title of Presentation 11/22/2018 3:34 PM
Jason Zander Unplugged
Title of Presentation 12/2/2018 3:48 PM
Tech Ed North America /1/2019 2:58 AM Required Slide
Tech·Ed North America /18/2019 4:15 PM
2010 Microsoft BI Conference
Building Silverlight Apps with RIA Services
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
A Lap Around Internet Explorer 9 For Developers
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
Title of Presentation 5/12/ :53 PM
Шитманов Дархан Қаражанұлы Тарих пәнінің
Lap Around the Windows Azure Platform
Title of Presentation 5/24/2019 1:26 PM
日本初公開!? Vista の新機能を実演 とっちゃん わんくま同盟 7/23/2019 9:09 AM
Title of Presentation 7/24/2019 8:53 PM
What’s New in Visual Studio 2012 for Web Developers
Presentation transcript:

Pete LePage Senior Product Manager Microsoft Corporation WUX310

Agenda What are we doing here? 300 Level Session What are they? Why do you want to use them? How would your users use them? How do you implement it? How do I deploy it?

New Services Accelerators, web slices & search providers Accelerators Provide your services from anywhere on the web Web Slices Bring pieces of your site directly to the user Search Providers Provide visual search and search suggestions Create a sticky connection to your user!

Design Principles Simplify a common user pattern Easy for publishers & web developers – no client-side code Works with existing services and sites

Search Providers: Your Favorite Search Engines with Suggestions

Open Search Descriptor My Custom Search <Url type="text/html” template=" <Url type="application/x-suggestions+json” template=" <Url type="application/x-suggestions+xml” template=" <ie:PreviewUrl type="text/html” template="

Adding Your Provider //check the user agent string if client is MSIE 8.0 //for more info: //check if service is already installed window.external.IsSearchProviderInstalled (‘ //if false, display button to add service window.external.AddSearchProvider (‘ ;

Writing Your Own Search Provider

Search Provider Resources Create Your Own Search Provider More Information about Search Descriptor Files Internet Explorer 8 Search Provider Extensibility

Accelerators: Your Favorite Services from Any Webpage

OpenService XML Description Serialize Content Serialize Content Navigate URL HTML Preview Accelerator Results in Situ Install Accelerator Select Content Select Accelerator Execute Accelerator Navigate to Service Accelerators Flow

Accelerators Format Main components of Accelerators Accelerators don’t do any manipulations Can do POST or GET requests Adding a Preview uses a 320x240 window Can send several parameters HighlightedText, {selection} DocumentName, {documentTitle} DocumentDomain, {documentDomain} DocumentHost, {documentHost} Link, {link} LinkText, {linkText} LinkRel, {linkRel} LinkType, {linkType} LinkDomain, {linkDomain} LinkHost, {linkHost}

OpenService Format Map with Live Maps

Accelerator Deployment //check the user agent string if client is MSIE 8.0 //for more info: //check if service is already installed window.external.IsServiceInstalled (‘ ‘category’); //if false, display button to add service window.external.AddService (‘ ;

Writing Your Own Accelerator

Accelerators Summary Accelerators are a light-weight way for users to have easy access to their favorites services from any web page 1.Think about ways to drive users to your site from any webpage: - lookup information (rating, similar information, etc.) - create new content - link sharing 2.Create an Accelerator using the OpenService Format Accelerators are designed to work with today’s services 3.Advertise your Accelerator on your website Installing an Accelerator requires no code deployment

Web Slices: Get Updates to Your Favorites Pieces of The Web

Web Slices

Basic Web Slice

Alternate Update Source

Alternate Display Source

Basic Example Amazon Kindle, Unopened Current bid: US $282.11

Web Slice Parameters hslice entry-title – the title of the feed item entry-content – the description of the feed item ttl – time-to-live value feedurl – alternative path to get updates endtime – the date in which the item is no longer relevant

Web Slices Network management Feed Download Engine checks for updates once a day by default (15 minutes max) Set time-to-live value Updates every 60 mins Provide alternative feed Direct download engine to different source for getting updates Subscribe

Web Slices Privacy and authentication Feeds enable opening web data to users and applications Web Slices are the same as feeds Data is cached on user’s local machine Expose private data through authentication Feeds Platform Auth Support: Persistent cookie based auth On expired cookies, click thru to clip page to re-auth Http based auth (Basic & Digest) Basic auth via SSL Uses saved credentials for background download On failure, user can click thru to page to “fix” problem NTLM (Corporate Scenarios)

Writing Your Own Web Slices

WebSlice Summary Web Slices are a lightweight way for users to stay in touch with your web content Start today: no client-side code required! user notification of updates entice users via preview to click-thru to site

Summary Connect users to your site through Accelerators and Web Slices

Sessions On-Demand & Community Resources for IT Professionals Resources for Developers Microsoft Certification and Training Resources Microsoft Certification & Training Resources Resources

Complete an evaluation on CommNet and enter to win!

© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.