WO2010025059A2 - Discovering alternative user experiences for websites - Google Patents

Discovering alternative user experiences for websites Download PDF

Info

Publication number
WO2010025059A2
WO2010025059A2 PCT/US2009/054226 US2009054226W WO2010025059A2 WO 2010025059 A2 WO2010025059 A2 WO 2010025059A2 US 2009054226 W US2009054226 W US 2009054226W WO 2010025059 A2 WO2010025059 A2 WO 2010025059A2
Authority
WO
WIPO (PCT)
Prior art keywords
alternative
application
user
act
experiences
Prior art date
Application number
PCT/US2009/054226
Other languages
English (en)
French (fr)
Other versions
WO2010025059A3 (en
Inventor
Jonathan C. Hawkins
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Priority to CN2009801341710A priority Critical patent/CN102132316B/zh
Priority to EP09810458A priority patent/EP2319000A4/en
Priority to JP2011525089A priority patent/JP5384646B2/ja
Priority to KR1020117004220A priority patent/KR101700458B1/ko
Publication of WO2010025059A2 publication Critical patent/WO2010025059A2/en
Publication of WO2010025059A3 publication Critical patent/WO2010025059A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/954Navigation, e.g. using categorised browsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/161Computing infrastructure, e.g. computer clusters, blade chassis or hardware partitioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Definitions

  • Computer systems and related technology affect many aspects of society. Indeed, the computer system's ability to process information has transformed the way we live and work. Computer systems now commonly perform a host of tasks (e.g., word processing, scheduling, accounting, etc.) that prior to the advent of the computer system were performed manually. More recently, computer systems have been coupled to one another and to other electronic devices to form both wired and wireless computer networks over which the computer systems and other electronic devices can transfer electronic data. Accordingly, the performance of many computing tasks are distributed across a number of different computer systems and/or a number of different computing environments. [0002] For example, on the Internet, computer systems often operate in a client/server arrangement. One computer system including a Web browser requests data from another computer system including a Web server.
  • HTTP Hypertext Transfer Protocol
  • WWW World Wide Web
  • HTTP is a request/response (or synchronous) protocol.
  • a Web browser requests information by submitting a Uniform Resource Locator ("URL") and a Website identified by the URL returns content (typically Hypertext Markup Language (“HTML”)) to the Web browser.
  • URL Uniform Resource Locator
  • HTTP Hypertext Markup Language
  • the Web browser interprets the content for presentation, such as, for example, through video and/or audio output devices.
  • Typical Web experiences are advantageous in that any computer system with a properly configured Web browser can access content from a Web site.
  • a Web browser essentially functions as a thin client to provide a small number of well-defined mechanisms for accessing and presenting content.
  • a Web server in response to a Web browser request, does virtually all of the processing to get data in an appropriate format (e.g., HTML) for presentation at a Web browser.
  • HTML e.g., HTML
  • this client/server arrangement also has a number of disadvantaged. For example, all interaction with an application is required to pass through a Web server. As a result, data (e.g., a URL) is sent to the server, the server responds, and other data (e.g., a Web page) is reloaded at a Web browser.
  • typical Web browser operation causes a synchronous (and sometimes slow) loop for user interactions, for example, limiting when Web site content can be presented.
  • a Web browser's small number of well-defined mechanisms for accessing and presenting content limits how and what types of content can be presented. For example, most Web browsers are not natively configured to present anything other than HTML data. The use of scripts can enhance presentation abilities to of a Web browser to some extent. However, data presentation still occurs within the Web browser and is limited to the Web browser environment.
  • a variety of applications often referred to as Rich Internet Applications (“RIAs") can provide alternative experiences with expanded or enhanced capabilities for accessing and presenting Internet-based content (sometimes outside of a Web browser).
  • RIAs utilize an intermediate software layer, sometimes referred to as a client engine, between a Web browser and Web server to circumvent Web browser limitations.
  • a RIA can be programmed to perform virtually any application function a designer believes will enhance some aspect of a user interface or improve its responsiveness when handling various user interactions (e.g., as compared to a standard Web browser implementation).
  • RIAs can provide benefits such as expanded user-interface behaviors not obtainable via HTML, increased responsiveness, client/server workload balancing, asynchronous communication (i.e., communication can occur without a user triggering a response/reply), and network efficiency.
  • RIAs can be executable (e.g., .exe) files, installation packages (e.g., .msi), or ZIP file installation packages.
  • a user typically has to read some Website or application specific HTML user- interface of an application to identify a link to an RIA. The use then clicks a specific button or link on the HTML page to trigger downloading and/or installing of an RIA.
  • the present invention extends to methods, systems, and computer program products for discovering alternative user experiences for Websites.
  • a Web browser submits a request for content to a Web site.
  • the Web browser receives responsive content responsive to the request from the Web site.
  • the Web browser determines that the responsive content includes a link to an application manifest.
  • the application manifest lists one or more alternative applications configured to access content from the Web site.
  • the Web browser indicates (e.g., through user-interface elements) that the Web site includes alternative application experiences.
  • the indication is presented in response to determining that the responsive content includes the link to the application manifest.
  • the Web browser receives a user indication of a user desire to retain the alternative application experiences listed in the application manifest.
  • the Web browser downloads components associated with the alternative application experiences to the computer system in response to the user indication.
  • the Web browser caches the downloaded components at the computer system to retain the alternative application experiences for subsequent use.
  • the Web browser indicates that the alternative user experiences are available through an alternative application center.
  • the alternative application center provides a common location for accessing alternative application experiences for different Web sites.
  • Figure IB illustrates an example computer architecture that facilitates activating an alternative user experience for a Website.
  • Figure 2 illustrates a flow chart of an example method for discovering alternative user experiences for Websites.
  • Figure 3 illustrates a portion of a Web browser user-interface for saving alternative user experiences for Web sites.
  • Figures 4A and 4B illustrate a portion of a user-interface for accessing and activating an alternative user experience for a Web site.
  • the present invention extends to methods, systems, and computer program products for discovering alternative user experiences for Websites.
  • a Web browser submits a request for content to a Web site.
  • the Web browser receives responsive content responsive to the request from the Web site.
  • the Web browser determines that the responsive content includes a link to an application manifest.
  • the application manifest lists one or more alternative applications configured to access content from the Web site.
  • the Web browser indicates (e.g., through user-interface elements) that the Web site includes alternative application experiences.
  • the indication is presented in response to determining that the responsive content includes the link to the application manifest.
  • the Web browser receives a user indication of a user desire to retain the alternative application experiences listed in the application manifest.
  • the Web browser downloads components associated with the alternative application experiences to the computer system in response to the user indication.
  • the Web browser caches the downloaded components at the computer system to retain the alternative application experiences for subsequent use.
  • the Web browser indicates that the alternative user experiences are available through an alternative application center.
  • the alternative application center provides a common location for accessing alternative application experiences for different Web sites.
  • Embodiments of the present invention may comprise or utilize a special purpose or general-purpose computer including computer hardware, as discussed in greater detail below.
  • Embodiments within the scope of the present invention also include physical and other computer-readable media for carrying or storing computer-executable instructions and/or data structures.
  • Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer system.
  • Computer-readable media that store computer- executable instructions are physical storage media.
  • Computer-readable media that carry computer-executable instructions are transmission media.
  • embodiments of the invention can comprise at least two distinctly different kinds of computer-readable media: physical storage media and transmission media.
  • Physical storage media includes RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
  • a "network” is defined as one or more data links that enable the transport of electronic data between computer systems and/or modules and/or other electronic devices.
  • a network or another communications connection can include a network and/or data links which can be used to carry or desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer. Combinations of the above should also be included within the scope of computer-readable media.
  • program code means in the form of computer-executable instructions or data structures can be transferred automatically from transmission media to physical storage media (or vice versa).
  • computer-executable instructions or data structures received over a network or data link can be buffered in RAM within a network interface module (e.g., a "NIC"), and then eventually transferred to computer system RAM and/or to less volatile physical storage media at a computer system.
  • a network interface module e.g., a "NIC”
  • NIC network interface module
  • physical storage media can be included in computer system components that also (or even primarily) utilize transmission media.
  • Computer-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions.
  • the computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code.
  • the invention may be practiced in network computing environments with many types of computer system configurations, including, personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, pagers, routers, switches, and the like.
  • the invention may also be practiced in distributed system environments where local and remote computer systems, which are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, both perform tasks.
  • program modules may be located in both local and remote memory storage devices.
  • Figure IA illustrates an example computer architecture 100 that facilitates discovering alternative user experiences for Websites.
  • computer architecture 100 includes computer system 101 and computer system 102. Each of the depicted computer systems is connected to one another over (or is part of) a network, such as, for example, a Local Area Network ("LAN”), a Wide Area Network (“WAN”), and even the Internet.
  • LAN Local Area Network
  • WAN Wide Area Network
  • each of the depicted computer systems as well as any other connected computer systems and their components can create message related data and exchange message related data (e.g., Internet Protocol (“IP”) datagrams and other higher layer protocols that utilize IP datagrams, such as, Transmission Control Protocol (“TCP”), Hypertext Transfer Protocol (“HTTP”), Simple Mail Transfer Protocol (“SMTP”), etc.) over the network.
  • IP Internet Protocol
  • TCP Transmission Control Protocol
  • HTTP Hypertext Transfer Protocol
  • SMTP Simple Mail Transfer Protocol
  • Computer system 101 includes Web browser 102, alternative application center 104, and alternative application cache 106.
  • Web browser 102 is configured to interact with Web sites to send Web-based data to and receive Web- based data from Web sites (e.g., in HTTP messages, such as, for example, HTTP GET, HTTP HEAD, HTTP POST, HTTP PUT, etc.) and to present Web-based data through a user- interface.
  • Web browser 102 also includes sticky user- interface control 103.
  • Sticky user- interface control 103 can activate (or "light up") when a received message indicates that a Web site has alternative user experiences. A user can then select sticky user- interface control 103 to save or "make sticky" alternative user experiences for Web sites, potentially facilitating use of alternative user experiences when off line.
  • Alternative application center 104 provides a user-interface for accessing safe alternative user experiences.
  • Alternative application cache 106 is configured to store data for alternative user experiences. When an alternative user experience is saved, data for the alternative user experience can be downloaded to computer system 101 and stored in alternative application cache 106.
  • Alternative application center 104 can visual present (e.g., as icons) alternative user experiences stored in alternative application cached 106 to a user. A user can select an alternative user experience from the list to active the alternative user experience (either acting with the alternative user experience directly or through alternative application center 104).
  • Computer system 111 includes Web server 112.
  • Web server 112 is configured to manage content for one or more Websites.
  • Web server 112 can interact with Web browsers and alternative applications to send Web-based data to and receive Web-based data from Web browsers and alternative applications (e.g., in HTTP messages including HTML data).
  • Computer system can return Web- based data from storage 113 in response to data requests received at Web server 112.
  • Responses to data requests can include content from content 114 and/or links to alternative user experiences in alternative applications 116.
  • Web server 112 can include links to any alternative user experiences when returning Web-based data to a Web browser.
  • Web server 112 can include a link element in an HTML header of a HTML message.
  • the link element can link to data (e.g., in alternative applications 116) for activating alternative user experiences provided by Web server 112.
  • a Web browser such as, for example, Web browser 102, can activate a user-interface control, such as, for example, sticky user-interface control 103, in response to detecting a link element to an alternative user experience in other received data, such as, for example, in an HTML header.
  • Figure 2 illustrates a flow chart of an example method 200 for discovering alternative user experiences for Websites. The method 200 will be described with respect to the components and data of computer architecture 100.
  • Method 200 includes an act of submitting a request for content to a Web site (act 201).
  • Web browser 102 can submit request 121 (e.g., an HTTP GET containing a URL for Web server 112) to Web server 112.
  • request 121 e.g., an HTTP GET containing a URL for Web server 112
  • Method 200 includes an act of receiving responsive content responsive to the request from the Web site (act 202).
  • Web browser 102 can receive response 122 responsive to request 121.
  • response 122 includes header 123 and body 126.
  • Header 123 and body 126 can be the header and body of an HTML message respectively.
  • Body 126 can contain content responsive to request 121.
  • header 126 can contain information about response 122 including title, keywords, and other information that is not necessarily considered content.
  • header 126 also includes manifest link 124.
  • Web server 112 can embed manifest link 124 in header 123 prior to sending response 122.
  • Manifest link 124 can be of the format: ⁇ head>
  • the link element includes attribute/value pairs conveying relationship information for accessing an alternative user experience for accessing content 114.
  • RIA Rich Internet Application
  • the "application/localria" type can be managed between Web browser 102 and Web server 112 and/or can be registered as a content type, such as, for example, a Mime Type, for expanded use.
  • a title attribute can be used to provide advisory information about the link element.
  • the value of the title attribute can provided as a user tool tip at a Web browser.
  • Web browser 102 can display the word "Applications" when hovering over a user-interface element presented as part of body 126.
  • Method 200 includes an act of determining that the responsive content includes a link to an application manifest, the application manifest listing one or more alternative applications configured to access content from the Web site (act 203).
  • Web browser 102 can determine that response 122 includes manifest link 124.
  • Manifest link 124 can link to a portion of alternative applications 116 (e.g., "local.xml") that lists one or more alternative applications configured to access content from Web server 112.
  • Method 200 includes an act of indicating at the Web browser that the Web site includes alternative application experiences in response to determining that the responsive content includes the link to the application manifest.
  • Web server 102 can active or "light up" sticky user- interface control 103 in response to determining that response 122 includes manifest link 124.
  • FIG 3 depicts a portion of a Web browser user-interface 300.
  • Web browser user-interface 300 can facilitate saving alternative user experiences for Web sites.
  • the functionality of Web browser user-interface 300 can be provided at Web browser 102.
  • address field 301 e.g., for submitting URLs
  • search field 306 for searching received content
  • home page control 302 for returning to a designated home page
  • print control 304 for printing received content
  • Web browser user- interface 300 can also include sticky user-interface control 103 for making an alternative user experiences (e.g., RIAs) sticky at computer system 101.
  • Method 200 includes an act of receiving a user indication of a user desire to retain the alternative application experiences listed in the application manifest (act 204).
  • Web browser 102 can receive user-input 107 selecting sticky user- interface control 103.
  • Method 200 includes an act of downloading components associated with the alternative application experiences to the computer system in response to the user indication (act 205). For example, selection of sticky user-interface control 103 can cause Web browser 102 to utilize manifest link 124 to send alternative application request 127 to Web server 112.
  • Alternative application request 127 can be a request for a portion of alternative applications 116, such as, for example, "local.xml”.
  • Web server 112 can pull alternative application manifest 128 (e.g, "local.xml”) from alternative applications 116 and provide alternative application manifest 128 to Web browser 102.
  • an alternative application is made sticky in an alternative application center by caching the application user experience (XAML, Image, Media), code DLLs and the necessary application reference data.
  • the application can be packaged using a simple ZIP like file format with simple "sticky" manifest.
  • alternative application manifest 128 can be of the format:
  • the manifest also includes multiple hosts sections. Each host section represents an alternative application including an application type, such as, for example, ria-local, clickonce, ria-device, gadget-sidebar, gadget-list, gadget-w3C, etc. Within each hosts section, a list of application resources (e.g., "ClientBin.TVSticky.xap", TVSticky.
  • Method 200 includes an act of caching the downloaded components at the computer system to retain the alternative application experiences for subsequent use (act 206).
  • computer system 101 can cache components identified in alternative application manifest 128 (and/or provided by Web server 112) in alternative application cache 106.
  • Cached components can include resources as well as configuration information indicated in alternative application manifest 128. These components can be grouped together and stored as application data 141.
  • computer system 101 may request further components from Web server 112 (e.g., using URLs contained in alternative application manifest 128).
  • computer system 101 can send component request 129 to Web serer 112.
  • Web server 112 can identify alternative application components 131 as relevant to the activation and use of alternative applications in alternative application manifest 128.
  • Web server 112 can provide alternative application components 131 to computer system 101 for caching. These components can be grouped into application data 141 for storage in alternative application cache 106.
  • Method 200 includes an act of indicating that the alternative user experiences are available through an alternative application center at the computer system, the alternative application center providing a common location for accessing alternative application experiences for different Web sites (act 207). For example, the availability of alternative user experiences for accessing content 114 can be indicated through alternative application center 104.
  • Figures 4A and 4B illustrate a portion of a user- interface 400 for accessing and activating an alternative user experience for a Web site.
  • alternative application control center 104 can be represented as a user- interface control in user-interface 400.
  • selection of the user-interface control can cause a listing of available alternative user experiences cached in alternative application cache 106 to be presented.
  • a user can choose to make a RIA have a "sticky presence" on their machine. Sticky in the sense the application code and data resources for activating the application are locally cached. A sticky presence RIA is an alternative application that may reuse many of the code and UI assets of the in browser RIA.
  • embodiments of the invention permit a uses to navigate to a Web page that has an Alternative Application or "Sticky” RIA (e.g., an .EXE application, .MSI installation package, or ZIP file installation package) for the web site.
  • an Alternative Application or "Sticky” RIA e.g., an .EXE application, .MSI installation package, or ZIP file installation package
  • a "Make Sticky" button in the browser toolbar can be activated. A user can then click on the button and may be asked to confirm their action.
  • the Alternative Application or "Sticky” RIA can be installed to the RIA Center.
  • a Web developer can customize the user experience of making an alternative application "sticky”.
  • a Web devloper can add a user- interface control, such as, for example, a button to their application.
  • a user- interface control such as, for example, a button
  • a LocalApplication.Install API can be called, passing a URL to the sticky manfiest.
  • a Web developer provides a ⁇ link> element in the ⁇ head> of the HTML web page, the user can drag and drop the web page (from address bar) to the RIA Center.
  • Figure IB illustrates a portion of computer architecture 100 that facilitates activating an alternative user experience for a Website. As depicted, Figure IB includes computer system 101 and computer system 111. In response to user-input 147 (input selecting an alternative application for activation) alternative application control center loads cached data 141 from alternative application cache 106.
  • Alternative application control center 104 the process the application data 141 to activate alternative application 142.
  • Alternative application 142 can request Web-based data from Web server 112.
  • Alternative application 142 can send request 151 to Web server 112.
  • Request 151 can be a request for a portion of content 114 (e.g., the content included in body 126 or some other Web-based data).
  • Web server 112 can return Web-based data to alternative application 142.
  • Web server 112 can return content 164 to alternative application 142.
  • Alternative application 142 can present content 164 at a user- interface.
  • the present invention may be embodied in other specific forms without departing from its spirit or essential characteristics.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Business, Economics & Management (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Tourism & Hospitality (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Mathematical Physics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
PCT/US2009/054226 2008-08-28 2009-08-18 Discovering alternative user experiences for websites WO2010025059A2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN2009801341710A CN102132316B (zh) 2008-08-28 2009-08-18 用于发现网站的替换用户体验的方法和装置
EP09810458A EP2319000A4 (en) 2008-08-28 2009-08-18 DISCOVERING ALTERNATIVE USER EXPERIENCES FOR WEBSITES
JP2011525089A JP5384646B2 (ja) 2008-08-28 2009-08-18 ウェブサイトについての代替ユーザエクスペリエンスを発見する方法
KR1020117004220A KR101700458B1 (ko) 2008-08-28 2009-08-18 웹 사이트에 대한 대체적인 사용자 경험 검색

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/200,167 US8065617B2 (en) 2008-08-28 2008-08-28 Discovering alternative user experiences for websites
US12/200,167 2008-08-28

Publications (2)

Publication Number Publication Date
WO2010025059A2 true WO2010025059A2 (en) 2010-03-04
WO2010025059A3 WO2010025059A3 (en) 2010-05-20

Family

ID=41722226

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2009/054226 WO2010025059A2 (en) 2008-08-28 2009-08-18 Discovering alternative user experiences for websites

Country Status (6)

Country Link
US (2) US8065617B2 (ja)
EP (1) EP2319000A4 (ja)
JP (1) JP5384646B2 (ja)
KR (1) KR101700458B1 (ja)
CN (1) CN102132316B (ja)
WO (1) WO2010025059A2 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9329851B2 (en) 2011-09-09 2016-05-03 Microsoft Technology Licensing, Llc Browser-based discovery and application switching

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI474275B (zh) * 2009-06-23 2015-02-21 Univ Yuan Ze 一種即時互動的12-導程心電圖波形量測暨文件編輯資訊系統
US8769391B2 (en) 2009-08-24 2014-07-01 Adobe Systems Incorporated Application broker
KR101800744B1 (ko) * 2011-03-07 2017-11-24 삼성전자주식회사 어플리케이션과 브라우저 연동 방법 및 그 장치
US9823917B2 (en) * 2011-10-20 2017-11-21 Facebook, Inc. Update application user interfaces on client devices
KR101642209B1 (ko) * 2011-12-21 2016-07-22 인텔 코포레이션 컴퓨팅 및 논-컴퓨팅 디바이스의 프록시 유저 인터페이스 기반 원격 관리 및 제어를 가능하게 하는 메커니즘
US9075877B2 (en) * 2012-06-29 2015-07-07 Citrix Systems Inc. System and method for transparent in-network adaptation of rich internet applications
CN103546513B (zh) * 2012-07-13 2016-12-21 阿里巴巴集团控股有限公司 一种客户端页面间通信的方法及装置
US9450824B2 (en) 2014-02-04 2016-09-20 Wipro Limited Systems and methods for smart request processing
CN103902184A (zh) * 2014-04-08 2014-07-02 联想(北京)有限公司 电子设备的控制方法、控制装置及电子设备
KR101684278B1 (ko) * 2015-10-30 2016-12-08 주식회사 컨시어지소프트 응용프로그램 제어 장치를 이용한 응용프로그램 제어 방법

Family Cites Families (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6125384A (en) 1996-12-23 2000-09-26 International Business Machines Corporation Computer apparatus and method for communicating between software applications and computers on the world-wide web
US6266681B1 (en) * 1997-04-08 2001-07-24 Network Commerce Inc. Method and system for inserting code to conditionally incorporate a user interface component in an HTML document
US7143358B1 (en) 1998-12-23 2006-11-28 Yuen Henry C Virtual world internet web site using common and user-specific metrics
US20050257128A1 (en) * 1999-12-09 2005-11-17 Simple.Com. WWW browser configured to provide a windowed content manifestation environment
US6734886B1 (en) 1999-12-21 2004-05-11 Personalpath Systems, Inc. Method of customizing a browsing experience on a world-wide-web site
AU1612801A (en) 1999-12-30 2001-07-16 General Electric Company Web site consumer attention capturing system and method
US7313588B1 (en) 2000-07-13 2007-12-25 Biap Systems, Inc. Locally executing software agent for retrieving remote content and method for creation and use of the agent
JP2002189600A (ja) * 2000-12-21 2002-07-05 Intec Inc Webブラウザからのアプリケーション実行方法
JP2002218107A (ja) * 2001-01-15 2002-08-02 Yamaha Corp 通信端末装置及びその制御方法、サーバ装置及びその制御方法、並びに記憶媒体
US20020109713A1 (en) 2001-02-14 2002-08-15 Daniel Carchidi Intelligent internet site method and system
US7099870B2 (en) 2001-11-09 2006-08-29 Academia Sinica Personalized web page
JP2003303152A (ja) * 2002-02-08 2003-10-24 Matsushita Electric Ind Co Ltd コンテンツ送信システム
CN1209723C (zh) * 2002-04-28 2005-07-06 上海友讯网络资讯有限公司 可自由组合的虚拟形象虚拟场景的形成方法
US20040237082A1 (en) * 2003-05-22 2004-11-25 Alcazar Mark A. System, method, and API for progressively installing software application
US7873668B2 (en) 2003-08-15 2011-01-18 Laszlo Systems, Inc. Application data binding
US7865511B2 (en) * 2004-06-25 2011-01-04 Apple Inc. News feed browser
US7296025B2 (en) 2004-10-21 2007-11-13 Createthe, Llc System and method for managing creative assets via a rich user client interface
KR100755697B1 (ko) * 2005-11-09 2007-09-05 삼성전자주식회사 소프트웨어 설치 방법, 장치, 및 시스템
US8280843B2 (en) 2006-03-03 2012-10-02 Microsoft Corporation RSS data-processing object
US8150840B2 (en) 2006-04-19 2012-04-03 Hewlett-Packard Development Company, L.P. Dynamic RSS services
US7650390B2 (en) * 2006-06-01 2010-01-19 Roam Data Inc System and method for playing rich internet applications in remote computing devices
US8160232B2 (en) * 2006-08-31 2012-04-17 Kana Software, Inc. Dynamic message context driven application assembly for customer service agent productivity applications
US7814234B2 (en) * 2006-10-30 2010-10-12 Microsoft Corporation Offline execution of web based applications
KR101425029B1 (ko) * 2007-06-29 2014-07-31 삼성전자주식회사 Ria를 이용하여 파일정보를 송수신하는 화상형성장치 및그 정보처리방법
US20100005403A1 (en) * 2008-07-02 2010-01-07 Rozmaryn Gadiel Z Monitoring viewable times of webpage elements on single webpages

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of EP2319000A4 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9329851B2 (en) 2011-09-09 2016-05-03 Microsoft Technology Licensing, Llc Browser-based discovery and application switching

Also Published As

Publication number Publication date
JP5384646B2 (ja) 2014-01-08
CN102132316B (zh) 2013-06-05
EP2319000A4 (en) 2012-01-18
KR101700458B1 (ko) 2017-01-26
WO2010025059A3 (en) 2010-05-20
US8065617B2 (en) 2011-11-22
US20120060079A1 (en) 2012-03-08
KR20110063633A (ko) 2011-06-13
EP2319000A2 (en) 2011-05-11
JP2012501498A (ja) 2012-01-19
CN102132316A (zh) 2011-07-20
US20100058191A1 (en) 2010-03-04

Similar Documents

Publication Publication Date Title
US8065617B2 (en) Discovering alternative user experiences for websites
US7865544B2 (en) Method and system for providing XML-based asynchronous and interactive feeds for web applications
KR101433981B1 (ko) 웹 기반 애플리케이션의 오프라인 실행
US8793347B2 (en) System and method for providing virtual web access
US8001551B2 (en) Providing localized resources for client-side script execution
US7698256B1 (en) History support for stateless Javascript Web client
US8424004B2 (en) High performance script behavior detection through browser shimming
US8621092B2 (en) Remote portlet consumer with enhanced resource URL processing
US20050108418A1 (en) Method and system for updating/reloading the content of pages browsed over a network
US20110035553A1 (en) Method and system for cache management
EP2264618A1 (en) Virtual machine web browser
WO2009045944A2 (en) Dynamic sitemap creation
US20120054327A1 (en) Site redirection
CN105528369B (zh) 网页转码方法、装置以及服务器
US20080172396A1 (en) Retrieving Dated Content From A Website
JP2008502038A (ja) 1つの選択可能なウェブ・プロジェクトとしての、複数のブラウザ・インスタンスの保存
US20080275963A1 (en) Dynamically Modifying A Universal Resource Indicator
US20020047863A1 (en) Method and system for creating software applications in a visual development environment
Harrison et al. Package ‘RSelenium’
US20060075069A1 (en) Method and system to provide message communication between different application clients running on a desktop
US20110295966A1 (en) Methods, systems, and computer program products for processing a combined command response based on a markup element
US20020194327A1 (en) Method for sensing the status of a client from a server
US20110295932A1 (en) Methods, systems, and computer program products for processing an attached command response based on a markup element
TW535071B (en) Method computer system and computer program product for updating a web page
CN117520629A (zh) 一种基于服务器端渲染网页技术的seo方案及相关装置

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200980134171.0

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09810458

Country of ref document: EP

Kind code of ref document: A2

WWE Wipo information: entry into national phase

Ref document number: 2009810458

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 20117004220

Country of ref document: KR

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 2011525089

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE