US20160077695A1 - Methods, Systems, And Computer Program Products For Grouping Tabbed Portions Of A Display Object Based On Content Relationships And User Interaction Levels - Google Patents

Methods, Systems, And Computer Program Products For Grouping Tabbed Portions Of A Display Object Based On Content Relationships And User Interaction Levels Download PDF

Info

Publication number
US20160077695A1
US20160077695A1 US14/947,136 US201514947136A US2016077695A1 US 20160077695 A1 US20160077695 A1 US 20160077695A1 US 201514947136 A US201514947136 A US 201514947136A US 2016077695 A1 US2016077695 A1 US 2016077695A1
Authority
US
United States
Prior art keywords
tabbed
tabbed portion
new
user interaction
level
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US14/947,136
Inventor
Mona Singh
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Scenera Technologies LLC
Original Assignee
Scenera Technologies LLC
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 Scenera Technologies LLC filed Critical Scenera Technologies LLC
Priority to US14/947,136 priority Critical patent/US20160077695A1/en
Publication of US20160077695A1 publication Critical patent/US20160077695A1/en
Assigned to SCENERA TECHNOLOGIES, LLC reassignment SCENERA TECHNOLOGIES, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SINGH, MONA
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0483Interaction with page-structured environments, e.g. book metaphor
    • 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements

