Presentation is loading. Please wait.

Presentation is loading. Please wait.

Разработка простого Visual Search для IE8

Similar presentations


Presentation on theme: "Разработка простого Visual Search для IE8"— Presentation transcript:

1

2 Разработка простого Visual Search для IE8
11/20/2018 6:10 PM Разработка простого Visual Search для IE8 Михаил Черномордиков Developer Evangelist, Microsoft © 2007 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.

3 Visual Search - ключевые факты
Поставщики поиска появились в IE7 Основываются на спецификации OpenSearch IE8 позволяет включать автоподсказки (suggestions), в том числе графические

4 Пример описания Visual Search
<?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns=" <ShortName>example Search</ShortName> <Url type="text/html" template=" ?q={searchTerms}" /> <Url type="application/x-suggestions+json" template=" ?q={searchTerms}"/> <Url type="application/x-suggestions+xml" template=" <Image height="16" width="16“ type="image/icon"> </Image> </OpenSearchDescription>

5 Визуальные подсказки <?xml version="1.0"?>
<SearchSuggestion> <Query>query</Query> <Section> <Item> <Text>Name</Text> <Url> <Description>My name</Description> <Image width="100" height="134" align="middle" source=" /> </Item> <Separator/> </Section> </SearchSuggestion> Page ContentType="text/xml" Language="C#" Culture="ru-RU" %> OutputCache Location="None" %>

6 Описание провайдера <link
rel="search" type="application/opensearchdescription+xml" href=" title="example Search" /> <a href="javascript:window.external.AddSearchProvider ('/opensearch.xml')"> Click here to add my search engine to IE8! </a>

7 Дополнительные настройки
Размер <Url type="application/x-suggestions+xml" template=" q={searchTerms}&src={referrer:source?}& maxwidth={maxWidth}&rowheight={rowHeight}&sectionHeight={sectionHeight}" /> Кодировка <SearchSuggestion> <InputEncoding>windows-1251</InputEncoding>

8 Полезные ссылки Раздел IE на TechDays Официальный блог команды IE (перевод) (оригинал) Центр разработки IE Cтатья Search Provider Extensibility

9 Разработка простого Visual Search для IE8
11/20/2018 6:10 PM Разработка простого Visual Search для IE8 Михаил Черномордиков Developer Evangelist, Microsoft © 2007 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.

10


Download ppt "Разработка простого Visual Search для IE8"

Similar presentations


Ads by Google