The disclosed implementations relate generally to system security.
Users frequently download content (e.g., documents, applications, software, files, widgets, ring tones, music, eBooks, videos, etc.) from websites and install the content on computer systems and other electronic devices (e.g., media players/recorders, mobile phones, game consoles, etc.). Many users assume that content downloaded and installed from a website is safe to install and use. Some websites, however, provide a user interface for browsing and selecting content for download, but redirect the user to a distribution server at another website to download the content. In some cases, the redirecting website neither monitors nor controls the distribution website. Due to this lack of oversight, the authenticity of the downloaded content cannot be guaranteed.
A cryptographic hash of content (e.g., applications, documents, widgets, software, music, videos, etc.) is created and made available for distribution over a network or by other means (e.g., distributed on a CD ROM, preinstalled on a user system, etc.). The hash can be placed in a ticket file which can be cryptographically signed to ensure its authenticity. The ticket file and content can be downloaded separately (e.g., from different websites) to a user system (e.g., a computer, mobile phone, media player/recorder, personal digital assistant (PDA), etc.). The user system verifies the signature of the ticket file and the content hash to ensure that the content has not been compromised. The ticket file can include information relating to downloading the content (e.g., a Uniform Resource Identifier (URI)) and other meta-data (e.g., hash type, content information, public key, size, version, etc.).
In some implementations, a method of distributing content includes: creating a cryptographic hash of at least a portion of the content; creating a ticket file including the cryptographic hash; and distributing the ticket file to a user system.
In some implementations, a method of downloading content from a network includes: sending a request for content to a content aggregator site; and receiving from the content aggregator site a digitally signed ticket file including a first cryptographic hash of at least a portion of content.
Other implementations are disclosed which are directed to systems, methods, computer-readable mediums, devices and user interfaces.
The content aggregator 102 aggregates content-related information from the content providers 110 and redirects user systems 106 to distributors 104 where the content can be downloaded. For example, the content aggregator 102 can be a trusted website that provides user systems 106 with access to a repository of content-related information and also provides mechanisms (e.g., links) for downloading content. In some implementations, a web server at the trusted website (e.g., Apache HTTP server) serves web pages that allow user systems 106 to navigate the repository with a browser and to select content for download. When content is selected for download, the aggregator 102 provides the user system 106 with information related to downloading the content from a distributor 104 (e.g., a Uniform Resource Identifier (URI)). In some implementations, the content aggregator 102 does not monitor or control the distributor 104, and accordingly, there is a risk that user systems 106 will download content that has been compromised. For example, a malicious third party could edit the URI of a distributor 104, so that user systems 106 are redirected to a different website where malicious content disguised as legitimate content can be downloaded to the user systems 106, or alter the content provided in the URI. The malicious third party could also serve different content than requested by the user system 106 or serve different content or different versions of content to different users. Also, if the distributors 104 are not secure, a malicious third party could hack into the distributors 104 and compromise the content. In some cases, a malicious third party may spoof another website, which is commonly referred to as a “man in the middle attack.” As discussed below, the disclosed safe download process is designed to prevent these attacks.
At a content aggregator, content is received from one or more content providers (202). In some implementations, the content can be stored in a repository accessible by the content aggregator site. Storing content enables content inspection at a later date and to generate new hashes. A cryptographic hash of the content to be downloaded is created (204). In some implementations, the cryptographic hash is created using a one-way hash function (e.g., MD5, Secure Hash Algorithm (SHA-1), etc.).
In some implementations, the aggregator combines the cryptographic hash with the URI of a distribution site into a “ticket” file (206). A “ticket file” can be any data structure capable of distributing information, including but not limited to: one or more files, a bit stream, a modulated signal, a radio frequency, a carrier wave, as part of a URI, etc. The ticket file can be digitally signed by the aggregator and made available to user systems for download. The aggregator and/or trusted third party (e.g., a distributor) can cryptographically sign each ticket file. The ticket file can be uncompressed or compressed (e.g., a zip file). A one-way hash function can be used in the creation of the digital signature for the ticket file. The ticket file can also include meta-data, including but not limited to: a hash function type, a public key, content provider information, versioning information, etc. In some implementations, the ticket file can be implemented as a Content Management System (CMS) file with extended information.
In some implementations, a digital certificate can accompany the digital signature to enable the user system to check the authenticity of the ticket file. Digital signatures and certificates are described in several publicly available specifications associated with known standards, including but not limited to: International Telecommunications Union Telecom Standardization (ITU-T) (formerly CCITT) X.509, Public-Key Cryptography Standards (PKCS), Privacy-Enhanced Mail Standard (PEM), Secure Sockets Layer (SSL) protocol, Transport Layer Security (TLS) protocol, etc.
An operator of a user system can browse a repository of content-related information hosted by the content aggregator site (208) and send a content request to the content aggregator site (210). The content request can be made, for example, by clicking on a link, button or other download trigger mechanism associated with the content. In response to receiving a content request (212), the content aggregator site downloads an appropriate ticket file to the user system using, for example, a downloading application (214).
The user system receives the ticket file and extracts the contents, including verifying the digital signature of the ticket file using a public key associated with the content aggregator site and known decryption techniques. In some implementations, the ticket file includes a digital certificate that can be verified against a Certificate Revocation List (CRL) or alternate revocation databases to determine if the ticket file is revoked. In some implementations, in lieu of sending a ticket file, a URI is downloaded to the user system which includes a hash and any other data that could have been sent in the ticket file.
The URI in the ticket file is used by a browser installed on the user system to access the distribution site to download the content. In some implementations, opening the URI causes an application to launch to handle the download. The user system downloads the content from the distribution site (218) and verifies the integrity of the content (220). For example, to verify content integrity, the user system can create a hash of the downloaded content with the same hash function used to create the hash in the ticket file. The two hashes can be compared to see if they match. If the hashes match, the user system can be confident that the downloaded content is the same content that was provided to the content aggregator site by the content provider. If the hashes do not match, the content either originated from a different source or was modified after being encrypted.
Upon a verification failure, the user system can perform one or more security actions (222), including but not limited to: deleting, disabling or quarantining content and issuing warnings. Optionally, the user system can notify the content aggregator site of the verification failure. When the content aggregator site receives the failure notification (224), the content aggregator can perform one or more security actions (226). For example, the content aggregator site can revoke the digital signature of the ticket file, so that the corrupted content cannot be installed or accessed on the user system. Also, the content aggregator site can stop redirecting user systems to the offending distribution site or otherwise disrupt or prevent the download process from occurring (e.g., cause a download failure). In some implementations, the content aggregator site stores and maintains a Certificate Revocation List (CRL). The list enumerates revoked certificates along with the reason(s) for revocation. The dates of certificate issue, and the entities that issued them can also be included. When a user system attempts to verify the signature of a ticket file or of content, the CRL can be checked to determine if the signature has been revoked, and can initiate a security action based on the CRL entry for that particular user system. CRLs can be distributed in one of two ways. In a “pull” model, user systems download the CRL from the content aggregator site, as needed. In a “push” model, the content aggregator site sends the CRL to the users systems at regular intervals. In some implementations, a hybrid approach can be used where the CRL is pushed to several intermediate repositories from which the user systems can retrieve the entries as needed.
The content aggregator site can optionally store and maintain one or more “black” lists associated with rogue content. If a user system attempts to download, install or launch content that is on the “black” list, then the content aggregator system can initiate a security action that prevents the content from being downloaded, installed or launched from a distribution site. There can also be one or more “white” lists associated with verified content optionally stored and maintained at the content aggregator site. If a user system attempts to download, install or launch content that is not on the “white” list, then the content aggregator system can initiate a security action that prevents the content from being downloaded, installed or launched from a distribution site.
In some implementations, the ticket file can be securely stored in a database at the user system to assist users in redownloading content from the distributor. The database can be stored in a location where it cannot be modified directly by a user. One or more access levels to the database can be restricted to a system administrator, superuser or a special role account. The database format can be selected to provide control of read and write access to ticket files in the database. To prevent malicious modifications, the database can be signed by a private key associated with the user system. An exemplary database can store relative paths to content, hashes of ticket files, content identifiers and any other desired information (e.g., revocation data).
In some implementations, content is downloaded as individual content segments which can be individually signed. The user system can verify each content segment as it is downloaded from the distribution site to detect failures before the entire download of content is completed. Content segment information (e.g., segment signatures) can be included in the ticket file for this purpose.
In some implementations, digital signatures can be embedded in the content itself for added security. The signatures can be generated by content providers, content aggregator sites or any other entity in the content distribution chain.
Widgets are one example of content that can be downloaded using the systems and methods described with respect to
Upon failure of a download of widget files, the aggregator 102 can initiate one or more actions, including notifying the distributor 104 of the failure and requesting another copy of the widget files so that a new ticket file can be generated by the aggregator 102. Alternatively, the aggregator 102 can cease redirecting user systems 106 to the distributor 104 until the reasons for the download failure are addressed.
In the example shown, a user system 106 has downloaded a “Weather” widget from a distributor 104 and an installation icon 316 associated with the “Weather” widget is displayed on a desktop UI 300. A ticket file containing a cryptographic hash of the “Weather” widget was previously downloaded from the content aggregator site 102 and successfully verified. The operator of the user system 106 can click on the “Weather” widget icon 414 with a mouse cursor 412 or other pointing device to initiate installation of the “Weather” widget into the dashboard layer 302. When the user clicks the “Weather” widget icon 414, a widget installation window 400 is presented on the desktop UI 300. The installation window 400 can include a confirmation message 410 and cancel and install buttons 404 and 406. An image 402 of the “Weather” widget can also be displayed in the installation window 400.
In some implementations, a widget includes a signed manifest that contains a cryptographic hash for each file associated with the widget. The manifest can be signed in the same manner as the ticket file associated with the widget. In response to the install button 406 being clicked or selected, a security engine 1326 (see
In some implementations, widgets that are downloaded are stored in a widget database that is immutable for a class of users. Widgets can be stored separately from their manifests, and the manifests can be stored anywhere on the user system 106 or on a different device (e.g., a network device). Storing the widgets in the widget database allows the widgets to be locally signed or resigned by the user or the user system 106. For example, a widget installer, which has access to a private key can sign widgets locally.
In some implementations, the security engine 1326 automatically deletes the “Weather” widget from the user system 106. In some implementations, a notification can be sent to the content aggregator site 102, so that security actions can be initiated by the content aggregator site 102. For example, the content aggregator site 102 can stop redirecting user systems to the offending distribution site 104 and/or alert operators of the user systems 106 of the security problem when the user systems 106 attempt to download content.
When the widget manager 900 is launched a list 906 of installed widgets is displayed. The widgets can be sorted according to various sorting criteria, which can be selected from menu 904. Each widget in the list 906 can have an associated checkbox 908 that can be checked or unchecked to enable or disable a widget, respectively. Widgets can be launched by clicking on an icon 914 associated with the widget located on a configuration bar 912. Other methods and mechanisms for launching widgets are possible.
It is possible for a signed widget to pass download and installation security verifications, but then become corrupted or revoked while running or residing on a user system 106. Accordingly, the security engine 1326 can periodically verify the hash or signature of a widget to determine if that widget poses a security risk. The verification can be performed in response to a schedule or a trigger event (e.g., an unauthorized content access attempt or other actions taken by a widget, boot-up or wake-up of the user system, the receipt or generation of new revocation data, etc.). The verification can include checking for signatures that may have been removed and/or creating another hash of the widget and comparing it against the hash received in a manifest. The verification can also check one or more revocation lists to determine if the signature for a ticket file (or a widget) has been revoked.
In some implementations, there can be at least two revocation lists: a primary list and a secondary list. The revocation lists can be downloaded from the content aggregator site 102, or other trusted source, and stored at the user system 106. The lists can be downloaded periodically from the content aggregator site 102, or in response to a trigger event (e.g., widget download or installation, etc.). An exemplary primary revocation list can be a CRL for digital certificates that can been distributed with the widget. An exemplary secondary revocation list can be used to revoke widgets based on other constraints. The exemplary secondary revocation list can include key-value pairs. The keys can be known strings existing in extended information of digital certificates, calculable hashes of widgets, etc. Values can be a list of regular expressions used in known open source programming languages, such as PERL®. Note that any type of language can be used, including proprietary languages.
In some implementations, an Online Certificate Status Protocol (OCSP) can be used to check the status of certificates in real time. In some implementations, security can be enhanced by digitally signing the secondary revocation list.
In some implementations, the user is provided with an option to revoke the widget. In such a case, the user can be provided with a dialog pane that recommends that the widget be revoked but includes appropriate buttons for accepting or denying the revocation. In some implementations, the ability to revoke a widget is based on privileges, and only users with revocation privileges will be provided with the option to deny a revocation action.
In some implementations, when a revocation event occurs the user system 106 starts a scanning process to look for all instances of the widget that are currently running, so that each instance can be revoked and optionally deleted from the user system 106. This feature can help protect against viral attacks where a rogue widget has duplicated itself on the user system 106.
In some implementations, a security log of installed widgets is stored and maintained on the user system 106. Generally, the security log includes current and historical states of widgets and other applications and software on the user system, including information regarding installation, launching, running, operation, instantiation or any other widget state, activity or event. The security log can be compared against a revocation database to determine if a revoked widget had ever been installed on the user system 106. Thus, the security log keeps track of widgets that were previously installed and deleted from the user system 106. If a previously installed but currently deleted widget is detected, then the user can be provided with instructions on how to clean-up the user system 106 or anti-viral software can be invoked to detect and isolate or delete multiple instances of a revoked widget. This feature is useful for detecting files or programs that remain on the user system 106 that could potentially spawn new rogue widgets, corrupt data or programs, or pose other security risks. In some implementations, the security log can be protected by access privileges that can be changed by a system administrator or any other individual or entity that has control over granting or changing privileges.
In some implementations, the capabilities of some widgets can be restricted to improve security at the user system 106. One or more of the following restrictions can be implemented: 1) restrict widget access to network contents (e.g., access to a single site only); 2) disable cookies associated with widgets; 3) prevent widgets from initiating HTTP POST transactions; 4) restrict widgets from SSL access (e.g., use only HTTP); 5) prevent widgets from loading network contents using FRAME, IFRAME, OBJECT or similar constructs (e.g., XMLHttpRequest can be used for simple data access); 6) rate-limit the number of network requests made by widgets to a maximum number per minute and/or per hour; and 7) do not allow widgets to initiate redirects to other servers or other protocols (e.g., https). Widgets that are made to comply with one or more of these restrictions are hereinafter referred to as “sandboxed” widgets. In some implementations, operators of user systems 106 and/or system administrators can configure these restrictions as desired.
In some implementations, a user system 106 can have widgets that operate outside the “sandbox” that are digitally signed. Additionally, a “sandbox” can be defined for one or more signed widgets or for all unsigned widgets. The user system 106 can also apply a “sandboxed” role to one or more specific downloads. Different warnings can be provided to operators of user systems 106 based on the type of widget security that is employed. Exemplary warnings are summarized in Table I below. Other warnings are possible.
Referring to Table I, if the widget is signed then one option is not to issue any warnings. If the widget is unsigned and sandboxed, then one option is to provide the operator of the user system 106 with the capability to either keep or delete the widget (e.g., a dialog pane with keep/delete buttons). The keep/delete option can be presented with or without warning(s). If the widgets are neither signed nor sandboxed, then warnings can be provided with a keep/delete option or issued before a keep/delete option, or the user system 106 can refuse to run the widgets.
The architecture 1300 includes one or more processors 1302 (e.g., PowerPC®, Intel Pentium® 4, etc.), one or more display devices 1304 (e.g., CRT, LCD), one or more graphics processing units 1306 (GPUs), one or more network interfaces 1308 (e.g., Ethernet, FireWire®, USB, etc.), input devices 1310 (e.g., keyboard, mouse, etc.), and one or more computer-readable mediums 1312 (e.g., RAM, ROM, SDRAM, hard disk, optical disk, flash memory, L1 and L2 cache, etc.). These components can exchange communications and data via one or more buses 1314 (e.g., EISA, PCI, PCI Express, etc.).
The term “computer-readable medium” refers to any medium that participates in providing instructions to a processor 1302 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 and fiber optics. Transmission media can also take the form of acoustic, light or radio frequency waves.
The computer-readable medium 1312 further includes an operating system 1316 (e.g., Mac OS®, Windows®, Linux, etc.), an optional network communication module 1318, a browser 1320 (e.g., Microsoft® Internet Explorer, Netscape®, Safari®, etc.), a widget manager/installer 1322, an optional dashboard server 1324, a security engine 1326, a ticket file database 1328, one or more revocation lists 1330, a widget database 1332 and a security log 1334.
The operating system 1316 can be multi-user, multiprocessing, multitasking, multithreading, real-time and the like. The operating system 1316 performs basic tasks, including but not limited to: recognizing input from input devices 1310; sending output to display devices 1304; keeping track of files and directories on computer-readable mediums 1312 (e.g., memory or a storage device); controlling peripheral devices (e.g., disk drives, printers, GPUs, etc.); and managing traffic on the one or more buses 1314.
The network communications module 1318 includes various components for establishing and maintaining network connections (e.g., software for implementing communication protocols, such as TCP/IP, HTTP, Ethernet, etc.). The browser 1320 enables operators of the user system 106 to search a network (e.g., Internet) for content. The widget manager/installer 1322 manages and installs widgets, as described with respect to
The security engine 1326 includes various software components for performing the various functions for safe distribution and use of content, as described with respect to
The web server 1404 serves web pages to user systems 106. For example, the web server 1404 can serve a web page to a user system 106 that includes the user interface 300. The administrative console 1410 enables a system administrator to manage various administrative tasks associated with a content aggregator site, such as managing content, user accounts, profiles, etc. The repository 1406 stores content, ticket files, encryption data and other information related to security (e.g., key-value pairs, passwords, etc.). The network interfaces 1408 enables the content aggregator site to download ticket files to user systems 106 over a network 108 (e.g., the Internet).
The computer-readable mediums 1414 further include an operating system 1416 (Mac OS® Server, Windows® NT, etc.), a network communications module 1418 and a security system 1420. The operating system 1416 and network communications module 1418 operate as previously described with respect to
In the above description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the invention. It will be apparent, however, to one skilled in the art that the invention can be practiced without these specific details. In other instances, structures and devices are shown in block diagram form in order to avoid obscuring the invention.
In particular, one skilled in the art will recognize that other architectures and graphics environments may be used, and that the present invention can be implemented using graphics tools and products other than those described above. In particular, the client/server approach is merely one example of an architecture for providing the dashboard functionality of the present invention; one skilled in the art will recognize that other, non-client/server approaches can also be used.
Some portions of the detailed description are presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
The present invention also relates to an apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
The algorithms and modules presented herein are not inherently related to any particular computer or other apparatus. Various general-purpose systems may be used with programs in accordance with the teachings herein, or it may prove convenient to construct more specialized apparatuses to perform the method steps. The required structure for a variety of these systems will appear from the description below. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the invention as described herein. Furthermore, as will be apparent to one of ordinary skill in the relevant art, the modules, features, attributes, methodologies, and other aspects of the invention can be implemented as software, hardware, firmware or any combination of the three. Of course, wherever a component of the present invention is implemented as software, the component can be implemented as a standalone program, as part of a larger program, as a plurality of separate programs, as a statically or dynamically linked library, as a kernel loadable module, as a device driver, and/or in every and any other way known now or in the future to those of skill in the art of computer programming. Additionally, the present invention is in no way limited to implementation in any specific operating system or environment.
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.
This patent application claims the benefit of priority from jointly owned and U.S. Provisional Patent Application No. 60/730,956, for “Widget Security,” filed Oct. 27, 2005, which provisional patent application is incorporated by reference herein in its entirety. The subject matter of this patent application is related to the following jointly owned and co-pending U.S. patent applications: 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/282,110, for “Preview Including Theme Based Installation of User Interface Elements In A Display Environment,” filed Nov. 16, 2005; andU.S. Provisional Patent Application No. 60/737,899, for “Management of User Interface Elements In A Display Environment,” filed Nov. 18, 2005. Each of these patent applications is incorporated by reference herein in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
4752893 | Guttag et al. | Jun 1988 | A |
5168441 | Ornaheim et al. | Dec 1992 | A |
5289574 | Sawyer | Feb 1994 | A |
5297250 | Leroy et al. | Mar 1994 | A |
5351995 | Booker | Oct 1994 | A |
5357603 | Parker | Oct 1994 | A |
5388201 | Hourvitz et al. | Feb 1995 | A |
5416890 | Beretta | May 1995 | A |
5481665 | Okada et al. | Jan 1996 | A |
5490246 | Brotsky et al. | Feb 1996 | A |
5522022 | Rao et al. | May 1996 | A |
5537630 | Berry et al. | Jul 1996 | A |
5564002 | Brown | Oct 1996 | A |
5564022 | Debnath et al. | Oct 1996 | A |
5588098 | Chen et al. | Dec 1996 | A |
5602997 | Carpenter et al. | Feb 1997 | A |
5638501 | Gough et al. | Jun 1997 | A |
5644737 | Tuniman et al. | Jul 1997 | A |
5644739 | Moursund | Jul 1997 | A |
5651107 | Frank et al. | Jul 1997 | A |
5657049 | Ludolph et al. | Aug 1997 | A |
5659693 | Hansen et al. | Aug 1997 | A |
5659694 | Bibayan | Aug 1997 | A |
5666416 | Micali | Sep 1997 | A |
5671343 | Kondo et al. | Sep 1997 | A |
5689664 | Narayanan et al. | Nov 1997 | A |
5708764 | Borrel et al. | Jan 1998 | A |
5710884 | Dedrick | Jan 1998 | A |
5721848 | Joseph | Feb 1998 | A |
5727129 | Barrett et al. | Mar 1998 | A |
5727135 | Webb et al. | Mar 1998 | A |
5731819 | Gagne et al. | Mar 1998 | A |
5742285 | Ueda | Apr 1998 | A |
5742768 | Gennaro et al. | Apr 1998 | A |
5754174 | Carpenter et al. | May 1998 | A |
5760773 | Berman et al. | Jun 1998 | A |
5764229 | Bennett | Jun 1998 | A |
5764238 | Lum et al. | Jun 1998 | A |
5790120 | Lozares et al. | Aug 1998 | A |
5793376 | Tanaka et al. | Aug 1998 | A |
5796402 | Ellison-Taylor | Aug 1998 | A |
5801703 | Bowden et al. | Sep 1998 | A |
5809230 | Pereira | Sep 1998 | A |
5835692 | Cragun et al. | Nov 1998 | A |
5835693 | Lynch et al. | Nov 1998 | A |
5838316 | Arruza | Nov 1998 | A |
5838906 | Doyle et al. | Nov 1998 | A |
5870734 | Kao | Feb 1999 | A |
5877741 | Chee et al. | Mar 1999 | A |
5877762 | Young et al. | Mar 1999 | A |
5878219 | Vance et al. | Mar 1999 | A |
5883639 | Walton et al. | Mar 1999 | A |
5900876 | Yagita et al. | May 1999 | A |
5903896 | Waldman et al. | May 1999 | A |
5917436 | Endo et al. | Jun 1999 | A |
5920659 | Iverson et al. | Jul 1999 | A |
5929852 | Fisher et al. | Jul 1999 | A |
5933148 | Oka et al. | Aug 1999 | A |
5949409 | Tanaka et al. | Sep 1999 | A |
5963191 | Jaaskelainen, Jr. | Oct 1999 | A |
5978579 | Buxton et al. | Nov 1999 | A |
5999948 | Nelson et al. | Dec 1999 | A |
6005568 | Simonoff et al. | Dec 1999 | A |
6006231 | Popa | Dec 1999 | A |
6011562 | Gagne et al. | Jan 2000 | A |
6023708 | Mendez et al. | Feb 2000 | A |
6031937 | Graffagnino | Feb 2000 | A |
6034621 | Kaufman | Mar 2000 | A |
6045446 | Ohshima | Apr 2000 | A |
6061695 | Slivka et al. | May 2000 | A |
6075543 | Akeley | Jun 2000 | A |
6128010 | Baxter et al. | Oct 2000 | A |
6133915 | Arcuri et al. | Oct 2000 | A |
6144381 | Lection et al. | Nov 2000 | A |
6154601 | Yaegashi et al. | Nov 2000 | A |
6160552 | Wilsher et al. | Dec 2000 | A |
6166748 | Van Hook et al. | Dec 2000 | A |
6167533 | Potterveld et al. | Dec 2000 | A |
6188399 | Voas et al. | Feb 2001 | B1 |
6191797 | Politis | Feb 2001 | B1 |
6195664 | Tolfa | Feb 2001 | B1 |
6211890 | Ohba | Apr 2001 | B1 |
6232957 | Hinckley | May 2001 | B1 |
6243705 | Kucala | Jun 2001 | B1 |
6246418 | Oka | Jun 2001 | B1 |
6253122 | Razavi et al. | Jun 2001 | B1 |
6259432 | Yamada et al. | Jul 2001 | B1 |
6266053 | French et al. | Jul 2001 | B1 |
6266430 | Rhoads | Jul 2001 | B1 |
6269405 | Dutcher et al. | Jul 2001 | B1 |
6272484 | Martin et al. | Aug 2001 | B1 |
6272558 | Hui et al. | Aug 2001 | B1 |
6275831 | Bodnar et al. | Aug 2001 | B1 |
6278448 | Brown et al. | Aug 2001 | B1 |
6278450 | Arcuri et al. | Aug 2001 | B1 |
6295541 | Bodnar et al. | Sep 2001 | B1 |
6300947 | Kanevsky | Oct 2001 | B1 |
6304684 | Niczyporuk et al. | Oct 2001 | B1 |
6307574 | Ashe et al. | Oct 2001 | B1 |
6310621 | Gagne et al. | Oct 2001 | B1 |
6311232 | Cagle et al. | Oct 2001 | B1 |
6313851 | Matthews, III et al. | Nov 2001 | B1 |
6321314 | Van Dyke | Nov 2001 | B1 |
6333753 | Hinckley | Dec 2001 | B1 |
6344855 | Fisher et al. | Feb 2002 | B1 |
6353437 | Gagne | Mar 2002 | B1 |
6369823 | Ohba | Apr 2002 | B2 |
6369830 | Brunner et al. | Apr 2002 | B1 |
6396520 | Ording | May 2002 | B1 |
6401104 | LaRue et al. | Jun 2002 | B1 |
6411274 | Watanabe et al. | Jun 2002 | B2 |
6411301 | Parikh et al. | Jun 2002 | B1 |
6412021 | Nguyen et al. | Jun 2002 | B1 |
6421058 | Parikh et al. | Jul 2002 | B2 |
6424348 | Parikh | Jul 2002 | B2 |
6430576 | Gates et al. | Aug 2002 | B1 |
6434744 | Chamberlain et al. | Aug 2002 | B1 |
6452600 | Parikh et al. | Sep 2002 | B1 |
6456290 | Parikh et al. | Sep 2002 | B2 |
6457034 | Morein | Sep 2002 | B1 |
6466218 | Parikh et al. | Oct 2002 | B2 |
6466237 | Miyao et al. | Oct 2002 | B1 |
6469714 | Buxton et al. | Oct 2002 | B2 |
6483524 | Petchenkine et al. | Nov 2002 | B1 |
6484261 | Wiegel | Nov 2002 | B1 |
6487560 | LaRue et al. | Nov 2002 | B1 |
6489963 | Parikh et al. | Dec 2002 | B2 |
6512522 | Miller et al. | Jan 2003 | B1 |
6515682 | Washington et al. | Feb 2003 | B1 |
6525736 | Erikawa et al. | Feb 2003 | B1 |
6526174 | Graffagnino | Feb 2003 | B1 |
6535892 | LaRue et al. | Mar 2003 | B1 |
6536041 | Knudson et al. | Mar 2003 | B1 |
6542160 | Abgrall | Apr 2003 | B1 |
6542166 | Washington et al. | Apr 2003 | B1 |
6544295 | Bodnar | Apr 2003 | B1 |
6571245 | Huang et al. | May 2003 | B2 |
6571328 | Liao et al. | May 2003 | B2 |
6573896 | Ribadeau Dumas et al. | Jun 2003 | B1 |
6577317 | Duluk, Jr. et al. | Jun 2003 | B1 |
6580430 | Hollis et al. | Jun 2003 | B1 |
6590592 | Nason et al. | Jul 2003 | B1 |
6609977 | Shimizu et al. | Aug 2003 | B1 |
6614444 | Duluk, Jr. et al. | Sep 2003 | B1 |
6618048 | Leather | Sep 2003 | B1 |
6636214 | Leather et al. | Oct 2003 | B1 |
6639595 | Drebin et al. | Oct 2003 | B1 |
6661426 | Jetha et al. | Dec 2003 | B1 |
6664958 | Leather et al. | Dec 2003 | B1 |
6664962 | Komsthoeft et al. | Dec 2003 | B1 |
6664986 | Kopelman et al. | Dec 2003 | B1 |
6674438 | Yamamoto et al. | Jan 2004 | B1 |
6687745 | Franco et al. | Feb 2004 | B1 |
6697074 | Parikh et al. | Feb 2004 | B2 |
6707462 | Peercy et al. | Mar 2004 | B1 |
6714201 | Grinstein et al. | Mar 2004 | B1 |
6714221 | Christie et al. | Mar 2004 | B1 |
6715053 | Grigor | Mar 2004 | B1 |
6717599 | Olano | Apr 2004 | B1 |
6724403 | Santoro et al. | Apr 2004 | B1 |
6734864 | Abgrall | May 2004 | B2 |
6738804 | Lo | May 2004 | B1 |
6741242 | Itoh et al. | May 2004 | B1 |
6742042 | Holden et al. | May 2004 | B1 |
6757691 | Welsh et al. | Jun 2004 | B1 |
6757698 | McBride et al. | Jun 2004 | B2 |
6760046 | I'Anson et al. | Jul 2004 | B2 |
6765592 | Pletcher et al. | Jul 2004 | B1 |
6788318 | Chen | Sep 2004 | B2 |
6792616 | Jerding et al. | Sep 2004 | B1 |
6795060 | Rekimoto et al. | Sep 2004 | B2 |
6806892 | Plow et al. | Oct 2004 | B1 |
6882979 | Reay et al. | Apr 2005 | B1 |
6892360 | Pabla et al. | May 2005 | B1 |
6906720 | Emberling et al. | Jun 2005 | B2 |
6910000 | Yedidia et al. | Jun 2005 | B1 |
6910052 | Gates et al. | Jun 2005 | B2 |
6911984 | Sabella et al. | Jun 2005 | B2 |
6918091 | Leavitt et al. | Jul 2005 | B2 |
6931633 | Vazquez et al. | Aug 2005 | B1 |
6944829 | Dando | Sep 2005 | B2 |
6993721 | Rosin et al. | Jan 2006 | B2 |
7007242 | Suomela et al. | Feb 2006 | B2 |
7016011 | De Haan | Mar 2006 | B2 |
7024381 | Hastings et al. | Apr 2006 | B1 |
7027055 | Anderson et al. | Apr 2006 | B2 |
7028264 | Santoro et al. | Apr 2006 | B2 |
7036083 | Zenith | Apr 2006 | B1 |
7050955 | Carmel et al. | May 2006 | B1 |
7076730 | Baker | Jul 2006 | B1 |
7082577 | Brosnahan | Jul 2006 | B1 |
7085994 | Gvily | Aug 2006 | B2 |
7107546 | Coulthard | Sep 2006 | B2 |
7127473 | Agassi et al. | Oct 2006 | B2 |
7127713 | Davis et al. | Oct 2006 | B2 |
7146563 | Hesmer et al. | Dec 2006 | B2 |
7174512 | Martin et al. | Feb 2007 | B2 |
7185290 | Cadiz et al. | Feb 2007 | B2 |
7191399 | Ohtani et al. | Mar 2007 | B2 |
7222155 | Gebhardt et al. | May 2007 | B1 |
7242406 | Robotham et al. | Jul 2007 | B2 |
7249327 | Nelson et al. | Jul 2007 | B2 |
7260380 | Dietl et al. | Aug 2007 | B2 |
7269792 | Consolatti et al. | Sep 2007 | B2 |
7281202 | Croney et al. | Oct 2007 | B2 |
7293034 | Paya et al. | Nov 2007 | B2 |
7315848 | Pearse et al. | Jan 2008 | B2 |
7328435 | Trifon | Feb 2008 | B2 |
7346766 | Mackin et al. | Mar 2008 | B2 |
7356816 | Goodman et al. | Apr 2008 | B2 |
7401104 | Shah et al. | Jul 2008 | B2 |
7426687 | Schultz et al. | Sep 2008 | B1 |
7503010 | Chaudhri et al. | Mar 2009 | B2 |
7523401 | Aldridge | Apr 2009 | B1 |
7530026 | Chaudhri et al. | May 2009 | B2 |
7546543 | Louch et al. | Jun 2009 | B2 |
7546554 | Chiu et al. | Jun 2009 | B2 |
7568165 | Amadio et al. | Jul 2009 | B2 |
7614011 | Karidis et al. | Nov 2009 | B2 |
7644391 | Fisher et al. | Jan 2010 | B2 |
7761800 | Chaudhri et al. | Jul 2010 | B2 |
7765326 | Robbin et al. | Jul 2010 | B2 |
7765493 | Chickles et al. | Jul 2010 | B2 |
7784065 | Polivy et al. | Aug 2010 | B2 |
7793222 | Chaudhri et al. | Sep 2010 | B2 |
7793227 | Wada et al. | Sep 2010 | B2 |
7793232 | Chaudhri et al. | Sep 2010 | B2 |
7802246 | Kennedy et al. | Sep 2010 | B1 |
7814148 | Bell et al. | Oct 2010 | B2 |
RE41922 | Gough et al. | Nov 2010 | E |
7873908 | Varanasi et al. | Jan 2011 | B1 |
7873910 | Chaudhri et al. | Jan 2011 | B2 |
20010019338 | Roth | Sep 2001 | A1 |
20010030647 | Sowizral et al. | Oct 2001 | A1 |
20010035885 | Iron et al. | Nov 2001 | A1 |
20020013822 | West | Jan 2002 | A1 |
20020013832 | Hubbard | Jan 2002 | A1 |
20020049788 | Lipkin et al. | Apr 2002 | A1 |
20020054148 | Okada | May 2002 | A1 |
20020059594 | Rasmussen et al. | May 2002 | A1 |
20020065946 | Narayan | May 2002 | A1 |
20020066279 | Kiyomatsu | Jun 2002 | A1 |
20020067418 | I | Jun 2002 | A1 |
20020078453 | Kuo | Jun 2002 | A1 |
20020085037 | Leavitt et al. | Jul 2002 | A1 |
20020087632 | Keskar | Jul 2002 | A1 |
20020089526 | Buxton et al. | Jul 2002 | A1 |
20020093516 | Brunner et al. | Jul 2002 | A1 |
20020099678 | Albright et al. | Jul 2002 | A1 |
20020105548 | Hayton et al. | Aug 2002 | A1 |
20020112180 | Land et al. | Aug 2002 | A1 |
20020114466 | Tanaka et al. | Aug 2002 | A1 |
20020118217 | Fujiki | Aug 2002 | A1 |
20020120673 | Tolson et al. | Aug 2002 | A1 |
20020123739 | Haacke et al. | Sep 2002 | A1 |
20020129092 | Tolson et al. | Sep 2002 | A1 |
20020133508 | LaRue et al. | Sep 2002 | A1 |
20020140740 | Chen | Oct 2002 | A1 |
20020158902 | Hooker et al. | Oct 2002 | A1 |
20020171682 | Frank et al. | Nov 2002 | A1 |
20020174003 | Redmann et al. | Nov 2002 | A1 |
20020174055 | Dick et al. | Nov 2002 | A1 |
20020174181 | Wei | Nov 2002 | A1 |
20020180798 | Poor et al. | Dec 2002 | A1 |
20020186257 | Cadiz et al. | Dec 2002 | A1 |
20020196268 | Wolff et al. | Dec 2002 | A1 |
20030008661 | Joyce et al. | Jan 2003 | A1 |
20030008711 | Corbo | Jan 2003 | A1 |
20030009267 | Dunsky et al. | Jan 2003 | A1 |
20030018971 | McKenna, Jr. | Jan 2003 | A1 |
20030020671 | Santoro et al. | Jan 2003 | A1 |
20030032409 | Hutcheson et al. | Feb 2003 | A1 |
20030046316 | Gergic et al. | Mar 2003 | A1 |
20030061482 | Emmerichs | Mar 2003 | A1 |
20030067489 | Candy Wong et al. | Apr 2003 | A1 |
20030069904 | Hsu et al. | Apr 2003 | A1 |
20030076369 | Resner et al. | Apr 2003 | A1 |
20030080995 | Tenenbaum et al. | May 2003 | A1 |
20030097659 | Goldman | May 2003 | A1 |
20030101046 | Krasnov | May 2003 | A1 |
20030122787 | Zimmerman et al. | Jul 2003 | A1 |
20030123739 | Graffagnino | Jul 2003 | A1 |
20030125057 | Pesola | Jul 2003 | A1 |
20030146934 | Bailey et al. | Aug 2003 | A1 |
20030154239 | Davis et al. | Aug 2003 | A1 |
20030158975 | Frank et al. | Aug 2003 | A1 |
20030164862 | Cadiz et al. | Sep 2003 | A1 |
20030169306 | Makipaa et al. | Sep 2003 | A1 |
20030174136 | Emberling et al. | Sep 2003 | A1 |
20030174154 | Yukie et al. | Sep 2003 | A1 |
20030184552 | Chadha | Oct 2003 | A1 |
20030184584 | Vachuska et al. | Oct 2003 | A1 |
20030189597 | Anderson et al. | Oct 2003 | A1 |
20030191799 | Araujo et al. | Oct 2003 | A1 |
20030206195 | Matsa et al. | Nov 2003 | A1 |
20030208685 | Abdel-Rahman | Nov 2003 | A1 |
20040003402 | McKenna, Jr. | Jan 2004 | A1 |
20040012626 | Brookins | Jan 2004 | A1 |
20040032409 | Girard | Feb 2004 | A1 |
20040036711 | Anderson | Feb 2004 | A1 |
20040039934 | Land et al. | Feb 2004 | A1 |
20040054711 | Multer | Mar 2004 | A1 |
20040070629 | Seifert | Apr 2004 | A1 |
20040078814 | Allen | Apr 2004 | A1 |
20040090969 | Jerrard-Dunne et al. | May 2004 | A1 |
20040117831 | Ellis et al. | Jun 2004 | A1 |
20040119754 | Bangalore et al. | Jun 2004 | A1 |
20040125128 | Chang et al. | Jul 2004 | A1 |
20040179019 | Sabella et al. | Sep 2004 | A1 |
20040181580 | Baranshamaje | Sep 2004 | A1 |
20040183800 | Peterson | Sep 2004 | A1 |
20040194020 | Beda et al. | Sep 2004 | A1 |
20040205504 | Phillips | Oct 2004 | A1 |
20040212640 | Mann et al. | Oct 2004 | A1 |
20040215740 | Frank et al. | Oct 2004 | A1 |
20040223003 | Heirich et al. | Nov 2004 | A1 |
20040225955 | Ly | Nov 2004 | A1 |
20040230911 | Bent et al. | Nov 2004 | A1 |
20040237082 | Alcazar et al. | Nov 2004 | A1 |
20040255253 | Marcjan | Dec 2004 | A1 |
20040261012 | Balsiger | Dec 2004 | A1 |
20040261037 | Ording et al. | Dec 2004 | A1 |
20040261038 | Ording et al. | Dec 2004 | A1 |
20050010419 | Pourhamid | Jan 2005 | A1 |
20050010634 | Henderson et al. | Jan 2005 | A1 |
20050021935 | Schillings et al. | Jan 2005 | A1 |
20050022139 | Gettman et al. | Jan 2005 | A1 |
20050039144 | Wada et al. | Feb 2005 | A1 |
20050057497 | Kawahara | Mar 2005 | A1 |
20050060655 | Gray et al. | Mar 2005 | A1 |
20050060661 | Kawahara et al. | Mar 2005 | A1 |
20050088447 | Hanggie et al. | Apr 2005 | A1 |
20050088452 | Hanggie et al. | Apr 2005 | A1 |
20050091571 | Leichtling | Apr 2005 | A1 |
20050091690 | Delpuch et al. | Apr 2005 | A1 |
20050114021 | Krull et al. | May 2005 | A1 |
20050144563 | Hough et al. | Jun 2005 | A1 |
20050144595 | McLean | Jun 2005 | A1 |
20050149458 | Eglen et al. | Jul 2005 | A1 |
20050160368 | Liu et al. | Jul 2005 | A1 |
20050168471 | Paquette | Aug 2005 | A1 |
20050168476 | Levene et al. | Aug 2005 | A1 |
20050172239 | Liu et al. | Aug 2005 | A1 |
20050183026 | Amano et al. | Aug 2005 | A1 |
20050193368 | Becker et al. | Sep 2005 | A1 |
20050198584 | Matthews et al. | Sep 2005 | A1 |
20050215310 | Boyd et al. | Sep 2005 | A1 |
20050221808 | Karlsson et al. | Oct 2005 | A1 |
20050229118 | Chiu et al. | Oct 2005 | A1 |
20050240857 | Benedict et al. | Oct 2005 | A1 |
20050243373 | Silverbrook et al. | Nov 2005 | A1 |
20050256940 | Henderson et al. | Nov 2005 | A1 |
20050278651 | Coe et al. | Dec 2005 | A1 |
20050282612 | Mathews | Dec 2005 | A1 |
20050283734 | Santoro et al. | Dec 2005 | A1 |
20060001652 | Chiu et al. | Jan 2006 | A1 |
20060004913 | Chong | Jan 2006 | A1 |
20060005207 | Louch et al. | Jan 2006 | A1 |
20060010394 | Chaudhri et al. | Jan 2006 | A1 |
20060015818 | Chaudhri et al. | Jan 2006 | A1 |
20060015846 | Fraleigh et al. | Jan 2006 | A1 |
20060031264 | Bosworth et al. | Feb 2006 | A1 |
20060036703 | Fulmer et al. | Feb 2006 | A1 |
20060036941 | Neil | Feb 2006 | A1 |
20060036969 | Guido et al. | Feb 2006 | A1 |
20060053384 | La Fetra et al. | Mar 2006 | A1 |
20060059437 | Conklin | Mar 2006 | A1 |
20060064422 | Arthurs et al. | Mar 2006 | A1 |
20060075033 | Bienstock et al. | Apr 2006 | A1 |
20060075106 | Hochmuth et al. | Apr 2006 | A1 |
20060075141 | Boxenhorn | Apr 2006 | A1 |
20060089840 | May | Apr 2006 | A1 |
20060095331 | O'Malley et al. | May 2006 | A1 |
20060107231 | Matthews et al. | May 2006 | A1 |
20060112123 | Clark et al. | May 2006 | A1 |
20060123356 | Sobeski et al. | Jun 2006 | A1 |
20060123359 | Schatzberger | Jun 2006 | A1 |
20060136843 | Shafron | Jun 2006 | A1 |
20060150118 | Chaudhri et al. | Jul 2006 | A1 |
20060156248 | Chaudhri et al. | Jul 2006 | A1 |
20060167704 | Nicholls et al. | Jul 2006 | A1 |
20060168536 | Portmann | Jul 2006 | A1 |
20060168538 | Stevens et al. | Jul 2006 | A1 |
20060174202 | Bonner | Aug 2006 | A1 |
20060197752 | Hurst et al. | Sep 2006 | A1 |
20060200775 | Behr et al. | Sep 2006 | A1 |
20060205517 | Malabuyo et al. | Sep 2006 | A1 |
20060206835 | Chaudhri et al. | Sep 2006 | A1 |
20060218499 | Matthews et al. | Sep 2006 | A1 |
20060230059 | Etgen et al. | Oct 2006 | A1 |
20060230272 | Lawrence et al. | Oct 2006 | A1 |
20060236257 | Othmer et al. | Oct 2006 | A1 |
20060248471 | Lindsay et al. | Nov 2006 | A1 |
20060253794 | Wilson | Nov 2006 | A1 |
20060271637 | McKeon et al. | Nov 2006 | A1 |
20060274086 | Forstall et al. | Dec 2006 | A1 |
20060277469 | Chaudhri et al. | Dec 2006 | A1 |
20060277481 | Forstall et al. | Dec 2006 | A1 |
20060282574 | Zotov et al. | Dec 2006 | A1 |
20070011026 | Higgins et al. | Jan 2007 | A1 |
20070038934 | Fellman | Feb 2007 | A1 |
20070044029 | Fisher et al. | Feb 2007 | A1 |
20070044039 | Amadio et al. | Feb 2007 | A1 |
20070061724 | Slothouber et al. | Mar 2007 | A1 |
20070074126 | Fisher et al. | Mar 2007 | A1 |
20070101279 | Chaudhri et al. | May 2007 | A1 |
20070101288 | Forstall et al. | May 2007 | A1 |
20070101291 | Forstall | May 2007 | A1 |
20070101297 | Forstall et al. | May 2007 | A1 |
20070101433 | Forstall et al. | May 2007 | A1 |
20070112739 | Burns et al. | May 2007 | A1 |
20070118813 | Forstall et al. | May 2007 | A1 |
20070130541 | Louch et al. | Jun 2007 | A1 |
20070162850 | Adler et al. | Jul 2007 | A1 |
20070203984 | AlHusseini et al. | Aug 2007 | A2 |
20070209013 | Ramsey et al. | Sep 2007 | A1 |
20070266093 | Forstall et al. | Nov 2007 | A1 |
20070273558 | Smith et al. | Nov 2007 | A1 |
20080016468 | Chambers et al. | Jan 2008 | A1 |
20080034309 | Louch et al. | Feb 2008 | A1 |
20080034314 | Louch et al. | Feb 2008 | A1 |
20080155453 | Othmer | Jun 2008 | A1 |
20080168367 | Chaudhri et al. | Jul 2008 | A1 |
20080168368 | Louch et al. | Jul 2008 | A1 |
20080168382 | Louch et al. | Jul 2008 | A1 |
20090005071 | Forstall et al. | Jan 2009 | A1 |
20090021486 | Chaudhri et al. | Jan 2009 | A1 |
20090024944 | Louch et al. | Jan 2009 | A1 |
20090044138 | Rudolph et al. | Feb 2009 | A1 |
20090125815 | Chaudhri et al. | May 2009 | A1 |
20090144644 | Chaudhri et al. | Jun 2009 | A1 |
20090158193 | Chaudhri et al. | Jun 2009 | A1 |
20090187841 | Chaudhri et al. | Jul 2009 | A1 |
20090228824 | Forstall et al. | Sep 2009 | A1 |
20090260022 | Louch et al. | Oct 2009 | A1 |
20090271724 | Chaudhri et al. | Oct 2009 | A1 |
Number | Date | Country |
---|---|---|
102 42 378 | Mar 2004 | DE |
548586 | Jun 1993 | EP |
0694879 | Jan 1996 | EP |
0 908 835 | Apr 1999 | EP |
1 237 076 | Sep 2002 | EP |
1383080 | Jan 2004 | EP |
0972273 | Mar 2004 | EP |
1 724 996 | Nov 2006 | EP |
WO 9606401 | Feb 1996 | WO |
WO 9707467 | Feb 1997 | WO |
WO 9807112 | Feb 1998 | WO |
WO 9845815 | Oct 1998 | WO |
WO 0209039 | Jan 2002 | WO |
WO 03023593 | Mar 2003 | WO |
WO 2004027707 | Apr 2004 | WO |
WO 2004076977 | Sep 2004 | WO |
WO 2006012343 | Feb 2006 | WO |
WO 2006020304 | Feb 2006 | WO |
WO 2006119269 | Nov 2006 | WO |
WO 2009012319 | Dec 2009 | WO |
WO 2009012330 | Dec 2009 | WO |
Entry |
---|
“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. |
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-html1140/struct/objects.html, 21 pages. |
Conner Borookshire D. et al. “Three-Dimensional Widgets” ACM 1992, 8 pages. |
Http://en.wikipedia.org/wiki/Comparison—of—widget—engines, 2007, 6 pages. |
http://en.wikipedia.org/wiki/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. |
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. |
Snippet Software Inc. et al. “Corporate Portal Newsletter” Oct. 2000, 3 pages. |
Snippet Software Inc. et al. “Snippets Software” Jun. 2001, 16 pages. |
Stardock.com et al. “DesktopX Whitepaper and users Guide” 1999, 72 pages. |
Tang, J.C. et al., “ConNexus to Awarenex: Extending Awareness to Mobile Users,” SIGCHI '01, AMC, Mar. 31-Apr. 4, 2001, 8 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. |
“About Merkitys”; [online] [Retrieved on Feb. 4, 2008]; Retrieved from the Internet, URL: http://meaning.3xi.org/; 3 pages. |
“Advanced Digital Photo Solutions”; GeoSpatial Experts; [online] [Retrieved on Feb. 4, 2008]; Retrieved from the Internet, URL: http://www.geospatialexperts.com/productadv.html; 4 pages. |
“Comarison of widget engines”, http://en.wikipedia.org/wiki/Comparison—of—widget—engines, 2007, 6 pages. |
“Coolsmartphone”; [online] [Retrieved on Apr. 13, 2006]; Retrieved from the Internet, URL: http://www.coolsmartphone.com/article569.html; 57 pages. |
“Dashboard Blog”, Dec. 2003, Retrieved from the Internet on May 11, 2007 <URL:http://www.nat.org/dashboard/blog.php3> 31pages. |
“Garmin hits iphone directly with nuvifone”; [online] [Retrieved on Mar. 17, 2008]; Retrieved from the Internet, URL: http://www.electronista.com/print/50764; 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. |
“Go View Map Save to Favorites Cancel”; [online] [Retrieved on Feb. 4, 2008]; Retrieved from the Internet, URL: http://www8.garmin.com/buzz/nuvifone/m/g/sc-geotag-lg.jpg; 1 page. |
“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. |
“MOREnet Dialing Plan: PSTN and IP Network Integration for H.323, H320 VoIP and Public Voice Networks”, [online] [Retrieved on Jan. 11, 2008] Retrieved from the Interent < URL: http://www.more.net/technical/research/dialplan/index.html, 12 pages. |
“New Improved Panoramio—Geo Photo Sharing”; Google Earth Blog; [online] [Retrieved on Feb. 5, 2008]; Retrieved from the Internet, URL: http://www.gearthblog.com/blog/archives/2006/06/new—improved—pa.html, 1 page. |
“Snap, Map and Share Your World”; IsWhere by Red Hen Systems; [online] [Retrieved on Jun. 3, 2008]; Retrieved from the Internet, URL: http://www.redhensystems.com/products/multimedia—mapping—software/iswhere/default.asp?sm=2; 1 page. |
“Windows Sidebar”, Wikipedia, Retrieved from the Internet, <URL:http://en.wikipedia.org/wiki/Windows-Sidebar>, 2007, 7 pages. |
“Convert just about Anything to Anything else”, OnlineConversion.com, Aug. 2000, [online] [Retrieved on Jun. 22, 2008] Retrieved from the Internet, URL:http://web.archive.org/web/200000815055422/http://www.onlineconversion.com>. |
“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, 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: <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-htm1140/struct/objects.html, 21 pages. |
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. |
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 et al. “Three-Dimensional Widgets” ACM 1992, pp. 183-231. |
Elliott, Conal, “Programming Graphics Processors Functionally,” Proceedings of the 2004 Haskell Workshop, Sep. 22, 2004. 11 pages. |
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. |
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://mrl.nyu.edu/˜jhan/ftirtouch/; 4 pages. |
Helal et al., “Drishti: An Integrated Navigation System for Visually Impaired and Disabled”, Fifth International Symposium on Wearable Computers (ISWC'01), IEEE, 2001, pp. 149-156. |
International Search Report, PCT/US2005/008804, Jul. 27, 2005, 3 pages. |
International Search Report and Written Opinion, PCT/US2005/022152, Jul. 10, 2006, 8 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. |
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 <URL: http://www.konfabulator.com/info/basics.html>, 3 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: <URL: http://proquest.safaribooksonline.com/0735713278>, 12 pages. |
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™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. |
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, 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. |
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 <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] <URL:http://www.stardock.comnewsitem.asp?id=538>. |
Stardock News/Media/Press. |
Stardock, “DesktopX Whitepaper and users Guide” Retrived from the Internet <URL:http://www.stardock.net/media/whitepaper—desktopx.html>, 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. |
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, 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, “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. |
Partial International Search Report, dated May 15, 2009, issued in International Application No. PCT/US2008/050047. |
Invitation to Pay fees and Partial International Search Report, dated May 8, 2009, issued in PCT/US2008/050038. |
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>. |
Starfish Software Introduces Starfish Internet Sidekick; Starfish Internet Sidekick is the best way for Internet users to manage their calendar, contacts and communications, Busienss 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>. |
Archive of www.gigaplex.com, Lazar Productions, Nov. 1996, [online] [Archived by http://archive.org on Nov. 5, 1996; retrieved on Dec. 8, 2008] Retrieved from the Internet URL: <http://web.archive.org/web/19961105081827/www.gigaplex.com/>. |
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: <http://arstechnica.com/reviews/apps/desktopx/ars.>. |
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>. |
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>. |
Thomas et al., “Animating Widgets in the InterViews Toolkit”, Lecture Notes in Computer Science, pp. 26-44, 1995. |
VMWare, “VMWare Workstation User's Manual”, 2002, pp. 12-13. |
JavaBoutique, Oct. 1, 2002. Available at: <http://javaboutique.internet.com/utilities/counter.html>. |
Forstall et al., U.S. Appl. No. 12/469,555, filed May 20, 2009. |
“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. |
“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™ Images, [online] [Retrieved from the Internet on Feb. 4, 2008], URL: http://www8.garmin.com/buzz/nuvifone/media—gallery.jsp; 2 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. |
Akeley, “Cg—Teaching Cg,” Power Point Presentation, NVIDIA Corporation, 2002; 1 page. |
International Search Report and Written Opinion, dated Sep. 3, 2009, issued in International Application No. PCT/US2008/050047; 17 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. |
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. |
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. |
“Sidekick”, [Online] [Retrieved on Oct. 12, 2009] Retrieved from the Internet at URL: http://en.widipedia.org/wiki/Sidekick; 5 pages. |
International Search Report and Written Opinion, dated Oct. 16, 2009, issued in International Application No. PCT/US2008/070217. |
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. |
Louche et al., “Multidimensional Widgets”, U.S. Appl. No. 12/612,301, filed Nov. 4, 2009, 45 pages. |
Warren, “The VMware Workstation 5 Handbook”, Jun. 2005, Course Technology PTR, 50 pages. |
Javaboutique. Oct. 8, 2008. Available at: http://web.archive.org/web/20021208051951/http://javaboutique.internet.com/utilities/counter.html. |
Bauer, “Transparent User Modeling for a Mobile Personal Assistant,” LWA 2004: Lernen-Wissensentdecking-Adaptivitat, [Online] Oct. 6, 2004, pp. 3-8, Berlin Retrieved from the Internet: URL:http://www.dfki.de/specter/Docs/Bauer04.pdf> [retrieved on Sep. 15, 2009]. |
TellWidget, Sep. 5, 2005, 3 pages. |
Bauer and Deru, “Motion-Based Adaptation of Information Services for Mobile Users,” Lecture Notes in Computer Science, Aug. 19, 2005, Retrieved from the Internet, URL: http://www.springerlink.com/content/1wdvxw9ervxa44f9/fulltext.pdf>, [retrieved on Sep. 15, 2009], 6 pages. |
Lieberman and Selker, “Agents for the User Interface,” Handbook of Agent Technology, 2003, pp. 1-20, Retrieved from the Internet, URL: http://web.media.mit.edu/{lieber/Publications/Agents—for—UI.pdf> [retrieved on Sep. 15, 2009]. |
Horvitz et al., “The Lumiere Project: Bayesian User Modeling for Inferring the Goals and Needs of Software Users,” Fourteenth Conference on Uncertainty in Artificial Intelligence, Madison, WI, Jul. 1998, Morgan Kaufman Publishers, pp. 256-265. |
Dashboard Widgets, Jun. 8, 2005, 2 pages. |
Discovering the Dashboard, Apr. 28, 2005, 10 pages. |
How-To Keeping Multiple Dashboard Widgets on the Desktop, Apr. 30, 2005, 8 pages. |
Konfabulator 1.7—Now with Konspose and Unicode Support!, Jun. 25, 2004, 11 pages. |
Konspose and Activation, Jun. 30, 2004, 2 pages. |
Konspose Speed, Sep. 24, 2004, 3 pages. |
Macworld Unveils Dashboard Widget, Aug. 30, 2005, 5 pages. |
Dashboard vs Konfabulator, Apr. 25, 2005, 31 pages. |
Konspose Only—what's the deal?, Oct. 18, 2005, 2 pages. |
Widgets only when needed, Jul. 8, 2004, 3 pages. |
Hide all Widgets on Desktop, Oct. 12, 2004, 5 pages. |
Adam Baratz, Konfabulator 2.0 Before there was Dashboard, there was Konfabulator. While Apple was wokring on . . . , Jun. 22, 2005, 9 pages. |
A Better Konspose Background, Aug. 10, 2004, 1 page. |
Konfabulator Release Notes, Jul. 9, 2004, 3 pages. |
Yes . . . another NEWBIE in need of HELP! How do I set HOTKEYS?, Jul. 25, 2004, 2 pages. |
Rodriguez et al., “IBM WebSphere Portal V5 a Guide for Portlet Application Development,” Feb. 1, 2004, 48 pages. |
Inter-Widget Messaging!, I want my widgets to work together!, Feb. 7, 2005, 4 pages. |
eHow, VMWare, http://www.ehow.com/how—6368—minimize-window.html, “How to Minimize a Window,” Jun. 2004. |
Grundy, “An environment for developing adaptive, multi-device user interfaces,” AUIC '03 Proceedings of the Fourth Australasian User Interface Conference on User Interfaces, 2003, vol. 18, Australian Computer Society, Inc., Darlinghurst, Australia. |
Number | Date | Country | |
---|---|---|---|
20070101146 A1 | May 2007 | US |
Number | Date | Country | |
---|---|---|---|
60730956 | Oct 2005 | US |