Definitions

  • the subject matter described herein relates to controlling display of information via a computer display device. More particularly, the subject matter described herein relates to methods, systems, and computer program products for grouping tabbed portions of a display object based on content relationships and user interaction levels.
  • a window object includes a frame that encloses the information being displayed to the user.
  • the window object may also include controls for controlling display of information within the window object.
  • a window object may be divided into tabbed portions or tabs for organizing display of different information.
  • the System Properties window object displayed by the Microsoft Windows XP® operating system contains various folder tabs for managing hardware and software aspects associated with a computer system. Examples of tabs that are available via the System Properties window object include a General tab, a Computer Name tab, a Hardware tab, and an Advanced tab. Each of these tabs displays different information to a user and allows the user to modify computer system properties.
  • the Microsoft Windows XP® operating system does not allow a user to add new tabs to existing window objects or to organize or group tabs that are related to each other.
  • tabs In addition to being used by operating systems to organize the display of information to a user, tabs have also been used by applications, such as web browsers. However, some conventional web browsers lack the ability to simultaneously display multiple web pages using tabs.
  • Web browsers include web clients that allow a user to contact and obtain information from web servers. Web browsers display information received from web servers in window object display areas. Using the current Microsoft Internet Explorer® web browser, each web page returned by a web server occupies the entire web page viewing area of the web browser window object. When a user selects a new web page by clicking on a link within the web page viewing area, the new web page replaces the original web page. The only way of using the current version of Microsoft Internet Explorer® to simultaneously view two or more web pages is to open another instance of the browser.
  • tabbed browsing allows a user to quickly switch between previously accessed web pages.
  • Tabs are arranged in a horizontal array in order of creation in the web page viewing area. In order to select a tab and view the corresponding web page, the user clicks on the tab. The selected tab blocks the view of content in the remaining tabs.
  • tab-based web browsers and other tab-based interfaces do not provide mechanisms for reordering or grouping tabs.
  • the above-described Mozilla Firefox® browser displays tabs in order of creation and does not allow tabs to be re-ordered or grouped.
  • Downloadable extensions to tab-based browsers allow users to select the location of newly opened tabs. However, such extensions do not automatically group tabs in a manner that utilizes content relationships and user interaction levels.
  • the subject matter described herein includes methods, systems, and computer program products for grouping tabbed portions of a display object based on content relationships and user interaction levels.
  • a display object with one or more tabbed portions is provided.
  • a level of user interaction associated with each of the tabbed portions is monitored.
  • a request is received for adding new information to a display object.
  • a level of content relationship between the new information and information associated with at least one of the tabbed portions is determined.
  • a new tabbed portion that contains the new information is created.
  • the new tabbed portion is grouped with the at least one tabbed portion based on the level of user interaction associated with the at least one tabbed portion and the level of content relationship between the new information and the information associated with at least one tabbed portion.
  • phrases are described herein as occurring in response to other actions.
  • the phrase “in response to” is not intended to be limited to any particular temporal relationship.
  • a second action that occurs in response to a first action may occur immediately after the first action or at some time later than the first action.
  • intervening actions or events may occur between the first and second actions.
  • the subject matter described herein for grouping tabbed portions of a display object may be implemented using a computer program product comprising computer executable instructions embodied in a computer readable medium.
  • Exemplary computer readable media suitable for implementing the subject matter described herein include disk memory devices, chip memory devices, programmable logic devices, application specific integrated circuits and the like.
  • a computer program product that implements the subject matter described herein may be located on a single device or computing platform or may be distributed across multiple devices or computing platforms.
  • FIG. 1 is a block diagram of a system for grouping tabbed portions of a display object based on content relationships and user interaction levels according to an embodiment of the subject matter described herein;
  • FIG. 2 is a block diagram illustrating an exemplary window object with tabbed portions according to an embodiment of the subject matter described herein;
  • FIG. 3 is a block diagram illustrating an exemplary method for displaying tabbed portions of a display object in a manner that illustrates groupings between tabs according to an embodiment of the subject matter described herein;
  • FIG. 4 is a block diagram illustrating an alternate method for displaying tabbed portions of a display objects in a manner that illustrates groupings between tabs according to an embodiment of the subject matter described herein;
  • FIG. 5 is a flow chart illustrating an exemplary process for grouping tabbed portions of a display object based on content relationships and user interaction levels according to an embodiment of the subject matter described herein;
  • FIG. 6 is a flow chart illustrating an exemplary process for monitoring user interaction associated with tabbed portions of a display object according to an embodiment of the subject matter described herein;
  • FIG. 7 is a flow chart illustrating an exemplary process for identifying a level of content relationship between tabs and information according to an embodiment of the subject matter described herein.
  • FIG. 1 is a block diagram illustrating an exemplary system for grouping tabbed portions of a display object based on content relationships and user interaction levels according to an embodiment of the subject matter described herein.
  • system 100 may include a display object presentation controller 102 , a user interaction monitor 104 and associated database 106 , a tab controller 108 , and a related tab manager 110 .
  • Display object presentation controller 102 may control or provide for display of objects to a user via a computer display device.
  • display object presentation controller 102 may be a window presentation controller that displays window objects including one or more folder tabs to a user.
  • display object presentation controller 102 may provide a window object usable by a web browser for displaying web pages as folder tabs.
  • Display object presentation controller 102 may also receive input from a user for controlling display of tabbed portions of a display object.
  • display object presentation controller 102 may receive user input for creating or displaying new folder tabs.
  • Display object presentation controller 102 may communicate information regarding user interaction with existing tabs to user interaction monitor 104 .
  • Display object presentation controller 102 may communicate user requests to create new tabs to tab controller 108 .
  • User interaction monitor 104 may monitor a level of user interaction associated with tabbed portions of a display object. For example, user interaction monitor 104 may monitor at least one of a recency of user interaction with a tabbed portion of a display object and an amount of time associated with each user interaction. User interaction monitor 104 may begin measuring time associated with a user interaction in response to detecting that a tabbed portion of a display object has focus. Such focus may be detected, for example, when a user clicks on or moves a curser over a tabbed portion of a display object to select the portion or object.
  • GUI graphical user interface
  • user interaction monitor 104 may determine a level of user interaction associated with a tabbed portion of a display object based on an amount of user input associated with the tabbed portion. For example, user interaction monitor 104 may monitor a number of keystrokes or other input entered by a user when a tabbed portion of a display object has focus. Information regarding user interaction associated with a display object may be stored in user interaction database 106 .
  • user interaction monitor 104 may assign a recency rank and a percentage utilization rank to each tabbed portion of a display object.
  • User interaction monitor 104 may monitor user interactions with all or a predetermined subset of tabbed portions for time periods between events that indicate a new instance of an application associated with a tabbed portion. A new instance of an application may be indicated when a new browser or other application window is started. User interactions may be separately monitored for tabs within each window object so that groupings of tabbed portions can be made within each window object.
  • device status can be used to reset the user interaction monitoring. For example, the system may track user interactions with each tabbed portion after every restart, power on, start, or other event. The user interaction timer may be reset when such events occur.
  • interaction of a user with each tab may be determined based on focus.
  • several window objects, each having associated tabs may be presented on a display screen at a given time.
  • the window having focus may be the window where the cursor resides.
  • Selection of a window or tab does not imply continuous interaction of the user with the tab, but it provides a good estimate of the prominence or focus of the window with respect to other windows. Accordingly, as stated above, focus on a window or tab may be used to start timing user interaction with the associated window or tab.
  • the interaction level associated with the tab may be measured by an amount of user input, such as the number of keystrokes that were entered within each tab. Measuring an amount of user input is advantageous in that this metric uses a deeper interaction metric than selection.
  • using the number of keystrokes as a measure of a user interaction level may fail to indicate the relative utilization of a tab when a user spends a lot of time reading information in a tab. This is especially true for web pages where the user spends more time reading, and there is almost no input from the user in the window except scrolling. In such instances, the amount of scrolling or, the number of repeat visits to a page, or time-based metrics may be used to measure user interaction.
  • Tab controller 108 may receive user input to add information to a display object, create a new tabbed portion containing the new information, and group the new tabbed portion with one or more existing tabbed portions of the display object based on the level of user interaction associated with the one or more tabbed portions and the level of content relationship between the new information and information associated with the existing tabbed portion or portions.
  • tab controller 108 may receive input via display object presentation controller 102 that indicates that a user wishes to add a new tabbed portion to a display object.
  • Tab controller 108 may then obtain information from related tab manager 110 indicating the level of content relationship between the new information and one or more existing tabbed portions associated with a display object.
  • Tab controller 108 may also obtain information from user interaction monitor 104 that indicates the level of user interaction associated with the existing tabbed portions. Based on this information, tab controller 108 may group the new tabbed portion with one or more existing tabbed portions.
  • tab controller 108 may identify the existing tabbed portion associated with a window object having a highest level of content relationship with the new information. Tab controller 108 may group the existing tabbed portion with the new tabbed portion in response to the existing tabbed portion having a level of user interaction that exceeds a threshold. However, if the level of user interaction associated with the existing tabbed portion does not exceed the threshold, tab controller 108 may select a tabbed portion with the next highest level of content relationship with the new information and may repeat the test for determining whether the user interaction with the selected tabbed portion exceeds the threshold. The process may be repeated for multiple tabbed portions to identify the highest-utilized existing tabbed portions with which the new tabbed portions could be grouped.
  • tab controller 108 may associate the new tabbed portion with the existing tabbed portion as a child of the existing tabbed portion. This operation is particularly useful when the existing tabbed portion has focus at the time the new tabbed portion is being added to the browser window. If tab controller 108 determines that the existing tabbed portion has a high level of content relationship with the new tabbed portion and a low level of user interaction, tab controller 108 may associate the new tabbed portion with the existing tabbed portion as a parent of the existing tabbed portion.
  • the “dormant” tab can be automatically grouped with the new tabbed portion as child window. This can save the user the trouble of having to locate the information included in the “dormant” tab, especially when a large number of tabbed portions have be added to the browser over the course of the browsing session.
  • Tab controller 108 may receive, from display object presentation controller 102 , a request for a new tabbed portion to be displayed in a window object. If the item being displayed is a web page, the additional information to be displayed may be a folder tab corresponding to the web page. Requests for displaying web pages may be received when a user clicks on a web link in a web browser, enters web page location information in the location bar field of a web browser, clicks on a URL in an open tab, or clicks on a URL in an email. In other examples, tab controller 108 may receive an entering of information associated with an element of a display object to which a tab is requested to be added.
  • Examples of information that may be entered in elements associated with a display object may include information entered into a search query box, information entered into a browser location bar, activation of a link in a favorites menu of a browser, or activation of a link stored in a history list of a browser.
  • tab controller 108 may receive a request for adding information to a display object from executable code associated with the display object, such as Java® script associated with a web browser.
  • tab controller 108 may receive the request for adding information to a display object from an application program that is not directly associated with the display object.
  • tab controller 108 may receive a request for adding information to a display object from user activation of a link in an application, such as a word processing application, that launches a browser or a tab externally to the browser or tab.
  • tab controller 108 may extract parameter values from fields associated with the web page for generating the new folder tab. Tab controller 108 may also pass this information to related tab manager 110 .
  • the following illustrates a non-exhaustive list of examples of information that may be extracted by tab controller 108 when the information requested to be displayed is a web page:
  • Related tab manager 110 may receive the information from tab controller 108 and may identify a level of content relationship between the new information and information associated with one or more existing tabs. For example, related tab manager 110 may identify tabbed portions associated with a display object that are related to a new tabbed portion by comparing a portion of new information that is to be or that is associated with an element of the new tabbed portion and information associated with an element of the existing tabbed portion. Related tab manager 110 may assign a score to the content relationship between the new information and the information included in the tabbed portion based on results of the comparison.
  • related tab manager 110 may compare information associated with elements, such as a title bar, a tab bar, a location bar, a search bar, a toolbar, a status bar, a browser pane, a history pane, a favorites pane, a link associated with at least one of a browser, a history, and a favorites pane, metadata, a header portion, a footer portion, information included in a list item, and a control associated with tabbed portions to identify levels of content relationship between the tabbed portions.
  • Related elements may be compared. For example, it may be desirable to compare information associated with corresponding elements, such as comparing titles associated with tabbed portions. In an alternate implementation, it may be desirable to compare elements that do not correspond to each other. For example, it may be desirable to compare a title of one tabbed portion to a link associated with another tabbed portion.
  • tab controller 108 may pass information relating to the request to related tab manager 110 .
  • Related tab manager 110 may perform the task of finding one or more related tabs associated with the display object currently open based on information corresponding to each tabbed portion.
  • Related tab manager 110 may perform the task of finding a related tab from the tabbed portions of the window object that are currently open based on the information corresponding to each tabbed portion.
  • related tab manager 110 compares the contents of the additional information with the content that it receives for each tabbed portion of the window object. The comparison may be performed in the following way:
  • a first test that is performed on the tabbed portion with the highest content score is to check if it has been recently browsed.
  • tab controller 108 may check to see if the tabbed portion is in the top 50% of all tabbed portions.
  • additional temporal aspects may be included in the measurement. For example, the system could consider a tabbed portion to be recently browsed if it was interacted within the last hour.
  • a second test that is performed on the tabbed portion is determining whether the percentage of time spent interacting with the tabbed portion exceeds a threshold.
  • a threshold There are several possible implementations for calculating that the time spent on a tabbed portion is enough to relate it to the additional information.
  • tabs that fall within the top 50% in terms of the time spent are considered recent enough.
  • a goal is to eliminate rarely used tabbed portions.
  • the top 50% of the tabs are ordered from highest to lowest.
  • the tabbed portion with the highest content score passes both the tests pertaining to the user interaction level, then the tabbed portion is identified as the tabbed portion related to the additional information. If not, the tabbed portion with the next highest content ranking is considered and same tests are applied. The result is a related tabbed portion. It is possible that none of the tabs meet the criteria of being related. In that case the method returns no related tab.
  • related tab manager 110 may provide information indicating the level of content relationship between information associated with requested and existing tab portions.
  • Tab controller 108 may use the relationship information in combination with user interaction information to determine how to group and display the tabbed portions.
  • FIG. 2 is a block diagram illustrating a display screen, a window object, and tabbed portions associated with a web browser.
  • display screen 200 may be any suitable display screen, such as a display screen associated with a personal computer, a mobile telephone, a smart phone, a personal digital assistant, or any other device capable of displaying information to a user in graphical format.
  • a window object 202 may be a graphical entity for displaying information.
  • window object 202 may be a window object that is associated with a web browser.
  • Tabbed portions 204 A- 204 C may each include content to be displayed to the user.
  • tab 204 B is the selected tab (e.g., the tab having focus) and includes web links 206 to be displayed to the user.
  • buttons 208 A- 208 D may control various actions of the application corresponding to window object 202 . For example, if the application is a web browser, buttons 208 A- 208 D may activate web browser functions.
  • FIG. 2 it can be seen that browser tabs are displayed in an equal manner. That is, other than the selected tab being displayed in front of the other tabs, no groupings are present.
  • the subject matter described herein may be used to group tabs based on relationships between tabs and to display such relationships to the user.
  • FIG. 3 is a block diagram illustrating one method that may be used to display tabs in a manner that illustrates a grouping relationship between the tabs.
  • display object 200 may be any suitable display object, such as a window object.
  • Tabs 300 , 302 , and 304 are shown with tab identifier portions of equal size.
  • tabs 306 and 308 are shown as being adjacent to tab 300 and are shown with smaller tab identifier portions than tab 300 .
  • the adjacency and the size relationships between tabs 300 , 306 , and 308 are intended to illustrate a parent-child relationship between tab 300 and tabs 306 and 308 . That is, tabs 306 and 308 are shown as children of tab 300 .
  • FIG. 4 is a block diagram illustrating another example of a method for displaying tabs in a manner that illustrates groupings between the tabs according to an embodiment of the subject matter described herein.
  • tabs 400 , 402 , 404 , 406 , 408 , 410 , and 412 are shown with their corresponding tab identifier portions being within a tab identifier portion of tab 414 .
  • tabs 400 , 402 , 404 , 406 , 408 , 410 , and 412 are intended to be depicted as children of tab 414 .
  • Tabs 416 and 418 represent different groups that are not part of the parent-child relationship. It should also be noted that in the example in FIG. 4 , multiple levels of relationships can be shown. For example, tab 402 is shown as a child of tab 404 , and child 404 is shown as a child of tab 414 , making tab 402 a grandchild of tab 414 .
  • FIG. 5 is a flow chart illustrating an exemplary process for grouping tabbed portions of a display based on content relationships and user interaction that is according to an embodiment of the subject matter described herein.
  • a display object including one or more tabbed portions is provided for display to a user via a computer display device.
  • display object presentation controller 102 may display a window object including one or more folder tabs.
  • a level of user interaction associated with each of the tabbed portions is monitored. The user interaction level may be monitored by user interaction monitor 104 using any of the metrics described herein.
  • user input for adding new information to the display object is received.
  • display object presentation controller 102 may receive a request to add information to a display object and may provide the request to tab controller 108 .
  • a level of content relationship between the new information and information included in at least one of the existing tab portions is determined.
  • related tab manager 110 may compare the new information with information associated with other requested or existing tabs and determine a level of content relationship associated with each set of information being compared.
  • a new tabbed portion including the new information is created and grouped with at least one of the existing tabbed portions based on the determined level of content relationship and the level of user interaction associated with the existing tabbed portion.
  • tab controller 108 may use the information collected by related tab manager 110 and user interaction monitor 104 to identify other new or existing tabs related to the tab being added, to determine user interaction levels associated with the other new or existing tabs, and to group the new tab with one or more of the other new or existing tabs.
  • FIG. 6 is a flow chart illustrating an exemplary process for monitoring tabs.
  • information about a tabbed portion is received.
  • user interaction monitor 104 may receive identifying information for a tab from tab controller 108 or from display object presentation controller 102 .
  • information about the recency of interaction with each tab is maintained. Information about recency may include determining when each tab last had focus, as described above.
  • information about the time spent by the user interacting with each tab as a percentage of total time spent on the remaining tabs is recorded. The time spent interacting with each tab may be measured by the time during which the tab has focus, as described above. Alternatively, user interaction may be measured by an amount of user input associated with each tab.
  • FIG. 7 is a flow chart illustrating an exemplary process for identifying related tabs.
  • a request to display information is received.
  • the request may be a request to add a web page tab to the viewing area of a web browser.
  • content information for each tabbed portion is received.
  • the content information from an existing tab portion may be extracted from information database 106 illustrated in FIG. 1 .
  • the content information for the new tabbed portion may be extracted from the request from the user.
  • content of the new or additional information is compared with content of the existing tabbed portions.
  • the tabbed portions may be ranked based on percentage of match with the new information.
  • a highest ranked tabbed portion based on match is selected.
  • the recency test may include comparing the time that the user last interacted with a tab with a predetermined threshold. If the tab has not been interacted with within a predetermined time period, it may be excluded from consideration for grouping with the new information. Accordingly, in block 708 , if the tabbed portion does not pass the recency test, control proceeds to block 710 where the tab is eliminated from the list.
  • control proceeds to block 712 where it is determined whether the tabbed portion passes the percentage of time spent test. As stated above, the percentage of time spent test may include comparing the percentage of time spent in the tab with a threshold. If the tab does not pass this test, control may proceed to block 710 where the tab is eliminated from potential grouping with the new information. If the tab passes, control proceeds to block 714 where the tabbed portion is identified as a related tabbed portion. Control may then proceed to block 716 where the additional information is arranged or grouped with the related tabbed portion.
  • control proceeds to block 718 where it is determined whether the list is empty. If the list is empty, the process of identifying related tabs ends. If the list is not empty, control returns to block 706 where the next highest ranked tabbed portion in the list is tested.
  • a system for grouping tabbed portions of a display object based on content relationships and user interaction levels associated with the tabbed portions may include means for providing a display object including one or more tabbed portions for display to a user via a computer display device.
  • display object presentation controller 102 may display one or more window objects having tabbed portions via a computer display device.
  • the system may further include means for monitoring a level of user interaction associated with each of the tabbed portions.
  • user interaction monitor 104 may monitor a level of user interaction associated with tabbed portions of a display object using any of the user interaction metrics described above.
  • the system may further include means for receiving user input for adding information to the display object.
  • display object presentation controller 102 may receive user input for adding a new folder tab to a web browser presentation area and may pass the input to tab controller 108 .
  • the system may further include means for determining a level of content relationship between the new information and information included in at least one of the tabbed portions.
  • related tab manager 110 may compare information extracted from the user input with information stored for existing tabbed portions to identify a level of content relationship between the new information and the existing tabbed portions.
  • the system may further include means for creating a new tabbed portion including the new information and grouping the new tabbed portion with the at least one tabbed portion based on the determined level of content relationship and the level of user interaction associated with the at least one tabbed portion.
  • tab controller 108 may create a new folder tab containing information extracted from the user input requesting the new tabbed portion.
  • Tab controller 108 may group the new folder tab with one or more existing folder tabs based on the level of content relationship between the new information and the existing folder tabs and the user interaction levels associated with the existing folder tabs.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

