US8566732B2 - Synchronization of widgets and dashboards - Google Patents

Synchronization of widgets and dashboards Download PDF

Info

Publication number
US8566732B2
US8566732B2 US11/499,887 US49988706A US8566732B2 US 8566732 B2 US8566732 B2 US 8566732B2 US 49988706 A US49988706 A US 49988706A US 8566732 B2 US8566732 B2 US 8566732B2
Authority
US
United States
Prior art keywords
widgets
widget
dashboard
user
synchronizing
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.)
Active, expires
Application number
US11/499,887
Other versions
US20070130541A1 (en
Inventor
John O. Louch
Eric Steven Peyton
Christoper Hynes
Scott Forstall
Gregory N. Christie
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.)
Apple Inc
Original Assignee
Apple Inc
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
Priority claimed from US10/877,968 external-priority patent/US7490295B2/en
Application filed by Apple Inc filed Critical Apple Inc
Priority to US11/499,887 priority Critical patent/US8566732B2/en
Publication of US20070130541A1 publication Critical patent/US20070130541A1/en
Assigned to APPLE COMPUTER, INC. reassignment APPLE COMPUTER, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHRISTIE, GREGORY N., FORSTALL, SCOTT, PEYTON, ERIC STEVEN, HYNES, CHRISTOPHER, LOUCH, JOHN O.
Assigned to APPLE, INC. reassignment APPLE, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: APPLE COMPUTER, INC.
Application granted granted Critical
Publication of US8566732B2 publication Critical patent/US8566732B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

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/04817Interaction 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 using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the disclosed implementations relate generally to graphical user interfaces.
  • a hallmark of modern graphical user interfaces is that they allow a large number of graphical objects or items to be displayed on a display screen at the same time.
  • Leading personal computer operating systems such as Apple Mac OS®, provide user interfaces in which a number of windows can be displayed, overlapped, resized, moved, configured, and reformatted according to the needs of the user or application.
  • Taskbars, menus, virtual buttons and other user interface elements provide mechanisms for accessing and activating windows even when they are hidden behind other windows.
  • widgets are user interface elements that include information and one or more tools (e.g., applications) that let the user perform common tasks and provide fast access to information.
  • Widgets can perform a variety of tasks, including without limitation, communicating with a remote server to provide information to the user (e.g., weather report), providing commonly needed functionality (e.g., a calculator), or acting as an information repository (e.g., a notebook).
  • Widgets can be displayed and accessed through a user interface, such as a “dashboard layer,” which is also referred to as a “dashboard.” Widgets and dashboards are described in co-pending U.S.
  • a virtual desktop or dashboard can become cluttered and disorganized, making it difficult for the user to quickly locate and access a widget.
  • the user may have to invoke multiple widgets to perform a single task, which can lead to an inefficient use of widget resources.
  • the user may not readily recognize the relationship between two widgets, which leads to additional inefficiencies when using widgets.
  • a method comprises: receiving a first set of widget information associated with a first device; and synchronizing the first set of widget information with a data source.
  • a method comprises: receiving a first set of dashboard information associated with a first device; and synchronizing the first set of dashboard information with a data source.
  • a method comprises: identifying configuration information associated with one or more widgets; and updating the configuration information.
  • a system includes a first device, a second device and a sync engine.
  • the first device includes a first dashboard including a first set of widgets.
  • the second device includes a second dashboard including a second set of widgets.
  • the sync engine is operatively coupled to the first and second devices and configurable to synchronize the first and second dashboards.
  • an apparatus includes a computer-readable medium adapted for storing a first set of dashboard information, and a sync engine operatively coupled to the computer-readable medium and configurable for synchronizing the first set of dashboard information with a data source.
  • FIG. 1 is a block diagram of a hardware architecture for implementing dashboards.
  • FIG. 2 is a flow diagram of a process for activating and using a dashboard.
  • FIG. 3 is a block diagram of a software architecture for implementing dashboards.
  • FIG. 4A is a screen shot depicting a desktop user interface prior to activation of a dashboard.
  • FIG. 4B is a screen shot depicting an initial state for a dashboard.
  • FIG. 4C is a screen shot depicting a configuration bar for a dashboard.
  • FIG. 4D is a screen shot depicting user selection of a widget from the configuration bar.
  • FIG. 5A is a screen shot depicting an implementation of linked widgets.
  • FIG. 5B illustrates the exchange of information between linked widgets.
  • FIG. 6 is a flow diagram of an exemplary automatic widget linking process.
  • FIG. 7 is a block diagram of an implementation of a software architecture for linked widgets.
  • FIG. 8 is a flow diagram of an implementation of a manual widget linking process.
  • FIG. 9A is a screen shot depicting the manual linking of widgets using an exemplary widget link manager.
  • FIG. 9B is a screen shot depicting the manual linking of widgets using bridging elements.
  • FIG. 10 is a block diagram of an exemplary synchronization system for widgets and dashboards.
  • FIG. 11 illustrates syncing of data between disparate widgets and dashboards.
  • FIG. 12 is a flow diagram of a exemplary widget/dashboard synchronization process.
  • FIG. 13 is an exemplary sync services architecture for syncing dashboards and widgets.
  • FIG. 14 is exemplary sync services logic for syncing dashboards and widgets.
  • FIG. 1 is a block diagram of a hardware architecture 100 for synchronizing widgets and dashboards.
  • the architecture 100 includes a personal computer 102 coupled to a remote server 107 via a network interface 116 and a network connection 108 (e.g., local area network, wireless network, Internet, intranet, etc.).
  • the computer 102 generally includes a processor 103 , memory 105 , one or more input devices 114 (e.g., keyboard, mouse, etc.) and one or more output devices 115 (e.g., a display device).
  • a user interacts with the architecture 100 via the input and output devices 114 , 115 .
  • the computer 102 also includes a local storage device 106 and a graphics module 113 (e.g., graphics card) for storing information and generating graphical objects, respectively.
  • the local storage device 106 can be a computer-readable medium.
  • the term “computer-readable medium” refers to any medium that participates in providing instructions to a processor for execution, including without limitation, non-volatile media (e.g., optical or magnetic disks), volatile media (e.g., memory) and transmission media.
  • Transmission media includes, without limitation, coaxial cables, copper wire, fiber optics, and computer buses. Transmission media can also take the form of acoustic, light or radio frequency waves.
  • widgets are described herein with respect to a personal computer 102 , it should be apparent that the disclosed implementations can be incorporated in, or integrated with, any electronic device that is capable of using widgets, including without limitation, portable and desktop computers, servers, electronics, media players, game devices, mobile phones, email devices, personal digital assistants (PDAs), televisions, etc.
  • PDAs personal digital assistants
  • a dashboard system and method for managing and displaying dashboards and widgets can be implemented as one or more plug-ins that are installed and run on the personal computer 102 .
  • the plug-ins can be configured to interact with an operating system (e.g., MAC OS® X, WINDOWS XP, LINUX, etc.) and to perform the various dashboard and widget functions, as described with respect of FIGS. 2-8 .
  • the dashboard system and method can also be implemented as one or more software applications running on a computer system (e.g., computer 102 ).
  • a dashboard system can be another widget that is configurable to communicate with other widgets, applications and/or operating systems.
  • the dashboard system and method can also be characterized as a framework or model that can be implemented on various platforms and/or networks (e.g., client/server networks, stand-alone computers, portable electronic devices, mobile phones, etc.), and/or embedded or bundled with one or more software applications (e.g., email, media player, browser, etc.).
  • platforms and/or networks e.g., client/server networks, stand-alone computers, portable electronic devices, mobile phones, etc.
  • software applications e.g., email, media player, browser, etc.
  • widgets are described as a feature of an operating system. Widgets, however, can be implemented in other contexts as well, including e-mail environments, desktop environments, application environments, hand-held displays, and any other display devices.
  • FIG. 2 is a flow diagram of an implementation of a process for activating and using one or more dashboard layers.
  • a dashboard layer (also referred to herein as a “unified interest layer” or “dashboard”) is used to manage and display widgets (including linked widgets).
  • a user can invoke a dashboard ( 202 ) by hitting a designated function key or key combination, or by clicking on an icon, or by selecting a command from an onscreen menu, or by moving an onscreen cursor to a designated corner of the screen.
  • a dashboard layer can be invoked programmatically by another system, such as an application or an operating system, etc.
  • the current state of the user interface is saved ( 203 ), the user interface is temporarily inactivated ( 204 ), an animation or effect is played or presented to introduce the dashboard ( 205 ) and the dashboard is displayed with one or more widgets ( 206 ). If applicable, a previous state of the dashboard is retrieved, so that the dashboard can be displayed in its previous configuration.
  • the dashboard is overlaid on an existing user interface (UI) (e.g., a desktop UI).
  • UI user interface
  • the existing UI may be faded, darkened, brightened, blurred, distorted, or otherwise altered to emphasize that it is temporarily inactivated.
  • the existing UI may or may not be visible behind the dashboard.
  • the UI can also be shrunk to a small portion of the display screen while the dashboard is active, and can be re-activated by clicking on it.
  • the UI is shrunk and presented as a widget. The UI can be re-activated by clicking on the widget.
  • the UI remains active when the dashboard is active.
  • the user interacts with and/or configures widgets as desired ( 207 ).
  • the user can move widgets around the screen, and can resize widgets if applicable. Some widgets are resizable and some have a fixed size.
  • a widget author can specify whether a widget can be resized. Some widgets automatically resize themselves based on the amount or nature of the data being displayed. Widgets can overlap and or repel one another. For example, if the user attempts to move one widget to a screen position occupied by another widget, one of the widgets is automatically moved out of the way or repelled by the other widget.
  • a user can link widgets together using a widget link manager, as described with respect to FIG. 8 .
  • the user dismisses the dashboard ( 208 ) by invoking a dismissal command, which causes the UI layer to return or re-present itself to the display screen.
  • the dashboard is dismissed when the user presses a function key or key combination (which may be the same or different than the key or combination used to activate the dashboard), or clicks on a close box or other icon, or clicks on negative space within the dashboard (e.g., a space between widgets), or moves an onscreen cursor to a predefined corner of the screen.
  • a function key or key combination which may be the same or different than the key or combination used to activate the dashboard
  • clicks on a close box or other icon or clicks on negative space within the dashboard (e.g., a space between widgets)
  • moves an onscreen cursor to a predefined corner of the screen e.g., a space between widgets
  • the dashboard is automatically dismissed (i.e., without user input) after some predetermined period of time or in response to a trigger event.
  • An animation or other effect can be played or presented to provide a transition as the dashboard is dismissed ( 209 ).
  • the current configuration or state of the widgets e.g., position, size, etc.
  • an animation or effect is played or presented when re-introducing the UI.
  • the UI is restored to its previous state ( 210 ) so that the user can resume interaction with software applications and/or the operating system.
  • the dashboard is configurable.
  • the user can select a number of widgets to be displayed, for example, by dragging the widgets from a configuration bar (or other user interface element) onto the dashboard.
  • the configuration bar can include different types of widgets, and can be categorized and/or hierarchically organized.
  • the widget in response to the user dragging a widget onto the configuration bar, the widget is downloaded from a server and automatically installed (if not previously installed).
  • certain widgets can be purchased, so the user is requested to provide a credit card number or some other form of payment before the widget is installed on the user's device.
  • widgets are already installed on the user's device, but are only made visible when they have been dragged from the configuration bar onto the dashboard.
  • the configuration bar is merely an example of one type of UI element for configuring the dashboard. Other configuration mechanisms can be used, such as an icon tray or menu system.
  • widgets can be displayed other than those implementations described herein.
  • widgets can be displayed on any surface, user interface or user interface element, including but not limited to desktops, browser or application windows, menu systems, trays, multi-touch sensitive displays and other widgets.
  • FIG. 3 is a block diagram of a software architecture 300 for implementing dashboards for installing, displaying and launching linked widgets.
  • the software architecture 300 generally includes a dashboard server 301 , one or more dashboard clients 302 , and one or more widgets 303 .
  • the server 301 and/or clients 302 use dashboard configuration information 304 to specify configuration options for displaying the widgets 303 , including access levels, linking information and the like (if applicable).
  • Such configuration information can include information for two or more dashboards configured by the same user or by different users.
  • the widgets 303 are displayed using HTML and related web technology.
  • the dashboard server 301 manages and launches the dashboard client 302 processes.
  • Each dashboard client 302 loads a widget 303 (e.g., an HTML webpage) and related resources needed to display the page.
  • the dashboard clients 302 display the widgets 303 without a conventional window frame, menu bar, or other components typically associated with on-screen windows. This technique provides a clean, straightforward display of the overall dashboard to reduce confusion and clutter.
  • the dashboard clients 302 display their respective widgets 303 by rendering web pages into a “WebView,” as described in U.S.
  • each WebView can be defined as metadata associated with the corresponding widget 303 .
  • the server 301 provides data for rendering the dashboard layer that can be overlaid on a desktop user interface.
  • the widgets 303 are rendered into the dashboard layer, which is drawn on top of the desktop user interface, so as to partially or completely obscure the desktop user interface while the dashboard layer is active.
  • the dashboard server 301 (also referred to as “server”) can be a stand-alone process or embedded in another process.
  • the server 301 can be located at the computer 102 or at the remote server 107 .
  • the server 301 provides functionality for one or more processes, including but not limited to: non-widget UI management, window management, fast login, event management, loading widgets, widget arbitration, Core Image integration and widget preference management, as described in U.S. patent application Ser. No. 11/148,010, entitled “Preview and Installation of User Interface Elements in a Display Environment.”
  • a dashboard client 302 is a process that uses, for example, objects that are defined as part of a development environment, such as Apple Computer's Cocoa Application Framework (also referred to as the Application Kit, or AppKit) for the Mac OS® operating system.
  • the dashboard clients 302 can be implemented as simplified browser screens that omit conventional interface features such as a menu bar, window frame, and the like.
  • each widget 303 is implemented as an HTML file.
  • the HTML file can reference other local and remote resources such as style sheets (e.g., Cascading Style Sheets), other HTML files, JavaScript files, images, and the like.
  • Widgets 303 can be implemented using, for example, a flat bundle file format or a packaged HTML file format.
  • the Flat Bundle format includes an info.plist file.
  • the Info.plist files describes a widget 303 and provides an identifier for a widget 303 .
  • Table I provides an example of Info.plist file contents.
  • AllowFileAccessOutsideofWidget, AllowFullAccess AllowInternetPlugins, AllowJava, AllowNetworkAccess, and AllowSystem are Boolean types that can be set by a widget author to enable certain levels of resource access.
  • the Info.plist file includes N WidgetLinkInfo strings, for storing the names of widgets that can be linked to the widget associated with the Info.plist file. This information can be used to automatically link widgets, as described with respect to FIGS. 5-8 . Note that the additional widget link information can be included in the Info.plist file and/or one or more other files bundled with the widget, depending upon the widget design.
  • FIG. 4A depicts a desktop user interface 400 prior to activation of a dashboard.
  • the desktop user interface 400 (also referred to herein as “desktop”) is a conventional user interface as may be provided by an operating system, such as Mac OS®.
  • the desktop 400 has a background image, menu bar 401 , and other standard features. As is known in the art, the desktop 400 may also include windows, icons, and other elements (not shown).
  • the user activates the dashboard by selecting an item from a menu, or by clicking on an icon, or by pressing a function key or key combination, or by some other means for invoking activation.
  • a dashboard does not have to be activated on a desktop; rather the dashboard can be activated and displayed on any display screen with or without a desktop.
  • FIG. 4B depicts an initial state for a dashboard layer 402 .
  • a configuration bar icon 403 is initially displayed.
  • the dashboard layer 402 can display one or more default widgets 405 , 407 . If the dashboard layer 402 has previously been activated and configured, the widgets 405 , 407 , can be displayed as previously configured.
  • the dashboard layer 402 is not necessarily visible as a distinct layer. However, its various components (such as widgets, icons, and other features) are visible. In some implementations, these components are displayed in a transparent layer, thus maintaining the visibility of the desktop 400 to the user.
  • the desktop 400 and its components are darkened (or blurred, or otherwise visually modified) while the dashboard layer 402 is active, so as to emphasize that the desktop 400 is temporarily inactive.
  • the desktop 400 is not visible while the dashboard layer 402 is active.
  • the user can reactivate the desktop 400 and dismiss the dashboard layer 402 by, for example, selecting on an area of the screen where no dashboard element is displayed (i.e., “negative space”).
  • other commands, key combinations, icons, or other user input can be used to dismiss the dashboard layer 402 .
  • the user can drag the icon 403 to any location on the screen, and the position of the icon 403 will remain persistent from one invocation of the dashboard layer 402 to the next.
  • the user can click on the icon 403 to activate the configuration bar 408 , as shown in FIG. 4C .
  • the configuration bar 408 provides access to various widgets that can be placed on the dashboard.
  • a text label is shown for each available widget (e.g., calculator, stocks, iTunes®, etc.).
  • an icon is shown for each available widget (e.g., calculator icon 410 ).
  • the widgets may be arranged hierarchically by type (e.g., game widgets, utility widgets, etc.), or alphabetically, or by any other categorization methodology. For example, a number of categories may be displayed, and clicking on one of the categories causes a pull-down menu to be displayed, listing a number of widgets in that category.
  • a buy widget 406 is also available, allowing the user to select widgets from an online store or website.
  • configuration bar 408 in FIG. 4C is merely exemplary, and that many other arrangements are possible.
  • widgets can be installed from other locations, other applications or other environments, without requiring that they first be part of the configuration bar 408 .
  • the user can dismiss the configuration bar 408 by clicking on dismissal button or icon 404 .
  • Elements, including user interface elements such as widgets can be displayed as discussed below.
  • One display, a dashboard layer will be used for illustrative purposes.
  • Installation can include a preview operation as is discussed below.
  • Installation can include selection of the element, such as by a drag and drop action. Other selection means can be used.
  • a user can drag widgets from configuration bar 408 onto the surface of the dashboard (in other words, anywhere on the screen), using standard drag-and-drop functionality for moving objects on a screen.
  • FIG. 4D depicts the selection of the calculator widget icon 410 from the configuration bar 408 .
  • the calculator icon 410 which is associated with a calculator widget 409 is highlighted, or otherwise augmented or embellished, to indicate that it has been selected by a user with cursor 411 .
  • widgets in the configuration bar 408 are smaller than their actual size when installed.
  • the widget can be animated to its actual or installed size to assist the user in the real-time layout of the dashboard. By animating the widget to its actual size, the user will know the actual size of the widget prior to its installation.
  • an animation such as a ripple animation
  • the dragging of the widget to the dashboard layer 402 invokes an installation process for installing the widget including previewing.
  • the user can move a widget, to any other desired location, or can remove the widget from the screen, for example by dragging it off the screen, or dragging it back onto the configuration bar 408 , by invoking a remove command, disabling a widget in a menu associated with a widget manager or canceling the installation during the preview.
  • the position, state, and configuration of a widget are preserved when the dashboard layer 402 is dismissed, so that these characteristics are restored the next time the dashboard layer 402 is activated.
  • widgets and/or dashboard layers can be installed from within a running application.
  • a widget and/or dashboard can be an attachment to an email. When the user clicks the attachment, an installation process is invoked for the widget and/or dashboard which can also include a preview.
  • Widgets can be created or instantiated using an installer process.
  • the installer process can include a separate user interface or an integrated user interface (e.g., integrated in the display area or separate from the display area, for example, in another display area associated with another application, such as an email application) for selecting and installing widgets in a display area.
  • a widget received as an email attachment can be launched by a user from directly within a user interface of the email application.
  • Widgets can be created or instantiated using an installer process.
  • the installer process can include a separate user interface or an integrated user interface (e.g., integrated in the display area or separate from the display area for example in another display area associated with another application, such as an email application) for selecting and installing widgets in a display area.
  • the installation area for the widget can be embedded within an application display area or window. For example, if a user receives a widget as an attachment to an email, the user can invoke and install the widget from within the email message window without the need for a separate installation window.
  • an installer process is used to provide additional functionality to the creation/instantiation process, beyond the simple drag and drop operation describe above. Additional functionality can include preview, linking, security and deletion functionality in a singular interface.
  • the installer process can be a separate process or combined in another process.
  • the installer process can itself be a separate application that is executable to install widgets (or other elements) in a display area.
  • the term “process” refers to a combination of functions that can be implemented in hardware, software, firmware or the like.
  • a dashboard environment including widgets for use with operating system utilities can include nested display areas for displaying widgets associated with particular types of utilities (e.g., date and time, memory management, network resource management, etc.)
  • FIG. 5A is a screen shot depicting an implementation of linked widgets.
  • Linked widgets can be displayed in any display area, such as a dashboard layer 506 overlaid on a desktop user interface 504 .
  • the user interface 504 can be a conventional UI provided by an operating system, such as the Mac OS® or Windows® operating systems.
  • the user interface 504 includes a background image, a menu bar 502 , and other UI common features (e.g., windows, icons, etc.).
  • the user can activate the dashboard layer 506 by selecting an item from the menu bar 502 , or by clicking an icon, or by pressing a function key or key combination, or by some other means for invoking activation.
  • a configuration bar 503 is displayed, which includes one or more widget icons and a widget link manager icon 514 .
  • the configuration bar 503 can be scrolled from left to right to reveal more widget icons.
  • a user can install a widget by dragging its associated widget icon from the configuration bar 503 and dropping it in the dashboard layer 506 , or by using other installation techniques, as described with respect to FIG. 4D .
  • two or more widgets are automatically linked in response to a trigger event.
  • a trigger event can be generated by downloading, installing, previewing, launching, manipulating, updating, operating or otherwise interacting with a widget.
  • a trigger event can also be generated by exercising the functionality of a widget.
  • Widgets can be automatically or manually linked together based on any suitable criteria or no criteria. For example, widgets can be linked based on the type of data or information the widgets use or share (e.g., time, date, place, etc.), the origin of the widgets (e.g., received from friends, downloaded from a common website, etc.) and the time when the widgets were downloaded (e.g., widgets downloaded at the same time of day). Widgets can be linked based on their membership in a widget class (e.g., financial widgets, stock market widgets, etc.). Widgets can also be linked based on their participation in a process or workflow (e.g., a stock market widget providing data to a 3D graph widget).
  • a process or workflow e.g., a stock market widget providing data to a 3D graph widget.
  • linked widgets can be illustrated by the following example involving a search widget 508 , a map widget 510 and a weather widget 512 .
  • a trigger event is generated which causes the map widget 510 and the weather widget 512 to be automatically linked to the search widget 508 and displayed in the dashboard layer 506 .
  • a user enters a search query in a search box of the search widget 508 to determine the location of a favorite restaurant.
  • the search widget 508 returns location information (e.g., address, coordinates, etc.) for the restaurant, which is shared with the map widget 510 and the weather widget 512 .
  • the map widget 510 uses the address to generate a map and driving directions.
  • the weather widget 512 uses the address to determine the current weather for the location of the restaurant. If the map and weather widgets 510 , 512 , are already installed and launched in the dashboard layer 506 when the search widget 508 is installed, then the links are established directly without re-installing and launching the widgets 510 , 512 . If the widgets 510 , 512 , are not installed, then the widgets 510 , 512 are installed and launched before or after being linked. If the widgets 510 , 512 are not available on the computer system 102 , a message is displayed instructing the user on how to obtain the widgets 510 , 512 from another source. For example, the message can include a link to a website where the widgets 510 , 512 can be downloaded to the computer system 102 .
  • any two widgets can be linked and share information.
  • the amount and type of information shared is dependant on the widgets that are linked.
  • the widgets 508 , 510 and 512 could share location information (e.g., address, latitude, longitude, etc.).
  • the widgets 508 , 510 and 512 are examples of widgets that can be linked based on the type of information the widgets use and share (i.e., location information).
  • Other examples of widgets that can be linked include but are not limited to: a calendar widget that can be linked to a scheduling widget; a dictionary widget that can be linked to a word processing widget; a telephone directory widget that can be linked to dial-up widget; a stock widget that can be linked to a graph widget for presenting stock information in different types of graphs (e.g., pie graph, bar graph, etc.); an image processing/editing widget that can be linked to a picture frame widget for viewing a digital image; and a media player widget that can be linked to a ticket vending widget (e.g., a TicketmasterTM widget) for providing a touring schedule and a mechanism for purchasing concert tickets to see an artist whose song is currently playing in the media player widget.
  • a ticket vending widget e.g., a TicketmasterTM widget
  • widgets can be linked to one or more non-widget applications and can interact with and receive data from those applications.
  • a non-widget application can also provide a bridge between two or more widgets. For example, when an application is invoked (e.g., a word processor) can search for widgets that can support the application or specific feature of the application (e.g., dictionary or thesaurus widgets). The widgets can communicate directly with each other and/or indirectly through the application.
  • links are established between widgets only if one or more conditions, events or triggers are satisfied.
  • a link may only be established upon completion of one or more tasks, or at a certain time of day, or only between widgets that are currently running, or only between widgets in the same dashboard layer, etc.
  • the conditions for establishing links can be a set of rules that should be satisfied before a link is established.
  • the rules can be generated manually by the user or programmatically at run time. Rules can also be dynamically generated by a running widget or non-widget application that is associated with widgets.
  • the rules can be stored in a widget file or other data structure.
  • the rules for linking widgets can be different based on the type of device where the widgets reside (e.g., a portable device, mobile phone, etc.).
  • Linked widgets can be located in the same dashboard or different dashboards in a multiple dashboard environment. In some implementations, linked widgets can communicate even when installed in different display areas. Linked widgets can reside on a single device or on multiple devices and communicate over a network connection established between the devices (e.g., Internet, Ethernet, wireless, etc.).
  • linked widgets include a link element 516 (e.g., a button), which if selected disables links to other widgets. For example, clicking on the link element 516 of the search widget 508 causes the map and weather widgets 510 , 512 , to be unlinked to the search widget 508 .
  • when widgets are unlinked they are altered or obfuscated in the dashboard layer 506 (e.g., grayed out, dimmed, made semi-translucent, etc.).
  • unlinked widgets can remain visible but a link indicator 518 (e.g., a virtual lamp, etc.) is altered to indicate a widget's link status.
  • the link indicator 518 can change color (e.g., from green to red) to assist users to visually identify the link status of a widget.
  • the icon associated with a widget is modified to indicate the widgets link status (e.g., the icon change colors or displays informative text).
  • widgets that are linked have a gravitational or magnetic attraction or repulsion to each other.
  • the widgets positions in a dashboard layer or other user interface can be automatically adjusted so the linked widgets are adjacent or proximate to each other.
  • widgets can cluster together in the dashboard layer or user interface to indicate their linked status.
  • the clustering visually indicates to the user that the widgets are linked (or not linked) or that the widgets can be linked.
  • a visual indication of the strength of a link (or the potential to link) can be displayed by changing one or more properties of the widgets, such as the color of the widgets or the distance between widgets.
  • red widgets could indicate a strong link (or potential to link) and green widgets could indicate a weak link (or potential to link).
  • a shorter distance between linked widgets in a dashboard layer or user interface could indicate a stronger link (or potential to link) than widgets that are separated by a greater distance. If the user moves a widget around a dashboard layer or a user interface, other widgets in the dashboard layer or user interface can be attracted to or repulsed by the moving widget to indicate their link status or link potential.
  • Widgets can be linked in a variety of topologies. For example, a single widget can be linked to multiple widgets and configured to provide those widgets with common or personalized information (e.g., a broadcasting widget). In some implementations, a widget can behave like a server (“server widget”) and interact and exchange information with one or more “client” widgets.
  • server widget server widget
  • widgets can be linked at several levels and conceptually organized into a widget hierarchy, for example, forming a “tree” structure where the widget at the top of the tree is a “root” widget and the other widgets are “leafs” or “node” widgets.
  • the linkage between two or more widgets can be bi-directional, so that each widget in a pair of linked widgets can be invoked (e.g., launched, installed, updated, etc.) by the other widget in the pair. Also, each widget in a widget pair can transmit and receive information from the other widget in the pair.
  • the user interface 504 can be obfuscated to reveal a dashboard layer 506 containing only linked widgets.
  • the user can press a predetermined key combination or other input mechanism, which causes the appearance of unlinked widgets to be altered or otherwise obfuscated so that only linked widgets are visible on the display screen.
  • a key combination can be specified by the user in a preference pane or other user input mechanism.
  • a widget link manager enables a user to manually establish and edit widget links, as described with respect to FIG. 8 .
  • a widget link manager icon 514 for invoking the widget link manager can reside anywhere in the desktop user interface 504 and/or in the configuration bar 503 , as shown in FIG. 5A .
  • the icon 514 can be used to toggle between a dashboard layer or desktop and a user interface for the widget manager.
  • FIG. 5B illustrates the exchange of information between linked widgets.
  • a phone book widget 520 and a sports widget 522 are residing in a dashboard layer or user interface.
  • the phone book widget 520 includes typical phonebook information, such as addresses and telephone numbers.
  • the sports widget 522 includes information related to sporting events, including information related to sports venues. In this example, the sports widget 522 information does not include addresses and telephone numbers of sports venues.
  • the sports widget 522 can send the phone book widget 520 the name of a sports venue.
  • the phone book widget 520 can then use the name of the sport venue to look up the address and telephone number of the sports venue. Once the address and number are retrieved, the phone book widget 520 sends the address and telephone number to the sports widget 522 , where the information can be used to augment or enhance the sporting event information 524 .
  • FIG. 6 is a flow diagram of an exemplary automatic widget linking process 600 .
  • the steps of process 600 do not necessarily have to occur in a specific order, and at least some steps can be executed in a multi-threading and/or multi-processing environment.
  • a widget linking trigger event can generated (e.g., by a dashboard server) in response to the downloading, installation, previewing, launching, updating, manipulation, operation and/or interaction with a widget.
  • a widget linking trigger event can also be the exercise of a feature or functionality of one or more widgets.
  • a widget linking trigger event can be generated by user input or programmatically by software (e.g., operating system, application, etc.) or hardware (e.g., mouse click, hardware plug-in, etc.).
  • the process 600 determines a set of candidate widgets that can be linked ( 604 ).
  • Candidate widgets can be determined from predetermined or dynamically generated link information.
  • predetermined link information can be stored in the dashboard configuration information 304 , as shown in FIG. 3 .
  • the link information can be included by a widget's author in files associated with each widget (e.g., info.plist), or created by the user with the widget link manager, as described with respect to FIG. 8 .
  • Link information can also be dynamically created while a widget is running or not. For example, widgets that are running can be forming new links, terminating or reviving existing links, generating or receiving new data sources and the like.
  • This dynamically generated link information can be stored during runtime in memory or other computer-readable medium (e.g., hard disk).
  • a dashboard can scan for installed widgets to create a collection of linkages, or possible linkages which are stored during runtime.
  • the user can control the linkages which can be stored by the dashboard server. For example, the user can manually establish linkages using a widget link manager or bridging elements, as described with respect to FIGS. 9A and 9B .
  • the process 600 automatically links (and installs and launches, if necessary) the candidate widgets ( 606 ).
  • a manual step can be used in combination with the process 600 by automatically presenting a user interface that includes a list of candidate widgets that can be linked to a particular widget (e.g., the widget that generated the trigger event).
  • the candidate widgets can be organized into a file system that can be navigated. For example, launched widgets that are running on the host device can be listed separately from widgets that are residing on the host device but have not been launched.
  • a link or other mechanism can be provided in the dashboard layer and/or in a configuration bar that the user can select to invoke the user interface having candidate widgets and/or to direct the user to another source of candidate widgets (e.g., a link to a website).
  • a communication channel is established between the linked widgets using known object oriented programming (OOP) techniques and languages (e.g., Java, C++, Smalltalk, etc.) for transmitting and receiving messages ( 608 ).
  • OOP object oriented programming
  • each widget in a linked pair of widgets can “pull” information from the other widget, “push” information to the other widget, or both (i.e., bidirectional communication).
  • each widget writes information to a shared memory or storage location (e.g., local storage 106 ) where it can be read by other widgets.
  • the type and amount of information shared is dependent on the needs of the widgets that are linked.
  • An examples of shared link information would be the coordinate or location data between the widgets 508 , 510 and 512 , as described with respect to FIG. 5A .
  • the widgets share security information (e.g., keys, secret data, etc.) for secured communications.
  • security information e.g., keys, secret data, etc.
  • the widgets can be signed and undergo an authentication procedure during linking using one or more known authentication techniques (e.g., Digital Signature Algorithm (DSA)).
  • DSA Digital Signature Algorithm
  • the process 600 monitors the link status ( 610 ) for changes. Changes could be failed links, temporarily disable links, new links, etc. The process 600 detects any changes and modifies the link information as appropriate. For example, if a new link is established the process 600 will add the link to the link information associated with the widgets forming the link, as described with respect to Table I.
  • FIG. 7 is a block diagram of an implementation of a software architecture for linking widgets.
  • the software architecture 700 is similar to the architecture described with respect to FIG. 3 .
  • the dashboard server 701 includes a widget linker 702 and a widget link manager 704 .
  • the widget link manager 704 is described with respect to FIG. 8 .
  • the software architecture 700 is exemplary and other architectures can be realized having more or fewer components and/or processes.
  • the widget linker 702 and widget link manager 704 can be independent or stand-alone applications, processes, components, or services that can operate independent of the dashboard server 701 , including as an operating system component or plug-in.
  • the widget linker 702 is responsible for implementing the process 600 , as described with respect to FIG. 6 .
  • the widget linker 702 monitors the downloading, installation, previewing and launching of widgets and detects trigger events for linking.
  • the widget linker 702 can match a unique widget identifier (e.g., a hash) for the trigger widget with a list of candidate widgets that can be linked to the triggering widget (“candidate link widgets”).
  • the widget linker 702 can store and maintain a link flag or link key for each candidate link widget, together with a memory address for accessing shared information. Setting the flag will cause the widget to read information from the address provided by the widget linker 702 .
  • the widget linker 702 will also install and/or launch the candidate linked widgets (widgets with set link flags), if the candidate link widgets have not been installed and/or launched.
  • An example data structure for linked widgets is show in Table I below.
  • an exemplary data structure includes a Name field, a Widget ID field, a Linked To field and a Sharing field. More or fewer fields can be used, as desired.
  • the Name field stores the name of the widget
  • the Widget ID field stores a unique ID for the widget (e.g., a fingerprint or hash)
  • the Linked To field includes the Widget IDs for all the widgets that are linked to the widget identified in the Name and Widget ID fields.
  • the Sharing field includes a description of information to be shared by the widget having the Widget ID.
  • the data structure can be stored as a text file in a directory where it can be edited by a user through, for example, a text editor.
  • the widget linker 702 keeps track of the physical and/or logical address locations of shared information, the types of data that can be shared and the widgets that are allowed to share data.
  • the user or a system administrator can prevent a widget from sharing its data with any other widget (e.g., as a security precaution) by setting the “sharing” field to None.
  • Content feeds and other external information sources can be similarly protected.
  • some widget data can be shared and other widget data can remain private.
  • Such an implementation can be realized by adding one or more additional fields in the data structure shown in Table I. For example, one or more fields can be added that list the source of a trigger event or that stores instantaneous IDs for multiple instances of widgets.
  • FIG. 8 is a flow diagram of an implementation of a manual widget linking process 800 .
  • the steps of process 800 do not necessarily have to occur in a specific order, and at least some steps can be executed in a multi-threading and/or multi-processing environment.
  • the process 800 begins when the user selects a first widget for linking ( 802 ).
  • the first widget includes a linking mechanism (e.g., menu item, button) which, when selected (e.g., mouse clicked), configures the widget for linking with other widgets, and invokes a widget link manager for manually establishing links with other widgets.
  • the widget flips when the linking mechanism is selected, and a widget link manager user interface is presented on the backside of the widget. An example of a user interface for a widget link manager is described with respect to FIG. 9A .
  • the user can select information belonging to the first widget which can be shared with other widgets.
  • the user may desire to keep certain widget information private but allow other widget information to be made public (i.e., shared with other widgets).
  • restrictions or any other security methods can be specified or set by a user or administrator through a security preference pane or other input mechanism. These restrictions can be placed in a widget file that is distributed with the widget (e.g., info.plist) or added at a later time by a system administrator or user through a widget manager, as described with respect to FIG. 9A .
  • the user selects a second widget for linking with the first widget ( 804 ).
  • the user can also select information belonging to the second widget which can be shared with the first widget.
  • the widgets can be linked ( 806 ).
  • FIG. 9A is a screen shot depicting the manual linking of widgets using an exemplary widget link manager 900 .
  • the widget link manager 900 can be a stand-alone application, an operating system component or plug-in or a widget.
  • the functionality of the widget link manager 900 will now be described in reference to the exemplary search, map and weather widgets 508 , 510 and 512 . It should be appreciated that the widget link manager 900 can operate on any number or type of widgets and is not limited to the widgets disclosed.
  • the widget link manager 900 is invoked by clicking on the widget link manager icon 514 or other input mechanism (e.g., key combination, menu option, etc.).
  • the widget link manager 900 can be closed by clicking the button 908 or other input mechanism.
  • the widget link manager provides a display area including a search panel 802 and a link panel 904 .
  • the search panel 902 includes a search box 906 for searching for widgets. For example, a user can put name of a widget in the search box 906 and click a “Go” button 910 to run a search for the search widget 508 .
  • the user can browse a directory structure for widgets, using techniques commonly employed by file systems to search for files (e.g., Mac OS® Finder or Spotlight).
  • the search widget 508 When the search widget 508 is selected its icon or other identifier can be displayed in the search area 902 .
  • the user can, for example, drag the icon for the map widget 510 from the configuration bar 503 and drops the icon in the link area 904 .
  • the widget link manager 900 determines whether the map widget 510 can be linked to the search widget 508 by, for example, examining link information for the widgets. If the map widget 510 can be linked, the map widget 510 can appear in a list 914 of linked widgets in the link area 904 .
  • map widget 510 cannot be linked to the search widget 508 , the map widget 510 is not displayed in the list 914 and the user is notified (e.g., by an alert message).
  • a link failure could occur if the map and search widgets 508 , 510 , are restricted from being linked to each other, or if there is insufficient link information available for one or both widgets, or for any other reason (e.g., security restrictions).
  • the link information shared is dependant on the widgets that are linked. For example, the search, map and weather widgets would share location information (e.g., address, latitude, longitude, etc.).
  • widget link manager 900 can be implemented in other implementations. For example, all or part of the functionality of the widget link manager 900 can be accessible on the flip-side of a widget. If a user wants to link widgets, the user can flip the widget to display the search area 902 and link area 904 .
  • FIG. 9B is a screen shot depicting the manual linking of widgets 508 , 510 and 512 using bridging elements 916 .
  • Bridging elements are objects that can be used to visually connect two or more objects in a user interface. For example, a user can select or click on a dock 918 a located on widget 508 to grab hold of a first bridging element 916 a . The user can then click and drag the first bridging element 916 a to a dock 918 b located on widget 510 .
  • the first bridging element 916 a is shown as a solid line, but other bridging elements are possible (e.g., a dashed line).
  • the user can grab the first bridging element 916 a by clicking a mouse button and holding the button down while dragging the end of the first bridging element 916 a to the dock 918 b .
  • the bridging element 916 a When the end of the first bridging element 916 a is over or in the proximity of the dock 918 b , the user releases the mouse button and the bridge between the widgets 508 and 510 is completed, resulting in the widgets 508 and 510 being linked.
  • the user can repeat the same procedure using a second bridging element 916 b and docks 918 a and 918 c .
  • the bridging element is displayed until the widgets are linked at which time is removed or otherwise obfuscated. For example, once the widgets have been bridged, the bridging element can disappear or be obfuscated and the widget's properties or characteristics can be altered to indicate link status (e.g., the widgets change color).
  • the widgets can be unlinked by clicking on each widget of a link, which causes the bridging element to be displayed again. The user can then manually “snip” the bridging element by clicking on it with a mouse or other pointing device. Other techniques for removing links using bridging elements are possible.
  • FIG. 10 is a block diagram of an exemplary synchronization system 1000 for widgets (including linked widgets) and dashboards.
  • the system 1000 includes a network server 1002 operatively coupled to one or more host devices 1006 through a network 1008 .
  • the network server 1002 is shown operatively coupled to a network storage 1004 (e.g., optical disk, hard disk, a storage area network (SAN)).
  • the host device 1006 is shown operatively coupled to an external storage media 1010 .
  • a network storage 1004 e.g., optical disk, hard disk, a storage area network (SAN)
  • the system 1000 can be implemented using a variety of configurations and topologies, and can include more or fewer host devices, servers, storage devices and other devices typically used in a network (e.g., hubs, routers).
  • Examples of a network 1008 include but are not limited to: the Internet, an intranet, a local or wide area network, a wireless network, optical network, etc.
  • Examples of host devices include any device that is capable of using widgets, including without limitation, portable and desktop computers, servers, electronics, media players, game devices, mobile phones, email devices, personal digital assistants (PDAs), televisions, etc.
  • Data sources can be any source that provides data for creating, installing, operating or managing widgets and/or dashboards, or any data used or presented by widgets and/or dashboards.
  • the host device 1006 a (“host device A”) can synchronize directly with the host device 1006 b (“host device B”) using a known or standard bus technology (e.g., USB, FireWireTM) or indirectly through the network server 1002 and network 1080 .
  • a known or standard bus technology e.g., USB, FireWireTM
  • a synchronization service can be used to non-destructively synchronize widgets and/or dashboards between two devices.
  • the host device 1006 a has installed widgets A, B, and C.
  • Widget A is installed on a user interface provided by, for example, an operating system or application running on the host device 1006 a .
  • the widgets B and C are installed in a dashboard layer, referred to as “dashboard 1 .”
  • the host device 1006 a can be connected directly to the host device 1006 b and a synchronization can be initiated by the host device 1006 a . Synchronization can be initiated manually by user or automatically on a scheduled based or in response to a trigger event.
  • Manual synchronization can be initiated by selecting an option from a menu or other user interface element (e.g., virtual button) presented on a display device of the host device 1006 a and/or by a hardware mechanism (e.g., a mechanical button, switch, key).
  • a hardware mechanism e.g., a mechanical button, switch, key.
  • the user can be presented with several options for synchronization. For example, the user can be presented with a list of items (e.g., dashboards, widgets, files, database records, etc.) that can be synchronized with corresponding checkboxes that can be checked by the user to allow the item to be included or excluded from the synchronization process.
  • the user can be presented with a dialog reporting the progress of the synchronization and a summary of the synchronization results.
  • the synchronization results provides a list of potential conflicts and allows the user to manually resolve the conflicts. For example, a conflict may arise between two different versions of the same widget and/or dashboard. The user can be prompted in real time to resolve the conflict by selecting one version over another version. In some implementations, such conflict resolutions and other specifications for synchronization can be pre-selected by the user through a preference pane or other dialog.
  • the synchronization process can be performed using known synchronization technologies and/or services.
  • An example of a suitable synchronization service is “Sync Services” provided by Apple Computer, Inc.
  • Sync Services is a framework containing components needed by a developer to sync an application and devices. Data can be synced with other applications and devices on the same device, or other devices over a network using, for example, .Mac (a web-based service provided by Apple).
  • Sync Services is publicly available as an Objective-C Application Programming Interface (API) for Mac OS® X version 10.4 and later.
  • API Objective-C Application Programming Interface
  • the architecture and logic of Sync Services is described with reference to FIGS. 13 and 14 .
  • An example of a widget/dashboard synchronization process using a network server is described in reference to FIG. 12 .
  • the system 1000 can use peer-to-peer or network-less syncing.
  • the network device that is used for syncing may or may not be independent of the target device which is receiving the synced data.
  • Apple Computer Inc.'s “Sync Services” can sync information to a device or to Mac and then to another device. In the former case, there is no “network” other than the network formed by the two devices being synced. In the latter case, there is a network server that holds the information before it is synced to the target device.
  • two peer-to-peer devices can sync in an ad hoc network where no network server is available.
  • a desirable feature of the system 1000 is the ability to synchronize non-destructively. For example, assume that Widgets A, B and C are installed on host device 1006 a and Widgets B, C, D and E are installed on host device 1600 b , but not Widget A. If host device 1006 a initiates a synchronization with host device 1006 b , then Widget A will be added to host device 1600 b and Widgets B and C on host device 1006 b will be replaced with Widgets B and C on host device 1006 a (assuming the user or an application has specified such a replacement). After synchronization has completed, the host device 1006 b will have Widgets A, B, C, D and E.
  • Widgets D and E will be added to the host device 1006 a , Widgets B and C will be replaced and Widget A will remain unaffected. Since Widget A is not removed from the host device 1006 a , the synchronization is referred to as “non-destructive.”
  • local configuration information e.g., parameter data
  • different versions of the same widget/dashboard and/or different widget/dashboard can be synced based on sync preferences, which can be specified by a user. If a device does not have a widget/dashboard installed, then the settings for the widget/dashboard can be synced, so that when the widget/dashboard is later installed, the widget/dashboard is invoked with the correct settings. If a widget cannot be synced (e.g. it is a purchased widget), then a “dummy” widget can be synced and the user can be provided instructions on how to obtain the widget.
  • a removable storage media can be synchronized with a host device.
  • the removable storage media 1010 which includes Widget A, can be synchronized with the host device 1006 a , which also includes a version of Widget A.
  • Examples of removable storage media 1010 include but are not limited to: external hard drives, USB flash drives, FirewireTM drives, floppy disks, compact discs, an any other storage media that can be plugged into or otherwise connected with a host device.
  • the system 1000 can be used with Portable Home Directories (PHDs) as provided by Apple Computer's Mac OS® X (Tiger) operating system or similar technologies.
  • PDDs Portable Home Directories
  • the host device 1006 a scans for removable media 1010 . If detected, the host device 1006 a mounts the removable media 1010 and searches for widgets/dashboards to be synchronized. If found, then the configurations for the widgets/dashboards can be compared against master information stored locally on the host device 1006 a or remotely on a network device, and a synchronization process can be initialized manually (e.g., by the user) or automatically, such as the synchronization process described in reference to FIG. 12 .
  • removable media allows users to maintain widgets and dashboards on multiple devices and to transfer changes made to widgets and dashboards on one device to other devices.
  • a user could carry their customized dashboards and widgets on a USB flash drive.
  • the user can plug the drive into any device capable of supporting dashboards and widgets, and install or cause to be installed, the customized dashboards and widgets.
  • the user can then make changes to widgets and dashboards, which can be stored on the USB flash drive.
  • the user plugs the drive into another device the changes are detected and synchronized to the new device or other user devices through a network synchronization process, such as is described with reference to FIG. 12 .
  • the network server 1002 can act as a centralized repository for information relating to a user's widgets and dashboards, which can be downloaded to a device through a network connection. The user can manage the information using the device.
  • one or more uses can subscribe to a synchronization service.
  • the service can provide a web site where a user can login and specify certain synchronization services.
  • the service can be part of a service that aggregates and distributes widgets and dashboards.
  • a user device could receive updated versions of widgets and/or dashboards by syncing with a network device.
  • the syncing can be initiated by the user device (“sync client”) or by the sync service and changes to widgets and/or dashboards can be either pushed by or pulled from a sync engine running on the network device, as described in reference to FIG. 14 .
  • the synchronization services can be part of a broader service offering, such as described in U.S.
  • FIG. 11 illustrates syncing of data between disparate widgets and dashboards.
  • a first device 1102 includes a dashboard layer A for displaying a “Stock Widget” 1106 .
  • a second device 1104 includes a “Graph Widget” 1108 , which is displayed on a operating system desktop.
  • One or both of the widgets 1106 , 1108 can reside in a dashboard layer or any user interface or display area or surface.
  • the devices 1102 , 1104 are synced, data associated with the Stock Widget 1106 is synced with data associated with widget 1108 . For example, if the user adds a “Stock C” to the widget 1106 , the “Stock C” data is transferred to the Graph Widget 1108 , where it can be plotted.
  • widgets 1106 and 1108 are different or disparate and that it is the data associated with the widgets 1106 and 1108 that is synced. This process can be compared to the example synchronization process described in reference to FIG. 10 where additional widgets/dashboards were added to a device or existing widgets/dashboards were replaced with updated versions of the same widget/dashboard.
  • FIG. 12 is a flow diagram of a exemplary widget/dashboard synchronization process 1200 .
  • the process 1200 can be performed on a scheduled basis or initiated by a trigger event. Examples of trigger events include, but are not limited to: downloading, installing or invoking a widget; adding or deleting a widget or dashboard; changing parameters, themes or other information associated with a widget or dashboard; and context (e.g., place, time or subject matter) in which a widget or dashboard is being used.
  • the process 1200 begins by bundling widget/dashboard data on a first device (step 1202 ). The bundle is then sent to a network device using, for example, a synchronization service (step 1204 ).
  • the bundle can be compared against information accessible by the network device, such as user synchronization specifications.
  • the bundle is then pushed to a second device (step 1206 ).
  • the bundle can be pulled from the network by the second device.
  • the bundle is unpacked (step 1208 ) and new widgets/dashboards are added to the second device and/or existing widgets/dashboards are replaced (step 1210 ).
  • the widgets are presented on the second device (e.g., presented on a display screen) and formatted, if necessary (step 1212 ).
  • the widgets can be scaled to fit within the display screen.
  • the widgets/dashboards can be automatically positioned in a predetermined location on the display screen or other location specified by the user.
  • FIG. 13 is an exemplary sync services architecture 1300 for syncing dashboards and widgets.
  • the architecture 1300 includes one or more sync clients 1302 , a sync engine 1304 and a truth database 1306 .
  • the sync engine 1304 and truth database 1306 can be located on a network device (e.g., network server 1002 ) or on a sync client 1302 . In the latter case, the sync engine 1304 can be part of an operating system or a separate application.
  • the sync services architecture 1300 is implemented by Apple Computer Inc.'s “Sync Services.” A detailed description of the architecture 1300 can be found in the “Sync Services Programming Guide,” published by Apple Computer, Inc. (Mar. 8, 2006) and is available to the public from Apple's developer website (http://developer.apple.com). The “Sync Services Programming Guide” is incorporated by reference herein in its entirety.
  • the sync engine 1304 merges changes to be pulled by different sync clients 1302 .
  • the sync engine 1304 can be invoked on a scheduled basis or triggered by an event.
  • a network-based sync engine 1304 can coordinate the requests of multiple sync devices 1302 simultaneously and can notify a dependent sync device 1302 that an observed sync device 1302 is syncing, and allow the sync device 1302 to join a sync session.
  • the sync engine 1304 selects an appropriate sync mode for each client 1302 .
  • a sync client 1302 syncs In a “slow syncing mode,” the first time a sync client 1302 syncs, it pushes all its widget/dashboard information in a “bundle” to the sync engine 1304 and pull changes computed by the sync engine 1304 .
  • the sync engine 1304 keeps track of the client's state using, for example, a snapshot so that subsequent syncs can be more efficient. The next time a client 1302 syncs, only changes are pushed and pulled.
  • the sync engine 1304 assumes the client 1302 is fast syncing unless the client negotiates another sync mode or some state has changed that requires a different mode. Intelligence can be built into the sync engine 1304 to resolve conflicts and duplicates without requiring user input.
  • the sync engine 1304 is a differencing engine that processes changes to individual parameters associated with a widget or dashboard. If two clients 1302 modify the same parameter for a widget or dashboard, the sync engine 1304 can generate a conflict.
  • the truth database 1306 contains an aggregate of all the client's widget and dashboard information.
  • the truth database 1306 can use a canonical scheme that is an aggregate of all the widget and dashboard schemas used by all the clients 1302 .
  • FIG. 14 is exemplary sync services logic for syncing dashboards and widgets.
  • the logic 1400 begins when a sync session is started by, for example, the sync engine 1304 . If the session is started (step 1402 ), the client negotiates a sync mode with the sync engine 1304 (step 1404 ). This can be a slow syncing mode or a fast syncing mode. If the client has changes to push to the sync engine 1304 (step 1406 ), the changes are pushed by the client (step 1408 ). If the client needs to pull changes from the sync engine 1304 (step 1410 ), then the client prepares to pull changes (step 1412 ) and pulls changes from the sync engine 1304 (step 1414 ). If there are no push or pull changes after negotiating a sync mode with a client, then the sync services session is terminated.
  • the sync services logic 1400 is implemented by Apple Computer Inc.'s “Sync Services.”

Abstract

Systems, methods, computer-readable mediums, user interfaces and other implementations are disclosed for synchronizing widgets and dashboards.

Description

RELATED APPLICATIONS
This application is a continuation-in-part of U.S. patent application Ser. No. 10/877,968, for “Unified Interest Layer For User Interface,” filed Jun. 25, 2004 now U.S. Pat. No. 7,490,295, which patent application is incorporated by reference herein in its entirety.
This application is related to the following jointly owned and co-pending patent applications, each incorporated herein by reference in its entirety:
    • U.S. Provisional Patent Application No. 60/583,125, for “Procedurally Expressing Graphic Objects for Web Pages,” filed Jun. 25, 2004;
    • U.S. patent application Ser. No. 10/874,829, for “User Interface for Assisting in the Installation of an Asset,” filed Jun. 22, 2004;
    • U.S. patent application Ser. No. 10/877,968, for “Unified Interest Layer For User Interface,” filed Jun. 25, 2004;
    • U.S. patent application Ser. No. 11/145,561, for “Application Clipper,” filed Jun. 3, 2005;
    • U.S. patent application Ser. No. 11/145,560, for “Web View Applications,” filed Jun. 3, 2005;
    • U.S. patent application Ser. No. 11/145,023, for “Clip View Applications,” filed Jun. 3, 2005;
    • U.S. patent application Ser. No. 11/148,010, for “Preview and Installation of User Interface Elements in a Display Environment,” filed Jun. 7, 2005;
    • U.S. Provisional Patent Application No. 60/734,016, for “Preview Including Theme Based Installation of User Interface Elements In A Display Environment,” filed Nov. 4, 2005, which provisional patent application is incorporated herein by reference in its entirety;
    • U.S. Provisional Patent Application No. 60/730,956, for “Widget Security,” filed Oct. 27, 2005, which provisional application is incorporated herein by reference in its entirety;
    • U.S. patent application Ser. No. 11/282,110, for “Preview Including Theme Based Installation of User Interface Elements In A Display Environment,” filed Nov. 16, 2005;
    • U.S. Provisional Patent Application No. 60/737,899, for “Management of User Interface Elements In A Display Environment,” filed Nov. 18, 2005; and
    • U.S. patent application Ser. No. 11/346,603, for “Multiple Dashboards,” filed Feb. 1, 2006;
    • U.S. patent application Ser. No. 11/403,644, for “Linked Widgets,” filed Apr. 12, 2006; and
    • U.S. patent application Ser. No. 11/499,494, for “Management and Generation of Dashboards,” filed Aug. 4, 2006.
TECHNICAL FIELD
The disclosed implementations relate generally to graphical user interfaces.
BACKGROUND
A hallmark of modern graphical user interfaces is that they allow a large number of graphical objects or items to be displayed on a display screen at the same time. Leading personal computer operating systems, such as Apple Mac OS®, provide user interfaces in which a number of windows can be displayed, overlapped, resized, moved, configured, and reformatted according to the needs of the user or application. Taskbars, menus, virtual buttons and other user interface elements provide mechanisms for accessing and activating windows even when they are hidden behind other windows.
Although users appreciate interfaces that can present information on a screen via multiple windows, the result can be overwhelming. For example, users may find it difficult to navigate to a particular user interface element or to locate a desired element among a large number of onscreen elements. The problem is further compounded when user interfaces allow users to position elements in a desired arrangement, including overlapping, minimizing, maximizing, and the like. Although such flexibility may be useful to the user, it can result in a cluttered display screen. Having too many elements displayed on the screen can lead to “information overload,” thus inhibiting the user to efficiently use the computer equipment.
Many of the deficiencies of conventional user interfaces can be reduced using “widgets.” Generally, widgets are user interface elements that include information and one or more tools (e.g., applications) that let the user perform common tasks and provide fast access to information. Widgets can perform a variety of tasks, including without limitation, communicating with a remote server to provide information to the user (e.g., weather report), providing commonly needed functionality (e.g., a calculator), or acting as an information repository (e.g., a notebook). Widgets can be displayed and accessed through a user interface, such as a “dashboard layer,” which is also referred to as a “dashboard.” Widgets and dashboards are described in co-pending U.S. patent application Ser. No. 10/877,968, entitled “Unified Interest Layer For User Interface.”
Due to the large number of widgets available to a user, a virtual desktop or dashboard can become cluttered and disorganized, making it difficult for the user to quickly locate and access a widget. Moreover, the user may have to invoke multiple widgets to perform a single task, which can lead to an inefficient use of widget resources. In some cases, the user may not readily recognize the relationship between two widgets, which leads to additional inefficiencies when using widgets.
SUMMARY
Systems, methods, computer-readable mediums, user interfaces and other implementations are disclosed for synchronizing widgets and dashboards.
In some implementations, a method comprises: receiving a first set of widget information associated with a first device; and synchronizing the first set of widget information with a data source.
In some implementations, a method, comprises: receiving a first set of dashboard information associated with a first device; and synchronizing the first set of dashboard information with a data source.
In some implementations, a method comprises: identifying configuration information associated with one or more widgets; and updating the configuration information.
In some implementations, a system includes a first device, a second device and a sync engine. The first device includes a first dashboard including a first set of widgets. The second device includes a second dashboard including a second set of widgets. The sync engine is operatively coupled to the first and second devices and configurable to synchronize the first and second dashboards.
In some implementations, an apparatus includes a computer-readable medium adapted for storing a first set of dashboard information, and a sync engine operatively coupled to the computer-readable medium and configurable for synchronizing the first set of dashboard information with a data source.
Other implementations are disclosed which are directed to systems, methods, computer-readable mediums and user interfaces.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a hardware architecture for implementing dashboards.
FIG. 2 is a flow diagram of a process for activating and using a dashboard.
FIG. 3 is a block diagram of a software architecture for implementing dashboards.
FIG. 4A is a screen shot depicting a desktop user interface prior to activation of a dashboard.
FIG. 4B is a screen shot depicting an initial state for a dashboard.
FIG. 4C is a screen shot depicting a configuration bar for a dashboard.
FIG. 4D is a screen shot depicting user selection of a widget from the configuration bar.
FIG. 5A is a screen shot depicting an implementation of linked widgets.
FIG. 5B illustrates the exchange of information between linked widgets.
FIG. 6 is a flow diagram of an exemplary automatic widget linking process.
FIG. 7 is a block diagram of an implementation of a software architecture for linked widgets.
FIG. 8 is a flow diagram of an implementation of a manual widget linking process.
FIG. 9A is a screen shot depicting the manual linking of widgets using an exemplary widget link manager.
FIG. 9B is a screen shot depicting the manual linking of widgets using bridging elements.
FIG. 10 is a block diagram of an exemplary synchronization system for widgets and dashboards.
FIG. 11 illustrates syncing of data between disparate widgets and dashboards.
FIG. 12 is a flow diagram of a exemplary widget/dashboard synchronization process.
FIG. 13 is an exemplary sync services architecture for syncing dashboards and widgets.
FIG. 14 is exemplary sync services logic for syncing dashboards and widgets.
DETAILED DESCRIPTION Hardware Architecture
FIG. 1 is a block diagram of a hardware architecture 100 for synchronizing widgets and dashboards. The architecture 100 includes a personal computer 102 coupled to a remote server 107 via a network interface 116 and a network connection 108 (e.g., local area network, wireless network, Internet, intranet, etc.). The computer 102 generally includes a processor 103, memory 105, one or more input devices 114 (e.g., keyboard, mouse, etc.) and one or more output devices 115 (e.g., a display device). A user interacts with the architecture 100 via the input and output devices 114, 115.
The computer 102 also includes a local storage device 106 and a graphics module 113 (e.g., graphics card) for storing information and generating graphical objects, respectively. The local storage device 106 can be a computer-readable medium. The term “computer-readable medium” refers to any medium that participates in providing instructions to a processor for execution, including without limitation, non-volatile media (e.g., optical or magnetic disks), volatile media (e.g., memory) and transmission media. Transmission media includes, without limitation, coaxial cables, copper wire, fiber optics, and computer buses. Transmission media can also take the form of acoustic, light or radio frequency waves.
While widgets are described herein with respect to a personal computer 102, it should be apparent that the disclosed implementations can be incorporated in, or integrated with, any electronic device that is capable of using widgets, including without limitation, portable and desktop computers, servers, electronics, media players, game devices, mobile phones, email devices, personal digital assistants (PDAs), televisions, etc.
A dashboard system and method for managing and displaying dashboards and widgets can be implemented as one or more plug-ins that are installed and run on the personal computer 102. The plug-ins can be configured to interact with an operating system (e.g., MAC OS® X, WINDOWS XP, LINUX, etc.) and to perform the various dashboard and widget functions, as described with respect of FIGS. 2-8. The dashboard system and method can also be implemented as one or more software applications running on a computer system (e.g., computer 102). In some implementations, a dashboard system can be another widget that is configurable to communicate with other widgets, applications and/or operating systems. The dashboard system and method can also be characterized as a framework or model that can be implemented on various platforms and/or networks (e.g., client/server networks, stand-alone computers, portable electronic devices, mobile phones, etc.), and/or embedded or bundled with one or more software applications (e.g., email, media player, browser, etc.).
For illustrative purposes, widgets (including linked widgets) are described as a feature of an operating system. Widgets, however, can be implemented in other contexts as well, including e-mail environments, desktop environments, application environments, hand-held displays, and any other display devices.
Dashboard Overview
FIG. 2 is a flow diagram of an implementation of a process for activating and using one or more dashboard layers. A dashboard layer (also referred to herein as a “unified interest layer” or “dashboard”) is used to manage and display widgets (including linked widgets). A user can invoke a dashboard (202) by hitting a designated function key or key combination, or by clicking on an icon, or by selecting a command from an onscreen menu, or by moving an onscreen cursor to a designated corner of the screen. Alternatively, a dashboard layer can be invoked programmatically by another system, such as an application or an operating system, etc.
In response to such invocation, the current state of the user interface is saved (203), the user interface is temporarily inactivated (204), an animation or effect is played or presented to introduce the dashboard (205) and the dashboard is displayed with one or more widgets (206). If applicable, a previous state of the dashboard is retrieved, so that the dashboard can be displayed in its previous configuration.
In some implementations, the dashboard is overlaid on an existing user interface (UI) (e.g., a desktop UI). When the dashboard is activated, the existing UI may be faded, darkened, brightened, blurred, distorted, or otherwise altered to emphasize that it is temporarily inactivated. The existing UI may or may not be visible behind the dashboard. The UI can also be shrunk to a small portion of the display screen while the dashboard is active, and can be re-activated by clicking on it. In some implementations, the UI is shrunk and presented as a widget. The UI can be re-activated by clicking on the widget. In some implementations the UI remains active when the dashboard is active.
The user interacts with and/or configures widgets as desired (207). In some implementations, the user can move widgets around the screen, and can resize widgets if applicable. Some widgets are resizable and some have a fixed size. A widget author can specify whether a widget can be resized. Some widgets automatically resize themselves based on the amount or nature of the data being displayed. Widgets can overlap and or repel one another. For example, if the user attempts to move one widget to a screen position occupied by another widget, one of the widgets is automatically moved out of the way or repelled by the other widget. In some implementations, a user can link widgets together using a widget link manager, as described with respect to FIG. 8.
In some implementations, the user dismisses the dashboard (208) by invoking a dismissal command, which causes the UI layer to return or re-present itself to the display screen. In some implementations, the dashboard is dismissed when the user presses a function key or key combination (which may be the same or different than the key or combination used to activate the dashboard), or clicks on a close box or other icon, or clicks on negative space within the dashboard (e.g., a space between widgets), or moves an onscreen cursor to a predefined corner of the screen. Other dismissal methods are possible.
In some implementations, the dashboard is automatically dismissed (i.e., without user input) after some predetermined period of time or in response to a trigger event. An animation or other effect can be played or presented to provide a transition as the dashboard is dismissed (209). When the dashboard is dismissed, the current configuration or state of the widgets (e.g., position, size, etc.) is stored, so that it can be retrieved the next time the dashboard is activated. In some implementations, an animation or effect is played or presented when re-introducing the UI. The UI is restored to its previous state (210) so that the user can resume interaction with software applications and/or the operating system.
In some implementations, the dashboard is configurable. The user can select a number of widgets to be displayed, for example, by dragging the widgets from a configuration bar (or other user interface element) onto the dashboard. The configuration bar can include different types of widgets, and can be categorized and/or hierarchically organized. In some implementations, in response to the user dragging a widget onto the configuration bar, the widget is downloaded from a server and automatically installed (if not previously installed). In some implementations, certain widgets can be purchased, so the user is requested to provide a credit card number or some other form of payment before the widget is installed on the user's device. In some implementations, widgets are already installed on the user's device, but are only made visible when they have been dragged from the configuration bar onto the dashboard. The configuration bar is merely an example of one type of UI element for configuring the dashboard. Other configuration mechanisms can be used, such as an icon tray or menu system.
It should be apparent that there are many ways in which dashboards and widgets can be displayed other than those implementations described herein. For example, widgets can be displayed on any surface, user interface or user interface element, including but not limited to desktops, browser or application windows, menu systems, trays, multi-touch sensitive displays and other widgets.
Software Architecture
FIG. 3 is a block diagram of a software architecture 300 for implementing dashboards for installing, displaying and launching linked widgets. The software architecture 300 generally includes a dashboard server 301, one or more dashboard clients 302, and one or more widgets 303. The server 301 and/or clients 302 use dashboard configuration information 304 to specify configuration options for displaying the widgets 303, including access levels, linking information and the like (if applicable). Such configuration information can include information for two or more dashboards configured by the same user or by different users.
In some implementations, the widgets 303 are displayed using HTML and related web technology. The dashboard server 301 manages and launches the dashboard client 302 processes. Each dashboard client 302 loads a widget 303 (e.g., an HTML webpage) and related resources needed to display the page. In some implementations, the dashboard clients 302 display the widgets 303 without a conventional window frame, menu bar, or other components typically associated with on-screen windows. This technique provides a clean, straightforward display of the overall dashboard to reduce confusion and clutter. The dashboard clients 302 display their respective widgets 303 by rendering web pages into a “WebView,” as described in U.S. patent application Ser. No. 11/148,010, entitled “Preview and Installation of User Interface Elements in a Display Environment.” The size of each WebView can be defined as metadata associated with the corresponding widget 303. The server 301 provides data for rendering the dashboard layer that can be overlaid on a desktop user interface. In some implementations, the widgets 303 are rendered into the dashboard layer, which is drawn on top of the desktop user interface, so as to partially or completely obscure the desktop user interface while the dashboard layer is active.
Dashboard Server
The dashboard server 301 (also referred to as “server”) can be a stand-alone process or embedded in another process. The server 301 can be located at the computer 102 or at the remote server 107. In some implementations, the server 301 provides functionality for one or more processes, including but not limited to: non-widget UI management, window management, fast login, event management, loading widgets, widget arbitration, Core Image integration and widget preference management, as described in U.S. patent application Ser. No. 11/148,010, entitled “Preview and Installation of User Interface Elements in a Display Environment.”
Dashboard Client
In some implementations, a dashboard client 302 is a process that uses, for example, objects that are defined as part of a development environment, such as Apple Computer's Cocoa Application Framework (also referred to as the Application Kit, or AppKit) for the Mac OS® operating system. In some implementations, the dashboard clients 302 can be implemented as simplified browser screens that omit conventional interface features such as a menu bar, window frame, and the like.
Widget Format
In one implementation, each widget 303 is implemented as an HTML file. The HTML file can reference other local and remote resources such as style sheets (e.g., Cascading Style Sheets), other HTML files, JavaScript files, images, and the like. Widgets 303 can be implemented using, for example, a flat bundle file format or a packaged HTML file format. In some implementations, the Flat Bundle format includes an info.plist file.
The Info.plist files describes a widget 303 and provides an identifier for a widget 303. Table I provides an example of Info.plist file contents.
TABLE I
Example of Info.plist File Contents
Key Type Description/Value
CFBundleIdentifier CFString com.apple.widget
<widget name>
CFBundleName CFString Name of the widget.
MainHTML CFString Name of main
HTML resource.
Width CFNumber Default width of the
widget.
Height CFNumber Default height of the
widget.
DefaultImage CFString Resource name of
default PNG file.
Plugin (optional) CFString Resource name of
native plug-in.
AllowFileAccessOutsideofWidget Boolean Access to files across
the file system;
limited by the users
permissions.
AllowFullAccess Boolean Access to the file
system, Web Kit and
standard browser
plug-ins, Java
applets, network
resources, and
command-line
utilities.
AllowInternetPlugins Boolean Access to Web Kit
and standard
browser plug-ins.
AllowJava Boolean Access to Java
applets.
AllowNetworkAccess Boolean Access to any
resources that are
not file based.
AllowSystem Boolean Access to command-
line utilities using
widget script object.
WidgetLinkInfo CFString1 Names of widgets
. . . that can be linked
CFStringN
The keys AllowFileAccessOutsideofWidget, AllowFullAccess AllowInternetPlugins, AllowJava, AllowNetworkAccess, and AllowSystem are Boolean types that can be set by a widget author to enable certain levels of resource access.
In some implementations, the Info.plist file includes N WidgetLinkInfo strings, for storing the names of widgets that can be linked to the widget associated with the Info.plist file. This information can be used to automatically link widgets, as described with respect to FIGS. 5-8. Note that the additional widget link information can be included in the Info.plist file and/or one or more other files bundled with the widget, depending upon the widget design.
Dashboard Invocation
FIG. 4A depicts a desktop user interface 400 prior to activation of a dashboard. The desktop user interface 400 (also referred to herein as “desktop”) is a conventional user interface as may be provided by an operating system, such as Mac OS®. The desktop 400 has a background image, menu bar 401, and other standard features. As is known in the art, the desktop 400 may also include windows, icons, and other elements (not shown). The user activates the dashboard by selecting an item from a menu, or by clicking on an icon, or by pressing a function key or key combination, or by some other means for invoking activation. A dashboard does not have to be activated on a desktop; rather the dashboard can be activated and displayed on any display screen with or without a desktop.
FIG. 4B depicts an initial state for a dashboard layer 402. In some implementations, a configuration bar icon 403 is initially displayed. Alternatively, upon activation the dashboard layer 402 can display one or more default widgets 405, 407. If the dashboard layer 402 has previously been activated and configured, the widgets 405, 407, can be displayed as previously configured. The dashboard layer 402 is not necessarily visible as a distinct layer. However, its various components (such as widgets, icons, and other features) are visible. In some implementations, these components are displayed in a transparent layer, thus maintaining the visibility of the desktop 400 to the user. In some implementations, the desktop 400 and its components are darkened (or blurred, or otherwise visually modified) while the dashboard layer 402 is active, so as to emphasize that the desktop 400 is temporarily inactive. In other implementations, the desktop 400 is not visible while the dashboard layer 402 is active. The user can reactivate the desktop 400 and dismiss the dashboard layer 402 by, for example, selecting on an area of the screen where no dashboard element is displayed (i.e., “negative space”). In some implementations, other commands, key combinations, icons, or other user input can be used to dismiss the dashboard layer 402.
In some implementations, the user can drag the icon 403 to any location on the screen, and the position of the icon 403 will remain persistent from one invocation of the dashboard layer 402 to the next. The user can click on the icon 403 to activate the configuration bar 408, as shown in FIG. 4C. The configuration bar 408 provides access to various widgets that can be placed on the dashboard. In some implementations, a text label is shown for each available widget (e.g., calculator, stocks, iTunes®, etc.). In some implementations, an icon is shown for each available widget (e.g., calculator icon 410). If many widgets are available, the widgets may be arranged hierarchically by type (e.g., game widgets, utility widgets, etc.), or alphabetically, or by any other categorization methodology. For example, a number of categories may be displayed, and clicking on one of the categories causes a pull-down menu to be displayed, listing a number of widgets in that category. In some implementations, a buy widget 406 is also available, allowing the user to select widgets from an online store or website.
Note that the particular configuration and appearance of configuration bar 408 in FIG. 4C is merely exemplary, and that many other arrangements are possible. For example, widgets can be installed from other locations, other applications or other environments, without requiring that they first be part of the configuration bar 408. The user can dismiss the configuration bar 408 by clicking on dismissal button or icon 404.
Installation of Elements
Elements, including user interface elements such as widgets can be displayed as discussed below. One display, a dashboard layer, will be used for illustrative purposes. Installation can include a preview operation as is discussed below. Installation can include selection of the element, such as by a drag and drop action. Other selection means can be used. In one example, a user can drag widgets from configuration bar 408 onto the surface of the dashboard (in other words, anywhere on the screen), using standard drag-and-drop functionality for moving objects on a screen.
FIG. 4D depicts the selection of the calculator widget icon 410 from the configuration bar 408. The calculator icon 410 which is associated with a calculator widget 409 is highlighted, or otherwise augmented or embellished, to indicate that it has been selected by a user with cursor 411.
In some implementations, widgets in the configuration bar 408 are smaller than their actual size when installed. When the user clicks on a widget and begins to drag it into a dashboard or other display, the widget can be animated to its actual or installed size to assist the user in the real-time layout of the dashboard. By animating the widget to its actual size, the user will know the actual size of the widget prior to its installation.
In some implementations, an animation, such as a ripple animation, is shown when the user “drops” a widget by releasing a mouse button (or equivalent input device) to place a widget at the desired location. In one implementation, the dragging of the widget to the dashboard layer 402 invokes an installation process for installing the widget including previewing. After installation, the user can move a widget, to any other desired location, or can remove the widget from the screen, for example by dragging it off the screen, or dragging it back onto the configuration bar 408, by invoking a remove command, disabling a widget in a menu associated with a widget manager or canceling the installation during the preview. In some implementations, the position, state, and configuration of a widget are preserved when the dashboard layer 402 is dismissed, so that these characteristics are restored the next time the dashboard layer 402 is activated.
In some implementations, widgets and/or dashboard layers (including widgets) can be installed from within a running application. For example, a widget and/or dashboard (including widgets) can be an attachment to an email. When the user clicks the attachment, an installation process is invoked for the widget and/or dashboard which can also include a preview.
Widgets can be created or instantiated using an installer process. The installer process can include a separate user interface or an integrated user interface (e.g., integrated in the display area or separate from the display area, for example, in another display area associated with another application, such as an email application) for selecting and installing widgets in a display area. For example, a widget received as an email attachment can be launched by a user from directly within a user interface of the email application.
Widgets can be created or instantiated using an installer process. The installer process can include a separate user interface or an integrated user interface (e.g., integrated in the display area or separate from the display area for example in another display area associated with another application, such as an email application) for selecting and installing widgets in a display area. Thus, the installation area for the widget can be embedded within an application display area or window. For example, if a user receives a widget as an attachment to an email, the user can invoke and install the widget from within the email message window without the need for a separate installation window.
In general, an installer process is used to provide additional functionality to the creation/instantiation process, beyond the simple drag and drop operation describe above. Additional functionality can include preview, linking, security and deletion functionality in a singular interface. The installer process can be a separate process or combined in another process. The installer process can itself be a separate application that is executable to install widgets (or other elements) in a display area. As used herein, the term “process” refers to a combination of functions that can be implemented in hardware, software, firmware or the like.
The use of nested display areas associated with different dashboard environments enables users to organize dashboards into hierarchies. For example, a dashboard environment including widgets for use with operating system utilities can include nested display areas for displaying widgets associated with particular types of utilities (e.g., date and time, memory management, network resource management, etc.)
Linked Widgets
FIG. 5A is a screen shot depicting an implementation of linked widgets. Linked widgets can be displayed in any display area, such as a dashboard layer 506 overlaid on a desktop user interface 504. In some implementations, the user interface 504 can be a conventional UI provided by an operating system, such as the Mac OS® or Windows® operating systems.
In some implementations, the user interface 504 includes a background image, a menu bar 502, and other UI common features (e.g., windows, icons, etc.). The user can activate the dashboard layer 506 by selecting an item from the menu bar 502, or by clicking an icon, or by pressing a function key or key combination, or by some other means for invoking activation. In some implementations, a configuration bar 503 is displayed, which includes one or more widget icons and a widget link manager icon 514. The configuration bar 503 can be scrolled from left to right to reveal more widget icons. A user can install a widget by dragging its associated widget icon from the configuration bar 503 and dropping it in the dashboard layer 506, or by using other installation techniques, as described with respect to FIG. 4D.
Automatic Widget Linking
In some implementations, two or more widgets are automatically linked in response to a trigger event. A trigger event can be generated by downloading, installing, previewing, launching, manipulating, updating, operating or otherwise interacting with a widget. A trigger event can also be generated by exercising the functionality of a widget.
Widgets can be automatically or manually linked together based on any suitable criteria or no criteria. For example, widgets can be linked based on the type of data or information the widgets use or share (e.g., time, date, place, etc.), the origin of the widgets (e.g., received from friends, downloaded from a common website, etc.) and the time when the widgets were downloaded (e.g., widgets downloaded at the same time of day). Widgets can be linked based on their membership in a widget class (e.g., financial widgets, stock market widgets, etc.). Widgets can also be linked based on their participation in a process or workflow (e.g., a stock market widget providing data to a 3D graph widget).
The concept of linked widgets can be illustrated by the following example involving a search widget 508, a map widget 510 and a weather widget 512. When the user installs the search widget 508 in the dashboard layer 506, a trigger event is generated which causes the map widget 510 and the weather widget 512 to be automatically linked to the search widget 508 and displayed in the dashboard layer 506. A user enters a search query in a search box of the search widget 508 to determine the location of a favorite restaurant. The search widget 508 returns location information (e.g., address, coordinates, etc.) for the restaurant, which is shared with the map widget 510 and the weather widget 512. The map widget 510 uses the address to generate a map and driving directions. The weather widget 512 uses the address to determine the current weather for the location of the restaurant. If the map and weather widgets 510, 512, are already installed and launched in the dashboard layer 506 when the search widget 508 is installed, then the links are established directly without re-installing and launching the widgets 510, 512. If the widgets 510, 512, are not installed, then the widgets 510, 512 are installed and launched before or after being linked. If the widgets 510, 512 are not available on the computer system 102, a message is displayed instructing the user on how to obtain the widgets 510, 512 from another source. For example, the message can include a link to a website where the widgets 510, 512 can be downloaded to the computer system 102.
Generally, any two widgets can be linked and share information. The amount and type of information shared is dependant on the widgets that are linked. For example, the widgets 508, 510 and 512 could share location information (e.g., address, latitude, longitude, etc.).
The widgets 508, 510 and 512 are examples of widgets that can be linked based on the type of information the widgets use and share (i.e., location information). Other examples of widgets that can be linked include but are not limited to: a calendar widget that can be linked to a scheduling widget; a dictionary widget that can be linked to a word processing widget; a telephone directory widget that can be linked to dial-up widget; a stock widget that can be linked to a graph widget for presenting stock information in different types of graphs (e.g., pie graph, bar graph, etc.); an image processing/editing widget that can be linked to a picture frame widget for viewing a digital image; and a media player widget that can be linked to a ticket vending widget (e.g., a Ticketmaster™ widget) for providing a touring schedule and a mechanism for purchasing concert tickets to see an artist whose song is currently playing in the media player widget.
In some implementations, widgets can be linked to one or more non-widget applications and can interact with and receive data from those applications. A non-widget application can also provide a bridge between two or more widgets. For example, when an application is invoked (e.g., a word processor) can search for widgets that can support the application or specific feature of the application (e.g., dictionary or thesaurus widgets). The widgets can communicate directly with each other and/or indirectly through the application.
In some implementations, links are established between widgets only if one or more conditions, events or triggers are satisfied. For example, a link may only be established upon completion of one or more tasks, or at a certain time of day, or only between widgets that are currently running, or only between widgets in the same dashboard layer, etc. The conditions for establishing links can be a set of rules that should be satisfied before a link is established. The rules can be generated manually by the user or programmatically at run time. Rules can also be dynamically generated by a running widget or non-widget application that is associated with widgets. The rules can be stored in a widget file or other data structure. The rules for linking widgets can be different based on the type of device where the widgets reside (e.g., a portable device, mobile phone, etc.).
Linked widgets can be located in the same dashboard or different dashboards in a multiple dashboard environment. In some implementations, linked widgets can communicate even when installed in different display areas. Linked widgets can reside on a single device or on multiple devices and communicate over a network connection established between the devices (e.g., Internet, Ethernet, wireless, etc.).
In some implementations, linked widgets include a link element 516 (e.g., a button), which if selected disables links to other widgets. For example, clicking on the link element 516 of the search widget 508 causes the map and weather widgets 510, 512, to be unlinked to the search widget 508. In some implementations, when widgets are unlinked they are altered or obfuscated in the dashboard layer 506 (e.g., grayed out, dimmed, made semi-translucent, etc.). Alternatively, unlinked widgets can remain visible but a link indicator 518 (e.g., a virtual lamp, etc.) is altered to indicate a widget's link status. For example, the link indicator 518 can change color (e.g., from green to red) to assist users to visually identify the link status of a widget. In other implementations, the icon associated with a widget is modified to indicate the widgets link status (e.g., the icon change colors or displays informative text).
In some implementations, widgets that are linked (or that are capable of being linked) have a gravitational or magnetic attraction or repulsion to each other. For example, when two widgets are linked together, the widgets positions in a dashboard layer or other user interface can be automatically adjusted so the linked widgets are adjacent or proximate to each other. Under such a simulated gravitational attraction or repulsion, widgets can cluster together in the dashboard layer or user interface to indicate their linked status. The clustering visually indicates to the user that the widgets are linked (or not linked) or that the widgets can be linked. A visual indication of the strength of a link (or the potential to link) can be displayed by changing one or more properties of the widgets, such as the color of the widgets or the distance between widgets. For example, red widgets could indicate a strong link (or potential to link) and green widgets could indicate a weak link (or potential to link). Also, a shorter distance between linked widgets in a dashboard layer or user interface could indicate a stronger link (or potential to link) than widgets that are separated by a greater distance. If the user moves a widget around a dashboard layer or a user interface, other widgets in the dashboard layer or user interface can be attracted to or repulsed by the moving widget to indicate their link status or link potential.
Widgets can be linked in a variety of topologies. For example, a single widget can be linked to multiple widgets and configured to provide those widgets with common or personalized information (e.g., a broadcasting widget). In some implementations, a widget can behave like a server (“server widget”) and interact and exchange information with one or more “client” widgets.
In some implementations, widgets can be linked at several levels and conceptually organized into a widget hierarchy, for example, forming a “tree” structure where the widget at the top of the tree is a “root” widget and the other widgets are “leafs” or “node” widgets.
In some implementations, the linkage between two or more widgets can be bi-directional, so that each widget in a pair of linked widgets can be invoked (e.g., launched, installed, updated, etc.) by the other widget in the pair. Also, each widget in a widget pair can transmit and receive information from the other widget in the pair.
In some implementations, the user interface 504 can be obfuscated to reveal a dashboard layer 506 containing only linked widgets. For example, the user can press a predetermined key combination or other input mechanism, which causes the appearance of unlinked widgets to be altered or otherwise obfuscated so that only linked widgets are visible on the display screen. A key combination can be specified by the user in a preference pane or other user input mechanism.
In some implementations, a widget link manager enables a user to manually establish and edit widget links, as described with respect to FIG. 8. A widget link manager icon 514 for invoking the widget link manager can reside anywhere in the desktop user interface 504 and/or in the configuration bar 503, as shown in FIG. 5A. The icon 514 can be used to toggle between a dashboard layer or desktop and a user interface for the widget manager.
FIG. 5B illustrates the exchange of information between linked widgets. In this example, a phone book widget 520 and a sports widget 522 are residing in a dashboard layer or user interface. The phone book widget 520 includes typical phonebook information, such as addresses and telephone numbers. The sports widget 522 includes information related to sporting events, including information related to sports venues. In this example, the sports widget 522 information does not include addresses and telephone numbers of sports venues.
When a link is manually or automatically established between the phone book widget 520 and the sports widget 522, information can be exchanged between the phone book widget 520 and the sports widget 522. For example, the sports widget 522 can send the phone book widget 520 the name of a sports venue. The phone book widget 520 can then use the name of the sport venue to look up the address and telephone number of the sports venue. Once the address and number are retrieved, the phone book widget 520 sends the address and telephone number to the sports widget 522, where the information can be used to augment or enhance the sporting event information 524.
Automatic Widget Linking Process
FIG. 6 is a flow diagram of an exemplary automatic widget linking process 600. The steps of process 600 do not necessarily have to occur in a specific order, and at least some steps can be executed in a multi-threading and/or multi-processing environment.
The process 600 begins when a widget linking trigger event is detected (602). A widget linking trigger event can generated (e.g., by a dashboard server) in response to the downloading, installation, previewing, launching, updating, manipulation, operation and/or interaction with a widget. A widget linking trigger event can also be the exercise of a feature or functionality of one or more widgets. A widget linking trigger event can be generated by user input or programmatically by software (e.g., operating system, application, etc.) or hardware (e.g., mouse click, hardware plug-in, etc.).
In response to a trigger event, the process 600 determines a set of candidate widgets that can be linked (604). Candidate widgets can be determined from predetermined or dynamically generated link information. In some implementations, predetermined link information can be stored in the dashboard configuration information 304, as shown in FIG. 3. The link information can be included by a widget's author in files associated with each widget (e.g., info.plist), or created by the user with the widget link manager, as described with respect to FIG. 8. Link information can also be dynamically created while a widget is running or not. For example, widgets that are running can be forming new links, terminating or reviving existing links, generating or receiving new data sources and the like. This dynamically generated link information can be stored during runtime in memory or other computer-readable medium (e.g., hard disk).
In some implementations, a dashboard can scan for installed widgets to create a collection of linkages, or possible linkages which are stored during runtime. In some implementations, the user can control the linkages which can be stored by the dashboard server. For example, the user can manually establish linkages using a widget link manager or bridging elements, as described with respect to FIGS. 9A and 9B.
When a set of candidate widgets is determined, the process 600 automatically links (and installs and launches, if necessary) the candidate widgets (606). In some implementations a manual step can be used in combination with the process 600 by automatically presenting a user interface that includes a list of candidate widgets that can be linked to a particular widget (e.g., the widget that generated the trigger event). The candidate widgets can be organized into a file system that can be navigated. For example, launched widgets that are running on the host device can be listed separately from widgets that are residing on the host device but have not been launched.
The user can manually select one or more widgets from the candidate widget list for linking. In other embodiments, a link or other mechanism can be provided in the dashboard layer and/or in a configuration bar that the user can select to invoke the user interface having candidate widgets and/or to direct the user to another source of candidate widgets (e.g., a link to a website).
In some implementations, a communication channel is established between the linked widgets using known object oriented programming (OOP) techniques and languages (e.g., Java, C++, Smalltalk, etc.) for transmitting and receiving messages (608). In some implementations, each widget in a linked pair of widgets can “pull” information from the other widget, “push” information to the other widget, or both (i.e., bidirectional communication). In other implementations, each widget writes information to a shared memory or storage location (e.g., local storage 106) where it can be read by other widgets. The type and amount of information shared is dependent on the needs of the widgets that are linked. An examples of shared link information would be the coordinate or location data between the widgets 508, 510 and 512, as described with respect to FIG. 5A.
In some implementations, the widgets share security information (e.g., keys, secret data, etc.) for secured communications. When widgets share information, there is a danger that malicious widgets will gain access to restricted information. If confidential information is to be shared between widgets, then the widgets can be signed and undergo an authentication procedure during linking using one or more known authentication techniques (e.g., Digital Signature Algorithm (DSA)).
When communication between linked widgets is established, the process 600 monitors the link status (610) for changes. Changes could be failed links, temporarily disable links, new links, etc. The process 600 detects any changes and modifies the link information as appropriate. For example, if a new link is established the process 600 will add the link to the link information associated with the widgets forming the link, as described with respect to Table I.
Software Architecture for Linking Widgets
FIG. 7 is a block diagram of an implementation of a software architecture for linking widgets. The software architecture 700 is similar to the architecture described with respect to FIG. 3. However, the dashboard server 701 includes a widget linker 702 and a widget link manager 704. The widget link manager 704 is described with respect to FIG. 8. The software architecture 700 is exemplary and other architectures can be realized having more or fewer components and/or processes. For example, the widget linker 702 and widget link manager 704 can be independent or stand-alone applications, processes, components, or services that can operate independent of the dashboard server 701, including as an operating system component or plug-in.
The widget linker 702 is responsible for implementing the process 600, as described with respect to FIG. 6. In some implementations, the widget linker 702 monitors the downloading, installation, previewing and launching of widgets and detects trigger events for linking. In response to a trigger event, the widget linker 702 can match a unique widget identifier (e.g., a hash) for the trigger widget with a list of candidate widgets that can be linked to the triggering widget (“candidate link widgets”). In some implementations, the widget linker 702 can store and maintain a link flag or link key for each candidate link widget, together with a memory address for accessing shared information. Setting the flag will cause the widget to read information from the address provided by the widget linker 702. The widget linker 702 will also install and/or launch the candidate linked widgets (widgets with set link flags), if the candidate link widgets have not been installed and/or launched. An example data structure for linked widgets is show in Table I below.
TABLE I
Data Structure For Link Information
Widget Name Widget ID Linked To: Sharing: Link Flag
Search ID1 ID2, ID3, . . . location, . . . On
Map ID2 ID1, ID3 . . . None. On
Weather ID3 ID1, ID2 . . . None. On
Other Widgets . . . . . . . . . . . .
Referring to Table I, an exemplary data structure includes a Name field, a Widget ID field, a Linked To field and a Sharing field. More or fewer fields can be used, as desired. The Name field stores the name of the widget, the Widget ID field stores a unique ID for the widget (e.g., a fingerprint or hash), the Linked To field includes the Widget IDs for all the widgets that are linked to the widget identified in the Name and Widget ID fields. The Sharing field includes a description of information to be shared by the widget having the Widget ID. The data structure can be stored as a text file in a directory where it can be edited by a user through, for example, a text editor.
In some implementations, the widget linker 702 keeps track of the physical and/or logical address locations of shared information, the types of data that can be shared and the widgets that are allowed to share data. In some implementations, the user or a system administrator can prevent a widget from sharing its data with any other widget (e.g., as a security precaution) by setting the “sharing” field to None. Content feeds and other external information sources can be similarly protected. In some implementations, some widget data can be shared and other widget data can remain private. Such an implementation can be realized by adding one or more additional fields in the data structure shown in Table I. For example, one or more fields can be added that list the source of a trigger event or that stores instantaneous IDs for multiple instances of widgets.
Manual Widget Linking Process
FIG. 8 is a flow diagram of an implementation of a manual widget linking process 800. The steps of process 800 do not necessarily have to occur in a specific order, and at least some steps can be executed in a multi-threading and/or multi-processing environment.
The process 800 begins when the user selects a first widget for linking (802). In some implementations, the first widget includes a linking mechanism (e.g., menu item, button) which, when selected (e.g., mouse clicked), configures the widget for linking with other widgets, and invokes a widget link manager for manually establishing links with other widgets. In other implementations, the widget flips when the linking mechanism is selected, and a widget link manager user interface is presented on the backside of the widget. An example of a user interface for a widget link manager is described with respect to FIG. 9A.
After the first widget is selected, the user can select information belonging to the first widget which can be shared with other widgets. In some cases, the user may desire to keep certain widget information private but allow other widget information to be made public (i.e., shared with other widgets). In some cases, there may be restrictions on the number and types of widgets that can be linked to the first widget. For example, widgets that have access to certain local or network resources (e.g., file systems, private information, etc.) may be restricted by the user (or the user's privileges) from linking with other widgets for security reasons. For example, a user can turn off automatic widget linking for all or some widgets, or restrict certain widgets from linking with certain other widgets. Such restrictions or any other security methods can be specified or set by a user or administrator through a security preference pane or other input mechanism. These restrictions can be placed in a widget file that is distributed with the widget (e.g., info.plist) or added at a later time by a system administrator or user through a widget manager, as described with respect to FIG. 9A.
The user selects a second widget for linking with the first widget (804). The user can also select information belonging to the second widget which can be shared with the first widget. Once the first and second widgets are specified, including a specification of shared data, the widgets can be linked (806).
Manually Linking Widgets Using a Widget Link Manager
FIG. 9A is a screen shot depicting the manual linking of widgets using an exemplary widget link manager 900. The widget link manager 900 can be a stand-alone application, an operating system component or plug-in or a widget. The functionality of the widget link manager 900 will now be described in reference to the exemplary search, map and weather widgets 508, 510 and 512. It should be appreciated that the widget link manager 900 can operate on any number or type of widgets and is not limited to the widgets disclosed.
In some implementations, the widget link manager 900 is invoked by clicking on the widget link manager icon 514 or other input mechanism (e.g., key combination, menu option, etc.). The widget link manager 900 can be closed by clicking the button 908 or other input mechanism. When invoked the widget link manager provides a display area including a search panel 802 and a link panel 904. The search panel 902 includes a search box 906 for searching for widgets. For example, a user can put name of a widget in the search box 906 and click a “Go” button 910 to run a search for the search widget 508. Alternatively, the user can browse a directory structure for widgets, using techniques commonly employed by file systems to search for files (e.g., Mac OS® Finder or Spotlight).
When the search widget 508 is selected its icon or other identifier can be displayed in the search area 902. To link the search widget 508 with the map widget 510, the user can, for example, drag the icon for the map widget 510 from the configuration bar 503 and drops the icon in the link area 904. In some implementations, the widget link manager 900 determines whether the map widget 510 can be linked to the search widget 508 by, for example, examining link information for the widgets. If the map widget 510 can be linked, the map widget 510 can appear in a list 914 of linked widgets in the link area 904. If the map widget 510 cannot be linked to the search widget 508, the map widget 510 is not displayed in the list 914 and the user is notified (e.g., by an alert message). A link failure could occur if the map and search widgets 508, 510, are restricted from being linked to each other, or if there is insufficient link information available for one or both widgets, or for any other reason (e.g., security restrictions). Note that the link information shared is dependant on the widgets that are linked. For example, the search, map and weather widgets would share location information (e.g., address, latitude, longitude, etc.).
It should be apparent that other implementations of the widget link manager 900 are possible. For example, all or part of the functionality of the widget link manager 900 can be accessible on the flip-side of a widget. If a user wants to link widgets, the user can flip the widget to display the search area 902 and link area 904.
Manually Linking Widgets Using Bridging Elements
FIG. 9B is a screen shot depicting the manual linking of widgets 508, 510 and 512 using bridging elements 916. Bridging elements are objects that can be used to visually connect two or more objects in a user interface. For example, a user can select or click on a dock 918 a located on widget 508 to grab hold of a first bridging element 916 a. The user can then click and drag the first bridging element 916 a to a dock 918 b located on widget 510. In this example, the first bridging element 916 a is shown as a solid line, but other bridging elements are possible (e.g., a dashed line). In some implementations, the user can grab the first bridging element 916 a by clicking a mouse button and holding the button down while dragging the end of the first bridging element 916 a to the dock 918 b. In some implementations, the user clicks on the docks 918 a and 918 b and a bridging element 916 a is automatically displayed between the two docks 918 a and 918 b.
When the end of the first bridging element 916 a is over or in the proximity of the dock 918 b, the user releases the mouse button and the bridge between the widgets 508 and 510 is completed, resulting in the widgets 508 and 510 being linked. The user can repeat the same procedure using a second bridging element 916 b and docks 918 a and 918 c. In some implementations, the bridging element is displayed until the widgets are linked at which time is removed or otherwise obfuscated. For example, once the widgets have been bridged, the bridging element can disappear or be obfuscated and the widget's properties or characteristics can be altered to indicate link status (e.g., the widgets change color).
In some implementations, the widgets can be unlinked by clicking on each widget of a link, which causes the bridging element to be displayed again. The user can then manually “snip” the bridging element by clicking on it with a mouse or other pointing device. Other techniques for removing links using bridging elements are possible.
Synchronizing Widgets and Dashboards
FIG. 10 is a block diagram of an exemplary synchronization system 1000 for widgets (including linked widgets) and dashboards. In some implementations, the system 1000 includes a network server 1002 operatively coupled to one or more host devices 1006 through a network 1008. In the example shown, there are two host devices 1006 a and 1006 b. The network server 1002 is shown operatively coupled to a network storage 1004 (e.g., optical disk, hard disk, a storage area network (SAN)). The host device 1006 is shown operatively coupled to an external storage media 1010. The system 1000 can be implemented using a variety of configurations and topologies, and can include more or fewer host devices, servers, storage devices and other devices typically used in a network (e.g., hubs, routers). Examples of a network 1008 include but are not limited to: the Internet, an intranet, a local or wide area network, a wireless network, optical network, etc. Examples of host devices include any device that is capable of using widgets, including without limitation, portable and desktop computers, servers, electronics, media players, game devices, mobile phones, email devices, personal digital assistants (PDAs), televisions, etc.
Users may have several devices that utilize widgets and dashboards. For example, a user may have a desktop computer with certain dashboards and widgets installed and a portable computer with the same or different dashboards and widgets installed. The system 1000 allows a user to synchronize dashboards and widgets installed on a host device, network or storage media to one or more data sources. Data sources can be any source that provides data for creating, installing, operating or managing widgets and/or dashboards, or any data used or presented by widgets and/or dashboards. In the example shown, the host device 1006 a (“host device A”) can synchronize directly with the host device 1006 b (“host device B”) using a known or standard bus technology (e.g., USB, FireWire™) or indirectly through the network server 1002 and network 1080.
In some implementations, a synchronization service can be used to non-destructively synchronize widgets and/or dashboards between two devices. In the example shown, the host device 1006 a has installed widgets A, B, and C. Widget A is installed on a user interface provided by, for example, an operating system or application running on the host device 1006 a. The widgets B and C are installed in a dashboard layer, referred to as “dashboard 1.” The host device 1006 a can be connected directly to the host device 1006 b and a synchronization can be initiated by the host device 1006 a. Synchronization can be initiated manually by user or automatically on a scheduled based or in response to a trigger event. Manual synchronization can be initiated by selecting an option from a menu or other user interface element (e.g., virtual button) presented on a display device of the host device 1006 a and/or by a hardware mechanism (e.g., a mechanical button, switch, key). When synchronization is initiated, the user can be presented with several options for synchronization. For example, the user can be presented with a list of items (e.g., dashboards, widgets, files, database records, etc.) that can be synchronized with corresponding checkboxes that can be checked by the user to allow the item to be included or excluded from the synchronization process. Once the synchronization process has begun, the user can be presented with a dialog reporting the progress of the synchronization and a summary of the synchronization results. In some implementations, the synchronization results provides a list of potential conflicts and allows the user to manually resolve the conflicts. For example, a conflict may arise between two different versions of the same widget and/or dashboard. The user can be prompted in real time to resolve the conflict by selecting one version over another version. In some implementations, such conflict resolutions and other specifications for synchronization can be pre-selected by the user through a preference pane or other dialog.
The synchronization process can be performed using known synchronization technologies and/or services. An example of a suitable synchronization service is “Sync Services” provided by Apple Computer, Inc. Sync Services is a framework containing components needed by a developer to sync an application and devices. Data can be synced with other applications and devices on the same device, or other devices over a network using, for example, .Mac (a web-based service provided by Apple). Sync Services is publicly available as an Objective-C Application Programming Interface (API) for Mac OS® X version 10.4 and later. The architecture and logic of Sync Services is described with reference to FIGS. 13 and 14. An example of a widget/dashboard synchronization process using a network server is described in reference to FIG. 12.
In some implementations, the system 1000 can use peer-to-peer or network-less syncing. In such an implementation, the network device that is used for syncing may or may not be independent of the target device which is receiving the synced data. For example, Apple Computer Inc.'s “Sync Services” can sync information to a device or to Mac and then to another device. In the former case, there is no “network” other than the network formed by the two devices being synced. In the latter case, there is a network server that holds the information before it is synced to the target device. In some implementations, two peer-to-peer devices can sync in an ad hoc network where no network server is available.
A desirable feature of the system 1000 is the ability to synchronize non-destructively. For example, assume that Widgets A, B and C are installed on host device 1006 a and Widgets B, C, D and E are installed on host device 1600 b, but not Widget A. If host device 1006 a initiates a synchronization with host device 1006 b, then Widget A will be added to host device 1600 b and Widgets B and C on host device 1006 b will be replaced with Widgets B and C on host device 1006 a (assuming the user or an application has specified such a replacement). After synchronization has completed, the host device 1006 b will have Widgets A, B, C, D and E. Now if the host device 1006 b initiates a synchronization with the host device 1006 a, then Widgets D and E will be added to the host device 1006 a, Widgets B and C will be replaced and Widget A will remain unaffected. Since Widget A is not removed from the host device 1006 a, the synchronization is referred to as “non-destructive.”
In some implementations, local configuration information (e.g., parameter data) can be identified as related to dashboards and/or widgets on a host device and evaluated for consistency with master configuration information stored locally on the host device or remotely on, for example, a network device (e.g., network server 1002). If the information is different, then local configuration information can be updated with master configuration information or vice versa.
In some implementations, different versions of the same widget/dashboard and/or different widget/dashboard can be synced based on sync preferences, which can be specified by a user. If a device does not have a widget/dashboard installed, then the settings for the widget/dashboard can be synced, so that when the widget/dashboard is later installed, the widget/dashboard is invoked with the correct settings. If a widget cannot be synced (e.g. it is a purchased widget), then a “dummy” widget can be synced and the user can be provided instructions on how to obtain the widget.
In some implementations, a removable storage media can be synchronized with a host device. In the example shown, the removable storage media 1010, which includes Widget A, can be synchronized with the host device 1006 a, which also includes a version of Widget A. Examples of removable storage media 1010 include but are not limited to: external hard drives, USB flash drives, Firewire™ drives, floppy disks, compact discs, an any other storage media that can be plugged into or otherwise connected with a host device. In some implementations, the system 1000 can be used with Portable Home Directories (PHDs) as provided by Apple Computer's Mac OS® X (Tiger) operating system or similar technologies.
In some implementations, the host device 1006 a scans for removable media 1010. If detected, the host device 1006 a mounts the removable media 1010 and searches for widgets/dashboards to be synchronized. If found, then the configurations for the widgets/dashboards can be compared against master information stored locally on the host device 1006 a or remotely on a network device, and a synchronization process can be initialized manually (e.g., by the user) or automatically, such as the synchronization process described in reference to FIG. 12.
The use of removable media allows users to maintain widgets and dashboards on multiple devices and to transfer changes made to widgets and dashboards on one device to other devices. For example, a user could carry their customized dashboards and widgets on a USB flash drive. The user can plug the drive into any device capable of supporting dashboards and widgets, and install or cause to be installed, the customized dashboards and widgets. The user can then make changes to widgets and dashboards, which can be stored on the USB flash drive. When the user plugs the drive into another device the changes are detected and synchronized to the new device or other user devices through a network synchronization process, such as is described with reference to FIG. 12.
In some implementations, the network server 1002 can act as a centralized repository for information relating to a user's widgets and dashboards, which can be downloaded to a device through a network connection. The user can manage the information using the device.
In some implementations, one or more uses can subscribe to a synchronization service. The service can provide a web site where a user can login and specify certain synchronization services. The service can be part of a service that aggregates and distributes widgets and dashboards. For example, a user device could receive updated versions of widgets and/or dashboards by syncing with a network device. The syncing can be initiated by the user device (“sync client”) or by the sync service and changes to widgets and/or dashboards can be either pushed by or pulled from a sync engine running on the network device, as described in reference to FIG. 14. In some implementations, the synchronization services can be part of a broader service offering, such as described in U.S. patent application Ser. No. 11/499/494, for “Management and Generation of Dashboards,” filed Aug. 4, 2006.
FIG. 11 illustrates syncing of data between disparate widgets and dashboards. In the example shown, a first device 1102 includes a dashboard layer A for displaying a “Stock Widget” 1106. A second device 1104 includes a “Graph Widget” 1108, which is displayed on a operating system desktop. One or both of the widgets 1106, 1108, can reside in a dashboard layer or any user interface or display area or surface. When the devices 1102, 1104, are synced, data associated with the Stock Widget 1106 is synced with data associated with widget 1108. For example, if the user adds a “Stock C” to the widget 1106, the “Stock C” data is transferred to the Graph Widget 1108, where it can be plotted.
It should be apparent that the widgets 1106 and 1108 are different or disparate and that it is the data associated with the widgets 1106 and 1108 that is synced. This process can be compared to the example synchronization process described in reference to FIG. 10 where additional widgets/dashboards were added to a device or existing widgets/dashboards were replaced with updated versions of the same widget/dashboard.
Widget/Dashboard Synchronization Process
FIG. 12 is a flow diagram of a exemplary widget/dashboard synchronization process 1200. The process 1200 can be performed on a scheduled basis or initiated by a trigger event. Examples of trigger events include, but are not limited to: downloading, installing or invoking a widget; adding or deleting a widget or dashboard; changing parameters, themes or other information associated with a widget or dashboard; and context (e.g., place, time or subject matter) in which a widget or dashboard is being used. In some implementations, the process 1200 begins by bundling widget/dashboard data on a first device (step 1202). The bundle is then sent to a network device using, for example, a synchronization service (step 1204). The bundle can be compared against information accessible by the network device, such as user synchronization specifications. The bundle is then pushed to a second device (step 1206). In some implementations, the bundle can be pulled from the network by the second device. When the bundle is received at the second device, it is unpacked (step 1208) and new widgets/dashboards are added to the second device and/or existing widgets/dashboards are replaced (step 1210). In some implementations, the widgets are presented on the second device (e.g., presented on a display screen) and formatted, if necessary (step 1212). Formatting would be necessary if, for example, the second device (e.g., a mobile phone) has smaller display screen then the first device (e.g., a desktop computer monitor). In such a case, the widgets can be scaled to fit within the display screen. In some implementations, the widgets/dashboards can be automatically positioned in a predetermined location on the display screen or other location specified by the user.
Sync Services Architecture and Logic
FIG. 13 is an exemplary sync services architecture 1300 for syncing dashboards and widgets. In some implementations, the architecture 1300 includes one or more sync clients 1302, a sync engine 1304 and a truth database 1306. The sync engine 1304 and truth database 1306 can be located on a network device (e.g., network server 1002) or on a sync client 1302. In the latter case, the sync engine 1304 can be part of an operating system or a separate application. The sync services architecture 1300 is implemented by Apple Computer Inc.'s “Sync Services.” A detailed description of the architecture 1300 can be found in the “Sync Services Programming Guide,” published by Apple Computer, Inc. (Mar. 8, 2006) and is available to the public from Apple's developer website (http://developer.apple.com). The “Sync Services Programming Guide” is incorporated by reference herein in its entirety.
In some implementations, the sync engine 1304 merges changes to be pulled by different sync clients 1302. The sync engine 1304 can be invoked on a scheduled basis or triggered by an event. A network-based sync engine 1304 can coordinate the requests of multiple sync devices 1302 simultaneously and can notify a dependent sync device 1302 that an observed sync device 1302 is syncing, and allow the sync device 1302 to join a sync session.
In some implementations, the sync engine 1304 selects an appropriate sync mode for each client 1302. In a “slow syncing mode,” the first time a sync client 1302 syncs, it pushes all its widget/dashboard information in a “bundle” to the sync engine 1304 and pull changes computed by the sync engine 1304. In a “fast syncing mode,” while a client 1302 is pushing and pulling information, the sync engine 1304 keeps track of the client's state using, for example, a snapshot so that subsequent syncs can be more efficient. The next time a client 1302 syncs, only changes are pushed and pulled. In some implementations, the sync engine 1304 assumes the client 1302 is fast syncing unless the client negotiates another sync mode or some state has changed that requires a different mode. Intelligence can be built into the sync engine 1304 to resolve conflicts and duplicates without requiring user input. In some implementations, the sync engine 1304 is a differencing engine that processes changes to individual parameters associated with a widget or dashboard. If two clients 1302 modify the same parameter for a widget or dashboard, the sync engine 1304 can generate a conflict.
In some implementations, the truth database 1306 contains an aggregate of all the client's widget and dashboard information. The truth database 1306 can use a canonical scheme that is an aggregate of all the widget and dashboard schemas used by all the clients 1302.
FIG. 14 is exemplary sync services logic for syncing dashboards and widgets. In some implementation, the logic 1400 begins when a sync session is started by, for example, the sync engine 1304. If the session is started (step 1402), the client negotiates a sync mode with the sync engine 1304 (step 1404). This can be a slow syncing mode or a fast syncing mode. If the client has changes to push to the sync engine 1304 (step 1406), the changes are pushed by the client (step 1408). If the client needs to pull changes from the sync engine 1304 (step 1410), then the client prepares to pull changes (step 1412) and pulls changes from the sync engine 1304 (step 1414). If there are no push or pull changes after negotiating a sync mode with a client, then the sync services session is terminated. The sync services logic 1400 is implemented by Apple Computer Inc.'s “Sync Services.”
It will be understood by those skilled in the relevant art that the above-described implementations are merely exemplary, and many changes can be made without departing from the true spirit and scope of the present invention. Therefore, it is intended by the appended claims to cover all such changes and modifications that come within the true spirit and scope of this invention.

Claims (19)

What is claimed is:
1. A method comprising:
identifying, at a first device, first dashboard information associated with a first dashboard of the first device, the first dashboard information including settings of one or more widgets; and
synchronizing the first dashboard information with second dashboard information associated with a second device, the synchronizing including synchronizing the settings of the one or more widgets of the first dashboard with one or more widgets of the second dashboard.
2. The method of claim 1, where the settings include configuration information.
3. The method of claim 2, further comprising:
evaluating the configuration information for consistency with master configuration information; and
updating the configuration information based on the results of the evaluation.
4. The method of claim 1, where synchronizing the settings of the one or more widgets of the first dashboard with one or more widgets of the second dashboard includes synchronizing different versions of a same widget or disparate widgets.
5. The method of claim 1, where synchronizing is based on synchronization preferences.
6. The method of claim 1, where the second device includes a removable storage medium.
7. The method of claim 6, where the synchronizing is initiated by the removable storage medium.
8. The method of claim 1, where the synchronizing is initiated by the first device.
9. A computer-readable medium having instructions stored thereon, which, when executed by a least one processor, causes the processor to perform operations comprising:
identifying, at a first device, first dashboard information associated with a first dashboard of the first device, the first dashboard information including settings of one or more widgets; and
synchronizing the first dashboard information with second dashboard information associated with a second device, the synchronizing including synchronizing the settings of the one or more widgets of the first dashboard with one or more widgets of the second dashboard.
10. The computer-readable medium of claim 9, further comprising:
determining that a first widget of the first dashboard is not yet installed on the second device at time of the synchronizing; and
causing the settings of the first widget to be stored on the second device, such that a second widget is configured using the settings of the first widget when the second widget is later installed on the second device.
11. The computer-readable medium of claim 10, wherein causing the settings of the first widget to be stored on the second device comprises:
creating a dummy widget on the second device;
configuring the dummy widget on the second device using the settings of the first widget; and
providing instructions on how to obtain the second widget on the second device.
12. The computer-readable medium of claim 9, where the later-installed second widget is configured using the settings of the first widget upon invocation of the second widget.
13. A system comprising:
one or more processors;
memory coupled to the one or more processors and configured to store instructions, which, when executed by the one or more processors, causes the one or more processors to perform operations comprising:
identifying, at a first device, first dashboard information associated with a first dashboard of the first device, the first dashboard information including settings of one or more widgets; and
synchronizing the first dashboard information with second dashboard information associated with a second device, the synchronizing including synchronizing the settings of the one or more widgets of the first dashboard with one or more widgets of the second dashboard.
14. The system of claim 13, where the settings include configuration information.
15. The system of claim 14, further comprising:
evaluating the configuration information for consistency with master configuration information; and
updating the configuration information based on the results of the evaluation.
16. The system of claim 13, where synchronizing the settings of the one or more widgets of the first dashboard with one or more widgets of the second dashboard includes synchronizing disparate widgets.
17. The system of claim 13, where synchronizing is based on synchronization preferences.
18. The system of claim 13, where the second device is a removable storage medium.
19. The system of claim 18, where the synchronizing is initiated by the removable storage medium.
US11/499,887 2004-06-25 2006-08-04 Synchronization of widgets and dashboards Active 2027-04-02 US8566732B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/499,887 US8566732B2 (en) 2004-06-25 2006-08-04 Synchronization of widgets and dashboards

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US58312504P 2004-06-25 2004-06-25
US10/877,968 US7490295B2 (en) 2004-06-25 2004-06-25 Layer for accessing user interface elements
US11/499,887 US8566732B2 (en) 2004-06-25 2006-08-04 Synchronization of widgets and dashboards

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/877,968 Continuation-In-Part US7490295B2 (en) 2004-06-25 2004-06-25 Layer for accessing user interface elements

Publications (2)

Publication Number Publication Date
US20070130541A1 US20070130541A1 (en) 2007-06-07
US8566732B2 true US8566732B2 (en) 2013-10-22

Family

ID=38120220

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/499,887 Active 2027-04-02 US8566732B2 (en) 2004-06-25 2006-08-04 Synchronization of widgets and dashboards

Country Status (1)

Country Link
US (1) US8566732B2 (en)

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090089668A1 (en) * 2007-09-28 2009-04-02 Yahoo! Inc. System and method of automatically sizing and adapting a widget to available space
US20090183111A1 (en) * 2008-01-16 2009-07-16 Honeywell International, Inc. Method and system for re-invoking displays
US20110283209A1 (en) * 2010-05-13 2011-11-17 Rovi Technologies Corporation Systems and methods for sharing information between widgets operating on the same user equipment
US20120054667A1 (en) * 2010-08-31 2012-03-01 Blackboard Inc. Separate and simultaneous control of windows in windowing systems
US20120192067A1 (en) * 2011-01-20 2012-07-26 Research In Motion Corporation Three-dimensional, multi-depth presentation of icons in association with differing input components of a user interface
US20120192114A1 (en) * 2011-01-20 2012-07-26 Research In Motion Corporation Three-dimensional, multi-depth presentation of icons associated with a user interface
US20130007629A1 (en) * 2011-06-30 2013-01-03 International Business Machines Corporation Adapting Data Quality Rules Based Upon User Application Requirements
US9417888B2 (en) 2005-11-18 2016-08-16 Apple Inc. Management of user interface elements in a display environment
US9483164B2 (en) 2007-07-18 2016-11-01 Apple Inc. User-centric widgets and dashboards
US9507503B2 (en) 2004-06-25 2016-11-29 Apple Inc. Remote access to layer and user interface elements
US9513930B2 (en) 2005-10-27 2016-12-06 Apple Inc. Workflow widgets
WO2019132652A1 (en) * 2017-12-29 2019-07-04 Mimos Berhad System and method for integrating multiple individual dashboards on mulitple terminals into a single logical virtual dashboard
US10474358B2 (en) * 2016-02-29 2019-11-12 Google Llc Computing devices having dynamically configurable user input devices, and methods of operating the same
US11277452B2 (en) 2020-05-01 2022-03-15 Monday.com Ltd. Digital processing systems and methods for multi-board mirroring of consolidated information in collaborative work systems
US11277361B2 (en) 2020-05-03 2022-03-15 Monday.com Ltd. Digital processing systems and methods for variable hang-time for social layer messages in collaborative work systems
US20220109718A1 (en) * 2020-10-02 2022-04-07 Gamernet Corp. Method and system for establishing a web-based virtual module desktop for software module selection and executing the system
US11301623B2 (en) 2020-02-12 2022-04-12 Monday.com Ltd Digital processing systems and methods for hybrid scaling/snap zoom function in table views of collaborative work systems
US11307753B2 (en) 2019-11-18 2022-04-19 Monday.Com Systems and methods for automating tablature in collaborative work systems
US11361156B2 (en) 2019-11-18 2022-06-14 Monday.Com Digital processing systems and methods for real-time status aggregation in collaborative work systems
US11392556B1 (en) 2021-01-14 2022-07-19 Monday.com Ltd. Digital processing systems and methods for draft and time slider for presentations in collaborative work systems
US11410129B2 (en) 2010-05-01 2022-08-09 Monday.com Ltd. Digital processing systems and methods for two-way syncing with third party applications in collaborative work systems
US11436359B2 (en) 2018-07-04 2022-09-06 Monday.com Ltd. System and method for managing permissions of users for a single data type column-oriented data structure
US11698890B2 (en) 2018-07-04 2023-07-11 Monday.com Ltd. System and method for generating a column-oriented data structure repository for columns of single data types
US11726995B2 (en) 2019-12-17 2023-08-15 Hewlett Packard Enterprise Development Lp System and method for value pack generation using generic SQL plugin for unified console
US11741071B1 (en) 2022-12-28 2023-08-29 Monday.com Ltd. Digital processing systems and methods for navigating and viewing displayed content
US11829953B1 (en) 2020-05-01 2023-11-28 Monday.com Ltd. Digital processing systems and methods for managing sprints using linked electronic boards
US11849007B2 (en) 2014-10-29 2023-12-19 Hewlett Packard Enterprise Development Lp Providing data from data sources
US11886683B1 (en) 2022-12-30 2024-01-30 Monday.com Ltd Digital processing systems and methods for presenting board graphics
US11893381B1 (en) 2023-02-21 2024-02-06 Monday.com Ltd Digital processing systems and methods for reducing file bundle sizes
US11928315B2 (en) 2021-12-30 2024-03-12 Monday.com Ltd. Digital processing systems and methods for tagging extraction engine for generating new documents in collaborative work systems

Families Citing this family (202)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4204977B2 (en) * 2001-10-22 2009-01-07 アップル インコーポレイテッド Intelligent sync operation for media players
US7680849B2 (en) * 2004-10-25 2010-03-16 Apple Inc. Multiple media type synchronization between host computer and media device
US20080086494A1 (en) * 2006-09-11 2008-04-10 Apple Computer, Inc. Transfer and synchronization of media data
US8150937B2 (en) * 2004-10-25 2012-04-03 Apple Inc. Wireless synchronization between media player and host device
US8797926B2 (en) 2004-06-04 2014-08-05 Apple Inc. Networked media station
US20070110074A1 (en) 2004-06-04 2007-05-17 Bob Bradley System and Method for Synchronizing Media Presentation at Multiple Recipients
US10972536B2 (en) 2004-06-04 2021-04-06 Apple Inc. System and method for synchronizing media presentation at multiple recipients
US8443038B2 (en) 2004-06-04 2013-05-14 Apple Inc. Network media device
US7546543B2 (en) * 2004-06-25 2009-06-09 Apple Inc. Widget authoring and editing environment
US7761800B2 (en) 2004-06-25 2010-07-20 Apple Inc. Unified interest layer for user interface
US8239749B2 (en) * 2004-06-25 2012-08-07 Apple Inc. Procedurally expressing graphic objects for web pages
US8453065B2 (en) 2004-06-25 2013-05-28 Apple Inc. Preview and installation of user interface elements in a display environment
US8302020B2 (en) 2004-06-25 2012-10-30 Apple Inc. Widget authoring and editing environment
US20060036595A1 (en) * 2004-08-12 2006-02-16 International Business Machines Corporation Role-based dynamically customizable dashboards
US8140975B2 (en) * 2005-01-07 2012-03-20 Apple Inc. Slide show navigation
US11314378B2 (en) 2005-01-07 2022-04-26 Apple Inc. Persistent group of media items for a media device
US8543931B2 (en) * 2005-06-07 2013-09-24 Apple Inc. Preview including theme based installation of user interface elements in a display environment
US8914733B2 (en) * 2005-10-04 2014-12-16 International Business Machines Corporation User interface widget unit sharing for application user interface distribution
US8543824B2 (en) 2005-10-27 2013-09-24 Apple Inc. Safe distribution and use of content
US7743336B2 (en) 2005-10-27 2010-06-22 Apple Inc. Widget security
US7954064B2 (en) 2005-10-27 2011-05-31 Apple Inc. Multiple dashboards
US9104294B2 (en) 2005-10-27 2015-08-11 Apple Inc. Linked widgets
US8869066B2 (en) 2006-07-06 2014-10-21 Addthis, Llc Generic content collection systems
US20080034309A1 (en) * 2006-08-01 2008-02-07 Louch John O Multimedia center including widgets
US8869027B2 (en) 2006-08-04 2014-10-21 Apple Inc. Management and generation of dashboards
US8521857B2 (en) 2006-08-24 2013-08-27 Bby Solutions, Inc. Systems and methods for widget rendering and sharing on a personal electronic device
US9654589B2 (en) * 2006-08-24 2017-05-16 Bby Solutions, Inc. Configurable personal audiovisual device for use in application-sharing system
US8261256B1 (en) 2006-08-24 2012-09-04 Bby Solutions, Inc. System and method for automatically updating the software of a networked personal audiovisual device
US20080082627A1 (en) * 2006-09-29 2008-04-03 Allen Stewart O Method and Apparatus for Widget Container/Widget Tracking and Metadata Manipulation
EP2775701A1 (en) * 2006-09-29 2014-09-10 United Video Properties, Inc. Systems and methods for a modular media guidance dashboard application
US8056092B2 (en) * 2006-09-29 2011-11-08 Clearspring Technologies, Inc. Method and apparatus for widget-container hosting and generation
US20080120324A1 (en) * 2006-11-17 2008-05-22 X.Com, Inc. Computer-implemented systems and methods for displaying media assets
US20080168525A1 (en) * 2007-01-07 2008-07-10 David Heller Background Data Transmission between Media Device and Host Device
US20080168185A1 (en) * 2007-01-07 2008-07-10 Robbin Jeffrey L Data Synchronization with Host Device in Accordance with Synchronization Preferences
US10083184B2 (en) * 2007-01-07 2018-09-25 Apple Inc. Widget synchronization in accordance with synchronization preferences
US20080168368A1 (en) * 2007-01-07 2008-07-10 Louch John O Dashboards, Widgets and Devices
US8850140B2 (en) 2007-01-07 2014-09-30 Apple Inc. Data backup for mobile device
US8631088B2 (en) 2007-01-07 2014-01-14 Apple Inc. Prioritized data synchronization with host device
US9009728B2 (en) * 2007-03-06 2015-04-14 Addthis, Inc. Method and apparatus for widget and widget-container distribution control based on content rules
US8266274B2 (en) * 2007-03-06 2012-09-11 Clearspring Technologies, Inc. Method and apparatus for data processing
US8881052B2 (en) * 2007-03-21 2014-11-04 Yahoo! Inc. Methods and systems for managing widgets through a widget dock user interface
US20080235600A1 (en) * 2007-03-23 2008-09-25 Microsoft Corporation Interaction with a Display System
US20080271127A1 (en) * 2007-04-24 2008-10-30 Business Objects, S.A. Apparatus and method for creating stand-alone business intelligence widgets within an authentication framework
KR101415023B1 (en) * 2007-04-26 2014-07-04 삼성전자주식회사 Apparatus and method for providing information through network
US8291334B1 (en) * 2007-04-30 2012-10-16 Hewlett-Packard Development Company, L.P. Method and apparatus for creating a digital dashboard
US9179086B2 (en) * 2007-05-07 2015-11-03 Yahoo! Inc. System and method for providing dynamically updating applications in a television display environment
US8015502B2 (en) * 2007-05-22 2011-09-06 Yahoo! Inc. Dynamic layout for a search engine results page on implicit user feedback
US20080300980A1 (en) * 2007-05-31 2008-12-04 Goodstorm, Inc. Method and system of synchronizing data processed through web widgets distributed across network nodes
WO2009002804A2 (en) * 2007-06-22 2008-12-31 Chumby Industries, Inc. Systems and methods for device registration
US10225389B2 (en) * 2007-06-29 2019-03-05 Nokia Technologies Oy Communication channel indicators
US8667415B2 (en) 2007-08-06 2014-03-04 Apple Inc. Web widgets
US20090049384A1 (en) * 2007-08-13 2009-02-19 Frank Yau Computer desktop multimedia widget applications and methods
US8209378B2 (en) * 2007-10-04 2012-06-26 Clearspring Technologies, Inc. Methods and apparatus for widget sharing between content aggregation points
US8095417B2 (en) * 2007-10-23 2012-01-10 Microsoft Corporation Key performance indicator scorecard editor
US7987428B2 (en) * 2007-10-23 2011-07-26 Microsoft Corporation Dashboard editor
EP2223207A2 (en) * 2007-11-14 2010-09-01 France Telecom A system and method for managing widges
US8868787B2 (en) * 2007-12-26 2014-10-21 Honeywell International Inc. Incremental downlink of flight information
US8650154B2 (en) 2008-02-19 2014-02-11 International Business Machines Corporation Document synchronization solution
US8205157B2 (en) * 2008-03-04 2012-06-19 Apple Inc. Methods and graphical user interfaces for conducting searches on a portable multifunction device
US9069575B2 (en) * 2008-03-25 2015-06-30 Qualcomm Incorporated Apparatus and methods for widget-related memory management
US9747141B2 (en) * 2008-03-25 2017-08-29 Qualcomm Incorporated Apparatus and methods for widget intercommunication in a wireless communication environment
US9269059B2 (en) * 2008-03-25 2016-02-23 Qualcomm Incorporated Apparatus and methods for transport optimization for widget content delivery
US9600261B2 (en) * 2008-03-25 2017-03-21 Qualcomm Incorporated Apparatus and methods for widget update scheduling
US9110685B2 (en) 2008-03-25 2015-08-18 Qualcomm, Incorporated Apparatus and methods for managing widgets in a wireless communication environment
US8234622B2 (en) * 2008-03-31 2012-07-31 Microsoft Corporation Cross platform compositional widgets
US8725679B2 (en) * 2008-04-07 2014-05-13 International Business Machines Corporation Client side caching of synchronized data
EP2283649A1 (en) * 2008-04-09 2011-02-16 The DirecTV Group, Inc. Configurable icons for content presentation
US8751948B2 (en) 2008-05-13 2014-06-10 Cyandia, Inc. Methods, apparatus and systems for providing and monitoring secure information via multiple authorized channels and generating alerts relating to same
US8499250B2 (en) 2008-05-13 2013-07-30 Cyandia, Inc. Apparatus and methods for interacting with multiple information forms across multiple types of computing devices
US20090288004A1 (en) * 2008-05-15 2009-11-19 Toni Peter Strandell System, method, apparatus and computer program product for providing a notification of widget availability
KR101488726B1 (en) * 2008-05-27 2015-02-06 삼성전자주식회사 Display apparatus for displaying a widget window and display system including the display apparatus and method for displaying thereof
US8584082B2 (en) * 2008-06-12 2013-11-12 Serena Software, Inc. System for dynamic discovery, configuration, and development of process-bound widgets
JPWO2010013609A1 (en) * 2008-07-30 2012-01-12 株式会社Access Execution environment software, client device, and server device
US8381124B2 (en) * 2008-07-30 2013-02-19 The Regents Of The University Of California Single select clinical informatics
US8793618B2 (en) * 2008-07-30 2014-07-29 The Regents Of The University Of California Launching of multiple dashboard sets that each correspond to different stages of a multi-stage medical process
US20100058247A1 (en) * 2008-09-04 2010-03-04 Honeywell International Inc. Methods and systems of a user interface
US20100100605A1 (en) * 2008-09-15 2010-04-22 Allen Stewart O Methods and apparatus for management of inter-widget interactions
US20100115471A1 (en) * 2008-11-04 2010-05-06 Apple Inc. Multidimensional widgets
KR20110084214A (en) * 2008-11-05 2011-07-21 휴렛-팩커드 디벨롭먼트 컴퍼니, 엘.피. Displaying personalized information in a handheld device
US8719001B1 (en) * 2008-11-25 2014-05-06 Sprint Communications Company L.P. Remote configuration of widgets
US9614685B2 (en) 2009-03-09 2017-04-04 Nokia Technologies Oy Methods, apparatuses, and computer program products for facilitating synchronization of setting configurations
US8589374B2 (en) 2009-03-16 2013-11-19 Apple Inc. Multifunction device with integrated search and application selection
US8397056B1 (en) 2009-04-21 2013-03-12 Jackbe Corporation Method and apparatus to apply an attribute based dynamic policy for mashup resources
US8321792B1 (en) 2009-04-21 2012-11-27 Jackbe Corporation Method and system for capturing and using mashup data for trend analysis
US8458596B1 (en) * 2009-04-21 2013-06-04 Jackbe Corporation Method and apparatus for a mashup dashboard
EP2251801A3 (en) * 2009-05-13 2010-12-29 Huawei Technologies Co., Ltd. Method, terminal and server for transcoding data
US8346847B2 (en) * 2009-06-03 2013-01-01 Apple Inc. Installing applications based on a seed application from a separate device
KR101961741B1 (en) * 2009-06-15 2019-03-25 삼성전자 주식회사 Method for activating and communication widget
US20100333151A1 (en) * 2009-06-30 2010-12-30 Gemstar Development Corporation Cross platform entertainment architecture
US9043003B2 (en) * 2009-07-31 2015-05-26 Fisher-Rosemount Systems, Inc. Graphical view sidebar for a process control system
US9110577B1 (en) 2009-09-30 2015-08-18 Software AG USA Inc. Method and system for capturing, inferring, and/or navigating dependencies between mashups and their data sources and consumers
JP2011154472A (en) * 2010-01-26 2011-08-11 Ricoh Co Ltd Information processing apparatus, plug-in interaction method, plug-in interaction program and recording medium recording the program
KR20110093729A (en) * 2010-02-12 2011-08-18 삼성전자주식회사 Method and apparatus of providing widget
US9823831B2 (en) 2010-04-07 2017-11-21 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
US8291344B2 (en) * 2010-04-07 2012-10-16 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
EP2558934A4 (en) * 2010-04-15 2014-08-13 Nokia Corp Method and apparatus for widget compatibility and transfer
US8756617B1 (en) * 2010-05-18 2014-06-17 Google Inc. Schema validation for secure development of browser extensions
US9367595B1 (en) * 2010-06-04 2016-06-14 Software AG USA Inc. Method and system for visual wiring tool to interconnect apps
US8495511B2 (en) * 2010-06-30 2013-07-23 International Business Machines Corporation Care label method for a self service dashboard construction
US9037407B2 (en) * 2010-07-12 2015-05-19 Palantir Technologies Inc. Method and system for determining position of an inertial computing device in a distributed network
US8819726B2 (en) 2010-10-14 2014-08-26 Cyandia, Inc. Methods, apparatus, and systems for presenting television programming and related information
KR101847073B1 (en) 2011-02-11 2018-05-29 삼성전자주식회사 Method and apparatus for managing content in processing device
US20120317171A1 (en) * 2011-06-08 2012-12-13 Chi-Hung Lu System and Method for Sharing Web Contents for Building Rich Internet Applications
CH705457A1 (en) * 2011-08-31 2013-03-15 Ferag Ag Generate a user interface on a display.
US10373121B2 (en) * 2011-09-13 2019-08-06 International Business Machines Corporation Integrating a calendaring system with a mashup page containing widgets to provide information regarding the calendared event
US9251505B2 (en) 2011-09-28 2016-02-02 International Business Machines Corporation Network contact management
WO2013071193A1 (en) * 2011-11-09 2013-05-16 Revionics Inc. System and method for changing functionalities of websites using widgets
TWI459314B (en) * 2011-11-22 2014-11-01 Univ Nat Chiao Tung A structure and method for widget personalization and inter-widgets communication
US20140344735A1 (en) * 2011-12-14 2014-11-20 Nokia Corporation Methods, apparatuses and computer program products for managing different visual variants of objects via user interfaces
US10289660B2 (en) 2012-02-15 2019-05-14 Apple Inc. Device, method, and graphical user interface for sharing a content object in a document
KR20130106691A (en) * 2012-03-20 2013-09-30 삼성전자주식회사 Agent service method, electronic device, server, and computer readable recording medium thereof
CN103377080B (en) * 2012-04-23 2016-12-14 国际商业机器公司 For operationally supporting the method and system moved across container of widget
US9336554B2 (en) * 2012-07-09 2016-05-10 Jenny Q. Ta Social network system and method
US20140075377A1 (en) 2012-09-10 2014-03-13 Samsung Electronics Co. Ltd. Method for connecting mobile terminal and external display and apparatus implementing the same
CN104838632B (en) * 2012-09-10 2019-08-13 泰克尼森有限公司 For shifting the method and system at Custom Prosthesis contextual user interface
US9269074B2 (en) 2012-11-06 2016-02-23 Oracle International Corporation Facilitating viewing of temporal values for multiple fields
CN103810314B (en) * 2012-11-15 2019-02-01 商业对象软件有限公司 Instrument board cooperation device
CA2892664C (en) * 2012-11-29 2020-01-21 Edsense, L.L.C. System and method for displaying multiple applications
KR102115727B1 (en) * 2013-01-07 2020-05-28 삼성전자주식회사 Mobile apparatus providing hybrid-widget and control method thereof
JP6328140B2 (en) 2013-01-11 2018-05-23 シナコア,インコーポレイテッド Method and system for configuring contextual dashboard selection
KR101822463B1 (en) 2013-01-21 2018-01-26 삼성전자주식회사 Apparatus for arranging a plurality of Icons on Screen and Operation Method Thereof
US9123086B1 (en) 2013-01-31 2015-09-01 Palantir Technologies, Inc. Automatically generating event objects from images
CN108628651A (en) * 2013-01-31 2018-10-09 华为终端(东莞)有限公司 Desktop component creation method, device and terminal device
US9170863B2 (en) 2013-02-01 2015-10-27 Apple Inc. Dynamic location search suggestions based on travel itineraries
US9135095B2 (en) * 2013-02-07 2015-09-15 Loomis Sayles & Company, L.P. Methods and systems for inter-application communication
USD740854S1 (en) * 2013-02-28 2015-10-13 Yahoo! Inc. Portion of a display screen with graphical user interface
US10712898B2 (en) 2013-03-05 2020-07-14 Fasetto, Inc. System and method for cubic graphical user interfaces
US10037314B2 (en) 2013-03-14 2018-07-31 Palantir Technologies, Inc. Mobile reports
KR102020358B1 (en) * 2013-03-14 2019-11-05 삼성전자 주식회사 Terminal and method for synchronizing application thereof
US20140282781A1 (en) * 2013-03-14 2014-09-18 Wipro Limited Methods for processing and for end user management of interactive content and devices thereof
US9477404B2 (en) 2013-03-15 2016-10-25 Apple Inc. Device, method, and graphical user interface for managing concurrently open software applications
KR102139526B1 (en) * 2013-04-18 2020-07-30 삼성전자주식회사 Apparatus, method and computer readable recording medium for fulfilling a plurality of objects displayed on an electronic device
TW201447597A (en) * 2013-06-04 2014-12-16 Dynalab Singapore Co Ltd Method for remotely assisting user in setting utility program
EP3022638B1 (en) * 2013-07-18 2018-04-04 Fasetto, L.L.C. System and method for multi-angle videos
US20150046828A1 (en) * 2013-08-08 2015-02-12 Samsung Electronics Co., Ltd. Contextualizing sensor, service and device data with mobile devices
US20150058744A1 (en) * 2013-08-22 2015-02-26 Ashvin Dhingra Systems and methods for managing graphical user interfaces
US9313233B2 (en) 2013-09-13 2016-04-12 Plantir Technologies Inc. Systems and methods for detecting associated devices
US10095873B2 (en) 2013-09-30 2018-10-09 Fasetto, Inc. Paperless application
US20150095767A1 (en) * 2013-10-02 2015-04-02 Rachel Ebner Automatic generation of mobile site layouts
US11023105B2 (en) * 2013-10-02 2021-06-01 Massachusetts Institute Of Technology Systems and methods for composable analytics
US8868537B1 (en) 2013-11-11 2014-10-21 Palantir Technologies, Inc. Simple web search
US9098369B1 (en) * 2013-11-13 2015-08-04 Google Inc. Application installation using in-video programming
US9503844B1 (en) 2013-11-22 2016-11-22 Palantir Technologies Inc. System and method for collocation detection
US10579647B1 (en) 2013-12-16 2020-03-03 Palantir Technologies Inc. Methods and systems for analyzing entity performance
KR101548228B1 (en) * 2013-12-27 2015-08-28 주식회사 케이티 Apparatus for synchronizing user interface based on user state and method thereof
US20150205464A1 (en) * 2014-01-22 2015-07-23 Microsoft Corporation Updating a user interface to a service
US9584402B2 (en) 2014-01-27 2017-02-28 Fasetto, Llc Systems and methods for peer to peer communication
CA156714S (en) 2014-01-28 2019-08-02 Jvl Ventures Llc Handheld electronic device
US9727376B1 (en) 2014-03-04 2017-08-08 Palantir Technologies, Inc. Mobile tasks
US9389773B2 (en) * 2014-03-06 2016-07-12 Re2You, Inc. Cloud OS and virtualized browser with user presence management
US9525604B2 (en) * 2014-03-18 2016-12-20 International Business Machines Corporation Automated synchronization of distributed dashboards
KR102228856B1 (en) * 2014-03-20 2021-03-17 엘지전자 주식회사 Mobile terminal and method for controlling the same
US20150269130A1 (en) * 2014-03-21 2015-09-24 Ptc Inc. System and method of using multi-level hierarchical data in displaying real-time web-service objects
WO2015143416A1 (en) 2014-03-21 2015-09-24 Ptc Inc. Systems and methods for developing and using real-time data applications
US9467533B2 (en) 2014-03-21 2016-10-11 Ptc Inc. System and method for developing real-time web-service objects
USD759666S1 (en) 2014-06-23 2016-06-21 Google Inc. Display screen or portion thereof with an animated graphical user interface
BR112017000514B1 (en) 2014-07-10 2023-11-14 Fasetto, Inc METHOD, SYSTEM AND ARTICLE OF MANUFACTURE FOR MESSAGE EDITING
USD807898S1 (en) 2014-07-15 2018-01-16 Google Llc Display screen or portion thereof with an animated graphical user interface
US10437288B2 (en) 2014-10-06 2019-10-08 Fasetto, Inc. Portable storage device with modular power and housing system
AU2015328723A1 (en) 2014-10-06 2017-04-20 Fasetto, Inc. Systems and methods for portable storage devices
US10795633B2 (en) 2015-01-06 2020-10-06 Huawei Technologies Co., Ltd. Desktop sharing method and mobile terminal
CN105867754B (en) * 2015-01-22 2019-11-26 阿里巴巴集团控股有限公司 Application interface processing method and processing device
EP3259663A1 (en) * 2015-02-17 2017-12-27 Amazon Technologies Inc. Context sensitive framework for providing data from relevant applications
US10684866B2 (en) 2015-02-17 2020-06-16 Amazon Technologies, Inc. Context sensitive framework for providing data from relevant applications
US9740467B2 (en) 2015-02-17 2017-08-22 Amazon Technologies, Inc. Context sensitive framework for providing data from relevant applications
US9489247B2 (en) * 2015-02-17 2016-11-08 Amazon Technologies, Inc. Context sensitive framework for providing data from relevant applications
US20160246490A1 (en) * 2015-02-25 2016-08-25 Bank Of America Corporation Customizable Dashboard
CN112737895A (en) 2015-03-11 2021-04-30 法斯埃托股份有限公司 System and method for WEB API communication
US10103953B1 (en) 2015-05-12 2018-10-16 Palantir Technologies Inc. Methods and systems for analyzing entity performance
US10296617B1 (en) 2015-10-05 2019-05-21 Palantir Technologies Inc. Searches of highly structured data
CN106603465A (en) * 2015-10-14 2017-04-26 阿里巴巴集团控股有限公司 Service account number association method, apparatus, system and terminal equipment
US10929071B2 (en) 2015-12-03 2021-02-23 Fasetto, Inc. Systems and methods for memory card emulation
US10606443B2 (en) * 2015-12-10 2020-03-31 Appelago Inc. Interactive dashboard for controlling delivery of dynamic push notifications
US10043102B1 (en) 2016-01-20 2018-08-07 Palantir Technologies Inc. Database systems and user interfaces for dynamic and interactive mobile image analysis and identification
US10739988B2 (en) * 2016-11-04 2020-08-11 Microsoft Technology Licensing, Llc Personalized persistent collection of customized inking tools
US10871880B2 (en) * 2016-11-04 2020-12-22 Microsoft Technology Licensing, Llc Action-enabled inking tools
KR102572506B1 (en) 2016-11-23 2023-08-30 파세토, 인크. Systems and methods for streaming media
US10642853B2 (en) * 2016-12-14 2020-05-05 Palantir Technologies Inc. Automatically generating graphical data displays based on structured descriptions
CA3054681A1 (en) 2017-02-03 2018-08-09 Fasetto, Inc. Systems and methods for data storage in keyed devices
US11138236B1 (en) 2017-05-17 2021-10-05 Palantir Technologies Inc. Systems and methods for packaging information into data objects
EP3617869B1 (en) 2017-06-13 2024-02-28 Huawei Technologies Co., Ltd. Display method and apparatus
US10763630B2 (en) 2017-10-19 2020-09-01 Fasetto, Inc. Portable electronic device connection systems
US10977221B2 (en) 2017-10-20 2021-04-13 Hewlett Packard Enterprise Development Lp Encoding of data formatted in human-readable text according to schema into binary
US11132378B2 (en) * 2017-11-16 2021-09-28 Servicenow, Inc. Systems and methods for interactive analysis
US11048393B2 (en) * 2018-03-09 2021-06-29 Toyota Research Institute, Inc. Personalized visual representations of an artificially intelligent agent
US11297369B2 (en) 2018-03-30 2022-04-05 Apple Inc. Remotely controlling playback devices
US10783929B2 (en) 2018-03-30 2020-09-22 Apple Inc. Managing playback groups
US10993274B2 (en) 2018-03-30 2021-04-27 Apple Inc. Pairing devices by proxy
EP3782112A4 (en) 2018-04-17 2022-01-05 Fasetto, Inc. Device presentation with real-time feedback
US10614857B2 (en) 2018-07-02 2020-04-07 Apple Inc. Calibrating media playback channels for synchronized presentation
US10997202B1 (en) 2018-07-27 2021-05-04 Veeva Systems Inc. System and method for synchronizing data between a customer data management system and a data warehouse
US10970255B1 (en) * 2018-07-27 2021-04-06 Veeva Systems Inc. System and method for synchronizing data between a customer data management system and a data warehouse
US11036360B2 (en) * 2018-09-24 2021-06-15 Salesforce.Com, Inc. Graphical user interface object matching
US11003317B2 (en) * 2018-09-24 2021-05-11 Salesforce.Com, Inc. Desktop and mobile graphical user interface unification
US20200274830A1 (en) * 2019-02-26 2020-08-27 55 Global, Inc. Integer conversion for locally stored data in priority queues
US10839166B1 (en) 2019-07-03 2020-11-17 Loomis Sayles & Company, L.P. Methods and systems for inter-application communication
EP4143683A1 (en) * 2020-06-19 2023-03-08 Apple Inc. Dynamic application content on home screen
US11288082B1 (en) 2021-02-17 2022-03-29 Atlassian Pty Ltd. Object page configuration interface of an asset management system
US11644962B2 (en) * 2021-02-17 2023-05-09 Atlassian Pty Ltd. Widget configuration interface and widget component of an asset management system
US20230037019A1 (en) * 2021-07-29 2023-02-02 Oracle International Corporation Techniques for distributed interface component generation
US11886270B2 (en) 2021-09-24 2024-01-30 Apple Inc. Power-efficient dynamic application content display for electronic devices
US20230384904A1 (en) * 2022-05-24 2023-11-30 At&T Intellectual Property I, L.P. Automated generation of network data visualization dashboards

Citations (389)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4752893A (en) 1985-11-06 1988-06-21 Texas Instruments Incorporated Graphics data processing apparatus having image operations with transparent color having a selectable number of bits
US5168441A (en) 1990-05-30 1992-12-01 Allen-Bradley Company, Inc. Methods for set up and programming of machine and process controllers
US5289574A (en) 1990-09-17 1994-02-22 Hewlett-Packard Company Multiple virtual screens on an "X windows" terminal
US5297250A (en) 1989-05-22 1994-03-22 Bull, S.A. Method of generating interfaces for use applications that are displayable on the screen of a data processing system, and apparatus for performing the method
US5351995A (en) 1992-01-29 1994-10-04 Apple Computer, Inc. Double-sided, reversible electronic paper
US5357603A (en) 1992-06-15 1994-10-18 Microsoft Corporation Method and system for changing a shape type while maintaining existing graphic characteristics
US5388201A (en) 1990-09-14 1995-02-07 Hourvitz; Leonard Method and apparatus for providing multiple bit depth windows
US5416890A (en) 1991-12-11 1995-05-16 Xerox Corporation Graphical user interface for controlling color gamut clipping
US5481665A (en) 1991-07-15 1996-01-02 Institute For Personalized Information Environment User interface device for creating an environment of moving parts with selected functions
US5490246A (en) 1991-08-13 1996-02-06 Xerox Corporation Image generator using a graphical flow diagram with automatic generation of output windows
US5522022A (en) 1993-11-24 1996-05-28 Xerox Corporation Analyzing an image showing a node-link structure
US5537630A (en) 1994-12-05 1996-07-16 International Business Machines Corporation Method and system for specifying method parameters in a visual programming system
US5564022A (en) 1994-02-09 1996-10-08 Intel Corporation Method and apparatus for automatically inserting clock buffers into a logic block to reduce clock skew
US5564002A (en) 1994-08-01 1996-10-08 International Business Machines Corporation Method and apparatus for implementing a virtual desktop through window positioning
US5588098A (en) 1991-11-22 1996-12-24 Apple Computer, Inc. Method and apparatus for direct manipulation of 3-D objects on computer displays
US5602997A (en) 1992-08-27 1997-02-11 Starfish Software, Inc. Customizable program control interface for a computer system
US5638501A (en) 1993-05-10 1997-06-10 Apple Computer, Inc. Method and apparatus for displaying an overlay image
US5644737A (en) 1995-06-06 1997-07-01 Microsoft Corporation Method and system for stacking toolbars in a computer display
US5644739A (en) 1995-01-27 1997-07-01 Microsoft Corporation Method and system for adding buttons to a toolbar
US5651107A (en) 1992-12-15 1997-07-22 Sun Microsystems, Inc. Method and apparatus for presenting information in a display system using transparent windows
US5657049A (en) 1991-06-03 1997-08-12 Apple Computer, Inc. Desk drawer user interface
US5659694A (en) 1994-06-30 1997-08-19 Canon Kabushiki Kaisha Method and system for displaying context sensitive child windows independently of their parent window
US5659693A (en) 1992-08-27 1997-08-19 Starfish Software, Inc. User interface with individually configurable panel interface for use in a computer system
US5666416A (en) 1995-10-24 1997-09-09 Micali; Silvio Certificate revocation system
US5666530A (en) * 1992-12-02 1997-09-09 Compaq Computer Corporation System for automatic synchronization of common file between portable computer and host computer via communication channel selected from a plurality of usable channels there between
US5671343A (en) 1990-09-04 1997-09-23 Canon Kabushiki Kaisha Three-dimensional modeling apparatus and method utilizing the extraction of topological data, as from two-dimensional drawings
US5689664A (en) 1995-04-14 1997-11-18 Microsoft Corporation Interface sharing between objects
US5708764A (en) 1995-03-24 1998-01-13 International Business Machines Corporation Hotlinks between an annotation window and graphics window for interactive 3D graphics
US5710884A (en) * 1995-03-29 1998-01-20 Intel Corporation System for automatically updating personal profile server with updates to additional user information gathered from monitoring user's electronic consuming habits generated on computer during use
US5710922A (en) * 1993-06-02 1998-01-20 Apple Computer, Inc. Method for synchronizing and archiving information between computer systems
US5721848A (en) 1994-02-04 1998-02-24 Oracle Corporation Method and apparatus for building efficient and flexible geometry management widget classes
US5727135A (en) 1995-03-23 1998-03-10 Lexmark International, Inc. Multiple printer status information indication
US5731819A (en) 1995-07-18 1998-03-24 Softimage Deformation of a graphic object to emphasize effects of motion
US5742285A (en) 1995-03-28 1998-04-21 Fujitsu Limited Virtual screen display system
US5754174A (en) 1992-08-27 1998-05-19 Starfish Software, Inc. User interface with individually configurable panel interfaces for use in a computer system
US5760773A (en) 1995-01-06 1998-06-02 Microsoft Corporation Methods and apparatus for interacting with data objects using action handles
US5764238A (en) 1993-09-10 1998-06-09 Ati Technologies Inc. Method and apparatus for scaling and blending an image to be displayed
US5764229A (en) 1996-05-09 1998-06-09 International Business Machines Corporation Method of and system for updating dynamic translucent windows with buffers
US5790120A (en) 1992-08-27 1998-08-04 Starfish Software, Inc. Individually configurable panel user interface with selective launching, sticky windows, hot keys, start up options and configurable background
US5793376A (en) 1994-12-02 1998-08-11 Sony Corporation Method of producing image data, image data processing apparatus, and recording medium
US5796402A (en) 1993-12-03 1998-08-18 Microsoft Corporation Method and system for aligning windows on a computer screen
US5801703A (en) 1993-03-22 1998-09-01 Island Graphics Corporation Method and apparatus for selectably expandable menus
US5809230A (en) 1996-01-16 1998-09-15 Mclellan Software International, Llc System and method for controlling access to personal computer system resources
US5835693A (en) 1994-07-22 1998-11-10 Lynch; James D. Interactive system for simulation and display of multi-body systems in three dimensions
US5835692A (en) 1994-11-21 1998-11-10 International Business Machines Corporation System and method for providing mapping notation in interactive video displays
US5838316A (en) 1996-01-26 1998-11-17 International Business Machines Corporation Method and system for presenting a plurality of animated display objects to a user for selection on a graphical user interface in a data processing system
US5845293A (en) * 1994-08-08 1998-12-01 Microsoft Corporation Method and system of associating, synchronizing and reconciling computer files in an operating system
US5870734A (en) 1994-10-04 1999-02-09 Hewlett-Packard Company Three-dimensional file system using a virtual node architecture
US5877762A (en) 1995-02-27 1999-03-02 Apple Computer, Inc. System and method for capturing images of screens which display multiple windows
US5878219A (en) 1996-03-12 1999-03-02 America Online, Inc. System for integrating access to proprietary and internet resources
US5877741A (en) 1995-06-07 1999-03-02 Seiko Epson Corporation System and method for implementing an overlay pathway
US5883639A (en) 1992-03-06 1999-03-16 Hewlett-Packard Company Visual software engineering system and method for developing visual prototypes and for connecting user code to them
US5900876A (en) 1995-04-14 1999-05-04 Canon Kabushiki Kaisha Information processing apparatus and method with display book page turning
US5903896A (en) 1997-07-15 1999-05-11 Microsoft Corporation Method for installing a file on demand using a preview
US5917436A (en) 1995-04-20 1999-06-29 Hitachi, Ltd. Map display apparatus
US5920659A (en) 1996-06-24 1999-07-06 Intel Corporation Method and apparatus for scaling image data having associated transparency data
US5929852A (en) 1995-05-05 1999-07-27 Apple Computer, Inc. Encapsulated network entity reference of a network component system
US5933148A (en) 1994-12-02 1999-08-03 Sony Corporation Method and apparatus for mapping texture
US5949409A (en) 1994-12-02 1999-09-07 Sony Corporation Image processing in which the image is divided into image areas with specific color lookup tables for enhanced color resolution
US5963191A (en) 1997-03-25 1999-10-05 International Business Machines Corporation Method and system for denying graphical pointer access to a widget of a data processing system graphical user interface
US5974238A (en) * 1996-08-07 1999-10-26 Compaq Computer Corporation Automatic data synchronization between a handheld and a host computer using pseudo cache including tags and logical data elements
US5978579A (en) 1997-08-12 1999-11-02 International Business Machines Corporation Architecture for customizable component system
US5999948A (en) 1997-09-03 1999-12-07 3Com Corporation Dynamic configuration forms in network management software
US6000000A (en) * 1995-10-13 1999-12-07 3Com Corporation Extendible method and apparatus for synchronizing multiple files on two different computer systems
US6005568A (en) 1997-09-30 1999-12-21 The United States Of America As Represented By The Secretary Of The Navy Computer system providing platform independent universal client device
US6006231A (en) 1996-09-10 1999-12-21 Warp 10 Technologies Inc. File format for an image including multiple versions of an image, and related system and method
US6006274A (en) * 1997-01-30 1999-12-21 3Com Corporation Method and apparatus using a pass through personal computer connected to both a local communication link and a computer network for indentifying and synchronizing a preferred computer with a portable computer
US6011562A (en) 1997-08-01 2000-01-04 Avid Technology Inc. Method and system employing an NLE to create and modify 3D animations by mixing and compositing animation data
EP0908835A3 (en) 1997-10-10 2000-01-19 Lucent Technologies Inc. Geo-enabled personal information manager
US6023708A (en) * 1997-05-29 2000-02-08 Visto Corporation System and method for using a global translator to synchronize workspace elements across a network
US6031937A (en) 1994-05-19 2000-02-29 Next Software, Inc. Method and apparatus for video compression using block and wavelet techniques
US6034621A (en) * 1997-11-18 2000-03-07 Lucent Technologies, Inc. Wireless remote synchronization of data between PC and PDA
US6045446A (en) 1996-05-22 2000-04-04 Konami Co., Ltd. Object-throwing video game system
US6061695A (en) 1996-12-06 2000-05-09 Microsoft Corporation Operating system shell having a windowing graphical user interface with a desktop displayed as a hypertext multimedia document
US6075543A (en) 1996-11-06 2000-06-13 Silicon Graphics, Inc. System and method for buffering multiple frames while controlling latency
US6128010A (en) 1997-08-05 2000-10-03 Assistive Technology, Inc. Action bins for computer user interface
US6133915A (en) 1998-06-17 2000-10-17 Microsoft Corporation System and method for customizing controls on a toolbar
US6144381A (en) 1997-05-14 2000-11-07 International Business Machines Corporation Systems, methods and computer program products for compass navigation of avatars in three dimensional worlds
US6154601A (en) 1996-04-12 2000-11-28 Hitachi Denshi Kabushiki Kaisha Method for editing image information with aid of computer and editing system
US6166748A (en) 1995-11-22 2000-12-26 Nintendo Co., Ltd. Interface for a high performance low cost video game system with coprocessor providing high speed efficient 3D graphics and digital audio signal processing
US6167533A (en) 1998-06-25 2000-12-26 Hewlett-Packard Company Active dashboard extensible framework
US6178443B1 (en) * 1996-12-20 2001-01-23 Intel Corporation Method and apparatus for propagating user preferences across multiple computer environments
US6188399B1 (en) 1998-05-08 2001-02-13 Apple Computer, Inc. Multiple theme engine graphical user interface architecture
US6191797B1 (en) 1996-05-22 2001-02-20 Canon Kabushiki Kaisha Expression tree optimization for processing obscured graphical objects
US6195664B1 (en) 1997-02-21 2001-02-27 Micrografx, Inc. Method and system for controlling the conversion of a file from an input format to an output format
US6211890B1 (en) 1996-02-29 2001-04-03 Sony Computer Entertainment, Inc. Image processor and image processing method
US6243705B1 (en) * 1995-10-18 2001-06-05 Palm, Inc. Method and apparatus for synchronizing information on two different computer systems
US6246418B1 (en) 1996-05-10 2001-06-12 Sony Computer Entertainment Inc. Data processing method and apparatus
US6253122B1 (en) * 1999-06-14 2001-06-26 Sun Microsystems, Inc. Software upgradable dashboard
US6259432B1 (en) 1997-08-11 2001-07-10 International Business Machines Corporation Information processing apparatus for improved intuitive scrolling utilizing an enhanced cursor
US6266430B1 (en) 1993-11-18 2001-07-24 Digimarc Corporation Audio or video steganography
US6266053B1 (en) 1998-04-03 2001-07-24 Synapix, Inc. Time inheritance scene graph for representation of media content
US6269405B1 (en) * 1998-10-19 2001-07-31 International Business Machines Corporation User account establishment and synchronization in heterogeneous networks
US6272484B1 (en) 1998-05-27 2001-08-07 Scansoft, Inc. Electronic document manager
US6272558B1 (en) 1997-10-06 2001-08-07 Canon Kabushiki Kaisha Application programming interface for manipulating flashpix files
US6275831B1 (en) * 1997-12-16 2001-08-14 Starfish Software, Inc. Data processing environment with methods providing contemporaneous synchronization of two or more clients
US6278448B1 (en) 1998-02-17 2001-08-21 Microsoft Corporation Composite Web page built from any web content
US6295541B1 (en) * 1997-12-16 2001-09-25 Starfish Software, Inc. System and methods for synchronizing two or more datasets
US6300947B1 (en) 1998-07-06 2001-10-09 International Business Machines Corporation Display screen and window size related web page adaptation system
US6304684B1 (en) 2000-02-15 2001-10-16 Cyberecord, Inc. Information processing system and method of using same
US20010030647A1 (en) 1999-09-24 2001-10-18 Sun Microsystems, Inc. Using messaging to manage scene-based rendering
US6307574B1 (en) 1995-05-08 2001-10-23 Apple Computer, Inc. Graphical user interface with hierarchical structure for customizable menus and control objects
US6310621B1 (en) 1998-04-03 2001-10-30 Avid Technology, Inc. Extended support for numerical controls
US6311232B1 (en) * 1999-07-29 2001-10-30 Compaq Computer Corporation Method and apparatus for configuring storage devices
US20010035885A1 (en) 2000-03-20 2001-11-01 Michael Iron Method of graphically presenting network information
US6313851B1 (en) 1997-08-27 2001-11-06 Microsoft Corporation User friendly remote system interface
US6321314B1 (en) 1999-06-09 2001-11-20 Ati International S.R.L. Method and apparatus for restricting memory access
US6333753B1 (en) 1998-09-14 2001-12-25 Microsoft Corporation Technique for implementing an on-demand display widget through controlled fading initiated by user contact with a touch sensitive input device
US20020013822A1 (en) 2000-07-26 2002-01-31 West Karlon K. Shared as needed programming model
US20020026474A1 (en) * 2000-08-28 2002-02-28 Wang Lawrence C. Thin client for wireless device using java interface
US6353437B1 (en) 1998-05-29 2002-03-05 Avid Technology, Inc. Animation system and method for defining and using rule-based groups of objects
US6369830B1 (en) 1999-05-10 2002-04-09 Apple Computer, Inc. Rendering translucent layers in a display system
US20020054148A1 (en) 2000-01-14 2002-05-09 Hidehiko Okada GUI control method and apparatus and recording medium
US20020059594A1 (en) 2000-07-31 2002-05-16 Gary Rasmussen Configurable information ticker for interactive television and enhanced television
US6396520B1 (en) 2000-01-05 2002-05-28 Apple Computer, Inc. Method of transition between window states
US20020065946A1 (en) * 2000-10-17 2002-05-30 Shankar Narayan Synchronized computing with internet widgets
US6401104B1 (en) * 1999-07-03 2002-06-04 Starfish Software, Inc. System and methods for synchronizing datasets using cooperation among multiple synchronization engines
US20020067418A1 (en) 2000-12-05 2002-06-06 Nec Corporation Apparatus for carrying out translucent-processing to still and moving pictures and method of doing the same
US20020078453A1 (en) 2000-12-15 2002-06-20 Hanchang Kuo Hub pages for set top box startup screen
US20020078255A1 (en) * 2000-10-17 2002-06-20 Shankar Narayan Pluggable instantiable distributed objects
US6412021B1 (en) 1998-02-26 2002-06-25 Sun Microsystems, Inc. Method and apparatus for performing user notification
US6411301B1 (en) 1999-10-28 2002-06-25 Nintendo Co., Ltd. Graphics system interface
US20020087632A1 (en) * 2000-12-28 2002-07-04 Keskar Dhananjay V. System and method for automatically sharing information between handheld devices
US20020089526A1 (en) 1998-01-26 2002-07-11 Jeffrey J. Buxton Infocenter user interface for applets and components
US6421058B2 (en) 1999-10-28 2002-07-16 Nintendo Co., Ltd. Graphics command stream for calling a display object in a graphics system
US20020099678A1 (en) * 2001-01-09 2002-07-25 Brian Albright Retail price and promotion modeling system and method
US6430576B1 (en) * 1999-05-10 2002-08-06 Patrick Gates Distributing and synchronizing objects
US20020105548A1 (en) 2000-12-12 2002-08-08 Richard Hayton Methods and apparatus for creating a user interface using property paths
US6434744B1 (en) 1999-03-03 2002-08-13 Microsoft Corporation System and method for patching an installed application program
US20020112180A1 (en) 2000-12-19 2002-08-15 Land Michael Z. System and method for multimedia authoring and playback
US20020111934A1 (en) * 2000-10-17 2002-08-15 Shankar Narayan Question associated information storage and retrieval architecture using internet gidgets
US20020114466A1 (en) 2001-02-09 2002-08-22 Koichi Tanaka Information processing method, information processing apparatus and recording medium
US20020120673A1 (en) 2000-05-08 2002-08-29 Michael Tolson Architecture for a system of portable information agents
US20020118217A1 (en) 2001-02-23 2002-08-29 Masakazu Fujiki Apparatus, method, program code, and storage medium for image processing
US20020123739A1 (en) 2001-03-02 2002-09-05 Claus Haacke Ureter drainage device
US6457034B1 (en) 1999-11-02 2002-09-24 Ati International Srl Method and apparatus for accumulation buffering in the video graphics system
US20020140740A1 (en) 2001-03-30 2002-10-03 Chien-An Chen Method for previewing an effect applied to a multimedia object
US6466237B1 (en) 1998-07-28 2002-10-15 Sharp Kabushiki Kaisha Information managing device for displaying thumbnail files corresponding to electronic files and searching electronic files via thumbnail file
US20020152098A1 (en) * 2001-01-31 2002-10-17 Evans Bret A. System and method for facilitating interaction with a financial service
US20020156798A1 (en) * 1998-10-28 2002-10-24 Larue Chris System and methods for synchronizing datasets using version indicators to detect obsolete changes
US20020158902A1 (en) 2001-04-30 2002-10-31 Hooker Bryce H. Method and apparatus for automatically publishing associate information
US6484261B1 (en) 1998-02-17 2002-11-19 Cisco Technology, Inc. Graphical network security policy management
US6483524B1 (en) 1999-10-01 2002-11-19 Global Graphics Software Limited Prepress workflow method using raster image processor
US20020174003A1 (en) 2001-05-15 2002-11-21 Redmann William Gibbens Method and apparatus for providing visitors with a personalized itinerary and managed access to attractions
US20020174181A1 (en) 2001-04-13 2002-11-21 Songxiang Wei Sharing OpenGL applications using application based screen sampling
US6487560B1 (en) * 1998-10-28 2002-11-26 Starfish Software, Inc. System and methods for communicating between multiple devices for synchronization
US20020180798A1 (en) 2001-05-31 2002-12-05 Poor Graham V. System and method for extending a wireless device platform to multiple applications
US20020186257A1 (en) 2001-06-08 2002-12-12 Cadiz Jonathan J. System and process for providing dynamic communication access and information awareness in an interactive peripheral display
US20020194090A1 (en) * 2001-06-19 2002-12-19 Gagnon David John Method and system for obtaining information utilizing user interfaces
US20020196268A1 (en) 2001-06-22 2002-12-26 Wolff Adam G. Systems and methods for providing a dynamically controllable user interface that embraces a variety of media
US20030009267A1 (en) 2001-05-01 2003-01-09 Ronald Dunsky Apparatus and method for providing live display of aircraft flight information
US20030008711A1 (en) 2001-07-05 2003-01-09 Dana Corbo Method and system for providing real time sports betting information
US20030008661A1 (en) 2001-07-03 2003-01-09 Joyce Dennis P. Location-based content delivery
US20030018971A1 (en) 2001-07-19 2003-01-23 Mckenna Thomas P. System and method for providing supplemental information related to a television program
US6512522B1 (en) 1999-04-15 2003-01-28 Avid Technology, Inc. Animation of three-dimensional characters along a path for motion video sequences
US20030020671A1 (en) 1999-10-29 2003-01-30 Ovid Santoro System and method for simultaneous display of multiple information sources
US6515682B1 (en) 1996-05-09 2003-02-04 National Instruments Corporation System and method for editing a control utilizing a preview window to view changes made to the control
US20030032409A1 (en) 2001-03-16 2003-02-13 Hutcheson Stewart Douglas Method and system for distributing content over a wireless communications system
US6525736B1 (en) 1999-08-20 2003-02-25 Koei Co., Ltd Method for moving grouped characters, recording medium and game device
US20030046316A1 (en) 2001-04-18 2003-03-06 Jaroslav Gergic Systems and methods for providing conversational computing via javaserver pages and javabeans
US6536041B1 (en) 1998-06-16 2003-03-18 United Video Properties, Inc. Program guide system with real-time data sources
US6535892B1 (en) * 1999-03-08 2003-03-18 Starfish Software, Inc. System and methods for exchanging messages between a client and a server for synchronizing datasets
US20030061482A1 (en) 2001-08-23 2003-03-27 Efunds Corporation Software security control system and method
US6542160B1 (en) 1999-06-18 2003-04-01 Phoenix Technologies Ltd. Re-generating a displayed image
US6542166B1 (en) 1996-05-09 2003-04-01 National Instruments Corporation System and method for editing a control
US6544295B1 (en) 1996-11-18 2003-04-08 Starfish Software, Inc. Methods for managing preferred internet sites in a computer system having a browser
US20030069904A1 (en) 2001-10-09 2003-04-10 Hsu Michael M. Secure ticketing
US20030067489A1 (en) 2001-09-28 2003-04-10 Candy Wong Hoi Lee Layout of platform specific graphical user interface widgets migrated between heterogeneous device platforms
US20030076369A1 (en) 2001-09-19 2003-04-24 Resner Benjamin I. System and method for presentation of remote information in ambient form
US20030079038A1 (en) * 2001-10-22 2003-04-24 Apple Computer, Inc. Intelligent interaction between media player and host computer
US20030080995A1 (en) 2001-10-12 2003-05-01 United Virtualities, Inc. Contextually adaptive web browser
US20030097659A1 (en) 2001-11-16 2003-05-22 Goldman Phillip Y. Interrupting the output of media content in response to an event
US6571328B2 (en) 2000-04-07 2003-05-27 Nintendo Co., Ltd. Method and apparatus for obtaining a scalar value directly from a vector register
US6571245B2 (en) * 1998-12-07 2003-05-27 Magically, Inc. Virtual desktop in a computer network
US20030101046A1 (en) 2001-11-28 2003-05-29 Mark Krasnov Word, expression, and sentence translation management tool
US6573896B1 (en) 1999-07-08 2003-06-03 Dassault Systemes Three-dimensional arrow
US6577317B1 (en) 1998-08-20 2003-06-10 Apple Computer, Inc. Apparatus and method for geometry operations in a 3D-graphics pipeline
US6580430B1 (en) 2000-08-23 2003-06-17 Nintendo Co., Ltd. Method and apparatus for providing improved fog effects in a graphics system
US20030125962A1 (en) * 2001-12-28 2003-07-03 Steven Holliday System and process for measurement of delivery of products and services to customers
US20030123739A1 (en) 2000-02-28 2003-07-03 Graffagnino Peter N. Method and apparatus for video compression using microwavelets
US20030122787A1 (en) 2001-12-28 2003-07-03 Philips Electronics North America Corporation Touch-screen image scrolling system and method
US20030125057A1 (en) * 2001-12-27 2003-07-03 Pesola Troy Raymond System and method for automatic synchronization of managed data
US6590592B1 (en) 1999-04-23 2003-07-08 Xsides Corporation Parallel interface
US20030130984A1 (en) * 2001-11-15 2003-07-10 Sean Quinlan System and methods for asynchronous synchronization
US20030146934A1 (en) 2002-02-05 2003-08-07 Bailey Richard St. Clair Systems and methods for scaling a graphical user interface according to display dimensions and using a tiered sizing schema to define display objects
US20030154239A1 (en) 2002-01-11 2003-08-14 Davis Andrew Thomas Java application framework for use in a content delivery network (CDN)
US20030158975A1 (en) * 2002-02-15 2003-08-21 Tridium Real-time data interface and method for browsers and the like
US6609977B1 (en) 2000-08-23 2003-08-26 Nintendo Co., Ltd. External interfaces for a 3D graphics system
US6614444B1 (en) 1998-08-20 2003-09-02 Apple Computer, Inc. Apparatus and method for fragment operations in a 3D-graphics pipeline
US20030164862A1 (en) 2001-06-08 2003-09-04 Cadiz Jonathan J. User interface for a system and process for providing dynamic communication access and information awareness in an interactive peripheral display
US6618048B1 (en) 1999-10-28 2003-09-09 Nintendo Co., Ltd. 3D graphics rendering system for performing Z value clamping in near-Z range to maximize scene resolution of visually important Z components
US20030169306A1 (en) 2002-03-07 2003-09-11 Nokia Corporation Creating a screen saver from downloadable applications on mobile devices
US20030174136A1 (en) 2002-03-12 2003-09-18 Emberling Brian D. Multipurpose memory system for use in a graphics system
US20030174154A1 (en) 2000-04-04 2003-09-18 Satoru Yukie User interface for interfacing with plural real-time data sources
US20030184584A1 (en) 2002-03-29 2003-10-02 Thomas Vachuska User interface framework for integrating user interface elements of independent software components
US20030184552A1 (en) 2002-03-26 2003-10-02 Sanja Chadha Apparatus and method for graphics display system for markup languages
US20030189597A1 (en) 2002-04-05 2003-10-09 Microsoft Corporation Virtual desktop manager
US20030191799A1 (en) 2000-03-14 2003-10-09 Netilla Networks, Inc. Apparatus and accompanying methods for providing, through a centralized server site, a secure, cost-effective, web-enabled, integrated virtual office environment remotely accessible through a network-connected web browser
US6636214B1 (en) 2000-08-23 2003-10-21 Nintendo Co., Ltd. Method and apparatus for dynamically reconfiguring the order of hidden surface processing based on rendering mode
US6639595B1 (en) 2000-08-23 2003-10-28 Nintendo Co., Ltd. Achromatic lighting in a graphics system and method
US20030206195A1 (en) * 2002-05-03 2003-11-06 International Business Machines Corporation Method for modifying a GUI for an application
US20030208685A1 (en) 2002-05-01 2003-11-06 Abdel-Rahman Hassan E. Multi-platform application installation
US6661426B1 (en) 1999-09-25 2003-12-09 Koninklijke Philips Electronics N.V. User interface generation
US6664962B1 (en) 2000-08-23 2003-12-16 Nintendo Co., Ltd. Shadow mapping in a low cost graphics system
US6664958B1 (en) 2000-08-23 2003-12-16 Nintendo Co., Ltd. Z-texturing
US6664986B1 (en) 1997-05-20 2003-12-16 Cadent Ltd. Computer user interface for orthodontic use
US20040003402A1 (en) 2002-06-27 2004-01-01 Digeo, Inc. Method and apparatus for automatic ticker generation based on implicit or explicit profiling
US6674438B1 (en) 1998-10-08 2004-01-06 Sony Computer Entertainment Inc. Method of and system for adding information and recording medium
EP1383080A1 (en) 2002-07-16 2004-01-21 Microsoft Corporation Intermediate buffers in a graphics system
US20040012626A1 (en) 2002-07-22 2004-01-22 Brookins Timothy J. Method for creating configurable and customizable web user interfaces
US20040015942A1 (en) * 1999-05-19 2004-01-22 Branson Michael John Apparatus and method for synchronizing software between computers
US6687745B1 (en) * 1999-09-14 2004-02-03 Droplet, Inc System and method for delivering a graphical user interface of remote applications over a thin bandwidth connection
US20040024616A1 (en) * 2002-05-07 2004-02-05 Spector Mark B. Iternet-based, customizable clinical information system
US20040032409A1 (en) 2002-08-14 2004-02-19 Martin Girard Generating image data
US6697074B2 (en) 2000-11-28 2004-02-24 Nintendo Co., Ltd. Graphics system interface
US20040039934A1 (en) 2000-12-19 2004-02-26 Land Michael Z. System and method for multimedia authoring and playback
US20040036711A1 (en) 2002-08-23 2004-02-26 Anderson Thomas G. Force frames in animation
US6707462B1 (en) 2000-05-12 2004-03-16 Microsoft Corporation Method and system for implementing graphics control constructs
US20040054711A1 (en) * 2000-01-26 2004-03-18 Multer David L. Data transfer and synchronization system
DE10242378A1 (en) 2002-09-12 2004-03-18 Siemens Ag Symbol input unit for miniature wrist mobile phone has rotating wheel input scrolling with display screen cursor and selection buttons
EP0972273B1 (en) 1997-04-04 2004-03-24 Intergraph Hardware Technologies Company Apparatus and method for applying effects to graphical images
US6714221B1 (en) 2000-08-03 2004-03-30 Apple Computer, Inc. Depicting and setting scroll amount
US6715053B1 (en) 2000-10-30 2004-03-30 Ati International Srl Method and apparatus for controlling memory client access to address ranges in a memory pool
US6714201B1 (en) 1999-04-14 2004-03-30 3D Open Motion, Llc Apparatuses, methods, computer programming, and propagated signals for modeling motion in computer applications
US6717599B1 (en) 2000-06-29 2004-04-06 Microsoft Corporation Method, system, and computer program product for implementing derivative operators with graphics hardware
US20040070629A1 (en) 2002-08-16 2004-04-15 Hewlett-Packard Development Company, L.P. Graphical user computer interface
US6724403B1 (en) 1999-10-29 2004-04-20 Surfcast, Inc. System and method for simultaneous display of multiple information sources
US6738804B1 (en) 2000-09-15 2004-05-18 Yodlee.Com, Inc. Method and apparatus for enabling sectored data refreshing of Web-site data during session
US6741242B1 (en) 2000-03-23 2004-05-25 Famotik Kabushikikaisha Multimedia documents integrating and displaying system
US6742042B1 (en) 2000-06-28 2004-05-25 Nortel Networks Limited Method and apparatus of presenting ticker information
US6757698B2 (en) * 1999-04-14 2004-06-29 Iomega Corporation Method and apparatus for automatically synchronizing data from a host computer to two or more backup data storage locations
US20040125128A1 (en) 2002-12-26 2004-07-01 Cheng-Chia Chang Graphical user interface for a slideshow presentation
US6760046B2 (en) 2000-03-29 2004-07-06 Hewlett Packard Development Company, L.P. Location-dependent user interface
US6765592B1 (en) 1999-04-30 2004-07-20 Microsoft Corporation Undockable sub-windows
US20040142711A1 (en) * 2002-09-11 2004-07-22 Nokia Corporation Method, device and system for automated synchronization between terminals
US6788318B2 (en) 2001-03-28 2004-09-07 Ulead Systems, Inc. Method for manipulating multiple multimedia objects
US6792616B1 (en) 1998-05-01 2004-09-14 Scientific-Atlanta, Inc. System and method for providing a plurality of programming services in a television system
US20040181580A1 (en) * 2003-03-11 2004-09-16 Etienne Baranshamaje Method, computer useable medium, and system for portable email messaging
US20040179019A1 (en) 2003-03-12 2004-09-16 Nvidia Corporation Double-buffering of pixel data using copy-on-write semantics
US20040183800A1 (en) 2002-12-17 2004-09-23 Terastat, Inc. Method and system for dynamic visualization of multi-dimensional data
US20040194020A1 (en) 2003-03-27 2004-09-30 Beda Joseph S. Markup language and object model for vector graphics
US20040203684A1 (en) * 2002-09-30 2004-10-14 Nokia Corporation Terminal, device and methods for a communication network
US20040205504A1 (en) 2001-12-05 2004-10-14 International Business Machines Corporation System and method for navigating graphocal images
US6806892B1 (en) 1999-12-20 2004-10-19 International Business Machines Corporation Layer viewport for enhanced viewing in layered drawings
US20040212640A1 (en) 2003-04-25 2004-10-28 Justin Mann System and method for providing dynamic user information in an interactive display
US20040223003A1 (en) 1999-03-08 2004-11-11 Tandem Computers Incorporated Parallel pipelined merge engines
US20040225955A1 (en) * 2003-05-08 2004-11-11 The Boeing Company Intelligent information dashboard system and method
US20040230911A1 (en) * 2003-05-17 2004-11-18 Microsoft Corporation System and method for controlling user interface properties with data
US20040237082A1 (en) 2003-05-22 2004-11-25 Alcazar Mark A. System, method, and API for progressively installing software application
US20040255253A1 (en) 2003-06-13 2004-12-16 Cezary Marcjan Multi-layer graphical user interface
US20040261037A1 (en) 2003-06-20 2004-12-23 Apple Computer, Inc. Computer interface having a virtual single-layer mode for viewing overlapping objects
US20040261012A1 (en) 2003-06-17 2004-12-23 Balsiger Fred W. Snaplines for control object positioning
US20050010419A1 (en) 2003-07-07 2005-01-13 Ahmad Pourhamid System and Method for On-line Translation of documents and Advertisement
US20050010634A1 (en) 2003-06-19 2005-01-13 Henderson Roderick C. Methods, systems, and computer program products for portlet aggregation by client applications on a client side of client/server environment
US20050021935A1 (en) 2003-06-18 2005-01-27 Openwave Systems Inc. Method and system for downloading configurable user interface elements over a data network
US20050022139A1 (en) 2003-07-25 2005-01-27 David Gettman Information display
US20050039144A1 (en) 2003-08-12 2005-02-17 Alan Wada Method and system of providing customizable buttons
US20050057497A1 (en) 2003-09-15 2005-03-17 Hideya Kawahara Method and apparatus for manipulating two-dimensional windows within a three-dimensional display model
US20050060655A1 (en) 2003-09-12 2005-03-17 Useractive Distance-learning system with dynamically constructed menu that includes embedded applications
US20050076305A1 (en) * 2003-10-02 2005-04-07 International Business Machines Corporation Method and apparatus for displaying and managing inherited values
US6882979B1 (en) 1999-06-18 2005-04-19 Onadine, Inc. Generating revenue for the use of softgoods that are freely distributed over a network
US20050091571A1 (en) 2003-10-23 2005-04-28 Ivan Leichtling Synchronized graphics and region data for graphics remoting systems
US20050091690A1 (en) 2003-09-12 2005-04-28 Alain Delpuch Method and system for controlling recording and playback of interactive applications
US20050088452A1 (en) 2003-10-23 2005-04-28 Scott Hanggie Dynamic window anatomy
US20050088447A1 (en) 2003-10-23 2005-04-28 Scott Hanggie Compositing desktop window manager
US20050093868A1 (en) * 2003-10-30 2005-05-05 Microsoft Corporation Distributed sensing techniques for mobile devices
US6892360B1 (en) 1998-08-05 2005-05-10 Sun Microsystems, Inc. Focus traversal mechanism for graphical user interface widgets
US20050114021A1 (en) 2001-12-21 2005-05-26 Garmin Ltd., A Cayman Islands Corporation PDA with integrated address book and electronic map waypoints
US6910000B1 (en) 2000-06-02 2005-06-21 Mitsubishi Electric Research Labs, Inc. Generalized belief propagation for probabilistic systems
US6911984B2 (en) 2003-03-12 2005-06-28 Nvidia Corporation Desktop compositor using copy-on-write semantics
US20050144595A1 (en) 2003-12-29 2005-06-30 International Business Machines Corporation Graphical user interface (GUI) script generation and documentation
US20050144563A1 (en) 2001-02-26 2005-06-30 Microsoft Corporation Method for flagging and relating information in a computer system
US20050149458A1 (en) 2002-02-27 2005-07-07 Digonex Technologies, Inc. Dynamic pricing system with graphical user interface
US6918091B2 (en) 2000-11-09 2005-07-12 Change Tools, Inc. User definable interface system, method and computer program product
US20050160368A1 (en) 2004-01-21 2005-07-21 Fuji Xerox Co., Ltd. Systems and methods for authoring a media presentation
US6925477B1 (en) * 1998-03-31 2005-08-02 Intellisync Corporation Transferring records between two databases
US20050168471A1 (en) 2003-12-18 2005-08-04 Paquette Michael J. Composite graphics rendered using multiple frame buffers
US20050168476A1 (en) 2003-10-30 2005-08-04 Sensable Technologies, Inc. Apparatus and methods for stenciling an image
US20050172239A1 (en) 2004-01-30 2005-08-04 International Business Machines Corporation Modeless interaction with GUI widget applications
US6931633B1 (en) 2000-08-01 2005-08-16 National Instruments Corporation System and method of evaluating the performance of an image processing algorithm
US20050183026A1 (en) 2004-01-13 2005-08-18 Ryoko Amano Information processing apparatus and method, and program
US20050193368A1 (en) 2004-02-26 2005-09-01 International Business Machines Corporation Rendering GUI widgets with generic look and feel
US20050198584A1 (en) 2004-01-27 2005-09-08 Matthews David A. System and method for controlling manipulation of tiles within a sidebar
US6944829B2 (en) 2001-09-25 2005-09-13 Wind River Systems, Inc. Configurable user-interface component management system
US20050215310A1 (en) 2004-03-15 2005-09-29 Scott Boyd Event calendar at electronic gaming device
US20050221808A1 (en) 2002-02-01 2005-10-06 Petter Karlsson Method of automatically altering the behaviour of a wireless information device
US20050234884A1 (en) * 2004-04-19 2005-10-20 Pixar Customizing widget draw styles
US20050240857A1 (en) 2004-04-02 2005-10-27 Jason Benedict Methods and systems of information portal construction
EP0694879B1 (en) 1994-07-25 2005-11-02 Canon Kabushiki Kaisha Efficient methods, apparatus and computer program for the evaluation of a graphical programming language
US20050243373A1 (en) 2000-10-20 2005-11-03 Sliverbrook Research Pty Ltd Graphic design software using an interface surface
US20050256940A1 (en) 2004-05-04 2005-11-17 International Business Machines Corporation Methods, systems, and computer program products for client side prefetching and caching of portlets
US20050282612A1 (en) 2002-08-16 2005-12-22 Marc Mathews Sports theme gaming apparatus and method for playing the same
US20060005207A1 (en) 2004-06-25 2006-01-05 Louch John O Widget authoring and editing environment
US20060004913A1 (en) 2004-06-30 2006-01-05 Kelvin Chong System and method for inter-portlet communication
US20060001652A1 (en) 2004-07-05 2006-01-05 Yen-Chang Chiu Method for scroll bar control on a touchpad
US20060010394A1 (en) 2004-06-25 2006-01-12 Chaudhri Imran A Unified interest layer for user interface
US20060015818A1 (en) 2004-06-25 2006-01-19 Chaudhri Imran A Unified interest layer for user interface
US20060015846A1 (en) 2004-07-14 2006-01-19 International Business Machines Corporation Portal friendly user interface widgets
US6993721B2 (en) 1998-11-30 2006-01-31 Sony Corporation Web channel guide graphical interface system and method
US20060031264A1 (en) * 2004-05-20 2006-02-09 Bea Systems, Inc. Synchronization protocol for occasionally-connected application server
US20060031587A1 (en) * 2004-05-24 2006-02-09 Toby Paterson Method of synchronising between three or more devices
US20060036941A1 (en) * 2001-01-09 2006-02-16 Tim Neil System and method for developing an application for extending access to local software of a wireless device
US20060036969A1 (en) 2004-08-13 2006-02-16 International Business Machines Corporation Detachable and reattachable portal pages
US20060036703A1 (en) 2004-08-13 2006-02-16 Microsoft Corporation System and method for integrating instant messaging in a multimedia environment
US7007041B2 (en) * 2000-01-25 2006-02-28 Fusionone, Inc. Synchronization system application object interface
US7007242B2 (en) 2002-02-20 2006-02-28 Nokia Corporation Graphical user interface for a mobile device
US20060053384A1 (en) 2004-09-07 2006-03-09 La Fetra Frank E Jr Customizable graphical user interface for utilizing local and network content
US7016011B2 (en) 2002-11-12 2006-03-21 Autodesk Canada Co. Generating image data
US7024381B1 (en) 2000-04-28 2006-04-04 Netflix, Inc. Approach for renting items to customers
US20060075106A1 (en) 2004-09-01 2006-04-06 Roland Hochmuth Managing multiple remote computing sessions displayed on a client device
US20060075033A1 (en) 2004-09-20 2006-04-06 Bienstock Terry S Method and system for creating and sending electronic mail having multi-media files
US20060075141A1 (en) 2002-12-03 2006-04-06 David Boxenhorn Networked computing using objects
US7027055B2 (en) 2001-04-30 2006-04-11 The Commonwealth Of Australia Data view of a modelling system
US7036083B1 (en) 1999-12-14 2006-04-25 Microsoft Corporation Multimode interactive television chat
US20060089840A1 (en) 2004-10-21 2006-04-27 Margaret May Health tracking method and apparatus
US20060095331A1 (en) 2002-12-10 2006-05-04 O'malley Matt Content creation, distribution, interaction, and monitoring system
US20060107231A1 (en) 2004-11-12 2006-05-18 Microsoft Corporation Sidebar tile free-arrangement
US7050955B1 (en) 1999-10-01 2006-05-23 Immersion Corporation System, method and data structure for simulated interaction with graphical objects
US20060112123A1 (en) 2004-11-24 2006-05-25 Macnica, Inc. Spreadsheet user-interfaced business data visualization and publishing system
US20060123359A1 (en) 2004-12-03 2006-06-08 Schatzberger Richard J Portable electronic device having user interactive visual interface
US20060123356A1 (en) 2000-05-05 2006-06-08 Microsoft Corporation Dynamic and updateable computing application panes
US20060136843A1 (en) 1998-10-28 2006-06-22 Yahoo! Inc. Method of controlling an Internet browser interface and a controllable browser interface
US7076730B1 (en) 1998-12-10 2006-07-11 Intellinet, Inc. Electronic mail software with modular integrated authoring/reading software components
US20060154649A1 (en) * 2002-12-11 2006-07-13 Claus Pedersen Transfer of personal data
US20060168536A1 (en) 2003-06-05 2006-07-27 Swiss Reinsurance Company Method and terminal for generating uniform device-independent graphical user interfaces
US7085994B2 (en) 2000-05-22 2006-08-01 Sap Portals, Inc. Snippet selection
US7107546B2 (en) 2002-05-29 2006-09-12 International Business Machines Corporation Toggleable widget for a user interface
US20060218499A1 (en) 2005-03-22 2006-09-28 Microsoft Corporation Determining and displaying a list of most commonly used items
EP1237076A3 (en) 2001-02-27 2006-10-11 Microsoft Corporation Expert system for generating user interfaces
US20060236257A1 (en) 2003-08-11 2006-10-19 Core Mobility, Inc. Interactive user interface presentation attributes for location-based content
US7127509B2 (en) * 1998-10-12 2006-10-24 Microsoft Corporation System and method for synchronizing objects between two devices
US7127473B2 (en) 2002-05-17 2006-10-24 Sap Aktiengesellschaft Methods and systems for providing supplemental contextual content
US7146563B2 (en) 2003-05-29 2006-12-05 International Business Machines Corporation Maintaining screen and form state in portlets
US20060277469A1 (en) 2004-06-25 2006-12-07 Chaudhri Imran A Preview and installation of user interface elements in a display environment
US7174512B2 (en) 2000-12-01 2007-02-06 Thomson Licensing S.A. Portal for a communications system
US20070038934A1 (en) 2005-08-12 2007-02-15 Barry Fellman Service for generation of customizable display widgets
US20070044039A1 (en) 2005-08-18 2007-02-22 Microsoft Corporation Sidebar engine, object model and schema
US20070044029A1 (en) 2005-08-18 2007-02-22 Microsoft Corporation Sidebar engine, object model and schema
US7191399B2 (en) 2002-10-18 2007-03-13 Sony Corporation Electronic information display apparatus, electronic information display method, recording medium, and program
US20070061724A1 (en) 2005-09-15 2007-03-15 Slothouber Louis P Self-contained mini-applications system and method for digital television
US20070101433A1 (en) 2005-10-27 2007-05-03 Louch John O Widget security
US20070101297A1 (en) 2005-10-27 2007-05-03 Scott Forstall Multiple dashboards
US20070101279A1 (en) 2005-10-27 2007-05-03 Chaudhri Imran A Selection of user interface elements for unified display in a display environment
US20070101291A1 (en) 2005-10-27 2007-05-03 Scott Forstall Linked widgets
US20070101288A1 (en) 2005-06-07 2007-05-03 Scott Forstall Preview including theme based installation of user interface elements in a display environment
US20070101146A1 (en) 2005-10-27 2007-05-03 Louch John O Safe distribution and use of content
US7216351B1 (en) * 1999-04-07 2007-05-08 International Business Machines Corporation Systems and methods for synchronizing multi-modal interactions
US7222155B1 (en) 1999-06-15 2007-05-22 Wink Communications, Inc. Synchronous updating of dynamic interactive applications
US20070118813A1 (en) 2005-11-18 2007-05-24 Scott Forstall Management of user interface elements in a display environment
US20070129888A1 (en) 2005-12-05 2007-06-07 Outland Research Spatially associated personal reminder system and method
US7242406B2 (en) 2000-08-07 2007-07-10 Searchlite Advances, Llc Visual content browsing using rasterized representations
US20070162850A1 (en) 2006-01-06 2007-07-12 Darin Adler Sports-related widgets
US7249327B2 (en) 2002-03-22 2007-07-24 Fuji Xerox Co., Ltd. System and method for arranging, manipulating and displaying objects in a graphical user interface
US7260380B2 (en) * 2003-12-18 2007-08-21 Sap Aktiengesellschaft Storing and synchronizing data on a removable storage medium
US20070203984A2 (en) 2002-09-09 2007-08-30 Meca Communications, Inc. Sharing skins
US20070209013A1 (en) 2006-03-02 2007-09-06 Microsoft Corporation Widget searching utilizing task framework
US7269792B2 (en) * 2003-04-24 2007-09-11 International Business Machines Corporation System and method for generating high-function browser widgets with full addressability
US7281202B2 (en) * 2003-06-19 2007-10-09 Microsoft Corporation Framework for creating modular web applications
US7293034B2 (en) 2004-02-23 2007-11-06 Microsoft Coporation Dynamically customizing a user interface for the aggregation of content
US20070266093A1 (en) 2005-10-27 2007-11-15 Scott Forstall Workflow widgets
US7315848B2 (en) 2001-12-12 2008-01-01 Aaron Pearse Web snippets capture, storage and retrieval system and method
US20080016468A1 (en) 2001-07-13 2008-01-17 Universal Electronics Inc. System and methods for interacting with a control environment
US7328435B2 (en) 2001-04-25 2008-02-05 Eyeblaster Ltd. Method for dynamically changing one Web page by another web page
US20080034309A1 (en) 2006-08-01 2008-02-07 Louch John O Multimedia center including widgets
US20080034314A1 (en) 2006-08-04 2008-02-07 Louch John O Management and generation of dashboards
US7346766B2 (en) * 1999-04-28 2008-03-18 Tranxition Corporation Method and system for automatically transitioning of configuration settings among computer systems
US7353465B2 (en) * 2001-12-21 2008-04-01 Hewlett-Packard Development Company, L.P. Method for managing personal and work-related matters
US7356816B2 (en) * 2001-02-13 2008-04-08 Computer Associates Think, Inc. Method and apparatus for multiplatform migration
US7392483B2 (en) * 2001-09-28 2008-06-24 Ntt Docomo, Inc, Transformation of platform specific graphical user interface widgets migrated between heterogeneous device platforms
US20080155453A1 (en) 2003-08-11 2008-06-26 Core Mobility, Inc. Systems and methods for displaying location-based maps on communication devices
US20080168382A1 (en) 2007-01-07 2008-07-10 Louch John O Dashboards, Widgets and Devices
US20080168368A1 (en) 2007-01-07 2008-07-10 Louch John O Dashboards, Widgets and Devices
US20080168367A1 (en) 2007-01-07 2008-07-10 Chaudhri Imran A Dashboards, Widgets and Devices
US7401104B2 (en) * 2003-08-21 2008-07-15 Microsoft Corporation Systems and methods for synchronizing computer systems through an intermediary file system share or device
US20080235602A1 (en) * 2007-03-21 2008-09-25 Jonathan Strauss Methods and systems for managing widgets through a widget dock user interface
US7437485B1 (en) * 1998-01-30 2008-10-14 Access Systems Americas, Inc. Method and apparatus for synchronization of two computer systems
US20080288578A1 (en) * 2004-04-01 2008-11-20 Nokia Corporation Method, a Device, and a System for Enabling Data Synchronization Between Multiple Devices
US20090021486A1 (en) 2007-07-19 2009-01-22 Apple Inc. Dashboard Surfaces
US20090024944A1 (en) 2007-07-18 2009-01-22 Apple Inc. User-centric widgets and dashboards
US20090044138A1 (en) 2007-08-06 2009-02-12 Apple Inc. Web Widgets
US7523401B1 (en) * 2003-09-03 2009-04-21 Theoris Software, Llc System and method for providing a browser-based user interface
US20090260022A1 (en) 2004-06-25 2009-10-15 Apple Inc. Widget Authoring and Editing Environment
US7613834B1 (en) * 2001-04-04 2009-11-03 Palmsource Inc. One-to-many device synchronization using downloaded/shared client software
US7756723B2 (en) * 2001-09-07 2010-07-13 Eclipsys Corporation System and method for managing patient bed assignments and bed occupancy in a health care facility
US7797446B2 (en) * 2002-07-16 2010-09-14 Apple Inc. Method and system for updating playlists
US7802246B1 (en) 2004-06-21 2010-09-21 Microsoft Corporation Systems and methods that facilitate software installation customization
US7814148B2 (en) * 2002-08-27 2010-10-12 Intel Corporation User interface to facilitate exchanging files among processor-based devices
EP1724996B1 (en) 2005-05-16 2011-06-08 LG Electronics Inc. Mobile terminal having scrolling device and method implementing functions using the same
US8260353B2 (en) * 2005-12-13 2012-09-04 Gemalto Sa SIM messaging client

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11305070A (en) * 1998-04-24 1999-11-05 Yazaki Corp Optical fiber connector
EP1505439A3 (en) * 2003-07-24 2005-04-20 Fuji Photo Film Co., Ltd. Positive photosensitive composition and method of forming resist pattern

Patent Citations (431)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4752893A (en) 1985-11-06 1988-06-21 Texas Instruments Incorporated Graphics data processing apparatus having image operations with transparent color having a selectable number of bits
US5297250A (en) 1989-05-22 1994-03-22 Bull, S.A. Method of generating interfaces for use applications that are displayable on the screen of a data processing system, and apparatus for performing the method
US5168441A (en) 1990-05-30 1992-12-01 Allen-Bradley Company, Inc. Methods for set up and programming of machine and process controllers
US5671343A (en) 1990-09-04 1997-09-23 Canon Kabushiki Kaisha Three-dimensional modeling apparatus and method utilizing the extraction of topological data, as from two-dimensional drawings
US5388201A (en) 1990-09-14 1995-02-07 Hourvitz; Leonard Method and apparatus for providing multiple bit depth windows
US5289574A (en) 1990-09-17 1994-02-22 Hewlett-Packard Company Multiple virtual screens on an "X windows" terminal
US5657049A (en) 1991-06-03 1997-08-12 Apple Computer, Inc. Desk drawer user interface
US5481665A (en) 1991-07-15 1996-01-02 Institute For Personalized Information Environment User interface device for creating an environment of moving parts with selected functions
US5490246A (en) 1991-08-13 1996-02-06 Xerox Corporation Image generator using a graphical flow diagram with automatic generation of output windows
US5588098A (en) 1991-11-22 1996-12-24 Apple Computer, Inc. Method and apparatus for direct manipulation of 3-D objects on computer displays
US5416890A (en) 1991-12-11 1995-05-16 Xerox Corporation Graphical user interface for controlling color gamut clipping
US5351995A (en) 1992-01-29 1994-10-04 Apple Computer, Inc. Double-sided, reversible electronic paper
US5883639A (en) 1992-03-06 1999-03-16 Hewlett-Packard Company Visual software engineering system and method for developing visual prototypes and for connecting user code to them
US5357603A (en) 1992-06-15 1994-10-18 Microsoft Corporation Method and system for changing a shape type while maintaining existing graphic characteristics
US5754174A (en) 1992-08-27 1998-05-19 Starfish Software, Inc. User interface with individually configurable panel interfaces for use in a computer system
US5602997A (en) 1992-08-27 1997-02-11 Starfish Software, Inc. Customizable program control interface for a computer system
US5659693A (en) 1992-08-27 1997-08-19 Starfish Software, Inc. User interface with individually configurable panel interface for use in a computer system
US5790120A (en) 1992-08-27 1998-08-04 Starfish Software, Inc. Individually configurable panel user interface with selective launching, sticky windows, hot keys, start up options and configurable background
US5666530A (en) * 1992-12-02 1997-09-09 Compaq Computer Corporation System for automatic synchronization of common file between portable computer and host computer via communication channel selected from a plurality of usable channels there between
US20020171682A1 (en) 1992-12-15 2002-11-21 Sun Microsystems, Inc. Method and apparatus for presenting information in a display system using transparent windows
US5651107A (en) 1992-12-15 1997-07-22 Sun Microsystems, Inc. Method and apparatus for presenting information in a display system using transparent windows
US5801703A (en) 1993-03-22 1998-09-01 Island Graphics Corporation Method and apparatus for selectably expandable menus
US5638501A (en) 1993-05-10 1997-06-10 Apple Computer, Inc. Method and apparatus for displaying an overlay image
US5710922A (en) * 1993-06-02 1998-01-20 Apple Computer, Inc. Method for synchronizing and archiving information between computer systems
US5764238A (en) 1993-09-10 1998-06-09 Ati Technologies Inc. Method and apparatus for scaling and blending an image to be displayed
US6266430B1 (en) 1993-11-18 2001-07-24 Digimarc Corporation Audio or video steganography
US5522022A (en) 1993-11-24 1996-05-28 Xerox Corporation Analyzing an image showing a node-link structure
US5796402A (en) 1993-12-03 1998-08-18 Microsoft Corporation Method and system for aligning windows on a computer screen
US5721848A (en) 1994-02-04 1998-02-24 Oracle Corporation Method and apparatus for building efficient and flexible geometry management widget classes
US5564022A (en) 1994-02-09 1996-10-08 Intel Corporation Method and apparatus for automatically inserting clock buffers into a logic block to reduce clock skew
US6031937A (en) 1994-05-19 2000-02-29 Next Software, Inc. Method and apparatus for video compression using block and wavelet techniques
US6526174B1 (en) 1994-05-19 2003-02-25 Next Computer, Inc. Method and apparatus for video compression using block and wavelet techniques
US5659694A (en) 1994-06-30 1997-08-19 Canon Kabushiki Kaisha Method and system for displaying context sensitive child windows independently of their parent window
US5835693A (en) 1994-07-22 1998-11-10 Lynch; James D. Interactive system for simulation and display of multi-body systems in three dimensions
EP0694879B1 (en) 1994-07-25 2005-11-02 Canon Kabushiki Kaisha Efficient methods, apparatus and computer program for the evaluation of a graphical programming language
US5564002A (en) 1994-08-01 1996-10-08 International Business Machines Corporation Method and apparatus for implementing a virtual desktop through window positioning
US5845293A (en) * 1994-08-08 1998-12-01 Microsoft Corporation Method and system of associating, synchronizing and reconciling computer files in an operating system
US5870734A (en) 1994-10-04 1999-02-09 Hewlett-Packard Company Three-dimensional file system using a virtual node architecture
US5835692A (en) 1994-11-21 1998-11-10 International Business Machines Corporation System and method for providing mapping notation in interactive video displays
US5933148A (en) 1994-12-02 1999-08-03 Sony Corporation Method and apparatus for mapping texture
US5793376A (en) 1994-12-02 1998-08-11 Sony Corporation Method of producing image data, image data processing apparatus, and recording medium
US5949409A (en) 1994-12-02 1999-09-07 Sony Corporation Image processing in which the image is divided into image areas with specific color lookup tables for enhanced color resolution
US5537630A (en) 1994-12-05 1996-07-16 International Business Machines Corporation Method and system for specifying method parameters in a visual programming system
US5760773A (en) 1995-01-06 1998-06-02 Microsoft Corporation Methods and apparatus for interacting with data objects using action handles
US5644739A (en) 1995-01-27 1997-07-01 Microsoft Corporation Method and system for adding buttons to a toolbar
US5877762A (en) 1995-02-27 1999-03-02 Apple Computer, Inc. System and method for capturing images of screens which display multiple windows
US5727135A (en) 1995-03-23 1998-03-10 Lexmark International, Inc. Multiple printer status information indication
US5708764A (en) 1995-03-24 1998-01-13 International Business Machines Corporation Hotlinks between an annotation window and graphics window for interactive 3D graphics
US5742285A (en) 1995-03-28 1998-04-21 Fujitsu Limited Virtual screen display system
US5710884A (en) * 1995-03-29 1998-01-20 Intel Corporation System for automatically updating personal profile server with updates to additional user information gathered from monitoring user's electronic consuming habits generated on computer during use
US5900876A (en) 1995-04-14 1999-05-04 Canon Kabushiki Kaisha Information processing apparatus and method with display book page turning
US5689664A (en) 1995-04-14 1997-11-18 Microsoft Corporation Interface sharing between objects
US5917436A (en) 1995-04-20 1999-06-29 Hitachi, Ltd. Map display apparatus
US5929852A (en) 1995-05-05 1999-07-27 Apple Computer, Inc. Encapsulated network entity reference of a network component system
US6344855B1 (en) 1995-05-05 2002-02-05 Apple Computer, Inc. Encapsulated network entity reference of a network component system for integrating object oriented software components
US6307574B1 (en) 1995-05-08 2001-10-23 Apple Computer, Inc. Graphical user interface with hierarchical structure for customizable menus and control objects
US5644737A (en) 1995-06-06 1997-07-01 Microsoft Corporation Method and system for stacking toolbars in a computer display
US5877741A (en) 1995-06-07 1999-03-02 Seiko Epson Corporation System and method for implementing an overlay pathway
US5731819A (en) 1995-07-18 1998-03-24 Softimage Deformation of a graphic object to emphasize effects of motion
US6000000A (en) * 1995-10-13 1999-12-07 3Com Corporation Extendible method and apparatus for synchronizing multiple files on two different computer systems
US6243705B1 (en) * 1995-10-18 2001-06-05 Palm, Inc. Method and apparatus for synchronizing information on two different computer systems
US5666416A (en) 1995-10-24 1997-09-09 Micali; Silvio Certificate revocation system
US6166748A (en) 1995-11-22 2000-12-26 Nintendo Co., Ltd. Interface for a high performance low cost video game system with coprocessor providing high speed efficient 3D graphics and digital audio signal processing
US5809230A (en) 1996-01-16 1998-09-15 Mclellan Software International, Llc System and method for controlling access to personal computer system resources
US5838316A (en) 1996-01-26 1998-11-17 International Business Machines Corporation Method and system for presenting a plurality of animated display objects to a user for selection on a graphical user interface in a data processing system
US6211890B1 (en) 1996-02-29 2001-04-03 Sony Computer Entertainment, Inc. Image processor and image processing method
US6369823B2 (en) 1996-02-29 2002-04-09 Sony Computer Entertainment Inc. Picture processing apparatus and picture processing method
US5878219A (en) 1996-03-12 1999-03-02 America Online, Inc. System for integrating access to proprietary and internet resources
US6154601A (en) 1996-04-12 2000-11-28 Hitachi Denshi Kabushiki Kaisha Method for editing image information with aid of computer and editing system
US6542166B1 (en) 1996-05-09 2003-04-01 National Instruments Corporation System and method for editing a control
US6515682B1 (en) 1996-05-09 2003-02-04 National Instruments Corporation System and method for editing a control utilizing a preview window to view changes made to the control
US5764229A (en) 1996-05-09 1998-06-09 International Business Machines Corporation Method of and system for updating dynamic translucent windows with buffers
US6246418B1 (en) 1996-05-10 2001-06-12 Sony Computer Entertainment Inc. Data processing method and apparatus
US6045446A (en) 1996-05-22 2000-04-04 Konami Co., Ltd. Object-throwing video game system
US6191797B1 (en) 1996-05-22 2001-02-20 Canon Kabushiki Kaisha Expression tree optimization for processing obscured graphical objects
US5920659A (en) 1996-06-24 1999-07-06 Intel Corporation Method and apparatus for scaling image data having associated transparency data
US5974238A (en) * 1996-08-07 1999-10-26 Compaq Computer Corporation Automatic data synchronization between a handheld and a host computer using pseudo cache including tags and logical data elements
US6006231A (en) 1996-09-10 1999-12-21 Warp 10 Technologies Inc. File format for an image including multiple versions of an image, and related system and method
US6075543A (en) 1996-11-06 2000-06-13 Silicon Graphics, Inc. System and method for buffering multiple frames while controlling latency
US6544295B1 (en) 1996-11-18 2003-04-08 Starfish Software, Inc. Methods for managing preferred internet sites in a computer system having a browser
US6061695A (en) 1996-12-06 2000-05-09 Microsoft Corporation Operating system shell having a windowing graphical user interface with a desktop displayed as a hypertext multimedia document
US6178443B1 (en) * 1996-12-20 2001-01-23 Intel Corporation Method and apparatus for propagating user preferences across multiple computer environments
US6006274A (en) * 1997-01-30 1999-12-21 3Com Corporation Method and apparatus using a pass through personal computer connected to both a local communication link and a computer network for indentifying and synchronizing a preferred computer with a portable computer
US6330618B1 (en) * 1997-01-30 2001-12-11 Palm, Inc. Method and apparatus for synchronizing a portable computer system with a desktop computer system
US6195664B1 (en) 1997-02-21 2001-02-27 Micrografx, Inc. Method and system for controlling the conversion of a file from an input format to an output format
US5963191A (en) 1997-03-25 1999-10-05 International Business Machines Corporation Method and system for denying graphical pointer access to a widget of a data processing system graphical user interface
EP0972273B1 (en) 1997-04-04 2004-03-24 Intergraph Hardware Technologies Company Apparatus and method for applying effects to graphical images
US6144381A (en) 1997-05-14 2000-11-07 International Business Machines Corporation Systems, methods and computer program products for compass navigation of avatars in three dimensional worlds
US6664986B1 (en) 1997-05-20 2003-12-16 Cadent Ltd. Computer user interface for orthodontic use
US6023708A (en) * 1997-05-29 2000-02-08 Visto Corporation System and method for using a global translator to synchronize workspace elements across a network
US5903896A (en) 1997-07-15 1999-05-11 Microsoft Corporation Method for installing a file on demand using a preview
US6011562A (en) 1997-08-01 2000-01-04 Avid Technology Inc. Method and system employing an NLE to create and modify 3D animations by mixing and compositing animation data
US6128010A (en) 1997-08-05 2000-10-03 Assistive Technology, Inc. Action bins for computer user interface
US6259432B1 (en) 1997-08-11 2001-07-10 International Business Machines Corporation Information processing apparatus for improved intuitive scrolling utilizing an enhanced cursor
US5978579A (en) 1997-08-12 1999-11-02 International Business Machines Corporation Architecture for customizable component system
US6313851B1 (en) 1997-08-27 2001-11-06 Microsoft Corporation User friendly remote system interface
US5999948A (en) 1997-09-03 1999-12-07 3Com Corporation Dynamic configuration forms in network management software
US6005568A (en) 1997-09-30 1999-12-21 The United States Of America As Represented By The Secretary Of The Navy Computer system providing platform independent universal client device
US6272558B1 (en) 1997-10-06 2001-08-07 Canon Kabushiki Kaisha Application programming interface for manipulating flashpix files
EP0908835A3 (en) 1997-10-10 2000-01-19 Lucent Technologies Inc. Geo-enabled personal information manager
US6034621A (en) * 1997-11-18 2000-03-07 Lucent Technologies, Inc. Wireless remote synchronization of data between PC and PDA
US6275831B1 (en) * 1997-12-16 2001-08-14 Starfish Software, Inc. Data processing environment with methods providing contemporaneous synchronization of two or more clients
US6295541B1 (en) * 1997-12-16 2001-09-25 Starfish Software, Inc. System and methods for synchronizing two or more datasets
US20020089526A1 (en) 1998-01-26 2002-07-11 Jeffrey J. Buxton Infocenter user interface for applets and components
US6469714B2 (en) 1998-01-26 2002-10-22 International Business Machines Corporation Infocenter user interface for applets and components
US7437485B1 (en) * 1998-01-30 2008-10-14 Access Systems Americas, Inc. Method and apparatus for synchronization of two computer systems
US6484261B1 (en) 1998-02-17 2002-11-19 Cisco Technology, Inc. Graphical network security policy management
US6278448B1 (en) 1998-02-17 2001-08-21 Microsoft Corporation Composite Web page built from any web content
US6412021B1 (en) 1998-02-26 2002-06-25 Sun Microsystems, Inc. Method and apparatus for performing user notification
US6925477B1 (en) * 1998-03-31 2005-08-02 Intellisync Corporation Transferring records between two databases
US6310621B1 (en) 1998-04-03 2001-10-30 Avid Technology, Inc. Extended support for numerical controls
US6266053B1 (en) 1998-04-03 2001-07-24 Synapix, Inc. Time inheritance scene graph for representation of media content
US6792616B1 (en) 1998-05-01 2004-09-14 Scientific-Atlanta, Inc. System and method for providing a plurality of programming services in a television system
US6188399B1 (en) 1998-05-08 2001-02-13 Apple Computer, Inc. Multiple theme engine graphical user interface architecture
US6272484B1 (en) 1998-05-27 2001-08-07 Scansoft, Inc. Electronic document manager
US6353437B1 (en) 1998-05-29 2002-03-05 Avid Technology, Inc. Animation system and method for defining and using rule-based groups of objects
US6536041B1 (en) 1998-06-16 2003-03-18 United Video Properties, Inc. Program guide system with real-time data sources
US6278450B1 (en) 1998-06-17 2001-08-21 Microsoft Corporation System and method for customizing controls on a toolbar
US6133915A (en) 1998-06-17 2000-10-17 Microsoft Corporation System and method for customizing controls on a toolbar
US6167533A (en) 1998-06-25 2000-12-26 Hewlett-Packard Company Active dashboard extensible framework
US6300947B1 (en) 1998-07-06 2001-10-09 International Business Machines Corporation Display screen and window size related web page adaptation system
US6466237B1 (en) 1998-07-28 2002-10-15 Sharp Kabushiki Kaisha Information managing device for displaying thumbnail files corresponding to electronic files and searching electronic files via thumbnail file
US6892360B1 (en) 1998-08-05 2005-05-10 Sun Microsystems, Inc. Focus traversal mechanism for graphical user interface widgets
US6614444B1 (en) 1998-08-20 2003-09-02 Apple Computer, Inc. Apparatus and method for fragment operations in a 3D-graphics pipeline
US6577317B1 (en) 1998-08-20 2003-06-10 Apple Computer, Inc. Apparatus and method for geometry operations in a 3D-graphics pipeline
US6333753B1 (en) 1998-09-14 2001-12-25 Microsoft Corporation Technique for implementing an on-demand display widget through controlled fading initiated by user contact with a touch sensitive input device
US6674438B1 (en) 1998-10-08 2004-01-06 Sony Computer Entertainment Inc. Method of and system for adding information and recording medium
US7127509B2 (en) * 1998-10-12 2006-10-24 Microsoft Corporation System and method for synchronizing objects between two devices
US6269405B1 (en) * 1998-10-19 2001-07-31 International Business Machines Corporation User account establishment and synchronization in heterogeneous networks
US20060136843A1 (en) 1998-10-28 2006-06-22 Yahoo! Inc. Method of controlling an Internet browser interface and a controllable browser interface
US20020156798A1 (en) * 1998-10-28 2002-10-24 Larue Chris System and methods for synchronizing datasets using version indicators to detect obsolete changes
US6487560B1 (en) * 1998-10-28 2002-11-26 Starfish Software, Inc. System and methods for communicating between multiple devices for synchronization
US6993721B2 (en) 1998-11-30 2006-01-31 Sony Corporation Web channel guide graphical interface system and method
US6571245B2 (en) * 1998-12-07 2003-05-27 Magically, Inc. Virtual desktop in a computer network
US7076730B1 (en) 1998-12-10 2006-07-11 Intellinet, Inc. Electronic mail software with modular integrated authoring/reading software components
US6434744B1 (en) 1999-03-03 2002-08-13 Microsoft Corporation System and method for patching an installed application program
US6535892B1 (en) * 1999-03-08 2003-03-18 Starfish Software, Inc. System and methods for exchanging messages between a client and a server for synchronizing datasets
US20040223003A1 (en) 1999-03-08 2004-11-11 Tandem Computers Incorporated Parallel pipelined merge engines
US7216351B1 (en) * 1999-04-07 2007-05-08 International Business Machines Corporation Systems and methods for synchronizing multi-modal interactions
US6757698B2 (en) * 1999-04-14 2004-06-29 Iomega Corporation Method and apparatus for automatically synchronizing data from a host computer to two or more backup data storage locations
US6714201B1 (en) 1999-04-14 2004-03-30 3D Open Motion, Llc Apparatuses, methods, computer programming, and propagated signals for modeling motion in computer applications
US6512522B1 (en) 1999-04-15 2003-01-28 Avid Technology, Inc. Animation of three-dimensional characters along a path for motion video sequences
US6590592B1 (en) 1999-04-23 2003-07-08 Xsides Corporation Parallel interface
US7346766B2 (en) * 1999-04-28 2008-03-18 Tranxition Corporation Method and system for automatically transitioning of configuration settings among computer systems
US6765592B1 (en) 1999-04-30 2004-07-20 Microsoft Corporation Undockable sub-windows
US6369830B1 (en) 1999-05-10 2002-04-09 Apple Computer, Inc. Rendering translucent layers in a display system
US6910052B2 (en) * 1999-05-10 2005-06-21 Apple Computer, Inc. Distributing and synchronizing objects
US20020093516A1 (en) 1999-05-10 2002-07-18 Brunner Ralph T. Rendering translucent layers in a display system
US6430576B1 (en) * 1999-05-10 2002-08-06 Patrick Gates Distributing and synchronizing objects
US20040015942A1 (en) * 1999-05-19 2004-01-22 Branson Michael John Apparatus and method for synchronizing software between computers
US6321314B1 (en) 1999-06-09 2001-11-20 Ati International S.R.L. Method and apparatus for restricting memory access
US6253122B1 (en) * 1999-06-14 2001-06-26 Sun Microsystems, Inc. Software upgradable dashboard
US7222155B1 (en) 1999-06-15 2007-05-22 Wink Communications, Inc. Synchronous updating of dynamic interactive applications
US6542160B1 (en) 1999-06-18 2003-04-01 Phoenix Technologies Ltd. Re-generating a displayed image
US6734864B2 (en) 1999-06-18 2004-05-11 Phoenix Technologies Ltd. Re-generating a displayed image
US6882979B1 (en) 1999-06-18 2005-04-19 Onadine, Inc. Generating revenue for the use of softgoods that are freely distributed over a network
US20020133508A1 (en) * 1999-07-03 2002-09-19 Starfish Software, Inc. System and methods for synchronizing datasets using cooperation among multiple synchronization engines
US6401104B1 (en) * 1999-07-03 2002-06-04 Starfish Software, Inc. System and methods for synchronizing datasets using cooperation among multiple synchronization engines
US6573896B1 (en) 1999-07-08 2003-06-03 Dassault Systemes Three-dimensional arrow
US6311232B1 (en) * 1999-07-29 2001-10-30 Compaq Computer Corporation Method and apparatus for configuring storage devices
US6525736B1 (en) 1999-08-20 2003-02-25 Koei Co., Ltd Method for moving grouped characters, recording medium and game device
US20040199574A1 (en) * 1999-09-14 2004-10-07 Franco Louis M. System and method for delivering remotely stored applications and information
US6687745B1 (en) * 1999-09-14 2004-02-03 Droplet, Inc System and method for delivering a graphical user interface of remote applications over a thin bandwidth connection
US7502838B2 (en) * 1999-09-14 2009-03-10 Droplets, Inc. System and method for delivering remotely stored applications and information
US20010030647A1 (en) 1999-09-24 2001-10-18 Sun Microsystems, Inc. Using messaging to manage scene-based rendering
US6661426B1 (en) 1999-09-25 2003-12-09 Koninklijke Philips Electronics N.V. User interface generation
US6483524B1 (en) 1999-10-01 2002-11-19 Global Graphics Software Limited Prepress workflow method using raster image processor
US7050955B1 (en) 1999-10-01 2006-05-23 Immersion Corporation System, method and data structure for simulated interaction with graphical objects
US6421058B2 (en) 1999-10-28 2002-07-16 Nintendo Co., Ltd. Graphics command stream for calling a display object in a graphics system
US6489963B2 (en) 1999-10-28 2002-12-03 Nintendo Co., Ltd. Application program interface for a graphics system
US6618048B1 (en) 1999-10-28 2003-09-09 Nintendo Co., Ltd. 3D graphics rendering system for performing Z value clamping in near-Z range to maximize scene resolution of visually important Z components
US6452600B1 (en) 1999-10-28 2002-09-17 Nintendo Co., Ltd. Graphics system interface
US6456290B2 (en) 1999-10-28 2002-09-24 Nintendo Co., Ltd. Application program interface for a graphics system
US6424348B2 (en) 1999-10-28 2002-07-23 Nintendo Co., Ltd. Application program interface for a graphics system
US6466218B2 (en) 1999-10-28 2002-10-15 Nintendo Co., Ltd. Graphics system interface
US6411301B1 (en) 1999-10-28 2002-06-25 Nintendo Co., Ltd. Graphics system interface
US6724403B1 (en) 1999-10-29 2004-04-20 Surfcast, Inc. System and method for simultaneous display of multiple information sources
US20030020671A1 (en) 1999-10-29 2003-01-30 Ovid Santoro System and method for simultaneous display of multiple information sources
US20050283734A1 (en) 1999-10-29 2005-12-22 Surfcast, Inc., A Delaware Corporation System and method for simultaneous display of multiple information sources
US7028264B2 (en) 1999-10-29 2006-04-11 Surfcast, Inc. System and method for simultaneous display of multiple information sources
US6457034B1 (en) 1999-11-02 2002-09-24 Ati International Srl Method and apparatus for accumulation buffering in the video graphics system
US7036083B1 (en) 1999-12-14 2006-04-25 Microsoft Corporation Multimode interactive television chat
US6806892B1 (en) 1999-12-20 2004-10-19 International Business Machines Corporation Layer viewport for enhanced viewing in layered drawings
US6396520B1 (en) 2000-01-05 2002-05-28 Apple Computer, Inc. Method of transition between window states
US20020054148A1 (en) 2000-01-14 2002-05-09 Hidehiko Okada GUI control method and apparatus and recording medium
US7007041B2 (en) * 2000-01-25 2006-02-28 Fusionone, Inc. Synchronization system application object interface
US20040054711A1 (en) * 2000-01-26 2004-03-18 Multer David L. Data transfer and synchronization system
US6304684B1 (en) 2000-02-15 2001-10-16 Cyberecord, Inc. Information processing system and method of using same
US20030123739A1 (en) 2000-02-28 2003-07-03 Graffagnino Peter N. Method and apparatus for video compression using microwavelets
US20030191799A1 (en) 2000-03-14 2003-10-09 Netilla Networks, Inc. Apparatus and accompanying methods for providing, through a centralized server site, a secure, cost-effective, web-enabled, integrated virtual office environment remotely accessible through a network-connected web browser
US20010035885A1 (en) 2000-03-20 2001-11-01 Michael Iron Method of graphically presenting network information
US6741242B1 (en) 2000-03-23 2004-05-25 Famotik Kabushikikaisha Multimedia documents integrating and displaying system
US6760046B2 (en) 2000-03-29 2004-07-06 Hewlett Packard Development Company, L.P. Location-dependent user interface
US20030174154A1 (en) 2000-04-04 2003-09-18 Satoru Yukie User interface for interfacing with plural real-time data sources
US6571328B2 (en) 2000-04-07 2003-05-27 Nintendo Co., Ltd. Method and apparatus for obtaining a scalar value directly from a vector register
US7024381B1 (en) 2000-04-28 2006-04-04 Netflix, Inc. Approach for renting items to customers
US20060123356A1 (en) 2000-05-05 2006-06-08 Microsoft Corporation Dynamic and updateable computing application panes
US20020129092A1 (en) 2000-05-08 2002-09-12 Envoii Method and apparatus for a portable information agent
US20020120673A1 (en) 2000-05-08 2002-08-29 Michael Tolson Architecture for a system of portable information agents
US6707462B1 (en) 2000-05-12 2004-03-16 Microsoft Corporation Method and system for implementing graphics control constructs
US7085994B2 (en) 2000-05-22 2006-08-01 Sap Portals, Inc. Snippet selection
US6910000B1 (en) 2000-06-02 2005-06-21 Mitsubishi Electric Research Labs, Inc. Generalized belief propagation for probabilistic systems
US6742042B1 (en) 2000-06-28 2004-05-25 Nortel Networks Limited Method and apparatus of presenting ticker information
US6717599B1 (en) 2000-06-29 2004-04-06 Microsoft Corporation Method, system, and computer program product for implementing derivative operators with graphics hardware
US20020013822A1 (en) 2000-07-26 2002-01-31 West Karlon K. Shared as needed programming model
US20020059594A1 (en) 2000-07-31 2002-05-16 Gary Rasmussen Configurable information ticker for interactive television and enhanced television
US6931633B1 (en) 2000-08-01 2005-08-16 National Instruments Corporation System and method of evaluating the performance of an image processing algorithm
US6714221B1 (en) 2000-08-03 2004-03-30 Apple Computer, Inc. Depicting and setting scroll amount
US7242406B2 (en) 2000-08-07 2007-07-10 Searchlite Advances, Llc Visual content browsing using rasterized representations
US6639595B1 (en) 2000-08-23 2003-10-28 Nintendo Co., Ltd. Achromatic lighting in a graphics system and method
US6609977B1 (en) 2000-08-23 2003-08-26 Nintendo Co., Ltd. External interfaces for a 3D graphics system
US6636214B1 (en) 2000-08-23 2003-10-21 Nintendo Co., Ltd. Method and apparatus for dynamically reconfiguring the order of hidden surface processing based on rendering mode
US6580430B1 (en) 2000-08-23 2003-06-17 Nintendo Co., Ltd. Method and apparatus for providing improved fog effects in a graphics system
US6664962B1 (en) 2000-08-23 2003-12-16 Nintendo Co., Ltd. Shadow mapping in a low cost graphics system
US6664958B1 (en) 2000-08-23 2003-12-16 Nintendo Co., Ltd. Z-texturing
US20020026474A1 (en) * 2000-08-28 2002-02-28 Wang Lawrence C. Thin client for wireless device using java interface
US6738804B1 (en) 2000-09-15 2004-05-18 Yodlee.Com, Inc. Method and apparatus for enabling sectored data refreshing of Web-site data during session
US20020078255A1 (en) * 2000-10-17 2002-06-20 Shankar Narayan Pluggable instantiable distributed objects
US20020111934A1 (en) * 2000-10-17 2002-08-15 Shankar Narayan Question associated information storage and retrieval architecture using internet gidgets
US20020065946A1 (en) * 2000-10-17 2002-05-30 Shankar Narayan Synchronized computing with internet widgets
US20050243373A1 (en) 2000-10-20 2005-11-03 Sliverbrook Research Pty Ltd Graphic design software using an interface surface
US6715053B1 (en) 2000-10-30 2004-03-30 Ati International Srl Method and apparatus for controlling memory client access to address ranges in a memory pool
US6918091B2 (en) 2000-11-09 2005-07-12 Change Tools, Inc. User definable interface system, method and computer program product
US6697074B2 (en) 2000-11-28 2004-02-24 Nintendo Co., Ltd. Graphics system interface
US7174512B2 (en) 2000-12-01 2007-02-06 Thomson Licensing S.A. Portal for a communications system
US20020067418A1 (en) 2000-12-05 2002-06-06 Nec Corporation Apparatus for carrying out translucent-processing to still and moving pictures and method of doing the same
US20020105548A1 (en) 2000-12-12 2002-08-08 Richard Hayton Methods and apparatus for creating a user interface using property paths
US20020078453A1 (en) 2000-12-15 2002-06-20 Hanchang Kuo Hub pages for set top box startup screen
US20040039934A1 (en) 2000-12-19 2004-02-26 Land Michael Z. System and method for multimedia authoring and playback
US20020112180A1 (en) 2000-12-19 2002-08-15 Land Michael Z. System and method for multimedia authoring and playback
US20020087632A1 (en) * 2000-12-28 2002-07-04 Keskar Dhananjay V. System and method for automatically sharing information between handheld devices
US20060036941A1 (en) * 2001-01-09 2006-02-16 Tim Neil System and method for developing an application for extending access to local software of a wireless device
US20020099678A1 (en) * 2001-01-09 2002-07-25 Brian Albright Retail price and promotion modeling system and method
US20020152098A1 (en) * 2001-01-31 2002-10-17 Evans Bret A. System and method for facilitating interaction with a financial service
US20020114466A1 (en) 2001-02-09 2002-08-22 Koichi Tanaka Information processing method, information processing apparatus and recording medium
US7356816B2 (en) * 2001-02-13 2008-04-08 Computer Associates Think, Inc. Method and apparatus for multiplatform migration
US20020118217A1 (en) 2001-02-23 2002-08-29 Masakazu Fujiki Apparatus, method, program code, and storage medium for image processing
US20050144563A1 (en) 2001-02-26 2005-06-30 Microsoft Corporation Method for flagging and relating information in a computer system
EP1237076A3 (en) 2001-02-27 2006-10-11 Microsoft Corporation Expert system for generating user interfaces
US20020123739A1 (en) 2001-03-02 2002-09-05 Claus Haacke Ureter drainage device
US20030032409A1 (en) 2001-03-16 2003-02-13 Hutcheson Stewart Douglas Method and system for distributing content over a wireless communications system
US6788318B2 (en) 2001-03-28 2004-09-07 Ulead Systems, Inc. Method for manipulating multiple multimedia objects
US20020140740A1 (en) 2001-03-30 2002-10-03 Chien-An Chen Method for previewing an effect applied to a multimedia object
US7613834B1 (en) * 2001-04-04 2009-11-03 Palmsource Inc. One-to-many device synchronization using downloaded/shared client software
US20020174181A1 (en) 2001-04-13 2002-11-21 Songxiang Wei Sharing OpenGL applications using application based screen sampling
US20030046316A1 (en) 2001-04-18 2003-03-06 Jaroslav Gergic Systems and methods for providing conversational computing via javaserver pages and javabeans
US7328435B2 (en) 2001-04-25 2008-02-05 Eyeblaster Ltd. Method for dynamically changing one Web page by another web page
US7027055B2 (en) 2001-04-30 2006-04-11 The Commonwealth Of Australia Data view of a modelling system
US20020158902A1 (en) 2001-04-30 2002-10-31 Hooker Bryce H. Method and apparatus for automatically publishing associate information
US20030009267A1 (en) 2001-05-01 2003-01-09 Ronald Dunsky Apparatus and method for providing live display of aircraft flight information
US20020174003A1 (en) 2001-05-15 2002-11-21 Redmann William Gibbens Method and apparatus for providing visitors with a personalized itinerary and managed access to attractions
US20020180798A1 (en) 2001-05-31 2002-12-05 Poor Graham V. System and method for extending a wireless device platform to multiple applications
US20030164862A1 (en) 2001-06-08 2003-09-04 Cadiz Jonathan J. User interface for a system and process for providing dynamic communication access and information awareness in an interactive peripheral display
US20020186257A1 (en) 2001-06-08 2002-12-12 Cadiz Jonathan J. System and process for providing dynamic communication access and information awareness in an interactive peripheral display
US7185290B2 (en) 2001-06-08 2007-02-27 Microsoft Corporation User interface for a system and process for providing dynamic communication access and information awareness in an interactive peripheral display
US20020194090A1 (en) * 2001-06-19 2002-12-19 Gagnon David John Method and system for obtaining information utilizing user interfaces
US20020196268A1 (en) 2001-06-22 2002-12-26 Wolff Adam G. Systems and methods for providing a dynamically controllable user interface that embraces a variety of media
US20030008661A1 (en) 2001-07-03 2003-01-09 Joyce Dennis P. Location-based content delivery
US20030008711A1 (en) 2001-07-05 2003-01-09 Dana Corbo Method and system for providing real time sports betting information
US20080016468A1 (en) 2001-07-13 2008-01-17 Universal Electronics Inc. System and methods for interacting with a control environment
US20030018971A1 (en) 2001-07-19 2003-01-23 Mckenna Thomas P. System and method for providing supplemental information related to a television program
US20030061482A1 (en) 2001-08-23 2003-03-27 Efunds Corporation Software security control system and method
US7756723B2 (en) * 2001-09-07 2010-07-13 Eclipsys Corporation System and method for managing patient bed assignments and bed occupancy in a health care facility
US20030076369A1 (en) 2001-09-19 2003-04-24 Resner Benjamin I. System and method for presentation of remote information in ambient form
US6944829B2 (en) 2001-09-25 2005-09-13 Wind River Systems, Inc. Configurable user-interface component management system
US7392483B2 (en) * 2001-09-28 2008-06-24 Ntt Docomo, Inc, Transformation of platform specific graphical user interface widgets migrated between heterogeneous device platforms
US20030067489A1 (en) 2001-09-28 2003-04-10 Candy Wong Hoi Lee Layout of platform specific graphical user interface widgets migrated between heterogeneous device platforms
US20030069904A1 (en) 2001-10-09 2003-04-10 Hsu Michael M. Secure ticketing
US20030080995A1 (en) 2001-10-12 2003-05-01 United Virtualities, Inc. Contextually adaptive web browser
US7765326B2 (en) * 2001-10-22 2010-07-27 Apple Inc. Intelligent interaction between media player and host computer
US20030079038A1 (en) * 2001-10-22 2003-04-24 Apple Computer, Inc. Intelligent interaction between media player and host computer
US20030130984A1 (en) * 2001-11-15 2003-07-10 Sean Quinlan System and methods for asynchronous synchronization
US20030097659A1 (en) 2001-11-16 2003-05-22 Goldman Phillip Y. Interrupting the output of media content in response to an event
US20030101046A1 (en) 2001-11-28 2003-05-29 Mark Krasnov Word, expression, and sentence translation management tool
US20040205504A1 (en) 2001-12-05 2004-10-14 International Business Machines Corporation System and method for navigating graphocal images
US7315848B2 (en) 2001-12-12 2008-01-01 Aaron Pearse Web snippets capture, storage and retrieval system and method
US7353465B2 (en) * 2001-12-21 2008-04-01 Hewlett-Packard Development Company, L.P. Method for managing personal and work-related matters
US20050114021A1 (en) 2001-12-21 2005-05-26 Garmin Ltd., A Cayman Islands Corporation PDA with integrated address book and electronic map waypoints
US20030125057A1 (en) * 2001-12-27 2003-07-03 Pesola Troy Raymond System and method for automatic synchronization of managed data
US20030125962A1 (en) * 2001-12-28 2003-07-03 Steven Holliday System and process for measurement of delivery of products and services to customers
US20030122787A1 (en) 2001-12-28 2003-07-03 Philips Electronics North America Corporation Touch-screen image scrolling system and method
US20030154239A1 (en) 2002-01-11 2003-08-14 Davis Andrew Thomas Java application framework for use in a content delivery network (CDN)
US7127713B2 (en) 2002-01-11 2006-10-24 Akamai Technologies, Inc. Java application framework for use in a content delivery network (CDN)
US20050221808A1 (en) 2002-02-01 2005-10-06 Petter Karlsson Method of automatically altering the behaviour of a wireless information device
US20030146934A1 (en) 2002-02-05 2003-08-07 Bailey Richard St. Clair Systems and methods for scaling a graphical user interface according to display dimensions and using a tiered sizing schema to define display objects
US20030158975A1 (en) * 2002-02-15 2003-08-21 Tridium Real-time data interface and method for browsers and the like
US20040215740A1 (en) 2002-02-15 2004-10-28 Frank Brian S. Real-time data interface and method for browsers and the like
US7007242B2 (en) 2002-02-20 2006-02-28 Nokia Corporation Graphical user interface for a mobile device
US20050149458A1 (en) 2002-02-27 2005-07-07 Digonex Technologies, Inc. Dynamic pricing system with graphical user interface
US20030169306A1 (en) 2002-03-07 2003-09-11 Nokia Corporation Creating a screen saver from downloadable applications on mobile devices
US6906720B2 (en) 2002-03-12 2005-06-14 Sun Microsystems, Inc. Multipurpose memory system for use in a graphics system
US20030174136A1 (en) 2002-03-12 2003-09-18 Emberling Brian D. Multipurpose memory system for use in a graphics system
US7249327B2 (en) 2002-03-22 2007-07-24 Fuji Xerox Co., Ltd. System and method for arranging, manipulating and displaying objects in a graphical user interface
US20030184552A1 (en) 2002-03-26 2003-10-02 Sanja Chadha Apparatus and method for graphics display system for markup languages
US20030184584A1 (en) 2002-03-29 2003-10-02 Thomas Vachuska User interface framework for integrating user interface elements of independent software components
US20030189597A1 (en) 2002-04-05 2003-10-09 Microsoft Corporation Virtual desktop manager
US20030208685A1 (en) 2002-05-01 2003-11-06 Abdel-Rahman Hassan E. Multi-platform application installation
US20030206195A1 (en) * 2002-05-03 2003-11-06 International Business Machines Corporation Method for modifying a GUI for an application
US20040024616A1 (en) * 2002-05-07 2004-02-05 Spector Mark B. Iternet-based, customizable clinical information system
US7127473B2 (en) 2002-05-17 2006-10-24 Sap Aktiengesellschaft Methods and systems for providing supplemental contextual content
US7107546B2 (en) 2002-05-29 2006-09-12 International Business Machines Corporation Toggleable widget for a user interface
US20040003402A1 (en) 2002-06-27 2004-01-01 Digeo, Inc. Method and apparatus for automatic ticker generation based on implicit or explicit profiling
EP1383080A1 (en) 2002-07-16 2004-01-21 Microsoft Corporation Intermediate buffers in a graphics system
US7797446B2 (en) * 2002-07-16 2010-09-14 Apple Inc. Method and system for updating playlists
US20040012626A1 (en) 2002-07-22 2004-01-22 Brookins Timothy J. Method for creating configurable and customizable web user interfaces
US20040032409A1 (en) 2002-08-14 2004-02-19 Martin Girard Generating image data
US20040070629A1 (en) 2002-08-16 2004-04-15 Hewlett-Packard Development Company, L.P. Graphical user computer interface
US20050282612A1 (en) 2002-08-16 2005-12-22 Marc Mathews Sports theme gaming apparatus and method for playing the same
US20040036711A1 (en) 2002-08-23 2004-02-26 Anderson Thomas G. Force frames in animation
US7814148B2 (en) * 2002-08-27 2010-10-12 Intel Corporation User interface to facilitate exchanging files among processor-based devices
US20070203984A2 (en) 2002-09-09 2007-08-30 Meca Communications, Inc. Sharing skins
US20040142711A1 (en) * 2002-09-11 2004-07-22 Nokia Corporation Method, device and system for automated synchronization between terminals
DE10242378A1 (en) 2002-09-12 2004-03-18 Siemens Ag Symbol input unit for miniature wrist mobile phone has rotating wheel input scrolling with display screen cursor and selection buttons
US20040203684A1 (en) * 2002-09-30 2004-10-14 Nokia Corporation Terminal, device and methods for a communication network
US7191399B2 (en) 2002-10-18 2007-03-13 Sony Corporation Electronic information display apparatus, electronic information display method, recording medium, and program
US7016011B2 (en) 2002-11-12 2006-03-21 Autodesk Canada Co. Generating image data
US20060075141A1 (en) 2002-12-03 2006-04-06 David Boxenhorn Networked computing using objects
US20060095331A1 (en) 2002-12-10 2006-05-04 O'malley Matt Content creation, distribution, interaction, and monitoring system
US20060154649A1 (en) * 2002-12-11 2006-07-13 Claus Pedersen Transfer of personal data
US20040183800A1 (en) 2002-12-17 2004-09-23 Terastat, Inc. Method and system for dynamic visualization of multi-dimensional data
US20040125128A1 (en) 2002-12-26 2004-07-01 Cheng-Chia Chang Graphical user interface for a slideshow presentation
US20040181580A1 (en) * 2003-03-11 2004-09-16 Etienne Baranshamaje Method, computer useable medium, and system for portable email messaging
US6911984B2 (en) 2003-03-12 2005-06-28 Nvidia Corporation Desktop compositor using copy-on-write semantics
US20040179019A1 (en) 2003-03-12 2004-09-16 Nvidia Corporation Double-buffering of pixel data using copy-on-write semantics
US20040194020A1 (en) 2003-03-27 2004-09-30 Beda Joseph S. Markup language and object model for vector graphics
US7269792B2 (en) * 2003-04-24 2007-09-11 International Business Machines Corporation System and method for generating high-function browser widgets with full addressability
US20040212640A1 (en) 2003-04-25 2004-10-28 Justin Mann System and method for providing dynamic user information in an interactive display
US20040225955A1 (en) * 2003-05-08 2004-11-11 The Boeing Company Intelligent information dashboard system and method
US20040230911A1 (en) * 2003-05-17 2004-11-18 Microsoft Corporation System and method for controlling user interface properties with data
US20040237082A1 (en) 2003-05-22 2004-11-25 Alcazar Mark A. System, method, and API for progressively installing software application
US7146563B2 (en) 2003-05-29 2006-12-05 International Business Machines Corporation Maintaining screen and form state in portlets
US20060168536A1 (en) 2003-06-05 2006-07-27 Swiss Reinsurance Company Method and terminal for generating uniform device-independent graphical user interfaces
US20040255253A1 (en) 2003-06-13 2004-12-16 Cezary Marcjan Multi-layer graphical user interface
US20040261012A1 (en) 2003-06-17 2004-12-23 Balsiger Fred W. Snaplines for control object positioning
US20050021935A1 (en) 2003-06-18 2005-01-27 Openwave Systems Inc. Method and system for downloading configurable user interface elements over a data network
US7281202B2 (en) * 2003-06-19 2007-10-09 Microsoft Corporation Framework for creating modular web applications
US20050010634A1 (en) 2003-06-19 2005-01-13 Henderson Roderick C. Methods, systems, and computer program products for portlet aggregation by client applications on a client side of client/server environment
US20040261037A1 (en) 2003-06-20 2004-12-23 Apple Computer, Inc. Computer interface having a virtual single-layer mode for viewing overlapping objects
US20040261038A1 (en) 2003-06-20 2004-12-23 Apple Computer, Inc. Computer interface having a virtual single-layer mode for viewing overlapping objects
US20050010419A1 (en) 2003-07-07 2005-01-13 Ahmad Pourhamid System and Method for On-line Translation of documents and Advertisement
US20050022139A1 (en) 2003-07-25 2005-01-27 David Gettman Information display
US20080155453A1 (en) 2003-08-11 2008-06-26 Core Mobility, Inc. Systems and methods for displaying location-based maps on communication devices
US20060236257A1 (en) 2003-08-11 2006-10-19 Core Mobility, Inc. Interactive user interface presentation attributes for location-based content
US20050039144A1 (en) 2003-08-12 2005-02-17 Alan Wada Method and system of providing customizable buttons
US20050278651A1 (en) 2003-08-12 2005-12-15 Brian Coe Method and system of launching applications from a button of a browser
US7401104B2 (en) * 2003-08-21 2008-07-15 Microsoft Corporation Systems and methods for synchronizing computer systems through an intermediary file system share or device
US7523401B1 (en) * 2003-09-03 2009-04-21 Theoris Software, Llc System and method for providing a browser-based user interface
US20050060655A1 (en) 2003-09-12 2005-03-17 Useractive Distance-learning system with dynamically constructed menu that includes embedded applications
US20050091690A1 (en) 2003-09-12 2005-04-28 Alain Delpuch Method and system for controlling recording and playback of interactive applications
US20050057497A1 (en) 2003-09-15 2005-03-17 Hideya Kawahara Method and apparatus for manipulating two-dimensional windows within a three-dimensional display model
US20050060661A1 (en) 2003-09-15 2005-03-17 Hideya Kawahara Method and apparatus for displaying related two-dimensional windows in a three-dimensional display model
US20050076305A1 (en) * 2003-10-02 2005-04-07 International Business Machines Corporation Method and apparatus for displaying and managing inherited values
US7472350B2 (en) * 2003-10-02 2008-12-30 International Business Machines Corporation Displaying and managing inherited values
US20050088447A1 (en) 2003-10-23 2005-04-28 Scott Hanggie Compositing desktop window manager
US20050091571A1 (en) 2003-10-23 2005-04-28 Ivan Leichtling Synchronized graphics and region data for graphics remoting systems
US20050088452A1 (en) 2003-10-23 2005-04-28 Scott Hanggie Dynamic window anatomy
US20050093868A1 (en) * 2003-10-30 2005-05-05 Microsoft Corporation Distributed sensing techniques for mobile devices
US20050168476A1 (en) 2003-10-30 2005-08-04 Sensable Technologies, Inc. Apparatus and methods for stenciling an image
US20050168471A1 (en) 2003-12-18 2005-08-04 Paquette Michael J. Composite graphics rendered using multiple frame buffers
US7260380B2 (en) * 2003-12-18 2007-08-21 Sap Aktiengesellschaft Storing and synchronizing data on a removable storage medium
US20050144595A1 (en) 2003-12-29 2005-06-30 International Business Machines Corporation Graphical user interface (GUI) script generation and documentation
US20050183026A1 (en) 2004-01-13 2005-08-18 Ryoko Amano Information processing apparatus and method, and program
US20050160368A1 (en) 2004-01-21 2005-07-21 Fuji Xerox Co., Ltd. Systems and methods for authoring a media presentation
US20050198584A1 (en) 2004-01-27 2005-09-08 Matthews David A. System and method for controlling manipulation of tiles within a sidebar
US20050172239A1 (en) 2004-01-30 2005-08-04 International Business Machines Corporation Modeless interaction with GUI widget applications
US7293034B2 (en) 2004-02-23 2007-11-06 Microsoft Coporation Dynamically customizing a user interface for the aggregation of content
US20050193368A1 (en) 2004-02-26 2005-09-01 International Business Machines Corporation Rendering GUI widgets with generic look and feel
US20050215310A1 (en) 2004-03-15 2005-09-29 Scott Boyd Event calendar at electronic gaming device
US20080288578A1 (en) * 2004-04-01 2008-11-20 Nokia Corporation Method, a Device, and a System for Enabling Data Synchronization Between Multiple Devices
US20050240857A1 (en) 2004-04-02 2005-10-27 Jason Benedict Methods and systems of information portal construction
US7516158B2 (en) * 2004-04-19 2009-04-07 Pixar Customizing widget draw styles
US20050234884A1 (en) * 2004-04-19 2005-10-20 Pixar Customizing widget draw styles
US20050256940A1 (en) 2004-05-04 2005-11-17 International Business Machines Corporation Methods, systems, and computer program products for client side prefetching and caching of portlets
US20060031264A1 (en) * 2004-05-20 2006-02-09 Bea Systems, Inc. Synchronization protocol for occasionally-connected application server
US20060031587A1 (en) * 2004-05-24 2006-02-09 Toby Paterson Method of synchronising between three or more devices
US7802246B1 (en) 2004-06-21 2010-09-21 Microsoft Corporation Systems and methods that facilitate software installation customization
US20060015818A1 (en) 2004-06-25 2006-01-19 Chaudhri Imran A Unified interest layer for user interface
US20090158193A1 (en) 2004-06-25 2009-06-18 Chaudhri Imran A Layer For Accessing User Interface Elements
US7503010B2 (en) 2004-06-25 2009-03-10 Apple Inc. Remote access to layer and user interface elements
US20060005207A1 (en) 2004-06-25 2006-01-05 Louch John O Widget authoring and editing environment
US20060150118A1 (en) 2004-06-25 2006-07-06 Chaudhri Imran A Unified interest layer for user interface
US20060277469A1 (en) 2004-06-25 2006-12-07 Chaudhri Imran A Preview and installation of user interface elements in a display environment
US7530026B2 (en) 2004-06-25 2009-05-05 Apple Inc. User interface element with auxiliary function
US20060010394A1 (en) 2004-06-25 2006-01-12 Chaudhri Imran A Unified interest layer for user interface
US20060156248A1 (en) 2004-06-25 2006-07-13 Chaudhri Imran A Configuration bar for lauching layer for accessing user interface elements
US20060206835A1 (en) 2004-06-25 2006-09-14 Chaudhri Imran A User interface element with auxiliary function
US20090271724A1 (en) 2004-06-25 2009-10-29 Chaudhri Imran A Visual characteristics of user interface elements in a unified interest layer
US20090260022A1 (en) 2004-06-25 2009-10-15 Apple Inc. Widget Authoring and Editing Environment
US20090187841A1 (en) 2004-06-25 2009-07-23 Chaudhri Imran A Remote Access to Layer and User Interface Elements
US20090125815A1 (en) 2004-06-25 2009-05-14 Chaudhri Imran A User Interface Element With Auxiliary Function
US20090144644A1 (en) 2004-06-25 2009-06-04 Chaudhri Imran A Web View Layer For Accessing User Interface Elements
US20060004913A1 (en) 2004-06-30 2006-01-05 Kelvin Chong System and method for inter-portlet communication
US20060001652A1 (en) 2004-07-05 2006-01-05 Yen-Chang Chiu Method for scroll bar control on a touchpad
US20060015846A1 (en) 2004-07-14 2006-01-19 International Business Machines Corporation Portal friendly user interface widgets
US20060036703A1 (en) 2004-08-13 2006-02-16 Microsoft Corporation System and method for integrating instant messaging in a multimedia environment
US20060036969A1 (en) 2004-08-13 2006-02-16 International Business Machines Corporation Detachable and reattachable portal pages
US20060075106A1 (en) 2004-09-01 2006-04-06 Roland Hochmuth Managing multiple remote computing sessions displayed on a client device
US20060053384A1 (en) 2004-09-07 2006-03-09 La Fetra Frank E Jr Customizable graphical user interface for utilizing local and network content
US20060075033A1 (en) 2004-09-20 2006-04-06 Bienstock Terry S Method and system for creating and sending electronic mail having multi-media files
US20060089840A1 (en) 2004-10-21 2006-04-27 Margaret May Health tracking method and apparatus
US20060107231A1 (en) 2004-11-12 2006-05-18 Microsoft Corporation Sidebar tile free-arrangement
US20060112123A1 (en) 2004-11-24 2006-05-25 Macnica, Inc. Spreadsheet user-interfaced business data visualization and publishing system
US20060123359A1 (en) 2004-12-03 2006-06-08 Schatzberger Richard J Portable electronic device having user interactive visual interface
US20060218499A1 (en) 2005-03-22 2006-09-28 Microsoft Corporation Determining and displaying a list of most commonly used items
EP1724996B1 (en) 2005-05-16 2011-06-08 LG Electronics Inc. Mobile terminal having scrolling device and method implementing functions using the same
US20070101288A1 (en) 2005-06-07 2007-05-03 Scott Forstall Preview including theme based installation of user interface elements in a display environment
US20070038934A1 (en) 2005-08-12 2007-02-15 Barry Fellman Service for generation of customizable display widgets
US20070044039A1 (en) 2005-08-18 2007-02-22 Microsoft Corporation Sidebar engine, object model and schema
US20070044029A1 (en) 2005-08-18 2007-02-22 Microsoft Corporation Sidebar engine, object model and schema
US20070061724A1 (en) 2005-09-15 2007-03-15 Slothouber Louis P Self-contained mini-applications system and method for digital television
US20070101146A1 (en) 2005-10-27 2007-05-03 Louch John O Safe distribution and use of content
US20070101291A1 (en) 2005-10-27 2007-05-03 Scott Forstall Linked widgets
US20070101279A1 (en) 2005-10-27 2007-05-03 Chaudhri Imran A Selection of user interface elements for unified display in a display environment
US20070101297A1 (en) 2005-10-27 2007-05-03 Scott Forstall Multiple dashboards
US20070101433A1 (en) 2005-10-27 2007-05-03 Louch John O Widget security
US20070266093A1 (en) 2005-10-27 2007-11-15 Scott Forstall Workflow widgets
US20070118813A1 (en) 2005-11-18 2007-05-24 Scott Forstall Management of user interface elements in a display environment
US20090228824A1 (en) 2005-11-18 2009-09-10 Apple Inc. Multiple dashboards
US20070129888A1 (en) 2005-12-05 2007-06-07 Outland Research Spatially associated personal reminder system and method
US8260353B2 (en) * 2005-12-13 2012-09-04 Gemalto Sa SIM messaging client
US20070162850A1 (en) 2006-01-06 2007-07-12 Darin Adler Sports-related widgets
US20070209013A1 (en) 2006-03-02 2007-09-06 Microsoft Corporation Widget searching utilizing task framework
US20080034309A1 (en) 2006-08-01 2008-02-07 Louch John O Multimedia center including widgets
US20080034314A1 (en) 2006-08-04 2008-02-07 Louch John O Management and generation of dashboards
US20080168382A1 (en) 2007-01-07 2008-07-10 Louch John O Dashboards, Widgets and Devices
US20080168368A1 (en) 2007-01-07 2008-07-10 Louch John O Dashboards, Widgets and Devices
US20080168367A1 (en) 2007-01-07 2008-07-10 Chaudhri Imran A Dashboards, Widgets and Devices
US20080235602A1 (en) * 2007-03-21 2008-09-25 Jonathan Strauss Methods and systems for managing widgets through a widget dock user interface
US20090024944A1 (en) 2007-07-18 2009-01-22 Apple Inc. User-centric widgets and dashboards
US20090021486A1 (en) 2007-07-19 2009-01-22 Apple Inc. Dashboard Surfaces
US20090044138A1 (en) 2007-08-06 2009-02-12 Apple Inc. Web Widgets

Non-Patent Citations (124)

* Cited by examiner, † Cited by third party
Title
"Convert just about Anything to Anything else", Online Conversion.com, [online] [Retrieved on Jun. 22, 2008]; Retrieved from the Internet, URL: http://web.archive.org/web/20000815055422/http://www.onlineconversion.com/; 2 pages.
"Coolsmartphone"; [online] [Retrieved on Apr. 13, 2006]; Retrieved from the Internet, URL: http://www.coolsmartphone.com/article569.html; 57 pages.
"Coolsmartphone"; Apr. 17, 2006, [online] [Retrieved on Sep. 11, 2009]; Retrieved from the Internet, URL: http://www.web.archive.org/web/20060417080115/http://www.coolsmartphone.com/article569.html; 24 pages.
"Dashboard Blog", Dec. 11, 2003, [online] [Retrieved from the Internet on May 11, 2007], URL: http://www.nat.org/dashboard/blog.php3, 31pages.
"Desktop Sidebar", [online] [Retrieved on May 11, 2007] Retrieved from the Internet URL: http://web.archive.org/web/20040101160831/http://www.desktopsidebar.com/; 5 pages.
"Garmin® nüvifone(TM) Takes Personal Navigation and Communication to the Next Level"; Garmin International; [online] [Retrieved on Mar. 17, 2008]; Retrieved from the Internet, URL: http://www8.garmin.com/pressroom/mobile/013008.html; 3 pages.
"Garmin® nüvifone™ Takes Personal Navigation and Communication to the Next Level"; Garmin International; [online] [Retrieved on Mar. 17, 2008]; Retrieved from the Internet, URL: http://www8.garmin.com/pressroom/mobile/013008.html; 3 pages.
"GPS Blogging Phones"; [online] [Retrieved on Apr. 5, 2006] Retrieve from the Internet, URL: http://www.dailywireless.org/modules.php?name=News&file=article&sid=4613; 3 pages.
"International Roaming Guide-Personal Experience(s) from Customer and Community Member"; [online] [Retrieved Jun. 26, 2006] Retrieved from the Internet <URL: http://forums.cingular.com/cng/board/message?board.id=1185; 6 pages.
"Inter-widget communication?", [online] [Retrieved on Jun. 5, 2009], Retrieved from the Internet URL: http://www2.konfabulator.com/forums/lofiversion/index.php/t125.html; 3 pages.
"Portlet Communication: What is application scope, anyway?", Sep. 18, 2002, [online]; Retrieved from the Internet at URL: http://wwwcoderanch.com/t/203244/Portals-Portlets/java/Portlet-Communication-What-application-scope; 3 pages.
"Portlet-to-portlet communication between JSR 168 portlets on public pages", Apr. 5, 2006, [online]; Retrieved from the Internet URL: http://www.ibm.developerworks/websphere/library/techarticles/0604-scott/0604-scott.html; 9 pages.
"Starfish Software Introduces Starfish Internet Sidekick; Starfish Internet Sidekick is the best way for Internet users to manage their calendar, contacts and communications," Business Wire, Sep. 23, 1996, [online] [Retrieved on Dec. 8, 2008]; Retrieved from the Internet URL: http://findarticles.com/articles/mi—mOEIN/is—1996—Sept—23/ai—18704672?tag=rel.resl; 2 pages.
"Welcome to the Gigaplex!™", Lazar Productions, Nov. 1996, [online] [Retrieved on Dec. 8, 2008]; Retrieved from the Internet URL: http://web.archive.org/web/19961105081827/www.gigaplex.com/; 4 pages.
"Writing a Desk Accessory," Developer Connection, Apple Computer, Inc. Jul. 3, 1996, [online] [Retrieved on Jan. 3, 2006] Retrieved from the Internet URL: http://developer.apple.com/documentation/mac/devices/devices-16.html>, 3 pages.
"Writing a Desk Accessory," Developer Connection, Apple Computer, Inc. Jul. 3, 1996, [online].[Retrieved on Jan. 3, 2006] Retrieved from the Internet URL: http://developer.apple.com/documentation/mac/devices/devices-16.html>, 3 pages.
Akeley et al., "Real-Time Graphics Architecture," http://www.grahics.stanford.edu/courses/cs448a-01-fall, the OpenGL® Graphics System, CS448 Lecture 15, Fall, 2001, pp. 1-20.
Akeley, "Cg-Teaching Cg," Power Point Presentation, NVIDIA Corporation, 2002; 1 page.
Akeley, Kurt, and Hanrahan, Pat, "Real-Time Graphics Architecture," http://www.grahics.stanford.edu/courses/cs448a-01-fall, the OpenGL Graphics System, CS448 Lecture 15, Fall, 2001, pp. 1-20.
Altman, R.B., "Visual Quickstart Guide Power Point 2000/98, Applying Preset Animations," ProQuest Safari Books, Peachpit Press, May 7, 1999, 7 pages [online] Retrieved from the Internet: .
Altman, R.B., "Visual Quickstart Guide Power Point 2000/98, Applying Preset Animations," ProQuest Safari Books, Peachpit Press, May 7, 1999, 7 pages [online] Retrieved from the Internet: <URL: http://proquest.safaribooksonline.com/0201354411>.
Archive of "Objects, Images and Applets," W3C Recommendation, Feb. 10, 2003, [online] [Archived by http://archivve.org; Retrieved on Apr. 13, 2006] Retrieved from the Internet URL:http://web.archivve.org/web/20030210154019/http://www.w3.org/TR/REC-html140/struct/objects.html, 21 pages.
Archive of BabelFish.com Inc., Oct. 2003, [online] [Archived by http://archive.org on Oct. 2, 2003; retrieved on Dec. 8, 2008] Retrieved from the Internet URL: .
Archive of BabelFish.com Inc., Oct. 2003, [online] [Archived by http://archive.org on Oct. 2, 2003; retrieved on Dec. 8, 2008] Retrieved from the Internet URL: <http://web.archive.org/web/20031002115902/www.babelfish.com/en/index.html>.
Archive of movies.com, Jan. 2002, [online] [Archived by http://archive.org on Jan. 18, 2002; Retrieved on Dec. 8, 2008] Retrieved from the Internet URL: .
Archive of movies.com, Jan. 2002, [online] [Archived by http://archive.org on Jan. 18, 2002; Retrieved on Dec. 8, 2008] Retrieved from the Internet URL: <http://www.archive.org/web/20020118102516/movies.go.com>.
Baratz et al., "DesktopX 3/1", Ars Technica, Nov. 17, 2005, [online] [Retrieved on Aug. 1, 2008] Retrieved from the Internet URL: .
Baratz et al., "DesktopX 3/1", Ars Technica, Nov. 17, 2005, [online] [Retrieved on Aug. 1, 2008] Retrieved from the Internet URL: <http://arstechnica.com/reviews/apps/desktopx/ars.>.
Beier et al., "The bull's-eye: a framework for web application user interface design guidelines", Proceedings of the Sigchi Conference on Human Factors in Computing Systems, Apr. 2003, pp. 489-496.
Caceres et al., "Widget 1.0 Requirements", [Online] [Downloaded on Sep. 10, 2009]; Retrieved from the Internet at URL: http://www.w3.org/TR/2007/WD-widgets-reqs-20070705; 30 pages.
Cadiz, JJ et al., "Slideshow: Providing Peripheral Awareness of Important Information," Technical Report MSR-TR-2001-83, (Sep. 14, 2001), 9 pages. Microsoft Corporation, Redmond, WA.
Carey et al., "Integrating Widget Design Knowledge with User Interface Toolkits", Proceedings of the Fifth International Workshop on Computer-Aided Software Engineering, Jul. 1992, pp. 204-212.
Chen et al., "The Model of Optimum Route Selection in Vehicle Automatic Navigation System Based on Unblocked Reliability Analyses", Intelligent Transportation Systems, 2003, Proceedings, IEEE (2003), vol. 2, Oct. 12-15, 2003, pp. 975-978.
Chinese Notification of First Office Action, Chinese Patent Application No. 200580016349.3, Jul. 25, 2008, 21 pages.
Conner Borookshire D. et al. "Three-Dimensional Widgets" ACM 1992, 8 pages.
Conner et al. "Three-Dimensional Widgets" ACM 1992, pp. 183-231.
Elliott, "Programming Graphics Processors Functionally," Proceedings of the 2004 Haskell Workshop, Sep. 22, 2004. 11 pages.
Elliott, Conal, "Programming Graphics Processors Functionally," Proceedings of the 2004 Haskell Workshop, Sep. 22, 2004. 11 pages.
Forstall et al., U.S. Appl. No. 12/469,555, filed May 20, 2009.
Fried, Ina, "Developer Calls Apple's Tiger a Copycat," CNET News.com, Jun. 28, 2004 [online] Retrieved on Jul. 1, 2004] Retrieved from the Internet URL:http://zdnet.com.com/2102-1104-2-250692.html?tag=printthis, 2 pages.
Fried, Ina, "For Apple's Tiger, the Keyword is Search", CNET News.com, Jun. 28, 2004 [online] Retrieved on Jul. 1, 2004] Retrieved from the Internet URL:http://zdnet.com.com/2102-1103-2-5250346.html?tag=printthis, 2 pages.
Garmin® nüvifone(TM) Images, [online] [Retrieved from the Internet on Feb. 4, 2008], URL: http://www8.garmin.com/buzz/nuvifone/media-gallery.jsp; 2 pages.
Garmin® nüvifone™ Images, [online] [Retrieved from the Internet on Feb. 4, 2008], URL: http://www8.garmin.com/buzz/nuvifone/media—gallery.jsp; 2 pages.
Guber, John et al., "Dashboard vs. Konfabulator", Jun. 2004, 9 pages.
Haeberli, P. et al., "The Accumulation Buffer: Hardware Support for High-Quality Rendering," Computer Graphics, Aug. 1990, pp. 309-318, vol. 24, No. 4.
Han; "Bi-manual, multi-point, and multi-user interactions on a graphical interaction surface"; Mutli-Touch Interaction Research; [online] [Retrieved on Apr. 13, 2006]; Retrieved from the Internet, URL: http://mr1.nyu.edu/~jhan/ftirtouch/; 4 pages.
Han; "Bi-manual, multi-point, and multi-user interactions on a graphical interaction surface"; Mutli-Touch Interaction Research; [online] [Retrieved on Apr. 13, 2006]; Retrieved from the Internet, URL: http://mr1.nyu.edu/˜jhan/ftirtouch/; 4 pages.
Http://en.wikipedia.org/wiki/Comparison-of-widget-engines, 2007, 6 pages.
http://en.wikipedia.org/wiki/SideKick {retreived 2009} "Sidekick". *
http://en.wikipedia.org/wild/Windows-Sidebar, 2007, 7 pages.
http://www.nat.org/dashboard/blog.php3 Dec. 2003, 31 pages.
International Search Report , PCT/US2005/008804, Jul. 27, 2005, 3 pages.
International Search Report and Writen Opinion, PCT/US2005/022152, Jul. 10, 2006, 8 pages.
International Search Report and Written Opinion, dated Oct. 16, 2009, issued in International Application No. PCT/US2008/070217.
International Search Report and Written Opinion, dated Sep. 3, 2009, issued in International Application No. PCT/US2008/050047; 17 pages.
International Search Report and Written Opinion, PCT/US2005/022152, Jul. 10, 2006, 8 pages.
International Search Report, PCT/US2005/008804, Jul. 27, 2005, 3 pages.
International Search report, PCT/US2005/008805, Aug. 8, 2005, 3 pages.
Invitation to Pay Additional Fees(Form PCT/ISA/206) and Communication Relating to the Results of the Partial International Search (PCT/ISA/206 (Annex)) for PCT/US2007/077441; dated Jan. 28, 2008, 8 pages.
Invitation to Pay Additional Fees(Form PCT/ISA/206) and Communication Relating to the Results of the Partial International Search (PCT/ISA/206 (Annex)) for PCT/US2008/050295; dated Jul. 29, 2008.
Invitation to Pay fees and Partial International Search Report, dated May 8, 2009, issued in PCT/US2008/050038.
JavaBoutique, Oct. 1, 2002. Available at: .
JavaBoutique, Oct. 1, 2002. Available at: <http://javaboutique.internet.com/utilities/counter.html>.
Javaboutique. Oct. 8, 2008. Available at: http://web.archive.org/web/20021208051951/http://javaboutique.internet.com/utilities/counter.html.
Konfabulator, "Cupertino, Start your Photocopiers!," [online] [Retrieved on Jul. 1, 2004] Retrieved from the Internet , 1 page.
Konfabulator, "Cupertino, Start your Photocopiers!," [online] [Retrieved on Jul. 1, 2004] Retrieved from the Internet <URL: http://www.konfabulator.com>, 1 page.
Konfabulator, "Konfabulator & Widget Basics," [online] [Retrieved on Jul. 1, 2004] Retrieved from the Internet , 3 pages.
Konfabulator, "Konfabulator & Widget Basics," [online] [Retrieved on Jul. 1, 2004] Retrieved from the Internet <URL: http://www.konfabulator.com/info/basics.html>, 3 pages.
Konfabulator, "Konfabulator & Widget Basics-A Refresher Course in Widgetology", [online] [Retrieved on Jun. 5, 2009], Retrieved from the Internet URL: http://web.archive.org/web/20050811020610/http://konfabulator.com/basics; 16 pages.
Konfabulator, "Screenshots," [online] [Retrieved on Jul. 1, 2004] Retrieved from the Internet , 2 pages.
Konfabulator, "Screenshots," [online] [Retrieved on Jul. 1, 2004] Retrieved from the Internet <URL: http://www.konfabulator.com/info/screenshots.html>, 2 pages.
Konfabulator, "What is Konfabulator?," [online] [Retrieved on Jul. 1, 2004] Retrieved from the Internet <URL: http://www.konfabulator.com/info/, 3 pages.
Lammers, J.., et al., "Maya 4.5 Fundamentals: Particles, "New Riders Publishing, Jan. 14, 2003, 12 pages, [online] [retrieved on Feb. 17, 2007] Retrieved from ProQuest Safari Books Online on the Internet: , 12 pages.
Lammers, J.., et al., "Maya 4.5 Fundamentals: Particles, "New Riders Publishing, Jan. 14, 2003, 12 pages, [online] [retrieved on Feb. 17, 2007] Retrieved from ProQuest Safari Books Online on the Internet: <URL: http://proquest.safaribooksonline.com/0735713278>, 12 pages.
Lieberman and Selker, "Agents for the User Interface," Handbook of Agent Technology, 2003, pp. 1-21, Retrieved from the Internet, URL: http://web.media.mit.edu/{lieber/Publications/Agents-for-UI.pdf> [retrieved on Sep. 15, 2009].
Louch et al., "Multidimensional Widgets", U.S. Appl. No. 12/612,301, filed Nov. 4, 2009.
Microsoft Corporation, "Microsoft® Windows(TM) Graphical Environment User's Guide", Version 3.0 for MS-DOS® or PC-DOS Operating System, 1990, Document No. SY06851-0290, pp. Cover-vii, 15-75, 315-353.
Microsoft Corporation, "Microsoft® Windows™ Graphical Environment User's Guide", Version 3.0 for MS-DOS® or PC-DOS Operating System, 1990, Document No. SY06851-0290, pp. Cover-vii, 15-75, 315-353.
Microsoft Corporation, "User's Guide Microsoft® Windows(TM) and MS-DOS® 6", 1993, pp. Cover-xvi, 112-121.
Microsoft Corporation, "User's Guide Microsoft® Windows™ and MS-DOS® 6", 1993, pp. Cover-xvi, 112-121.
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, PCT/US2005/022579, 15 pages.
Notification of Transmittal of the International Search Report and the Written Opinion of the International Searching Authority, PCT/US2007/077441, May 8, 2008; 17 pages.
Nvidia, "CG-Teaching Cg," Power Point Presentation, Author and date unknown, pp. 1-16.
Partial International Search Report, dated May 15, 2009, issued in International Application No. PCT/US2008/050047.
Puder, A., "Extending Desktop Applications to the Web," ACM International Conference Proceedings Series, Proceedings of the Jun. 2004 International Symposium on Information and Communication Technologies, 2004, vol. 90, 6 pages.
Rist et al., "Customizing Graphics for Tiny Displays of Mobile Devices", Personal and Ubiquitous Computing, 2002, pp. 260-268, vol. 6.
Rochkind, M. et al., "Common Elements in Today's Graphical User Interfaces: The Good, the Bad, and the Ugly," Interchi '93, AMC, Apr. 24-29, 1993, pp. 470-473.
Segal, Mark and Akeley, Kurt, "The OpenGL Graphics System: A Specification (Version 1.5)," Copyright 1992-2003 Silicon Graphics, Inc., Oct. 30, 2003, 334 pages.
Shantzis, Michael A., "A Model for Efficient and Flexible Image Computing," Computer Graphics Proceedings, Annual Conference Series, Orlando, Florida, Jul. 24-29, 1994, pp. 147-154.
Shiozawa et al., "Perspective Layered Visualization of Collaborative Workspaces," Proceedings of the International ACM SIGGROUP conference on Supporting Group Work Publisher, Nov. 1999, 5 pages.
Shiozawa, Hidekazu et al., "Perspective Layered Visualization of Collaborative Workspaces," Proceedings of the International ACM SIGGROUP conference on Supporting Group Work Publisher, Nov. 1999, 5 pages.
Siracusa et al., "Mac OA 10.4 Tiger: Dashboard", Apr. 28, 2005, [online] [Retrieved on Aug. 1, 2008] Retrieved from the Internet URL: .
Siracusa et al., "Mac OA 10.4 Tiger: Dashboard", Apr. 28, 2005, [online] [Retrieved on Aug. 1, 2008] Retrieved from the Internet URL: <http://arstechnica.com/reviews/os/macosz-10-4.ars/17>.
Snippet Software Inc. et al. "Corporate Portal Newsletter" Oct. 2000, 3 pages.
Snippet Software Inc. et al. "Snippets Software" Jun. 2001, 16 pages.
Snippet Software, "Product Spotlight Non-browser based portal solution from Snippets Software", Corporate Portal Newsletter, Oct. 2000, vol. 1, No. 10, 3 pages.
Snippet Software, "Snippets Software Platform", Retrieved from the Internet on Jun. 11, 2001 .
Snippet Software, "Snippets Software Platform", Retrieved from the Internet on Jun. 11, 2001 <URL:http://www.snippets.com/products/>.
Snippets Software et al., "Products Overview", Feb. 2002, [online] [Retrieved on Feb. 5, 2008] Retrieved from the Internet URL: http://web.archive.org/web/20020206061508/http://www.snippets.com/products/>.
Staples, Loretta, "Representation in Virtual Space: Visual Convention in the Graphical User Interface," Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, Apr. 1993. http://www.nat.org/dashboard/blog.php3 Dec. 2003, 8 pages.
Stardock et al., "DesktopX General Guide," Aug. 2000, [online] [Retrieved on Jan. 31, 2008] Retrieved from the Internet URL:http://www.stardock.com/products/desktopx/docs/.
Stardock et al., "DesktopX Tutorial", Aug. 2000, [online] [Retrieved on Jan. 31, 2008] Retrieved from the Internet URL:http://www.stardock.com/products/desktopx/tutorial.html.
Stardock et al., "DesktopX WhitePaper", Aug. 2000, [online] [Retrieved on Jan. 31, 2008] Retrieved from the Internet <URL:http://www.stardock.net/media/whitepaper-desktopx.html.
Stardock et al., "The User Guide-Version 2", DesktopX 2000.
Stardock et al., "What Can It Do? Making Objects", DesktopX Tutorial, 2001, [online] [Retrieved on Apr. 11, 2008] Retrieved from the Internet URL:http://web.archive.org/web/2001101922285/http://www.stardock.com/products/desktopx/ . . . .
Stardock News, DesktopX User Manual On-line:, 1999, 2003 [online] [Retrieved from the Internet on May 11, 2007] .
Stardock News, DesktopX User Manual On-line:, 1999, 2003 [online] [Retrieved from the Internet on May 11, 2007] <URL:http://www.stardock.comnewsitem.asp?id=538>.
Stardock News/Media/Press.
Stardock, "DesktopX Whitepaper and users Guide" Retrived from the Internet , 1999, 72 pages.
Stardock, "DesktopX Whitepaper and users Guide" Retrived from the Internet <URL:http://www.stardock.net/media/whitepaper—desktopx.html>, 1999, 72 pages.
Stardock, "Gallactica Civilization: Dread Lords-User Manual", Stardock Entertainment © 2006; 65 pages.
Stardock, "Your Edge in Software", [online] [Retrieved on May 11, 2007]; Retrieved from the Internet URL: http://www.stardock.com/media.asp?cmd=mediakits; 56 pages.
Stardock.com et al. "DesktopX Whitepaper and users Guide" 1999, 72 pages.
Tang, J.C. et al., "ConNexto Awarenex: Extending Awareness to Mobile Users," SIGCHI '01, AMC, Mar. 31-Apr. 4, 2001, 8 pages.
Tang, J.C. et al., "ConNexus to Awarenex: Extending Awareness to Mobile Users," SIGCHI '01, AMC, Mar. 31-Apr. 4, 2001, 8 pages.
Thomas et al., "Animating Widgets in the InterViews Toolkit", Lecture Notes in Computer Science, pp. 26-44, 1995.
Ullenboom, C., "Java is auch eine Insel," 2003, [online] [Retrieved on Apr. 13, 2006] Retrieved from the Internet URL: http://www.galileocomputing.de/openbook/javainse12//java-140000.htm#Xxx998138, 3 pages.
Van Gelder et al., "Direct Volume Rendering with Shading via Three-Dimensional Textures," Computer Science Dept., Univ. of California, Santa Cruz, CA 95064, Jul. 19, 1996; 17 pages.
Van Gelder, Allen, and Kwansik, Kim, "Direct Volume Rendering with Shading via Three-Dimensional Textures," Computer Science Dept., Univ. of California, Santa Cruz, CA 95064, 9 pages.
Wardell et al. "Apple's Dashboard vs. Konfabulator vs. DesktopX", Skinning the frog, Jul. 1, 2004, [online] [Retrieved on Aug. 1, 2008] Retrieved from the Internet URL: .
Wardell et al. "Apple's Dashboard vs. Konfabulator vs. DesktopX", Skinning the frog, Jul. 1, 2004, [online] [Retrieved on Aug. 1, 2008] Retrieved from the Internet URL: <http://frogboy.joeuser.com/article/19800>.
Wardell, "Konfabulator for Windows", Jan. 10, 2004, Retrieved from the Internet on Mar. 6, 2006, URL: http://www.xpthemes.com/forums.aps?MID=19&CMID=19&AID=4472, 6 pages.
Wardell, Brad, Konfabulator for Windows, Jan. 10, 2004; [online] Retrieved from the Internet Mar. 6, 2006] Retrieved from the Internet: URL: http://www.xpthemes.com/forums.asp?MID=19&CMID=19&AID=4472, 6 pages.
Warren, "The VMware Workstation 5 Handbook", Jun. 2005, Course Technology PTR, 50 pages.

Cited By (81)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9507503B2 (en) 2004-06-25 2016-11-29 Apple Inc. Remote access to layer and user interface elements
US10489040B2 (en) 2004-06-25 2019-11-26 Apple Inc. Visual characteristics of user interface elements in a unified interest layer
US9753627B2 (en) 2004-06-25 2017-09-05 Apple Inc. Visual characteristics of user interface elements in a unified interest layer
US9513930B2 (en) 2005-10-27 2016-12-06 Apple Inc. Workflow widgets
US11150781B2 (en) 2005-10-27 2021-10-19 Apple Inc. Workflow widgets
US9417888B2 (en) 2005-11-18 2016-08-16 Apple Inc. Management of user interface elements in a display environment
US9483164B2 (en) 2007-07-18 2016-11-01 Apple Inc. User-centric widgets and dashboards
US20090089668A1 (en) * 2007-09-28 2009-04-02 Yahoo! Inc. System and method of automatically sizing and adapting a widget to available space
US10176272B2 (en) * 2007-09-28 2019-01-08 Excalibur Ip, Llc System and method of automatically sizing and adapting a widget to available space
US9189250B2 (en) * 2008-01-16 2015-11-17 Honeywell International Inc. Method and system for re-invoking displays
US20090183111A1 (en) * 2008-01-16 2009-07-16 Honeywell International, Inc. Method and system for re-invoking displays
US11410129B2 (en) 2010-05-01 2022-08-09 Monday.com Ltd. Digital processing systems and methods for two-way syncing with third party applications in collaborative work systems
US20110283209A1 (en) * 2010-05-13 2011-11-17 Rovi Technologies Corporation Systems and methods for sharing information between widgets operating on the same user equipment
US20120054667A1 (en) * 2010-08-31 2012-03-01 Blackboard Inc. Separate and simultaneous control of windows in windowing systems
US20120192114A1 (en) * 2011-01-20 2012-07-26 Research In Motion Corporation Three-dimensional, multi-depth presentation of icons associated with a user interface
US20120192067A1 (en) * 2011-01-20 2012-07-26 Research In Motion Corporation Three-dimensional, multi-depth presentation of icons in association with differing input components of a user interface
US9582144B2 (en) * 2011-01-20 2017-02-28 Blackberry Limited Three-dimensional, multi-depth presentation of icons associated with a user interface
US9618972B2 (en) * 2011-01-20 2017-04-11 Blackberry Limited Three-dimensional, multi-depth presentation of icons in association with differing input components of a user interface
US9323814B2 (en) * 2011-06-30 2016-04-26 International Business Machines Corporation Adapting data quality rules based upon user application requirements
US10318500B2 (en) * 2011-06-30 2019-06-11 International Business Machines Corporation Adapting data quality rules based upon user application requirements
US10331635B2 (en) * 2011-06-30 2019-06-25 International Business Machines Corporation Adapting data quality rules based upon user application requirements
US9330148B2 (en) * 2011-06-30 2016-05-03 International Business Machines Corporation Adapting data quality rules based upon user application requirements
US20130006992A1 (en) * 2011-06-30 2013-01-03 International Business Machines Corporation Adapting Data Quality Rules Based Upon User Application Requirements
US20130007629A1 (en) * 2011-06-30 2013-01-03 International Business Machines Corporation Adapting Data Quality Rules Based Upon User Application Requirements
US20160188688A1 (en) * 2011-06-30 2016-06-30 International Business Machines Corporation Adapting Data Quality Rules Based Upon User Application Requirements
US11849007B2 (en) 2014-10-29 2023-12-19 Hewlett Packard Enterprise Development Lp Providing data from data sources
US10474358B2 (en) * 2016-02-29 2019-11-12 Google Llc Computing devices having dynamically configurable user input devices, and methods of operating the same
US11010052B2 (en) 2016-02-29 2021-05-18 Google Llc Computing devices having dynamically configurable user input devices, and methods of operating the same
WO2019132652A1 (en) * 2017-12-29 2019-07-04 Mimos Berhad System and method for integrating multiple individual dashboards on mulitple terminals into a single logical virtual dashboard
US11698890B2 (en) 2018-07-04 2023-07-11 Monday.com Ltd. System and method for generating a column-oriented data structure repository for columns of single data types
US11436359B2 (en) 2018-07-04 2022-09-06 Monday.com Ltd. System and method for managing permissions of users for a single data type column-oriented data structure
US11727323B2 (en) 2019-11-18 2023-08-15 Monday.Com Digital processing systems and methods for dual permission access in tables of collaborative work systems
US11526661B2 (en) 2019-11-18 2022-12-13 Monday.com Ltd. Digital processing systems and methods for integrated communications module in tables of collaborative work systems
US11507738B2 (en) 2019-11-18 2022-11-22 Monday.Com Digital processing systems and methods for automatic updates in collaborative work systems
US11775890B2 (en) 2019-11-18 2023-10-03 Monday.Com Digital processing systems and methods for map-based data organization in collaborative work systems
US11307753B2 (en) 2019-11-18 2022-04-19 Monday.Com Systems and methods for automating tablature in collaborative work systems
US11361156B2 (en) 2019-11-18 2022-06-14 Monday.Com Digital processing systems and methods for real-time status aggregation in collaborative work systems
US11726995B2 (en) 2019-12-17 2023-08-15 Hewlett Packard Enterprise Development Lp System and method for value pack generation using generic SQL plugin for unified console
US11301623B2 (en) 2020-02-12 2022-04-12 Monday.com Ltd Digital processing systems and methods for hybrid scaling/snap zoom function in table views of collaborative work systems
US11348070B2 (en) 2020-05-01 2022-05-31 Monday.com Ltd. Digital processing systems and methods for context based analysis during generation of sub-board templates in collaborative work systems
US11755827B2 (en) 2020-05-01 2023-09-12 Monday.com Ltd. Digital processing systems and methods for stripping data from workflows to create generic templates in collaborative work systems
US11347721B2 (en) 2020-05-01 2022-05-31 Monday.com Ltd. Digital processing systems and methods for automatic application of sub-board templates in collaborative work systems
US11367050B2 (en) 2020-05-01 2022-06-21 Monday.Com, Ltd. Digital processing systems and methods for customized chart generation based on table data selection in collaborative work systems
US11907653B2 (en) 2020-05-01 2024-02-20 Monday.com Ltd. Digital processing systems and methods for network map visualizations of team interactions in collaborative work systems
US11397922B2 (en) 2020-05-01 2022-07-26 Monday.Com, Ltd. Digital processing systems and methods for multi-board automation triggers in collaborative work systems
US11886804B2 (en) 2020-05-01 2024-01-30 Monday.com Ltd. Digital processing systems and methods for self-configuring automation packages in collaborative work systems
US11410128B2 (en) 2020-05-01 2022-08-09 Monday.com Ltd. Digital processing systems and methods for recommendation engine for automations in collaborative work systems
US11301813B2 (en) 2020-05-01 2022-04-12 Monday.com Ltd. Digital processing systems and methods for hierarchical table structure with conditional linking rules in collaborative work systems
US11416820B2 (en) 2020-05-01 2022-08-16 Monday.com Ltd. Digital processing systems and methods for third party blocks in automations in collaborative work systems
US11301814B2 (en) 2020-05-01 2022-04-12 Monday.com Ltd. Digital processing systems and methods for column automation recommendation engine in collaborative work systems
US11277452B2 (en) 2020-05-01 2022-03-15 Monday.com Ltd. Digital processing systems and methods for multi-board mirroring of consolidated information in collaborative work systems
US11829953B1 (en) 2020-05-01 2023-11-28 Monday.com Ltd. Digital processing systems and methods for managing sprints using linked electronic boards
US11475408B2 (en) 2020-05-01 2022-10-18 Monday.com Ltd. Digital processing systems and methods for automation troubleshooting tool in collaborative work systems
US11354624B2 (en) * 2020-05-01 2022-06-07 Monday.com Ltd. Digital processing systems and methods for dynamic customized user experience that changes over time in collaborative work systems
US11501255B2 (en) 2020-05-01 2022-11-15 Monday.com Ltd. Digital processing systems and methods for virtual file-based electronic white board in collaborative work systems
US11501256B2 (en) 2020-05-01 2022-11-15 Monday.com Ltd. Digital processing systems and methods for data visualization extrapolation engine for item extraction and mapping in collaborative work systems
US11301812B2 (en) 2020-05-01 2022-04-12 Monday.com Ltd. Digital processing systems and methods for data visualization extrapolation engine for widget 360 in collaborative work systems
US11301811B2 (en) 2020-05-01 2022-04-12 Monday.com Ltd. Digital processing systems and methods for self-monitoring software recommending more efficient tool usage in collaborative work systems
US11531966B2 (en) 2020-05-01 2022-12-20 Monday.com Ltd. Digital processing systems and methods for digital sound simulation system
US11275742B2 (en) 2020-05-01 2022-03-15 Monday.com Ltd. Digital processing systems and methods for smart table filter with embedded boolean logic in collaborative work systems
US11537991B2 (en) 2020-05-01 2022-12-27 Monday.com Ltd. Digital processing systems and methods for pre-populating templates in a tablature system
US11587039B2 (en) 2020-05-01 2023-02-21 Monday.com Ltd. Digital processing systems and methods for communications triggering table entries in collaborative work systems
US11675972B2 (en) 2020-05-01 2023-06-13 Monday.com Ltd. Digital processing systems and methods for digital workflow system dispensing physical reward in collaborative work systems
US11687706B2 (en) 2020-05-01 2023-06-27 Monday.com Ltd. Digital processing systems and methods for automatic display of value types based on custom heading in collaborative work systems
US11282037B2 (en) 2020-05-01 2022-03-22 Monday.com Ltd. Digital processing systems and methods for graphical interface for aggregating and dissociating data from multiple tables in collaborative work systems
US11277361B2 (en) 2020-05-03 2022-03-15 Monday.com Ltd. Digital processing systems and methods for variable hang-time for social layer messages in collaborative work systems
US20220109718A1 (en) * 2020-10-02 2022-04-07 Gamernet Corp. Method and system for establishing a web-based virtual module desktop for software module selection and executing the system
US11531452B2 (en) 2021-01-14 2022-12-20 Monday.com Ltd. Digital processing systems and methods for group-based document edit tracking in collaborative work systems
US11893213B2 (en) 2021-01-14 2024-02-06 Monday.com Ltd. Digital processing systems and methods for embedded live application in-line in a word processing document in collaborative work systems
US11687216B2 (en) 2021-01-14 2023-06-27 Monday.com Ltd. Digital processing systems and methods for dynamically updating documents with data from linked files in collaborative work systems
US11481288B2 (en) 2021-01-14 2022-10-25 Monday.com Ltd. Digital processing systems and methods for historical review of specific document edits in collaborative work systems
US11726640B2 (en) 2021-01-14 2023-08-15 Monday.com Ltd. Digital processing systems and methods for granular permission system for electronic documents in collaborative work systems
US11782582B2 (en) 2021-01-14 2023-10-10 Monday.com Ltd. Digital processing systems and methods for detectable codes in presentation enabling targeted feedback in collaborative work systems
US11475215B2 (en) 2021-01-14 2022-10-18 Monday.com Ltd. Digital processing systems and methods for dynamic work document updates using embedded in-line links in collaborative work systems
US11449668B2 (en) 2021-01-14 2022-09-20 Monday.com Ltd. Digital processing systems and methods for embedding a functioning application in a word processing document in collaborative work systems
US11397847B1 (en) 2021-01-14 2022-07-26 Monday.com Ltd. Digital processing systems and methods for display pane scroll locking during collaborative document editing in collaborative work systems
US11392556B1 (en) 2021-01-14 2022-07-19 Monday.com Ltd. Digital processing systems and methods for draft and time slider for presentations in collaborative work systems
US11928315B2 (en) 2021-12-30 2024-03-12 Monday.com Ltd. Digital processing systems and methods for tagging extraction engine for generating new documents in collaborative work systems
US11741071B1 (en) 2022-12-28 2023-08-29 Monday.com Ltd. Digital processing systems and methods for navigating and viewing displayed content
US11886683B1 (en) 2022-12-30 2024-01-30 Monday.com Ltd Digital processing systems and methods for presenting board graphics
US11893381B1 (en) 2023-02-21 2024-02-06 Monday.com Ltd Digital processing systems and methods for reducing file bundle sizes

Also Published As

Publication number Publication date
US20070130541A1 (en) 2007-06-07

Similar Documents

Publication Publication Date Title
US8566732B2 (en) Synchronization of widgets and dashboards
US9104294B2 (en) Linked widgets
US11150781B2 (en) Workflow widgets
US11132333B2 (en) File access with different file hosts
US7954064B2 (en) Multiple dashboards
US8869027B2 (en) Management and generation of dashboards
KR101255361B1 (en) System and methods for inline property editing in tree view based editors
TWI536242B (en) Presenting an application change through a tile
Cinar Android apps with Eclipse
US20080034309A1 (en) Multimedia center including widgets
US8942679B2 (en) Method and system for providing pattern based enterprise applications for organizing, automating, and synchronizing processes for mobile communication devices
US20070162953A1 (en) Media package and a system and method for managing a media package
US20060155672A1 (en) Systems and methods for single input installation of an application
US20100257474A1 (en) Method enabling a computer apparatus run by an operating system to execute software modules
JP5124487B2 (en) GAME EXPOSURE METHOD AND GAME EXPOSURE SYSTEM
US9836469B2 (en) Techniques for processing digital assets for editing in a digital asset editing computer program
AU2012258359A1 (en) Multiple dashboards

Legal Events

Date Code Title Description
AS Assignment

Owner name: APPLE COMPUTER, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LOUCH, JOHN O.;PEYTON, ERIC STEVEN;HYNES, CHRISTOPHER;AND OTHERS;SIGNING DATES FROM 20060728 TO 20070213;REEL/FRAME:019451/0784

Owner name: APPLE COMPUTER, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LOUCH, JOHN O.;PEYTON, ERIC STEVEN;HYNES, CHRISTOPHER;AND OTHERS;REEL/FRAME:019451/0784;SIGNING DATES FROM 20060728 TO 20070213

AS Assignment

Owner name: APPLE, INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC.;REEL/FRAME:020009/0870

Effective date: 20070109

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8