Activities are a way in which a user can access data from one webpage and invoke services of their choice provided by, for example, a service provider. For example, a user may select an address on one webpage, copy it and then select an activity called “map”. The copied data can then be sent to a mapping service provider via the Web which, in turn, returns a displayable map for the user. Today activities only operate on unstructured data—i.e. data that can be considered as a text “blob” that is selected and copied by the user.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
Various embodiments can enable a webpage publisher to describe structured data on a webpage in a manner that enables a Web browser to intelligently present activities that pertain to user selections relative to the structured data appearing on the webpage. In at least some embodiments, a webpage publisher can provide markup that identifies structured data on a webpage. A service provider can provide a representation that describes the types of structured data in which it is interested, and how to handle the structured data responsive to a user selection. The Web browser can then use the markup in the webpage and the service provider's representation to identify activities associated with structured data selected by the user.
In at least some embodiments, activities can be presented to the user via a user interface in which activities associated with structured data are presented along with activities that are associated with unstructured data in an ordered form. In at least some embodiments, activities associated with structured data can be ordered and presented higher in a list than those activities that are associated with unstructured data.
Some embodiments can enable a user to make a partial selection within data comprising structured data in order to invoke presentation of activities associated with the structured data.
The same numbers are used throughout the drawings to reference like features.
Various embodiments can enable a webpage publisher to describe structured data on a webpage in a manner that enables a Web browser to intelligently present activities that pertain to user selections relative to the structured data appearing on the webpage. In at least some embodiments, a webpage publisher can provide markup that identifies structured data on a webpage. A service provider can provide a representation that describes the types of structured data in which it is interested, and how to handle the structured data responsive to a user selection. The Web browser can then use the markup in the webpage and the service provider's representation to identify activities associated with structured data selected by the user.
In at least some embodiments, activities can be presented to the user via a user interface in which activities associated with structured data are presented along with activities that are associated with unstructured data in an ordered form. In at least some embodiments, activities associated with structured data can be ordered and presented higher in a list than those activities that are associated with unstructured data.
Some embodiments can enable a user to make a partial selection within data comprising structured data in order to invoke presentation of activities associated with the structured data. For example, a user may partially select an address associated with a location. By virtue of the fact that the address is annotated as structured data, various parameters which may not have been selected by the user can, nonetheless, be sent to a service provider so that a relevant activity can be performed relative to the structured data.
In the discussion that follows, a section entitled “Operating Environment” describes but one environment in which the various embodiments can be employed. Following this, a section entitled “Example Structured Data Description” describes an example structured data description in accordance with one or more embodiments. Following this, a section entitled “Example User Interface” describes an example user interface in accordance with one or more embodiments. Next, a section entitled “Example Methods” describes example methods in accordance with one or more embodiments. Following this, a section entitled “Extensions” describes various extensions in accordance with one or more embodiments. Last, a section entitled “Example System” is provided and describes an example system that can be used to implement one or more embodiments.
Operating Environment
The computer-readable media can include, by way of example and not limitation, all forms of volatile and non-volatile memory and/or storage media that are typically associated with a computing device. Such media can include ROM, RAM, flash memory, hard disk, removable media and the like. One specific example of a computing device is shown and described below in
In addition, environment 100 includes a network 112, such as the Internet, one or more webpage publishers 113 and one or more service providers 114. In the illustrated and described embodiments, a webpage publisher can provide a description of structured data appearing on an authored webpage. Such description can be provided through a webpage's markup. A service provider can provide a description of structured data of interest, along with relevant parameters that are to be sent to the service provider upon invocation of an activity associated with the structured data. Thus, a webpage publisher 113 can describe structured data on a webpage in a manner that enables a Web browser to intelligently present activities that pertain to user selections relative to the structured data appearing on the webpage. In at least some embodiments, the service provider's description or representation can comprise XML markup that identifies structured data of interest that can appear on a webpage, parameters associated with data that can be used to provide an activity, and an address to which to send the data. Using the XML markup, the Web browser can provide various parameters to a service provider offering activities that pertain to the structured data.
In at least some embodiments, activities can be presented to user a via a user interface in which activities associated with structured data are presented along with activities that are associated with unstructured data in an ordered form. In at least some embodiments, activities associated with structured data can be ordered and presented higher in a list than those activities that are associated with unstructured data. Additionally, some embodiments can enable a user to make a partial selection within data comprising structured data in order to invoke presentation of activities associated with the structured data. For example, a user may partially select an address associated with a location. By virtue of the fact that the address is annotated as structured data, various parameters which may not have been selected by the user can, nonetheless, be sent to a service provider so that a relevant activity can be performed relative to the structured data.
Computing device 102 can be embodied as any suitable computing device such as, by way of example and not limitation, a desktop computer, a portable computer, a handheld computer such as a personal digital assistant (PDA), cell phone, and the like.
Having considered an example operating environment, consider now a discussion of a structured data description that can be processed by an activity description processor such as activity description processor 111.
As noted above, a webpage publisher such as webpage publisher 113 can provide a description of structured data that appears on a webpage that they have authored. This description can appear in a webpage's markup. This markup informs the Web browser that there is structured data on a particular webpage.
A structured data description, separately provided by a service provider, can describe structured data of interest, relevant parameters associated with the structured data of interest, and an address to which to send data responsive to a user selection. In at least some embodiments, the structured data description can also provide information on how to process unstructured data that has been selected by the user. There may be multiple different service providers that have provided a structured data description that expresses an interest in the same structured data. The relevant parameters can then be used by a Web browser to invoke an activity provided by a service provider upon a user selection. Specifically, when a user makes a selection within a particular webpage, the Web browser can ascertain whether the user's selection is associated with structured data that is described in one or more structured data descriptions. If a user's selection is associated with structured data that is described in one or more structured data descriptions, then corresponding activities can be displayed in a user interface for a user to select. Upon selection of a corresponding activity, associated relevant parameters that are also described in the structured data description can be sent to a particular service provider associated with the selected activity. The service provider can then perform the activity and return whatever data is appropriate for the performed activity.
In addition, the structured data description can, but need not, describe parameters associated with unstructured data that can be the subject of an activity performed by a service provider. In those instances when a user's selection impacts both structured and unstructured data, the presented user interface can list for the user activities associated with both structured and unstructured data. Of course, in those instances where a user's selection does not impact unstructured data, the user interface can be used to present those activities that are associated with structured data.
Structured data refers to data that is in a format that can be utilized by the activity description processor 111. Structured data can be formatted in accordance with known or subsequently developed structured data standards, such as Extensible Markup Language (XML) or HyperText Markup Language (HTML). For example, the structured data can be described in a web page's HTML in a manner that identifies the data's particular data type. Specifically, in one or more embodiments, HTML tags can be utilized to associate a data type with a particular instance of data. Alternately or additionally, structured data can be formatted using other standards, both public and private without departing from the spirit and scope of the claimed subject matter.
An example of a structured data description that can be provided by a service provider appears just below. In the illustrated and described embodiment, structured data is described using an XML format. In the example just below, both structured and unstructured data that can appear on a webpage is described. Of course, it is possible for one or both of structured and unstructured data to be described.
In the description just above, both structured and unstructured data are described. In the XML excerpt just above, starting from the bottom, there is a context=“selection” that appears in the <activityAction> tag. This portion of the XML provides an address (in the <execute> tag) to which data is to be sent, along with parameters specified by a service provider, that are to be sent to them by a Web browser. In the parameters section, there is a {selection} variable that the Web browser fills in at the time of execution. The value inserted for {selection} is defined by a user's selection. For example, if the user selects an address and clicks a map activity, the browser makes an HTTP GET request and inserts the user's selection in the {selection} variable. This allows the service provider to execute the map activity on the data that is received responsive to the user's selection. This section is used for selections that pertain to unstructured data or data that is not marked up to indicate it as structured.
If, on the other hand, the user's selection pertains to structured data, in at least some embodiments, much more granular data can be sent to the service provider as specified in the XML. For example, using the above XML excerpt, if a publisher marks up the content in a particular way such as, for example, using “address” (which indicates structured data in the form of an address) in the first-appearing <activityAction> tag, then the service provider can specify specific variables they wish to be sent. For example, in the present XML excerpt, the service provider has specified parameters that include street address, region, and postal-code (or ZIP code).
In some cases, as noted above, the XML representation can include either or both of structured or unstructured data representations.
Having discussed an example structured data representation, consider now a discussion of an example user interface that can be utilized to display, for a user, activities that pertain to a user's selection.
In some embodiments, a user may have selected less than the entire address such as, for example, clicking and dragging their cursor across the first line of the address. In these instances, the Web browser can recognize that the user may have intended to select the entire address. Since the user may have intended to select the entire address and, since the address has been marked up as structured data, activities that are relevant to the structured data can be displayed for the user. Additionally, because the user selected only a portion of the entire address, other activities that are relevant to unstructured data may be implicated as well. Accordingly, these partial selections can also be treated as unstructured data. Thus, in these instances, the list or menu 202 can display activities associated with both structured data and unstructured data.
Thus, activities can be presented to user via a user interface in which activities associated with structured data can be presented along with activities that are associated with unstructured data in an ordered form. In at least some embodiments, activities associated with structured data can be ordered and presented higher in a list than those activities that are associated with unstructured data.
Having described an example user interface in accordance with one or more embodiments, consider now a discussion of some example methods in accordance with one or more embodiments.
Step 300 defines a representation that describes an activity. Any suitable representation can be used. In at least some embodiments, the representation can comprise an XML representation such as one that is similar to the one described above. Step 302 defines one or more structured data types. One example of how this can be done is described above. Step 304 defines a calling location such as an address to which data is to be sent. An example of how this can be done is provided above. The address can be a remote address or, alternately, a local location such as a local code invocation. Step 306 defines one or more parameters associated with the structured data type(s). Any suitable parameters can be used. In at least some embodiments, the defined parameters are used to identify data that is to be sent to the service provider responsive to a user selection.
In at least some embodiments, step 308 defines a context associated with unstructured data. An example of how this can be done is provided above. Specifically, the defined context in the example above comprises a user's selection. Step 310 defines one or more parameters associated with the unstructured data. Any suitable parameters can be used. In at least some embodiments, the defined parameters are used to identify data that is to be sent to the service provider responsive to a user selection.
Step 400 receives a user selection within a webpage. This step can be performed in any suitable way. For example, in at least some embodiments, a user's selection can be made using an input device such as a mouse. Step 402 ascertains whether the user's selection pertains to a known structured data type. The step can be performed in any suitable way. For example, in at least some embodiments, this step can be performed by ascertaining whether the user's selection is associated with content that has been marked up to indicate the content is structured data having a structured data type. If a user's selection is associated with structured data, then step 404 sends a request to a service provider with one or more specified parameters. The parameters that are specified can be specified in the markup that describes the activity. An example of markup is provided above. When the service provider receives the request from the Web browser, the service provider can then provide an associated activity using the parameters that were sent in the Web browser's request. If, on the other hand, the user's selection does not correspond to a known structured data type at step 402, step 406 can send a request to a service provider with the user's selection. When the service provider receives the request from the Web browser, the service provider can then provide an associated activity using the user's selection.
Extensions
In one or more embodiments, a Web browser can be extended to include data recognizers that recognize new and/or different types of structured data. These data recognizers can be used to extend the functionality of the activity description processor module 111 (
In at least some embodiments, extended data recognizers can be described in a declarative format description, such as through XML. Alternately or additionally, extended data recognizers can be provided through a script browser add-on. Alternately or additionally, a binary browser add-on can be provided to extend data recognizers.
In one or more embodiments, a browser add-on that deals with new data types can include the following properties. First, the add-on can provide a top-level name of the format. In the first example above, this can be done through the XML description. In the last two examples, the extensions can register with the browser through the usual installation mechanisms, for example, by calling an install API or writing into the registry, to provide information on the format that the add-on is to handle. Second, the add-on can provide a way to discover structured data on webpage. In the first example, this can be done through a simple CSS selector statement. In the last two examples, this can be handled through method calls. Third, the add-on can provide a way to select/get property values for the structured data. In the first example, this can be done through a simple CSS selector statement. In the last two examples, this can be handled through method calls.
Having discussed various embodiments for handling both structured and unstructured data, consider now a discussion of an example system that can be utilized to implement the above-described embodiments.
Computing device 500 includes one or more processors or processing units 502, one or more memory and/or storage components 504, one or more input/output (I/O) devices 506, and a bus 508 that allows the various components and devices to communicate with one another. Bus 508 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. Bus 508 can include wired and/or wireless buses.
Memory/storage component 504 represents one or more computer storage media. Component 504 can include volatile media (such as random access memory (RAM)) and/or nonvolatile media (such as read only memory (ROM), Flash memory, optical disks, magnetic disks, and so forth). Component 504 can include fixed media (e.g., RAM, ROM, a fixed hard drive, etc.) as well as removable media (e.g., a Flash memory drive, a removable hard drive, an optical disk, and so forth).
One or more input/output devices 506 allow a user to enter commands and information to computing device 500, and also allow information to be presented to the user and/or other components or devices. Examples of input devices include a keyboard, a cursor control device (e.g., a mouse), a microphone, a scanner, and so forth. Examples of output devices include a display device (e.g., a monitor or projector), speakers, a printer, a network card, and so forth.
Various techniques may be described herein in the general context of software or program modules. Generally, software includes routines, programs, objects, components, data structures, and so forth that perform particular tasks or implement particular abstract data types. An implementation of these modules and techniques may be stored on or transmitted across some form of computer readable media. Computer readable media can be any available medium or media that can be accessed by a computing device. By way of example, and not limitation, computer readable media may comprise “computer storage media”.
“Computer storage media” include volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules, or other data. Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer.
Various embodiments can enable a webpage publisher to describe structured data on a webpage in a manner that enables a Web browser to intelligently present activities that pertain to user selections relative to the structured data appearing on the webpage. In at least some embodiments, a webpage publisher can provide markup that identifies structured data on a webpage. A service provider can provide a representation that describes the types of structured data in which it is interested, and how to handle the structured data responsive to a user selection. The Web browser can then use the markup in the webpage and the service provider's representation to identify activities associated with structured data selected by the user.
In at least some embodiments, activities can be presented to the user via a user interface in which activities associated with structured data are presented along with activities that are associated with unstructured data in an ordered form. In at least some embodiments, activities associated with structured data can be ordered and presented higher in a list than those activities that are associated with unstructured data.
Some embodiments can enable a user to make a partial selection within data comprising structured data in order to invoke presentation of activities associated with the structured data.
Although the subject matter has been described in language specific to structural features and/or methodological steps, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or steps described. Rather, the specific features and steps are disclosed as example forms of implementing the claimed subject matter
Number | Name | Date | Kind |
---|---|---|---|
5818446 | Bertram | Oct 1998 | A |
5859636 | Pandit | Jan 1999 | A |
6072486 | Sheldon et al. | Jun 2000 | A |
6377286 | Hochmuth | Apr 2002 | B1 |
6380959 | Wang et al. | Apr 2002 | B1 |
6839650 | Sutton et al. | Jan 2005 | B2 |
6963930 | Halpert et al. | Nov 2005 | B2 |
7013308 | Tunstall-Pedoe | Mar 2006 | B1 |
7032211 | Janzig et al. | Apr 2006 | B1 |
7243298 | Yozell-Epstein et al. | Jul 2007 | B2 |
7243309 | Koay | Jul 2007 | B2 |
7343625 | Zaidi | Mar 2008 | B1 |
7373300 | Bangalore et al. | May 2008 | B1 |
7395317 | Naick et al. | Jul 2008 | B2 |
7428570 | Nobili | Sep 2008 | B2 |
7487446 | Hargarten et al. | Feb 2009 | B2 |
7581194 | Iwema et al. | Aug 2009 | B2 |
7711743 | Cavagnaro et al. | May 2010 | B2 |
7721228 | Burke et al. | May 2010 | B2 |
7949230 | Tsukamoto | May 2011 | B2 |
8032482 | Rosenberg et al. | Oct 2011 | B2 |
8117542 | Radtke et al. | Feb 2012 | B2 |
8381133 | Iwema et al. | Feb 2013 | B2 |
8464168 | Bump et al. | Jun 2013 | B2 |
20020080154 | Matthews, III et al. | Jun 2002 | A1 |
20020085224 | Price et al. | Jul 2002 | A1 |
20020186257 | Cadiz et al. | Dec 2002 | A1 |
20030097233 | Sutton et al. | May 2003 | A1 |
20030164862 | Cadiz et al. | Sep 2003 | A1 |
20030187936 | Bodin et al. | Oct 2003 | A1 |
20040157202 | Hopkins et al. | Aug 2004 | A1 |
20040243942 | Cortright | Dec 2004 | A1 |
20040263475 | Wecker et al. | Dec 2004 | A1 |
20050005248 | Rockey et al. | Jan 2005 | A1 |
20050039141 | Burke et al. | Feb 2005 | A1 |
20050086304 | Naick et al. | Apr 2005 | A1 |
20050102629 | Chen et al. | May 2005 | A1 |
20050108052 | Omaboe | May 2005 | A1 |
20050125741 | Clow et al. | Jun 2005 | A1 |
20050198394 | Waldorf et al. | Sep 2005 | A1 |
20050240902 | Bunker et al. | Oct 2005 | A1 |
20060036568 | Moore et al. | Feb 2006 | A1 |
20060036945 | Radtke et al. | Feb 2006 | A1 |
20060069990 | Yozell-Epstein et al. | Mar 2006 | A1 |
20060074869 | Rosenberg et al. | Apr 2006 | A1 |
20060101046 | Hargarten et al. | May 2006 | A1 |
20060112141 | Morris | May 2006 | A1 |
20060184890 | Altenhofen | Aug 2006 | A1 |
20060200780 | Iwema et al. | Sep 2006 | A1 |
20060218086 | Campbell et al. | Sep 2006 | A1 |
20070079250 | Bump et al. | Apr 2007 | A1 |
20070100650 | Ramer et al. | May 2007 | A1 |
20070106952 | Matas et al. | May 2007 | A1 |
20070226614 | Lorenzen et al. | Sep 2007 | A1 |
20070255689 | Sun et al. | Nov 2007 | A1 |
20070276921 | Riggs et al. | Nov 2007 | A1 |
20080005751 | Chandra | Jan 2008 | A1 |
20080134093 | Dharmarajan et al. | Jun 2008 | A1 |
20080195628 | Kim | Aug 2008 | A1 |
20080228924 | Herberger et al. | Sep 2008 | A1 |
20080301562 | Berger et al. | Dec 2008 | A1 |
20090024953 | Selig | Jan 2009 | A1 |
20090063415 | Chatfield et al. | Mar 2009 | A1 |
20090083289 | Morris | Mar 2009 | A1 |
20090100342 | Jakobson | Apr 2009 | A1 |
20090256558 | Fujita et al. | Oct 2009 | A1 |
20090259969 | Pallakoff | Oct 2009 | A1 |
20090282361 | Cortright | Nov 2009 | A1 |
20090286558 | Zufi et al. | Nov 2009 | A1 |
20090298490 | Janik | Dec 2009 | A9 |
20090309849 | Iwema et al. | Dec 2009 | A1 |
20090319512 | Baker et al. | Dec 2009 | A1 |
20090319680 | Owen et al. | Dec 2009 | A1 |
20100069035 | Johnson | Mar 2010 | A1 |
20100174713 | Baessler et al. | Jul 2010 | A1 |
20100179876 | Holte | Jul 2010 | A1 |
20100192098 | Kim | Jul 2010 | A1 |
20100332325 | Holte | Dec 2010 | A1 |
20110078232 | Van Den Driessche | Mar 2011 | A1 |
20110193780 | Schaaf | Aug 2011 | A1 |
20120190386 | Anderson | Jul 2012 | A1 |
Entry |
---|
Remy Sharp, “Safari Gets a Proper Microformats Extension”, Published—Nov. 25, 2007, pp. 3. |
Drew McLellan, “hCalendar in Endo”, May 23, 2006, pp. 4. |
“Microformats at Yahoo!—A Firefox 3 Opportunity”,Jan. 7, 2008, Published—Jan. 2008, pp. 2. |
Michael Kaply,“Operator 0.9.3”, Copyright 2005-2008, May 23, 2008, pp. 5. |
“BlueOrganizer Indigo Features”, retrieved at << http://www.adaptiveblue.com/releases.html>>, May 26, 2008, pp. 3. |
Mary Jo Foley,“IE 8 to Feature WebSlices, Activities”, Published—Mar. 4, 2008, pp. 2. |
“Accelerators in Internet Explorer 8 Beta 2”, Retrieved from <http://www.code-magazine.com/Article.aspx?quickid=0811062> on Dec. 1, 2008., 2008, pp. 1-5. |
Garrett “Ajax: A New Approach to Web Applications”, Retrieved from: <http://www.adaptivepath.com/ideas/essays/archives/000385.php> on Nov. 28, 2008., Feb. 18, 2005, 6 Pages. |
“Filename extension”, Retrieved from <http://web.archive.org/web/20071202041958/http://en.wikipedia.org/wiki/Filename—extension> on Jan. 27, 2013, Dec. 1, 2007, 7 pages. |
Final Office Action, U.S. Appl. No. 12/362,314, Jan. 5, 2012, 26 pages. |
Final Office Action, U.S. Appl. No. 12/362,314, Feb. 22, 2013, 36 pages. |
Non-Final Office Action, U.S. Appl. No. 12/362,314, Jul. 7, 2011, 18 pages. |
Non-Final Office Action, U.S. Appl. No. 12/362,314, Oct. 15, 2012, 34 pages. |
Non-Final Office Action, U.S. Appl. No. 12/362,314, Jul. 18, 2013, 41 pages. |
“What's New for IE8 Search”, Retrieved from http://blogs.msdn.com/ie/Default.aspx?p=2 on Dec. 1, 2008., 34 Pages. |
Number | Date | Country | |
---|---|---|---|
20100042937 A1 | Feb 2010 | US |