Methods, systems, and computer program products for grouping tabbed portions of a display object based on content relationships and user interaction levels are disclosed. According to one method, a display object including one or more tabbed portions is provided for display via a computer display device. A level of user interaction associated with each of the tabbed portions is monitored. A request for adding new information to the display object is received. A level of content relationship between the new information and the information including in the at least one of the tabbed portions is determined. A new tabbed portion is created and grouped with the at least one tabbed portion based on the determined level of content relationship and the level of user interaction associated with the at least one tabbed portion.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 11/476,435, which was filed Jun. 28, 2006, the disclosure of which is hereby incorporated by reference in their entireties.
  • TECHNICAL FIELD
  • The subject matter described herein relates to controlling display of information via a computer display device. More particularly, the subject matter described herein relates to methods, systems, and computer program products for grouping tabbed portions of a display object based on content relationships and user interaction levels.
  • BACKGROUND ART
  • In computer display systems, it is desirable to present information to a user in an organized manner. Most computer operating systems include graphical user interfaces that display information to a user using graphical objects, which will be referred to herein as display objects. One common example of a display object that is used to display information to a user is a window object. A window object includes a frame that encloses the information being displayed to the user. The window object may also include controls for controlling display of information within the window object.
  • A window object may be divided into tabbed portions or tabs for organizing display of different information. For example, the System Properties window object displayed by the Microsoft Windows XP® operating system contains various folder tabs for managing hardware and software aspects associated with a computer system. Examples of tabs that are available via the System Properties window object include a General tab, a Computer Name tab, a Hardware tab, and an Advanced tab. Each of these tabs displays different information to a user and allows the user to modify computer system properties. However, the Microsoft Windows XP® operating system does not allow a user to add new tabs to existing window objects or to organize or group tabs that are related to each other.
  • In addition to being used by operating systems to organize the display of information to a user, tabs have also been used by applications, such as web browsers. However, some conventional web browsers lack the ability to simultaneously display multiple web pages using tabs. Web browsers include web clients that allow a user to contact and obtain information from web servers. Web browsers display information received from web servers in window object display areas. Using the current Microsoft Internet Explorer® web browser, each web page returned by a web server occupies the entire web page viewing area of the web browser window object. When a user selects a new web page by clicking on a link within the web page viewing area, the new web page replaces the original web page. The only way of using the current version of Microsoft Internet Explorer® to simultaneously view two or more web pages is to open another instance of the browser.
  • In light of this shortcoming of conventional web browsers, web browsers that allow users to simultaneously display multiple web pages using tabs have been developed. For example, the Firefox® web browser available from Mozilla Corporation allows the simultaneously display of multiple web pages using tabs. The ability to create and navigate web page tabs is referred to as tabbed browsing and allows a user to quickly switch between previously accessed web pages. Tabs are arranged in a horizontal array in order of creation in the web page viewing area. In order to select a tab and view the corresponding web page, the user clicks on the tab. The selected tab blocks the view of content in the remaining tabs.
  • One problem associated with tab-based web browsers and other tab-based interfaces is that these interfaces do not provide mechanisms for reordering or grouping tabs. For example, the above-described Mozilla Firefox® browser displays tabs in order of creation and does not allow tabs to be re-ordered or grouped. Downloadable extensions to tab-based browsers allow users to select the location of newly opened tabs. However, such extensions do not automatically group tabs in a manner that utilizes content relationships and user interaction levels.
  • Accordingly, in light of these difficulties, there exists a need for methods, systems, and computer program products for grouping tabbed portions of a display object based on content relationships and user interaction levels.
  • SUMMARY
  • The subject matter described herein includes methods, systems, and computer program products for grouping tabbed portions of a display object based on content relationships and user interaction levels. According to one method, a display object with one or more tabbed portions is provided. A level of user interaction associated with each of the tabbed portions is monitored. A request is received for adding new information to a display object. A level of content relationship between the new information and information associated with at least one of the tabbed portions is determined. A new tabbed portion that contains the new information is created. The new tabbed portion is grouped with the at least one tabbed portion based on the level of user interaction associated with the at least one tabbed portion and the level of content relationship between the new information and the information associated with at least one tabbed portion.
  • Certain actions are described herein as occurring in response to other actions. The phrase “in response to” is not intended to be limited to any particular temporal relationship. For example, a second action that occurs in response to a first action may occur immediately after the first action or at some time later than the first action. In addition, intervening actions or events may occur between the first and second actions.
  • The subject matter described herein for grouping tabbed portions of a display object may be implemented using a computer program product comprising computer executable instructions embodied in a computer readable medium. Exemplary computer readable media suitable for implementing the subject matter described herein include disk memory devices, chip memory devices, programmable logic devices, application specific integrated circuits and the like. In addition, a computer program product that implements the subject matter described herein may be located on a single device or computing platform or may be distributed across multiple devices or computing platforms.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Preferred embodiments of the subject matter described herein will now be explained with reference to the accompanying drawings of which:
  • FIG. 1 is a block diagram of a system for grouping tabbed portions of a display object based on content relationships and user interaction levels according to an embodiment of the subject matter described herein;
  • FIG. 2 is a block diagram illustrating an exemplary window object with tabbed portions according to an embodiment of the subject matter described herein;
  • FIG. 3 is a block diagram illustrating an exemplary method for displaying tabbed portions of a display object in a manner that illustrates groupings between tabs according to an embodiment of the subject matter described herein;
  • FIG. 4 is a block diagram illustrating an alternate method for displaying tabbed portions of a display objects in a manner that illustrates groupings between tabs according to an embodiment of the subject matter described herein;
  • FIG. 5 is a flow chart illustrating an exemplary process for grouping tabbed portions of a display object based on content relationships and user interaction levels according to an embodiment of the subject matter described herein;
  • FIG. 6 is a flow chart illustrating an exemplary process for monitoring user interaction associated with tabbed portions of a display object according to an embodiment of the subject matter described herein; and
  • FIG. 7 is a flow chart illustrating an exemplary process for identifying a level of content relationship between tabs and information according to an embodiment of the subject matter described herein.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The subject matter described herein includes methods, systems, and computer program products for grouping tabbed portions of a display object based on content relationships and user interaction levels. FIG. 1 is a block diagram illustrating an exemplary system for grouping tabbed portions of a display object based on content relationships and user interaction levels according to an embodiment of the subject matter described herein. Referring to FIG. 1, system 100 may include a display object presentation controller 102, a user interaction monitor 104 and associated database 106, a tab controller 108, and a related tab manager 110. Display object presentation controller 102 may control or provide for display of objects to a user via a computer display device. For example, display object presentation controller 102 may be a window presentation controller that displays window objects including one or more folder tabs to a user. In one example, display object presentation controller 102 may provide a window object usable by a web browser for displaying web pages as folder tabs. Display object presentation controller 102 may also receive input from a user for controlling display of tabbed portions of a display object. For example, display object presentation controller 102 may receive user input for creating or displaying new folder tabs. Display object presentation controller 102 may communicate information regarding user interaction with existing tabs to user interaction monitor 104. Display object presentation controller 102 may communicate user requests to create new tabs to tab controller 108.
  • User interaction monitor 104 may monitor a level of user interaction associated with tabbed portions of a display object. For example, user interaction monitor 104 may monitor at least one of a recency of user interaction with a tabbed portion of a display object and an amount of time associated with each user interaction. User interaction monitor 104 may begin measuring time associated with a user interaction in response to detecting that a tabbed portion of a display object has focus. Such focus may be detected, for example, when a user clicks on or moves a curser over a tabbed portion of a display object to select the portion or object. When an object or component of a graphical user interface (GUI) is said to have “focus,” it will be understood that the component is currently selected, such that input from the GUI, including text entered at a keyboard or pasted from a clipboard, is sent to the component currently having focus. In an alternate example, user interaction monitor 104 may determine a level of user interaction associated with a tabbed portion of a display object based on an amount of user input associated with the tabbed portion. For example, user interaction monitor 104 may monitor a number of keystrokes or other input entered by a user when a tabbed portion of a display object has focus. Information regarding user interaction associated with a display object may be stored in user interaction database 106.
  • In one implementation, user interaction monitor 104 may assign a recency rank and a percentage utilization rank to each tabbed portion of a display object. User interaction monitor 104 may monitor user interactions with all or a predetermined subset of tabbed portions for time periods between events that indicate a new instance of an application associated with a tabbed portion. A new instance of an application may be indicated when a new browser or other application window is started. User interactions may be separately monitored for tabs within each window object so that groupings of tabbed portions can be made within each window object. In an alternate embodiment, device status can be used to reset the user interaction monitoring. For example, the system may track user interactions with each tabbed portion after every restart, power on, start, or other event. The user interaction timer may be reset when such events occur.
  • As stated above, interaction of a user with each tab may be determined based on focus. In current computer operating systems, several window objects, each having associated tabs, may be presented on a display screen at a given time. The window having focus may be the window where the cursor resides. Selection of a window or tab does not imply continuous interaction of the user with the tab, but it provides a good estimate of the prominence or focus of the window with respect to other windows. Accordingly, as stated above, focus on a window or tab may be used to start timing user interaction with the associated window or tab.
  • As stated above, in an alternate example, the interaction level associated with the tab may be measured by an amount of user input, such as the number of keystrokes that were entered within each tab. Measuring an amount of user input is advantageous in that this metric uses a deeper interaction metric than selection. However, using the number of keystrokes as a measure of a user interaction level may fail to indicate the relative utilization of a tab when a user spends a lot of time reading information in a tab. This is especially true for web pages where the user spends more time reading, and there is almost no input from the user in the window except scrolling. In such instances, the amount of scrolling or, the number of repeat visits to a page, or time-based metrics may be used to measure user interaction.
  • Tab controller 108 may receive user input to add information to a display object, create a new tabbed portion containing the new information, and group the new tabbed portion with one or more existing tabbed portions of the display object based on the level of user interaction associated with the one or more tabbed portions and the level of content relationship between the new information and information associated with the existing tabbed portion or portions. In one implementation, tab controller 108 may receive input via display object presentation controller 102 that indicates that a user wishes to add a new tabbed portion to a display object. Tab controller 108 may then obtain information from related tab manager 110 indicating the level of content relationship between the new information and one or more existing tabbed portions associated with a display object. Tab controller 108 may also obtain information from user interaction monitor 104 that indicates the level of user interaction associated with the existing tabbed portions. Based on this information, tab controller 108 may group the new tabbed portion with one or more existing tabbed portions.
  • In one implementation, tab controller 108 may identify the existing tabbed portion associated with a window object having a highest level of content relationship with the new information. Tab controller 108 may group the existing tabbed portion with the new tabbed portion in response to the existing tabbed portion having a level of user interaction that exceeds a threshold. However, if the level of user interaction associated with the existing tabbed portion does not exceed the threshold, tab controller 108 may select a tabbed portion with the next highest level of content relationship with the new information and may repeat the test for determining whether the user interaction with the selected tabbed portion exceeds the threshold. The process may be repeated for multiple tabbed portions to identify the highest-utilized existing tabbed portions with which the new tabbed portions could be grouped.
  • In one implementation, if tab controller 108 identifies an existing tabbed portion that has a high level of content relationship with the new tabbed portion and a high level of user interaction, tab controller 108 may associate the new tabbed portion with the existing tabbed portion as a child of the existing tabbed portion. This operation is particularly useful when the existing tabbed portion has focus at the time the new tabbed portion is being added to the browser window. If tab controller 108 determines that the existing tabbed portion has a high level of content relationship with the new tabbed portion and a low level of user interaction, tab controller 108 may associate the new tabbed portion with the existing tabbed portion as a parent of the existing tabbed portion. Thus, if a user has temporarily lost interest in the information presented in a tabbed portion over the course of a browsing session, but later in the session requests information be displayed in the new tabbed portion that is related to the previously viewed information, the “dormant” tab can be automatically grouped with the new tabbed portion as child window. This can save the user the trouble of having to locate the information included in the “dormant” tab, especially when a large number of tabbed portions have be added to the browser over the course of the browsing session.
  • Tab controller 108 may receive, from display object presentation controller 102, a request for a new tabbed portion to be displayed in a window object. If the item being displayed is a web page, the additional information to be displayed may be a folder tab corresponding to the web page. Requests for displaying web pages may be received when a user clicks on a web link in a web browser, enters web page location information in the location bar field of a web browser, clicks on a URL in an open tab, or clicks on a URL in an email. In other examples, tab controller 108 may receive an entering of information associated with an element of a display object to which a tab is requested to be added. Examples of information that may be entered in elements associated with a display object may include information entered into a search query box, information entered into a browser location bar, activation of a link in a favorites menu of a browser, or activation of a link stored in a history list of a browser.
  • In another example, tab controller 108 may receive a request for adding information to a display object from executable code associated with the display object, such as Java® script associated with a web browser. In yet another example, tab controller 108 may receive the request for adding information to a display object from an application program that is not directly associated with the display object. For example, tab controller 108 may receive a request for adding information to a display object from user activation of a link in an application, such as a word processing application, that launches a browser or a tab externally to the browser or tab.
  • When a request for adding information to a display object is received, tab controller 108 may extract parameter values from fields associated with the web page for generating the new folder tab. Tab controller 108 may also pass this information to related tab manager 110. The following illustrates a non-exhaustive list of examples of information that may be extracted by tab controller 108 when the information requested to be displayed is a web page:
  • The title of the page:
      • e.g., <title>North Carolina State University</title>
  • The meta name of the page:
      • e.g., <meta name=“Title” content=“CNN.com-Breaking News, U.S., World, Weather, Entertainment &amp; Video News”>
  • The links contained within the page:
      • e.g., <a href=http://mobile.wral.com/online/>
  • Related tab manager 110 may receive the information from tab controller 108 and may identify a level of content relationship between the new information and information associated with one or more existing tabs. For example, related tab manager 110 may identify tabbed portions associated with a display object that are related to a new tabbed portion by comparing a portion of new information that is to be or that is associated with an element of the new tabbed portion and information associated with an element of the existing tabbed portion. Related tab manager 110 may assign a score to the content relationship between the new information and the information included in the tabbed portion based on results of the comparison. In one implementation, related tab manager 110 may compare information associated with elements, such as a title bar, a tab bar, a location bar, a search bar, a toolbar, a status bar, a browser pane, a history pane, a favorites pane, a link associated with at least one of a browser, a history, and a favorites pane, metadata, a header portion, a footer portion, information included in a list item, and a control associated with tabbed portions to identify levels of content relationship between the tabbed portions. Related elements may be compared. For example, it may be desirable to compare information associated with corresponding elements, such as comparing titles associated with tabbed portions. In an alternate implementation, it may be desirable to compare elements that do not correspond to each other. For example, it may be desirable to compare a title of one tabbed portion to a link associated with another tabbed portion.
  • As stated above, when tab controller 108 receives a request for adding information to a display object, tab controller 108 may pass information relating to the request to related tab manager 110. Related tab manager 110 may perform the task of finding one or more related tabs associated with the display object currently open based on information corresponding to each tabbed portion.
  • Related tab manager 110 may perform the task of finding a related tab from the tabbed portions of the window object that are currently open based on the information corresponding to each tabbed portion. In one implementation, related tab manager 110 compares the contents of the additional information with the content that it receives for each tabbed portion of the window object. The comparison may be performed in the following way:
      • i. If the title of the additional information and the title of the tabbed portion contain any term that is the same, the tabbed portion's score is increased by +2 for each match. If no terms between the two are the same no action is taken.
      • ii. The metadata tags of the additional information are compared to the metadata tags for each of the tabbed portions. For every metadata term that matches, the tabbed portion gets a score of +1. Thus, if two of the metadata terms in the additional information match the metadata tags of a tabbed portion, then the tabbed portion will get a score of +2. Several tabbed portions may have metadata terms that match. Each such tabbed portion will have a score based on the number of matching terms.
      • iii. The URL of the additional information is compared with the URLs contained in the tabbed portions of the window object. If the URL of the additional information is contained in the tabbed portions, the score for those tabbed portions is augmented by +3.
      • iv. For each tabbed portion, a calculation is made for the content score by adding the scores obtained from steps i, ii, and iii.
      • v. The tabbed portion with the highest content score is taken. The information about the interaction level of all tabbed portions stored in information database 106 is retrieved. Database 106 stores the recency rank and the percentage of time spent on the tabbed portion.
  • A first test that is performed on the tabbed portion with the highest content score is to check if it has been recently browsed. There are several possible implementations to make this determination. In one exemplary implementation, tab controller 108 may check to see if the tabbed portion is in the top 50% of all tabbed portions. In alternative embodiments, additional temporal aspects may be included in the measurement. For example, the system could consider a tabbed portion to be recently browsed if it was interacted within the last hour.
  • A second test that is performed on the tabbed portion is determining whether the percentage of time spent interacting with the tabbed portion exceeds a threshold. There are several possible implementations for calculating that the time spent on a tabbed portion is enough to relate it to the additional information. In one implementation, tabs that fall within the top 50% in terms of the time spent are considered recent enough. A goal is to eliminate rarely used tabbed portions. The top 50% of the tabs are ordered from highest to lowest.
  • If the tabbed portion with the highest content score passes both the tests pertaining to the user interaction level, then the tabbed portion is identified as the tabbed portion related to the additional information. If not, the tabbed portion with the next highest content ranking is considered and same tests are applied. The result is a related tabbed portion. It is possible that none of the tabs meet the criteria of being related. In that case the method returns no related tab.
  • As stated above, related tab manager 110 may provide information indicating the level of content relationship between information associated with requested and existing tab portions. Tab controller 108 may use the relationship information in combination with user interaction information to determine how to group and display the tabbed portions.
  • FIG. 2 is a block diagram illustrating a display screen, a window object, and tabbed portions associated with a web browser. In FIG. 2, display screen 200 may be any suitable display screen, such as a display screen associated with a personal computer, a mobile telephone, a smart phone, a personal digital assistant, or any other device capable of displaying information to a user in graphical format. A window object 202 may be a graphical entity for displaying information. For example, window object 202 may be a window object that is associated with a web browser. Tabbed portions 204A-204C may each include content to be displayed to the user. In the illustrated example, tab 204B is the selected tab (e.g., the tab having focus) and includes web links 206 to be displayed to the user. The data in remaining tabs 204A and 204C is blocked by tab 204B. Buttons 208A-208D may control various actions of the application corresponding to window object 202. For example, if the application is a web browser, buttons 208A-208D may activate web browser functions.
  • In FIG. 2, it can be seen that browser tabs are displayed in an equal manner. That is, other than the selected tab being displayed in front of the other tabs, no groupings are present. The subject matter described herein may be used to group tabs based on relationships between tabs and to display such relationships to the user. FIG. 3 is a block diagram illustrating one method that may be used to display tabs in a manner that illustrates a grouping relationship between the tabs. Referring to FIG. 3, display object 200 may be any suitable display object, such as a window object. Tabs 300, 302, and 304 are shown with tab identifier portions of equal size. However, tabs 306 and 308 are shown as being adjacent to tab 300 and are shown with smaller tab identifier portions than tab 300. The adjacency and the size relationships between tabs 300, 306, and 308 are intended to illustrate a parent-child relationship between tab 300 and tabs 306 and 308. That is, tabs 306 and 308 are shown as children of tab 300.
  • FIG. 4 is a block diagram illustrating another example of a method for displaying tabs in a manner that illustrates groupings between the tabs according to an embodiment of the subject matter described herein. Referring to FIG. 4, tabs 400, 402, 404, 406, 408, 410, and 412 are shown with their corresponding tab identifier portions being within a tab identifier portion of tab 414. In this arrangement, tabs 400, 402, 404, 406, 408, 410, and 412 are intended to be depicted as children of tab 414. Tabs 416 and 418 represent different groups that are not part of the parent-child relationship. It should also be noted that in the example in FIG. 4, multiple levels of relationships can be shown. For example, tab 402 is shown as a child of tab 404, and child 404 is shown as a child of tab 414, making tab 402 a grandchild of tab 414.
  • FIG. 5 is a flow chart illustrating an exemplary process for grouping tabbed portions of a display based on content relationships and user interaction that is according to an embodiment of the subject matter described herein. Referring to FIG. 5, in block 500, a display object including one or more tabbed portions is provided for display to a user via a computer display device. For example, display object presentation controller 102 may display a window object including one or more folder tabs. In block 502, a level of user interaction associated with each of the tabbed portions is monitored. The user interaction level may be monitored by user interaction monitor 104 using any of the metrics described herein. In block 504, user input for adding new information to the display object is received. For example, display object presentation controller 102 may receive a request to add information to a display object and may provide the request to tab controller 108.
  • In block 506, a level of content relationship between the new information and information included in at least one of the existing tab portions is determined. For example, related tab manager 110 may compare the new information with information associated with other requested or existing tabs and determine a level of content relationship associated with each set of information being compared. In block 508, a new tabbed portion including the new information is created and grouped with at least one of the existing tabbed portions based on the determined level of content relationship and the level of user interaction associated with the existing tabbed portion. For example, tab controller 108 may use the information collected by related tab manager 110 and user interaction monitor 104 to identify other new or existing tabs related to the tab being added, to determine user interaction levels associated with the other new or existing tabs, and to group the new tab with one or more of the other new or existing tabs.
  • FIG. 6 is a flow chart illustrating an exemplary process for monitoring tabs. Referring to FIG. 6, in block 600, information about a tabbed portion is received. For example, user interaction monitor 104 may receive identifying information for a tab from tab controller 108 or from display object presentation controller 102. In block 602, information about the recency of interaction with each tab is maintained. Information about recency may include determining when each tab last had focus, as described above. In block 604, information about the time spent by the user interacting with each tab as a percentage of total time spent on the remaining tabs is recorded. The time spent interacting with each tab may be measured by the time during which the tab has focus, as described above. Alternatively, user interaction may be measured by an amount of user input associated with each tab.
  • FIG. 7 is a flow chart illustrating an exemplary process for identifying related tabs. Referring to FIG. 7, in block 700, a request to display information is received. For example, the request may be a request to add a web page tab to the viewing area of a web browser. In block 702, content information for each tabbed portion is received. For example, the content information from an existing tab portion may be extracted from information database 106 illustrated in FIG. 1. The content information for the new tabbed portion may be extracted from the request from the user.
  • In block 704, content of the new or additional information is compared with content of the existing tabbed portions. The tabbed portions may be ranked based on percentage of match with the new information. In block 706, a highest ranked tabbed portion based on match is selected. In block 708, it is determined whether the tabbed portion passes the recency test. As stated above, the recency test may include comparing the time that the user last interacted with a tab with a predetermined threshold. If the tab has not been interacted with within a predetermined time period, it may be excluded from consideration for grouping with the new information. Accordingly, in block 708, if the tabbed portion does not pass the recency test, control proceeds to block 710 where the tab is eliminated from the list. If the tab passes the recency test, control proceeds to block 712 where it is determined whether the tabbed portion passes the percentage of time spent test. As stated above, the percentage of time spent test may include comparing the percentage of time spent in the tab with a threshold. If the tab does not pass this test, control may proceed to block 710 where the tab is eliminated from potential grouping with the new information. If the tab passes, control proceeds to block 714 where the tabbed portion is identified as a related tabbed portion. Control may then proceed to block 716 where the additional information is arranged or grouped with the related tabbed portion.
  • Returning to block 710, if the tab is eliminated from the list, control proceeds to block 718 where it is determined whether the list is empty. If the list is empty, the process of identifying related tabs ends. If the list is not empty, control returns to block 706 where the next highest ranked tabbed portion in the list is tested.
  • According to one aspect of the subject matter described herein, a system for grouping tabbed portions of a display object based on content relationships and user interaction levels associated with the tabbed portions is provided. The system may include means for providing a display object including one or more tabbed portions for display to a user via a computer display device. For example, display object presentation controller 102 may display one or more window objects having tabbed portions via a computer display device. The system may further include means for monitoring a level of user interaction associated with each of the tabbed portions. For example, user interaction monitor 104 may monitor a level of user interaction associated with tabbed portions of a display object using any of the user interaction metrics described above.
  • The system may further include means for receiving user input for adding information to the display object. For example, display object presentation controller 102 may receive user input for adding a new folder tab to a web browser presentation area and may pass the input to tab controller 108. The system may further include means for determining a level of content relationship between the new information and information included in at least one of the tabbed portions. For example, related tab manager 110 may compare information extracted from the user input with information stored for existing tabbed portions to identify a level of content relationship between the new information and the existing tabbed portions.
  • The system may further include means for creating a new tabbed portion including the new information and grouping the new tabbed portion with the at least one tabbed portion based on the determined level of content relationship and the level of user interaction associated with the at least one tabbed portion. For example, tab controller 108 may create a new folder tab containing information extracted from the user input requesting the new tabbed portion. Tab controller 108 may group the new folder tab with one or more existing folder tabs based on the level of content relationship between the new information and the existing folder tabs and the user interaction levels associated with the existing folder tabs.
  • It will be understood that various details of the invention may be changed without departing from the scope of the invention. Furthermore, the foregoing description is for the purpose of illustration only, and not for the purpose of limitation.

