Download presentation
Presentation is loading. Please wait.
Published byBeverley Gilbert Modified over 9 years ago
2
J. Michael Palermo IV Director of Development Interface, USA WUX206
3
Hidden Speaker Notes Some speakers at Microsoft like to use this slide for hidden “notes slides”. Delete it if you don’t want to use it. NEXT:
4
Agenda What are we doing here? 200 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?
5
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!
6
Design Principles Simplify a common user pattern Easy for publishers & web developers – no client-side code Works with existing services and sites
8
Search Providers: Your Favorite Search Engines with Suggestions
10
Open Search Descriptor My Custom Search <Url type="text/html” template="http://example.com/?q={searchTerms}&source=IE"/> http://example.com/mycustom.ico <Url type="application/x-suggestions+json” template="http://suggestions.example.com/?q={searchTerms}"/> <Url type="application/x-suggestions+xml” template="http://suggestions.example.com/?q={searchTerms}"/> <ie:PreviewUrl type="text/html” template="http://example.com/search?q={searchTerms}&ei=utf-8"/>
11
Adding Your Provider //check the user agent string if client is MSIE 8.0 //for more info: http://msdn2.microsoft.com/en-us/library/ms537509.aspx //check if service is already installed window.external.IsSearchProviderInstalled (‘http://example.com/SearchProvider.xml’); //if false, display button to add service window.external.AddSearchProvider (‘http://example.com/SearchProvider.xml’) ;
12
Writing Your Own Search Provider http://msdn.microsoft.com/en-us/library/cc848862(VS.85).aspx
13
Search Provider Resources Create Your Own Search Provider http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx More Information about Search Descriptor Files http://www.opensearch.org Internet Explorer 8 Search Provider Extensibility http://msdn.microsoft.com/en-us/library/cc848862(VS.85).aspx
15
Accelerators: Your Favorite Services from Any Webpage
17
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
18
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}
19
OpenService Format http://maps.live.com Map with Live Maps http://maps.live.com/favicon.ico
20
Accelerator Deployment //check the user agent string if client is MSIE 8.0 //for more info: http://msdn2.microsoft.com/en-us/library/ms537509.aspx //check if service is already installed window.external.IsServiceInstalled (‘http://example.com/Service.xml’, ‘category’); //if false, display button to add service window.external.AddService (‘http://example.com/Service.xml’) ;
21
Writing Your Own Accelerator http://msdn.microsoft.com/library/cc289775(VS.85).aspx
22
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
24
Web Slices: Get Updates to Your Favorites Pieces of The Web
25
Web Slices
26
Basic Web Slice
27
Alternate Update Source
28
Alternate Display Source
29
Basic Example Amazon Kindle, Unopened Current bid: US $282.11
30
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
31
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
32
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)
33
Writing Your Own Web Slices http://msdn.microsoft.com/en-us/library/cc196992.aspx
34
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
35
Summary Connect users to your site through Accelerators and Web Slices
37
www.microsoft.com/teched International Content & Community http://microsoft.com/technet Resources for IT Professionals http://microsoft.com/msdn Resources for Developers www.microsoft.com/learning Microsoft Certification & Training Resources Resources Required Slide Speakers, TechEd 2009 is not producing a DVD. Please announce that attendees can access session recordings from Tech-Ed website. These will only be available after the event. Required Slide Speakers, TechEd 2009 is not producing a DVD. Please announce that attendees can access session recordings from Tech-Ed website. These will only be available after the event. Tech ·Ed Africa 2009 sessions will be made available for download the week after the event from: www.tech-ed.co.zawww.tech-ed.co.za
38
Related Content Breakout Sessions (session codes and titles) Whiteboard Sessions (session codes and titles) Hands-on Labs (session codes and titles) Required Slide Speakers, please list the Breakout Sessions, TLC Interactive Theaters and Labs that are related to your session. Any queries, please check with your Track Owner. Required Slide Speakers, please list the Breakout Sessions, TLC Interactive Theaters and Labs that are related to your session. Any queries, please check with your Track Owner.
39
Required Slide Complete a session evaluation and enter to win! 10 pairs of MP3 sunglasses to be won
40
© 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. Required Slide
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.