How the webmaster uses the IE8 accelerator

Source: Internet
Author: User
Keywords Accelerator IE8

Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall

IE8 released with a new feature: Accelerator (accelerator). I believe the friends who tried IE8 will not be unfamiliar to the accelerator. What is an accelerator?

We can see from here Microsoft's explanation of the accelerator: in any Web page, just highlight some text, and then click the Blue Accelerator icon that appears above the selection to get the route, translate and define the word, send the content to others by email, Start shopping and more of the other content services. From the point of view of my personal use, although the accelerator eliminates the complex copy and paste operation, so that browsing the web more convenient, seemingly accelerated the speed of browsing the web. However, I think this is more to increase the flow of a website accelerator. Because of this mechanism, we don't need to open the browser again and type some URLs into the address bar to make people more dependent on some websites. For a friend of the website operation, this will be an opportunity to increase traffic. At this point, you may wonder: can we make accelerators ourselves? The answer is yes and quite simple.

Open Microsoft's Official Accelerator Web site, we can see that there are many accelerators available, but unfortunately, these accelerators are too uniform, few are I need. So looked at the data, the original production accelerator is a soft persimmon, immediately open pinch. MSDN provides us with complete documentation: OpenService accelerators Developer Guide. In contrast to this guide, we will soon be able to make our own accelerator. www.findname.cn home on the accelerator I do, using IE 8 friends can click on the link page to add this accelerator.

My XML file format:

<?xml version= "1.0" encoding= "Utf-8"?>
<os:openservicedescription xmlns:os= "http://www.microsoft.com/schemas/openservicedescription/1.0" >
<os:homepageUrl>http://www.xxx.cn/</os:homepageUrl>
<os:display>
<os:name> Find Domain findname.cn</os:name>
<os:icon>http://www.xxx.cn/favicon.ico</os:icon>
<os:description> Find the domain name, find the favorite domain name, domain name information real-time query, found your favorite domain name findname.cn</os:description>
</os:display>
<os:activity category= "Find" >
<os:activityaction context= "Selection" >
<os:execute method= "Get" action= "http://www.xxx.cn/{selection}"/>
</os:activityAction>
</os:activity>
</os:openServiceDescription>

Replace the blue bold section with your own, {selection} is a keyword wildcard, and then add JavaScript events to the Web page. Like what:

onclick= "Window.external.AddService (' Http://www.xxx.cn/findname_e.xml ')"

After clicking, IE8 will automatically pop up the Add dialog box to add the accelerator

IE8 under the support of the means of investigation

  

  

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.