Claims (25)

What is claimed is:
1. A method for grouping tabbed portions of a display object based on content relationships and user interaction levels, the method comprising:
providing a display object including one or more tabbed portions for display to a user via a computer display device;
receiving a request to add new information to the display object;
monitoring a level of user interaction associated with each of the tabbed portions;
determining, without user input, a level of content relationship between the new information and information included in at least one of the tabbed portions; and
creating a new tabbed portion including the new information and grouping the new tabbed portion with the at least one tabbed portion based on the determined level of content relationship and the level of user interaction associated with the at least one tabbed portion.
2. The method of claim 1 wherein providing a display object including one or more tabbed portions includes providing a window object including one or more folder tabs.
3. The method of claim 1 wherein providing a display object including one or more tabbed portions includes providing a window object controllable by a web browser to control display of one or more web pages as one or more folder tabs.
4. The method of claim 1 wherein monitoring a level of user interaction associated with each of the tabbed portions includes, for each tabbed portion, monitoring at least one of a recency of user interaction associated with the tabbed portion and an amount of time associated with the user interaction.
5. The method of claim 1 wherein monitoring a level of user interaction associated with each tabbed portion includes, for each tabbed portion, detecting when the tabbed portion has focus and monitoring a time during which the tabbed portion maintains focus.
6. The method of claim 1 wherein monitoring a level of user interaction associated with each of the tabbed portions includes, for each tabbed portion, monitoring an amount of user input associated with the tabbed portion.
7. The method of claim 1 wherein receiving a request for adding new information to the display object includes receiving input for adding a web page as a tabbed portion to the display object.
8. The method of claim 1 wherein receiving a request for adding new information to the display object includes detecting at least one of:
an activation of a link displayed in a first tabbed portion;
an entering of information associated with an element of the display object;
a request for adding the information from executable code associated with the display object; and
a request for adding the information from an application program not directly associated with the display object.
9. The method of claim 8 further comprising grouping the new tabbed portion with the first tabbed portion in response to detecting the activation of the link displayed in the first tabbed portion.
10. The method of claim 1 wherein grouping the new tabbed portion with the at least one tabbed portion includes identifying a first tabbed portion from the plurality of tabbed portions having a highest level of content relationship among the plurality of tabbed portions with the new information, determining whether the first tabbed portion has a level of user interaction that exceeds a threshold, and, in response to determining that the level of user interaction associated with the first tabbed portion exceeds the threshold, grouping the new tabbed portion with the first tabbed portion.
11. The method of claim 10 wherein grouping the new tabbed portion with the at least one tabbed portion includes, in response to determining that the first tabbed portion does not have a level of user interaction that exceeds the threshold, refraining from grouping the new tabbed portion with the first tabbed portion and selecting a second tabbed portion having a second highest level of content relationship with the new information as a candidate for grouping with the new tabbed portion.
12. The method of claim 1 comprising displaying the new tabbed portion with the at least one tabbed portion in a manner that illustrates the grouping between the new tabbed portion and the at least one tabbed portion.
13. The method of claim 12 wherein displaying the new tabbed portion with the at least one tabbed portion in a manner that illustrates the grouping includes displaying the new tabbed portion and the at least one tabbed portion in a manner that illustrates a parent-child relationship between the new tabbed portion and the at least one tabbed portion.
14. A system for grouping tabbed portions of a display object based on content relationships and user interaction levels associated with the tabbed portions, the system comprising:
a display object presentation controller for providing a display object including one or more tabbed portions for display to a user via a computer display device;
a tab controller for receiving a request for adding new information to the display object;
a user interaction monitor for monitoring a level of user interaction associated with each of the tabbed portions;
a related tab manager for determining a level of content relationship between the new information and information included in at least one of the tabbed portions; and
wherein the tab controller is adapted to create a new tabbed portion including the new information and to group the new tabbed portion with the at least one tabbed portion based on the level of user interaction associated with the at least one tabbed portion and the determined level of content relationship.
15. The system of claim 14 wherein the display object presentation controller comprises a window object presentation controller for displaying a window object including one or more folder tabs.
16. The system of claim 14 wherein the display object presentation controller is adapted to provide a window object usable by a web browser for displaying one or more web pages as one or more folder tabs.
17. The system of claim 14 wherein the user interaction monitor is adapted to determine the level of user interaction associated with each of the tabbed portions based on at least one of a recency of user interaction and an amount of time associated with each user interaction with each of the tabbed portions.
18. The system of claim 14 wherein the user interaction monitor is adapted to determine the level of user interaction associated with each of the tabbed portions based on an amount of user input associated with each tabbed portion.
19. The system of claim 14 wherein the tab controller is adapted to detect at least one of:
activation of a link displayed in a first tabbed portion;
an entering of information associated with an element of the display object;
a request for adding the information from executable code associated with the display object; and
a request for adding the information from an application program not directly associated with the display object.
20. The system of claim 19 wherein the tab controller is further adapted to group the new tabbed portion with the first tabbed portion in response to detecting the activation of the link displayed in the first tabbed portion.
21. The system of claim 14 wherein the tab controller is adapted to identify a first tabbed portion including information having a highest level of content relationship with the new information and to group the first tabbed portion with the new tabbed portion in response to the first tabbed portion having a level of user interaction that exceeds a threshold.
22. The system of claim 21 wherein the tab controller is adapted to refrain from grouping the first tabbed portion with the new tabbed portion in response to the first tabbed portion having a level of user interaction that does not exceed the threshold and to identify a second tabbed portion of the plurality of tabbed portions with information having a second highest level of content relationship with the new information as a candidate for grouping with the new tabbed portion.
23. The system of claim 14 wherein the tab controller is adapted to display the new tabbed portion with the at least one tabbed portion in a manner that indicates the grouping between the new tabbed portion and the at least one tabbed portion.
24. A system for grouping tabbed portions of a display object based on content relationships and user interaction levels associated with the tabbed portions, the system comprising:
means for providing a display object including one or more tabbed portions for display to a user via a computer display device;
means for monitoring a level of user interaction associated with each of the tabbed portions;
means for receiving a request for adding new information to the display object;
means for determining a level of content relationship between the new information and information included in at least one of the tabbed portions; and
means for creating a new tabbed portion including the new information and grouping the new tabbed portion with the at least one tabbed portion based on the determined level of content relationship and the level of user interaction associated with the at least one tabbed portion.
25. A computer program product comprising computer executable instructions embodied in a non-transitory computer readable medium for performing steps comprising:
providing a display object including one or more tabbed portions for display to a user via a computer display device;
monitoring a level of user interaction associated with each of the tabbed portions;
receiving a request for adding new information to the display object;
determining a level of content relationship between the new information and information included in at least one of the tabbed portions; and
creating a new tabbed portion including the new information and grouping the new tabbed portion with the at least one tabbed portion based on the level of content relationship and the level of user interaction associated with the at least one tabbed portion.
US14/947,136 2006-06-28 2015-11-20 Methods, Systems, And Computer Program Products For Grouping Tabbed Portions Of A Display Object Based On Content Relationships And User Interaction Levels Abandoned US20160077695A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/947,136 US20160077695A1 (en) 2006-06-28 2015-11-20 Methods, Systems, And Computer Program Products For Grouping Tabbed Portions Of A Display Object Based On Content Relationships And User Interaction Levels

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/476,435 US9195372B2 (en) 2006-06-28 2006-06-28 Methods, systems, and computer program products for grouping tabbed portion of a display object based on content relationships and user interaction levels
US14/947,136 US20160077695A1 (en) 2006-06-28 2015-11-20 Methods, Systems, And Computer Program Products For Grouping Tabbed Portions Of A Display Object Based On Content Relationships And User Interaction Levels

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/476,435 Continuation US9195372B2 (en) 2006-06-28 2006-06-28 Methods, systems, and computer program products for grouping tabbed portion of a display object based on content relationships and user interaction levels

Publications (1)

Publication Number Publication Date
US20160077695A1 true US20160077695A1 (en) 2016-03-17

Family

ID=38878364

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/476,435 Expired - Fee Related US9195372B2 (en) 2006-06-28 2006-06-28 Methods, systems, and computer program products for grouping tabbed portion of a display object based on content relationships and user interaction levels
US14/947,136 Abandoned US20160077695A1 (en) 2006-06-28 2015-11-20 Methods, Systems, And Computer Program Products For Grouping Tabbed Portions Of A Display Object Based On Content Relationships And User Interaction Levels

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/476,435 Expired - Fee Related US9195372B2 (en) 2006-06-28 2006-06-28 Methods, systems, and computer program products for grouping tabbed portion of a display object based on content relationships and user interaction levels

Country Status (1)

Country Link
US (2) US9195372B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11106756B2 (en) 2019-06-14 2021-08-31 International Business Machines Corporation Enhanced browser tab management

Families Citing this family (98)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6826729B1 (en) * 2001-06-29 2004-11-30 Microsoft Corporation Gallery user interface controls
US9715678B2 (en) 2003-06-26 2017-07-25 Microsoft Technology Licensing, Llc Side-by-side shared calendars
US7707255B2 (en) 2003-07-01 2010-04-27 Microsoft Corporation Automatic grouping of electronic mail
US7392249B1 (en) * 2003-07-01 2008-06-24 Microsoft Corporation Methods, systems, and computer-readable mediums for providing persisting and continuously updating search folders
US8799808B2 (en) 2003-07-01 2014-08-05 Microsoft Corporation Adaptive multi-line view user interface
US7716593B2 (en) * 2003-07-01 2010-05-11 Microsoft Corporation Conversation grouping of electronic mail records
US20050005249A1 (en) * 2003-07-01 2005-01-06 Microsoft Corporation Combined content selection and display user interface
US9015621B2 (en) * 2004-08-16 2015-04-21 Microsoft Technology Licensing, Llc Command user interface for displaying multiple sections of software functionality controls
US8146016B2 (en) 2004-08-16 2012-03-27 Microsoft Corporation User interface for displaying a gallery of formatting options applicable to a selected object
US8117542B2 (en) * 2004-08-16 2012-02-14 Microsoft Corporation User interface for displaying selectable software functionality controls that are contextually relevant to a selected object
US7703036B2 (en) 2004-08-16 2010-04-20 Microsoft Corporation User interface for displaying selectable software functionality controls that are relevant to a selected object
US8255828B2 (en) 2004-08-16 2012-08-28 Microsoft Corporation Command user interface for displaying selectable software functionality controls
US7895531B2 (en) * 2004-08-16 2011-02-22 Microsoft Corporation Floating command object
US7747966B2 (en) * 2004-09-30 2010-06-29 Microsoft Corporation User interface for providing task management and calendar information
US7886290B2 (en) * 2005-06-16 2011-02-08 Microsoft Corporation Cross version and cross product user interface
US8239882B2 (en) * 2005-08-30 2012-08-07 Microsoft Corporation Markup based extensibility for user interfaces
US8689137B2 (en) * 2005-09-07 2014-04-01 Microsoft Corporation Command user interface for displaying selectable functionality controls in a database application
US9542667B2 (en) 2005-09-09 2017-01-10 Microsoft Technology Licensing, Llc Navigating messages within a thread
US8627222B2 (en) 2005-09-12 2014-01-07 Microsoft Corporation Expanded search and find user interface
US8605090B2 (en) * 2006-06-01 2013-12-10 Microsoft Corporation Modifying and formatting a chart using pictorially provided chart elements
US9727989B2 (en) 2006-06-01 2017-08-08 Microsoft Technology Licensing, Llc Modifying and formatting a chart using pictorially provided chart elements
US7793226B2 (en) * 2006-08-14 2010-09-07 International Business Machines Corporation Method and system for grouping and stacking tab user interface objects with icon status indicators
US20080077879A1 (en) * 2006-09-25 2008-03-27 Black Andre B Interface with multiple rows of tabs having tabs at fixed relative positions
US20080154863A1 (en) * 2006-12-08 2008-06-26 Renny Goldstein Search engine interface
US20080141161A1 (en) * 2006-12-11 2008-06-12 Raven Mary E Dynamic tab control resizing in a user interface
US20080163046A1 (en) * 2006-12-29 2008-07-03 Paul Christopher J Method, system and program product for managing controls within an mdi environment
EP2151088A4 (en) * 2007-05-17 2010-07-21 Fat Free Mobile Inc Method and system for an aggregate web site search database
US8756523B2 (en) * 2007-05-29 2014-06-17 Access Co., Ltd. Terminal, history management method, and computer usable storage medium for history management
US8201103B2 (en) 2007-06-29 2012-06-12 Microsoft Corporation Accessing an out-space user interface for a document editor program
US8762880B2 (en) 2007-06-29 2014-06-24 Microsoft Corporation Exposing non-authoring features through document status information in an out-space user interface
US8484578B2 (en) 2007-06-29 2013-07-09 Microsoft Corporation Communication between a document editor in-space user interface and a document editor out-space user interface
US8234575B2 (en) * 2007-11-30 2012-07-31 Microsoft Corporation Dynamic updateable web toolbar
US8484574B2 (en) * 2007-12-06 2013-07-09 Microsoft Corporation Rule-based multi-pane toolbar display
US9588781B2 (en) 2008-03-31 2017-03-07 Microsoft Technology Licensing, Llc Associating command surfaces with multiple active components
US9665850B2 (en) * 2008-06-20 2017-05-30 Microsoft Technology Licensing, Llc Synchronized conversation-centric message list and message reading pane
US20090319937A1 (en) * 2008-06-23 2009-12-24 International Business Machines Corporation Integrated multi tabbing
US8402096B2 (en) 2008-06-24 2013-03-19 Microsoft Corporation Automatic conversation techniques
US8533604B1 (en) * 2008-06-25 2013-09-10 Emc Corporation Techniques for user interface selection
US8631340B2 (en) * 2008-06-25 2014-01-14 Microsoft Corporation Tab management in a user interface window
US20100031185A1 (en) * 2008-07-31 2010-02-04 International Business Machines Corporation Web page push to new window
US8762879B1 (en) 2008-09-01 2014-06-24 Google Inc. Tab management in a browser
US8347230B2 (en) * 2008-09-30 2013-01-01 Apple Inc. Visual presentation of multiple internet pages
US8527883B2 (en) * 2008-12-18 2013-09-03 International Business Machines Corporation Browser operation with sets of favorites
US8209638B2 (en) * 2008-12-31 2012-06-26 Sap Ag Customization abstraction
CN101504658B (en) * 2009-01-23 2011-09-28 北京搜狗科技发展有限公司 Method and system for implementing message interaction in multi-tag application program
US9046983B2 (en) 2009-05-12 2015-06-02 Microsoft Technology Licensing, Llc Hierarchically-organized control galleries
CN101923554A (en) * 2009-06-11 2010-12-22 鸿富锦精密工业(深圳)有限公司 Webpage searching method
US8713465B1 (en) 2009-10-13 2014-04-29 Google Inc. Tab visibility
US8620879B2 (en) * 2009-10-13 2013-12-31 Google Inc. Cloud based file storage service
US9110568B2 (en) * 2009-10-13 2015-08-18 Google Inc. Browser tab management
TWI414976B (en) * 2009-12-15 2013-11-11 Pegatron Corp Controlling method of user interface
US20110252356A1 (en) * 2010-04-13 2011-10-13 Robert Paul Morris Methods, systems, and computer program products for identifying an idle user interface element
US9354767B2 (en) 2010-04-30 2016-05-31 Microsoft Technology Licensing, Llc Custom tab ordering and replacement
KR101665512B1 (en) * 2010-05-25 2016-10-12 삼성전자 주식회사 Web page managing method, apparatus and storage medium thereof
KR101722687B1 (en) 2010-08-10 2017-04-04 삼성전자주식회사 Method for providing information between objects or object and user, user device, and storage medium thereof
US8499065B2 (en) * 2010-09-30 2013-07-30 The Nielsen Company (Us), Llc Methods and apparatus to distinguish between parent and child webpage accesses and/or browser tabs in focus
US20120131485A1 (en) * 2010-11-23 2012-05-24 Opera Software Asa System and method for providing interactive tab management in tabbed browsers
US9378297B2 (en) 2011-03-07 2016-06-28 Microsoft Technology Licensing, Llc Task-based address bar and tabs scaling
US20120331407A1 (en) * 2011-06-21 2012-12-27 Google Inc. Temporal Task-Based Tab Management
US8843469B2 (en) * 2011-08-04 2014-09-23 International Business Machines Corporation Faceted and selectable tabs within ephemeral search results
US9881096B1 (en) 2011-09-26 2018-01-30 Google Llc Web page tab management based on location
US8799807B2 (en) * 2011-09-30 2014-08-05 International Business Machines Corporation Organization and display of tabs and tab groups over hierarchical levels
US8191007B1 (en) * 2011-10-07 2012-05-29 Google Inc. Organizing a browser environment
USD692906S1 (en) 2011-11-10 2013-11-05 Search Results, LLC Tab area search tool for display screen
US8332381B1 (en) * 2011-11-10 2012-12-11 Search Results, LLC Tab search utility
US8856675B1 (en) * 2011-11-16 2014-10-07 Google Inc. User interface with hierarchical window display
US9529487B1 (en) * 2012-01-10 2016-12-27 Google Inc. Method of providing fast switching to web apps
US20130227440A1 (en) * 2012-02-28 2013-08-29 Yahoo! Inc. Method and system for creating user experiences based on content intent
US8745540B2 (en) * 2012-04-13 2014-06-03 Apollo Education Group, Inc. Accordion style bread crumbing for mobile applications
US8930840B1 (en) * 2012-07-10 2015-01-06 Google Inc. Determining display order for navigating between application windows and navigating between tabs in a window
GB2505410A (en) * 2012-08-27 2014-03-05 Ibm Display of hypertext documents grouped according to their affinity
CN104798072A (en) * 2012-09-25 2015-07-22 欧普拉软件公司 Information management and display in web browsers
US9727706B2 (en) * 2012-12-03 2017-08-08 Softwatch Technologies 2009 Ltd. Methods circuits apparatuses systems and associated computer executable code for metering software usage
TWI483174B (en) * 2012-12-12 2015-05-01 Acer Inc Method for grouping and managing web pages
US9635404B2 (en) 2013-04-24 2017-04-25 The Nielsen Company (Us), Llc Methods and apparatus to correlate census measurement data with panel data
US10042523B2 (en) * 2013-09-10 2018-08-07 Opera Software As Classifying and organizing web resources in web browsers
US8874543B1 (en) * 2014-01-09 2014-10-28 Liquid Concepts Llc Search controls using sliders and lightboxes
US8943036B1 (en) 2014-01-09 2015-01-27 Funded Ventures LLC Search controls using sliders and lightboxes
US20150220228A1 (en) * 2014-02-06 2015-08-06 Yoav Podemsky Systems Methods Circuits and Associated Computer Executable Code for Arranging and Organizing Computerized Application Tabs Based on Content Service and User Characterization
US20150286729A1 (en) * 2014-04-02 2015-10-08 Samsung Electronics Co., Ltd. Method and system for content searching
WO2015178925A1 (en) * 2014-05-23 2015-11-26 Hewlett-Packard Development Company, L.P. Aggregating data for visualization
US10156967B2 (en) 2014-05-31 2018-12-18 Apple Inc. Device, method, and graphical user interface for tabbed and private browsing
US9826359B2 (en) 2015-05-01 2017-11-21 The Nielsen Company (Us), Llc Methods and apparatus to associate geographic locations with user devices
KR102455232B1 (en) * 2015-06-23 2022-10-17 삼성전자 주식회사 Method and electronic device for tab management based on context
US9703887B2 (en) * 2015-08-04 2017-07-11 International Business Machines Corporation Automatically grouping browser tabs based on a pattern of usage
US10601894B1 (en) 2015-09-28 2020-03-24 Amazon Technologies, Inc. Vector-based encoding for content rendering
US10691750B1 (en) * 2015-09-28 2020-06-23 Amazon Technologies, Inc. Browser configured to efficiently store browsing session state
CN106649413A (en) * 2015-11-04 2017-05-10 阿里巴巴集团控股有限公司 Grouping method and device for webpage tabs
US9971847B2 (en) 2016-01-07 2018-05-15 International Business Machines Corporation Automating browser tab groupings based on the similarity of facial features in images
US11381535B2 (en) * 2016-01-27 2022-07-05 Yahoo Assets Llc Computerized system and method for determining and displaying message content in a user's inbox
US11188941B2 (en) 2016-06-21 2021-11-30 The Nielsen Company (Us), Llc Methods and apparatus to collect and process browsing history
US20180113583A1 (en) * 2016-10-20 2018-04-26 Samsung Electronics Co., Ltd. Device and method for providing at least one functionality to a user with respect to at least one of a plurality of webpages
US10712912B2 (en) * 2017-03-14 2020-07-14 Vmware, Inc. Generating contextual cues linking related browser tabs
US10409634B2 (en) * 2017-04-19 2019-09-10 Microsoft Technology Licensing, Llc Surfacing task-related applications in a heterogeneous tab environment
US10831331B2 (en) * 2018-03-09 2020-11-10 International Business Machines Corporation Window control for simultaneously running applications
US10866704B1 (en) 2019-06-04 2020-12-15 Microsoft Technology Licensing, Llc Intelligent web browser segregation
CN110764671B (en) * 2019-11-06 2022-07-12 北京字节跳动网络技术有限公司 Information display method and device, electronic equipment and computer readable medium
US11762537B1 (en) * 2022-05-27 2023-09-19 Microsoft Technology Licensing, Llc Tabbed user interface

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6097391A (en) * 1997-03-31 2000-08-01 Menai Corporation Method and apparatus for graphically manipulating objects
US20020093537A1 (en) * 2001-01-16 2002-07-18 Siemens Medical Solutions Health Services Corporation. System and user interface supporting user navigation and concurrent application operation
US20050050472A1 (en) * 2003-08-28 2005-03-03 Faseler Walter L. Method and apparatus for storing and accessing URL links
US20110161828A1 (en) * 2005-02-15 2011-06-30 Microsoft Corporation System and Method for Browsing Tabbed-Heterogeneous Windows
US20130227443A1 (en) * 2005-03-08 2013-08-29 Salesforce.Com, Inc. Systems and methods for implementing multi-application tabs and tab sets

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5801702A (en) 1995-03-09 1998-09-01 Terrabyte Technology System and method for adding network links in a displayed hierarchy
US6310630B1 (en) 1997-12-12 2001-10-30 International Business Machines Corporation Data processing system and method for internet browser history generation
US20020059395A1 (en) 2000-07-19 2002-05-16 Shih-Ping Liou User interface for online product configuration and exploration
US20040093562A1 (en) * 2002-08-23 2004-05-13 Diorio Donato S. System and method for a hierarchical browser
WO2005109904A2 (en) * 2004-04-30 2005-11-17 Vulcan, Inc. Maintaining a graphical user interface state that is based on a selected type of content
US8683031B2 (en) * 2004-10-29 2014-03-25 Trustwave Holdings, Inc. Methods and systems for scanning and monitoring content on a network
US20060198504A1 (en) * 2005-01-21 2006-09-07 Shemisa Yousef O Call recording platform
US20070117557A1 (en) * 2005-11-21 2007-05-24 Conopco Inc, D/B/A Unilever Parametric user profiling
US20070162864A1 (en) * 2006-01-10 2007-07-12 International Business Machines Corp. User-directed repartitioning of content on tab-based interfaces
US7681144B2 (en) * 2006-06-13 2010-03-16 Mlb Advanced Media, L.P. Prioritized presentation of content

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6097391A (en) * 1997-03-31 2000-08-01 Menai Corporation Method and apparatus for graphically manipulating objects
US20020093537A1 (en) * 2001-01-16 2002-07-18 Siemens Medical Solutions Health Services Corporation. System and user interface supporting user navigation and concurrent application operation
US20050050472A1 (en) * 2003-08-28 2005-03-03 Faseler Walter L. Method and apparatus for storing and accessing URL links
US20110161828A1 (en) * 2005-02-15 2011-06-30 Microsoft Corporation System and Method for Browsing Tabbed-Heterogeneous Windows
US20130227443A1 (en) * 2005-03-08 2013-08-29 Salesforce.Com, Inc. Systems and methods for implementing multi-application tabs and tab sets

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11106756B2 (en) 2019-06-14 2021-08-31 International Business Machines Corporation Enhanced browser tab management

Also Published As

Publication number Publication date
US9195372B2 (en) 2015-11-24
US20080005686A1 (en) 2008-01-03

Similar Documents

Publication Publication Date Title
US9195372B2 (en) Methods, systems, and computer program products for grouping tabbed portion of a display object based on content relationships and user interaction levels
US8893043B2 (en) Method and system for predictive browsing
US9348935B2 (en) Systems and methods for augmenting a keyword of a web page with video content
US8484184B2 (en) Navigation assistance for search engines
US8250474B2 (en) Chronology display and feature for online presentations and web pages
US8566315B1 (en) Sequenced video segment mix
US8887100B1 (en) Multi-dimensional hierarchical browsing
US20120095834A1 (en) Systems and methods for using a behavior history of a user to augment content of a webpage
US20050132296A1 (en) Intelligent forward resource navigation
US9065827B1 (en) Browser-based provisioning of quality metadata
US9870279B2 (en) Analysis apparatus and analysis method
US8898297B1 (en) Device attribute-customized metadata for browser users
US9323426B2 (en) System and method for selecting information for display based on past user interactions
CN110546633A (en) Named entity based category tag addition for documents
CN114417157B (en) Data pushing method and device, computer equipment and computer medium
JP2011039625A (en) Information retrieval system and information retrieval method
US20130091415A1 (en) Systems and methods for invisible area detection and contextualization
CA2805964A1 (en) Information provision device, information provision method, program, and information recording medium
JP4963619B2 (en) Information search system, information search device, search result screen information generation method, and search result screen information generation processing program
CA2805872C (en) Information provisioning device, information provisioning method, program, and information recording medium
US11726639B2 (en) Stowing and unstowing browser tabs in groups each corresponding to a different subject
CN113204704A (en) Content information display method and device, electronic equipment and readable medium
US20180367848A1 (en) Method and system for auto-viewing of contents
WO2013033445A2 (en) Systems and methods for contextualizing a toolbar, an image and inline mobile banner advertising
US20230350969A1 (en) Automatic display control method for web content

Legal Events

Date Code Title Description
AS Assignment

Owner name: SCENERA TECHNOLOGIES, LLC, NEW HAMPSHIRE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SINGH, MONA;REEL/FRAME:038342/0501

Effective date: 20060831

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION