The present invention relates generally to an architecture for “mobilizing” web content and, more specifically, techniques for moving multimedia content from the web onto one's mobile device while browsing the web.
Current solutions for transferring content from the web to a cell phone while browsing the web focus on extending the capabilities of currently existing web browsers through plug-in technologies or by requiring web sites to edit the source code of their web pages. In one current solution, depicted in
A similar solution is depicted in
An alternative solution is depicted in
While the foregoing solutions provide a simple and easy method for web visitors to move multimedia content from the web to their phones, they have certain limitations that make them more difficult to achieve widespread adoption. For example, plug-in solutions similar to those depicted in
The present invention provides a method and for enabling a user to deliver multimedia content available from web pages to a mobile device. In particular, web-based code (such as JavaScript) is provided to enable a website to identify multimedia content displayed on a web page that can be delivered to a user's mobile device. The web-based code, for example, can take the form of a widget or button or other similar user interface. When a server as described herein receives an action taken by the user that corresponds to the web-based code and indicates a request to deliver of an item of multimedia content displayed on a web page of the website to the mobile device, the server transmits a sequence of instructions to a module on the mobile device configured to execute a sequence of operations corresponding to the sequence of instructions in order to retrieve the item of multimedia content and store the retrieved multimedia content in the mobile device.
In an exemplary embodiment of web page 405, client side JavaScript code may be utilized to implement a rich user interactive experience such as, but not limited to, the drag and drop functionality from the web pages rendered in the inline frame 430 into the drag and drop panel 435. As detailed in
As detailed in
When a user drags a picture or other multimedia content rendered in the web page of inline frame 430 into the drag and drop panel 435, client side JavaScript code obtains the source URL of the dragged content and transmits it to proxy server 505 which stores it in a queue. If the source URL is relative rather than absolute, client side JavaScript code converts the relative URL into an absolute URL by extracting and adding the server name from the URL displayed in the URL text field 420 to the path of the relative URL. Once the user has completed his session, he clicks on the “Send” button 450 which instructs the server 505 to initiate a delivery mechanism to the user's phone. Those with ordinary skill in the art will recognize that certain programmatic choices as described herein in conjunction with
An alternative exemplary embodiment in accordance with the present invention utilizes a thin client application this is installed on the user's cell phone 820 similar to the thin client application 235 described in U.S. patent application Ser. No. 11/674,081 filed Feb. 12, 2007, entitled “Method and System for a Hosted Mobile Management Service Architecture” (hereinafter “Parent Application”) which is hereby incorporated by reference. In such an embodiment, when the user clicks on the “Send” button, the queued source URLs of all dragged content in staging area 440 are fetched by server 505 and transmitted to the cell phone 820. Specifically, as further detailed in the Parent Application, the thin client application receives communications from server 505 through the cellular network and interacts with the cell phone's file system. Depending upon the user's cell phone model and carrier, server 505 transmits to the thin client application the correct sequence of “primitives” or file system operations that enables the thin client application to store the dragged content in the correct location in the file system of the cell phone 820 to be consumed by the phone's native applications. In particular, when the user completes a web navigation session using inline frame 430, having dragged certain content from the web into the staging area 440, server 505 pushes all new additions of content made by the user to the cell phone. By transmitting an SMS push message to the push registry of the cell phone 820, server 505 activates the thin client application which then initiates communication back to server 505 to receive and perform all the changes to content on the cell phone 820 made by the user when navigating the web in inline frame 430. Once the thin client completes its activities, the user is able to access the native applications of the cell phone in order to view new photos, listen to new songs, or watch new videos transferred onto the cell phone from the web pages in inline frame 430.
In addition to providing the capability for users to navigate the web through an inline frame 430 in a single web page 405 hosted by server 505 (e.g., www.oomble.com) and drag content into their cell phones, the present invention may also support the capability for users to navigate the web through traditional web browsers (e.g., Internet Explorer, Firefox, Safari, etc.) and drag content onto the phone after navigating through such traditional means. Web sites can place a small link, button or “widget” in the footer, header or other area of their web pages which when clicked will lead to web page 405 and automatically populate URL text field 420 with the address of the visited web page. In particular, JavaScript code can be provided to such websites such that when a user clicks on such a link, button or widget in a particular web page, the URL of the web page is extracted from the web browser and transmitted to server 505. For example, if a user is currently visiting the web page http://sports.espn.go.com/nba/index at the ESPN web site and clicks on such a link, button or widget in the web page, client side JavaScript code extracts the URL and inserts it into an HTTP GET request that is transmitted to server 505 such as http://oomble.com/oomble-site/oomblize.do?referer=http://sports.espn.go.com/nba/index). When server 505 receives the HTTP GET request, a servlet for oomblize.do may extract a user identifying cookie from the HTTP GET request and if the user has enabled auto-login features on his account, the servlet may redirect the request to a web page with Web panel 415 displayed and http://sports.espn.go.com/nba/index populated the URL in URL text field 420 and displayed in inline frame 430. From that point, the user will be able to drag content from the ESPN web page into his cell phone as previously taught herein. If the auto-login feature has not been enabled, the servlet will redirect the request to the login page and, if login is successful, to the Web panel 415 page.
In an exemplary embodiment, a revenue generation system may be built on top of the service described herein for transferring content from the web to user's cell phone. For example, third party web sites and/or content providers can choose to charge a fee for each item of content originating from their site (or owned by the content owner) that a user drags from the web to his cell phone through use of server 505. An automated fee management platform may be offered by server 505 that allows third party web sites and/or content owners to customize the amount of such fees and/or the particular content on the web sites that are to be assessed such a fee. In one embodiment, such an automated fee management platform is offered through the web such that third party web sites and content owners may log onto their accounts on the web and customize their profile with the desired fee structure (e.g., $1.00 charged for any photo dragged from the web site into the user's cell phone). Such profiles may be stored in a database coupled to server 505 such that when a user then visits the web site through inline frame 430 (or by clicking a widget in the web site as described herein) and drags a photo from the web site into his cell phone, server 505 can extract the fee structure profile from the database and assess the appropriate fee to the user for the transfer of such content to his cell phone. Additionally, such a fee management platform may also be used to enable third party web sites and/or content providers who do not desire their content to be dragged into user cell phones through server 505 to set their profile as such. In such a situation, server 505 shall prevent such content from being dragged onto users' cell phones.
In addition to providing the capability to drag contents from the web into a user's cell, the present invention may also provide the capability to keep track of such transfers from the web to the user's cell phone. As detailed in
Similarly,
In certain scenarios, the proxy servlet architecture as depicted in
To address such scenarios, a web browser plug-in may be developed and installed in accordance with the present invention. In an exemplary embodiment that utilizes the Microsoft Internet Explorer web browser (for example and without limitation), an ActiveX control plug-in may be developed to access the web browser's HTML parsing and rendering engine. Once installed in the web browser, the ActiveX control can be accessed by embedding a reference to the control in the web page source code. By providing a URL to the ActiveX control (via JavaScript, for example and without limitation), the ActiveX control can render a third party web page in place of inline frame 430 without suffering from the limitations of the proxy methodology as discussed above. Additionally, client-side JavaScript code can query the ActiveX control to access user events taken within the web page rendered by the ActiveX control and access the elements in the DOM of the page rendered by the ActiveX control. For example and without limitation, the ActiveX control may capture mouse events within the rendered web page and relay the events to the drag and drop capability implemented by JavaScript for processing. One exemplary embodiment of a plug-in in accordance with the present invention comprises at least (1) an HTML rendering component to render received URLs (e.g., received from portable script code such as JavaScript), (2) a mouse event capturing component to provide information regarding the source (e.g., HTML element) of drag events within the rendered URL, and (3) an interface component to enable portable script code (such as JavaScript) to query the plug-in for an HTML element associated with the drag source. While the foregoing plug-in embodiment has been depicted using ActiveX control and an Internet Explorer browser, those with ordinary skill in the art will recognize that any type of plug-in technology compatible with any type of web browser may be used without departing from the spirit of the described invention. Similarly, those with ordinary skill in the art will recognize that events other than mouse events (e.g., touch screen events, keyboard events, etc.) associated with user actions within the rendered web page may be captured by the plug-in in accordance with the present invention.
Those with ordinary skill in the art will further recognize that the teachings herein can be integrated with those teachings in the Parent Application. For example and without limitation, additional photo and music tabs similar to those discussed in the Parent Application can be added to the tab panels in an exemplary embodiment of the present invention where the delivery mechanism is the SMS delivery mechanism of
While the present invention has primarily utilized images as the primary example of multimedia content being dragged into cell phones, those of ordinary skill in the art will recognize that alternative media and embodiments may be implemented without departing from the spirit and scope of the claimed invention. As previously discussed, other forms of media and data such as video and music may also be transferred to a user's cell phone from the web in accordance with the techniques described herein. Similarly, while the present invention has been focused on cell phone, those with ordinary skill in the art will recognize the system and methods disclosed herein can also be applied to other networked mobile devices that have limited user interfaces, similar to cell phones. For example, a similar system may be implemented with respect to a mobile MP3 playing device (with cellular networking capability) in order to wirelessly transfer music found on the web onto such a device. Those of ordinary skill in the art will additionally recognize that the programmatic design decisions, client-server functionality and selected technologies and standards as described in the foregoing specification are merely illustrative and may be implemented in alternative but functionally equivalent designs and technologies without departing from the scope or spirit of the described embodiments. For example and without limitation, the present invention has been described using HTTP, JavaScript, servlet, cookie and WAP based technologies, but those of ordinary skill in the art will recognize that numerous other alternative web based technology choices may be made to achieve results consistent with the present invention. Terminology used in the foregoing description is for the purpose of describing the particular versions or embodiments only, and is not intended to limit the scope of the present invention which will be limited only by the appended claims. As used herein and in the appended claims, the singular forms “a,” “an,” and “the” include plural references unless the context clearly dictates otherwise. Similarly, the words “for example”, “such as”, “include,” “includes” and “including” when used herein shall be deemed in each case to be followed by the words “without limitation.” Unless defined otherwise herein, all technical and scientific terms used herein have the same meanings as commonly understood by one of ordinary skill in the art. All publications mentioned herein are incorporated by reference. Nothing herein is to be construed as an admission that the embodiments disclosed herein are not entitled to antedate such disclosure by virtue of prior invention. Thus, various modifications, additions and substitutions and the like can be made without departing from the spirit of the invention and these are therefore considered to be within the scope of the invention as defined in the following claims.
This application a continuation of U.S. patent application Ser. No. 11/862,179 filed on Sep. 26, 2007 and entitled “Method and System for Transferring Content from the Web to Mobile Devices,” which is a continuation-in-part of U.S. patent application Ser. No. 11/674,081 filed Feb. 12, 2007, now U.S. Pat. No. 7,751,807, and entitled “Method and System for a Hosted Mobile Management Service Architecture,” both of which are hereby incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
4622627 | Rodriguez et al. | Nov 1986 | A |
5544305 | Ohmaye et al. | Aug 1996 | A |
5566098 | Lucente et al. | Oct 1996 | A |
5623260 | Jones | Apr 1997 | A |
5659742 | Beattie et al. | Aug 1997 | A |
5663748 | Huffman et al. | Sep 1997 | A |
5710922 | Alley et al. | Jan 1998 | A |
5742905 | Pepe et al. | Apr 1998 | A |
5761485 | Munyan | Jun 1998 | A |
5765168 | Burrows | Jun 1998 | A |
5813017 | Morris | Sep 1998 | A |
5845278 | Kirsch et al. | Dec 1998 | A |
5847698 | Reavey et al. | Dec 1998 | A |
5892900 | Ginter et al. | Apr 1999 | A |
5940846 | Akiyama | Aug 1999 | A |
5956048 | Gaston | Sep 1999 | A |
5960411 | Hartman et al. | Sep 1999 | A |
5973681 | Tanigawa et al. | Oct 1999 | A |
6018575 | Gross et al. | Jan 2000 | A |
6034839 | Hamming | Mar 2000 | A |
6037954 | McMahon | Mar 2000 | A |
6041335 | Merritt et al. | Mar 2000 | A |
6047189 | Yun et al. | Apr 2000 | A |
6049796 | Siitonen et al. | Apr 2000 | A |
6064980 | Jacobi et al. | May 2000 | A |
6073148 | Rowe et al. | Jun 2000 | A |
6148340 | Bittinger et al. | Nov 2000 | A |
6154757 | Krause et al. | Nov 2000 | A |
6164974 | Carlile et al. | Dec 2000 | A |
6201771 | Otsuka et al. | Mar 2001 | B1 |
6233318 | Picard et al. | May 2001 | B1 |
6300947 | Kanevsky | Oct 2001 | B1 |
6313828 | Chombo | Nov 2001 | B1 |
6317742 | Nagaratnam et al. | Nov 2001 | B1 |
6331867 | Eberhard et al. | Dec 2001 | B1 |
6335678 | Heutschi | Jan 2002 | B1 |
6351750 | Duga et al. | Feb 2002 | B1 |
6385596 | Wiser et al. | May 2002 | B1 |
6401086 | Bruckner | Jun 2002 | B1 |
6401239 | Miron | Jun 2002 | B1 |
6442651 | Crow et al. | Aug 2002 | B2 |
6449627 | Baer et al. | Sep 2002 | B1 |
6457030 | Adams et al. | Sep 2002 | B1 |
6466951 | Birkler et al. | Oct 2002 | B1 |
6484011 | Thompson et al. | Nov 2002 | B1 |
6493734 | Sachs et al. | Dec 2002 | B1 |
6496803 | Seet et al. | Dec 2002 | B1 |
6529920 | Arons et al. | Mar 2003 | B1 |
6542874 | Walker et al. | Apr 2003 | B1 |
6560699 | Konkle | May 2003 | B1 |
6642947 | Feierbach | Nov 2003 | B2 |
6658623 | Schilit et al. | Dec 2003 | B1 |
6684087 | Yu et al. | Jan 2004 | B1 |
6685482 | Hopp et al. | Feb 2004 | B2 |
6687878 | Eintracht et al. | Feb 2004 | B1 |
6704733 | Clark et al. | Mar 2004 | B2 |
6721869 | Senthil | Apr 2004 | B1 |
6721871 | Piispanen et al. | Apr 2004 | B2 |
6724403 | Santoro et al. | Apr 2004 | B1 |
6725227 | Li | Apr 2004 | B1 |
6735583 | Bjaestam et al. | May 2004 | B1 |
6741855 | Martin et al. | May 2004 | B1 |
6744891 | Allen | Jun 2004 | B1 |
6847966 | Sommer et al. | Jan 2005 | B1 |
6904449 | Quinones | Jun 2005 | B1 |
6912398 | Domnitz | Jun 2005 | B1 |
6933928 | Lilienthal | Aug 2005 | B1 |
6938076 | Meyer et al. | Aug 2005 | B2 |
6985932 | Glaser et al. | Jan 2006 | B1 |
6999565 | Delaney et al. | Feb 2006 | B1 |
7000032 | Kloba et al. | Feb 2006 | B2 |
7007015 | Nayak | Feb 2006 | B1 |
7009596 | Seet et al. | Mar 2006 | B2 |
7010500 | Aarnio | Mar 2006 | B2 |
7020654 | Najmi | Mar 2006 | B1 |
7054914 | Suzuki et al. | May 2006 | B2 |
7057591 | Hautanen et al. | Jun 2006 | B1 |
7062707 | Knauft et al. | Jun 2006 | B1 |
7092116 | Calaway | Aug 2006 | B2 |
7103848 | Barsness et al. | Sep 2006 | B2 |
7107533 | Duncan et al. | Sep 2006 | B2 |
7130841 | Goel et al. | Oct 2006 | B1 |
7133506 | Smith | Nov 2006 | B1 |
7135932 | Quadir et al. | Nov 2006 | B2 |
7149776 | Roy et al. | Dec 2006 | B1 |
7165217 | Kondo | Jan 2007 | B1 |
7188085 | Pelletier | Mar 2007 | B2 |
7209888 | Frid-Nielsen et al. | Apr 2007 | B2 |
7237123 | LeVine et al. | Jun 2007 | B2 |
7246118 | Chastain et al. | Jul 2007 | B2 |
7249060 | Ling | Jul 2007 | B2 |
7249324 | Nakamura et al. | Jul 2007 | B2 |
7257577 | Fagin et al. | Aug 2007 | B2 |
7278092 | Krzanowski | Oct 2007 | B2 |
7287068 | Eriksson et al. | Oct 2007 | B1 |
7290285 | McCurdy et al. | Oct 2007 | B2 |
7298851 | Hendricks et al. | Nov 2007 | B1 |
7304635 | Seet et al. | Dec 2007 | B2 |
7310629 | Mendelson et al. | Dec 2007 | B1 |
7313759 | Sinisi | Dec 2007 | B2 |
7350704 | Barsness et al. | Apr 2008 | B2 |
7355591 | Sugimoto | Apr 2008 | B2 |
7386480 | Sarig | Jun 2008 | B2 |
7398244 | Keith | Jul 2008 | B1 |
7401286 | Hendricks et al. | Jul 2008 | B1 |
7426398 | Reisgies | Sep 2008 | B2 |
7454238 | Vinayak et al. | Nov 2008 | B2 |
7509270 | Hendricks et al. | Mar 2009 | B1 |
7533152 | Stark et al. | May 2009 | B2 |
7539478 | Herley et al. | May 2009 | B2 |
7562032 | Abbosh et al. | Jul 2009 | B2 |
7567798 | Brunel et al. | Jul 2009 | B2 |
7574653 | Croney et al. | Aug 2009 | B2 |
7631013 | Parsons et al. | Dec 2009 | B2 |
7634429 | Narin et al. | Dec 2009 | B2 |
7656127 | Shutt et al. | Feb 2010 | B1 |
7657459 | Anderson et al. | Feb 2010 | B2 |
7657831 | Donahue | Feb 2010 | B2 |
7680849 | Heller et al. | Mar 2010 | B2 |
7788369 | McAllen et al. | Aug 2010 | B2 |
7792756 | Plastina et al. | Sep 2010 | B2 |
7835989 | Hendricks et al. | Nov 2010 | B1 |
7865405 | Hendricks et al. | Jan 2011 | B2 |
7865567 | Hendricks et al. | Jan 2011 | B1 |
7908628 | Swart et al. | Mar 2011 | B2 |
7920856 | Lin et al. | Apr 2011 | B2 |
20010007980 | Ishibashi et al. | Jul 2001 | A1 |
20010025302 | Suzuki et al. | Sep 2001 | A1 |
20010027478 | Meier et al. | Oct 2001 | A1 |
20010037328 | Pustejovsky et al. | Nov 2001 | A1 |
20010049623 | Aggarwal et al. | Dec 2001 | A1 |
20010053975 | Kurihara | Dec 2001 | A1 |
20020002540 | DeMello et al. | Jan 2002 | A1 |
20020010707 | Chang et al. | Jan 2002 | A1 |
20020010759 | Hitson et al. | Jan 2002 | A1 |
20020012134 | Calaway | Jan 2002 | A1 |
20020035697 | McCurdy et al. | Mar 2002 | A1 |
20020054059 | Schneiderman | May 2002 | A1 |
20020059415 | Chang et al. | May 2002 | A1 |
20020069222 | McNeely | Jun 2002 | A1 |
20020069312 | Jones | Jun 2002 | A1 |
20020071139 | Janik | Jun 2002 | A1 |
20020089968 | Johansson et al. | Jul 2002 | A1 |
20020090934 | Mitchelmore | Jul 2002 | A1 |
20020092031 | Dudkiewicz et al. | Jul 2002 | A1 |
20020101447 | Carro | Aug 2002 | A1 |
20020103809 | Starzl et al. | Aug 2002 | A1 |
20020105539 | Gamzon et al. | Aug 2002 | A1 |
20020120635 | Joao | Aug 2002 | A1 |
20020123335 | Luna et al. | Sep 2002 | A1 |
20020123336 | Kamada | Sep 2002 | A1 |
20020129012 | Green | Sep 2002 | A1 |
20020138291 | Vaidyanathan et al. | Sep 2002 | A1 |
20020143822 | Brid et al. | Oct 2002 | A1 |
20020147724 | Fries et al. | Oct 2002 | A1 |
20020184319 | Willner et al. | Dec 2002 | A1 |
20020194474 | Natsuno et al. | Dec 2002 | A1 |
20030009459 | Chastain et al. | Jan 2003 | A1 |
20030018720 | Chang et al. | Jan 2003 | A1 |
20030025731 | Chastain et al. | Feb 2003 | A1 |
20030028395 | Rodgers et al. | Feb 2003 | A1 |
20030040970 | Miller | Feb 2003 | A1 |
20030046233 | Ara et al. | Mar 2003 | A1 |
20030052928 | Williams | Mar 2003 | A1 |
20030058265 | Robinson et al. | Mar 2003 | A1 |
20030065642 | Zee | Apr 2003 | A1 |
20030069812 | Yuen et al. | Apr 2003 | A1 |
20030074672 | Daniels | Apr 2003 | A1 |
20030093312 | Ukita et al. | May 2003 | A1 |
20030093382 | Himeno et al. | May 2003 | A1 |
20030097354 | Finlay et al. | May 2003 | A1 |
20030105679 | Krishnan et al. | Jun 2003 | A1 |
20030110503 | Perkes | Jun 2003 | A1 |
20030129963 | Nurcahya | Jul 2003 | A1 |
20030135495 | Vagnozzi | Jul 2003 | A1 |
20030152894 | Townshend | Aug 2003 | A1 |
20030163399 | Harper et al. | Aug 2003 | A1 |
20030164844 | Kravitz et al. | Sep 2003 | A1 |
20030182551 | Frantz et al. | Sep 2003 | A1 |
20030190145 | Copperman et al. | Oct 2003 | A1 |
20030191737 | Steele et al. | Oct 2003 | A1 |
20030204496 | Ray et al. | Oct 2003 | A1 |
20030210789 | Farnham et al. | Nov 2003 | A1 |
20030212613 | Sarig | Nov 2003 | A1 |
20040002943 | Merrill et al. | Jan 2004 | A1 |
20040003398 | Donian et al. | Jan 2004 | A1 |
20040015467 | Fano | Jan 2004 | A1 |
20040030686 | Cardno et al. | Feb 2004 | A1 |
20040044723 | Bell et al. | Mar 2004 | A1 |
20040054499 | Starzyk et al. | Mar 2004 | A1 |
20040098350 | Labrou et al. | May 2004 | A1 |
20040117189 | Bennett | Jun 2004 | A1 |
20040120280 | Western | Jun 2004 | A1 |
20040128359 | Horvitz et al. | Jul 2004 | A1 |
20040139400 | Allam et al. | Jul 2004 | A1 |
20040167822 | Chasen et al. | Aug 2004 | A1 |
20040201633 | Barsness et al. | Oct 2004 | A1 |
20040205457 | Bent et al. | Oct 2004 | A1 |
20040212941 | Haas et al. | Oct 2004 | A1 |
20040237033 | Woolf et al. | Nov 2004 | A1 |
20040267552 | Gilliam et al. | Dec 2004 | A1 |
20040268253 | DeMello et al. | Dec 2004 | A1 |
20050021464 | Lindauer et al. | Jan 2005 | A1 |
20050021611 | Knapp et al. | Jan 2005 | A1 |
20050022113 | Hanlon | Jan 2005 | A1 |
20050044148 | Son et al. | Feb 2005 | A1 |
20050044224 | Jun et al. | Feb 2005 | A1 |
20050049001 | Lazaridis | Mar 2005 | A1 |
20050066219 | Hoffman et al. | Mar 2005 | A1 |
20050069225 | Schneider et al. | Mar 2005 | A1 |
20050088410 | Chaudhri | Apr 2005 | A1 |
20050102618 | Naito | May 2005 | A1 |
20050125222 | Brown et al. | Jun 2005 | A1 |
20050138007 | Amitay | Jun 2005 | A1 |
20050144251 | Slate | Jun 2005 | A1 |
20050144895 | Grimes et al. | Jul 2005 | A1 |
20050176438 | Li | Aug 2005 | A1 |
20050177567 | Hughes et al. | Aug 2005 | A1 |
20050193330 | Peters | Sep 2005 | A1 |
20050195975 | Kawakita | Sep 2005 | A1 |
20050198070 | Lowry | Sep 2005 | A1 |
20050208930 | Zmrzli | Sep 2005 | A1 |
20050222977 | Zhou et al. | Oct 2005 | A1 |
20050250439 | Leslie | Nov 2005 | A1 |
20050256822 | Hollingsworth | Nov 2005 | A1 |
20050273470 | Heigold | Dec 2005 | A1 |
20050288044 | Atkins et al. | Dec 2005 | A1 |
20060004840 | Senda | Jan 2006 | A1 |
20060015649 | Zutaut et al. | Jan 2006 | A1 |
20060020469 | Rast | Jan 2006 | A1 |
20060031316 | Forstadius | Feb 2006 | A1 |
20060047844 | Deng | Mar 2006 | A1 |
20060048184 | Poslinski et al. | Mar 2006 | A1 |
20060052089 | Khurana et al. | Mar 2006 | A1 |
20060057960 | Tran | Mar 2006 | A1 |
20060061595 | Goede et al. | Mar 2006 | A1 |
20060071754 | Tofts et al. | Apr 2006 | A1 |
20060075205 | Martin et al. | Apr 2006 | A1 |
20060080261 | Christal | Apr 2006 | A1 |
20060098900 | King et al. | May 2006 | A1 |
20060123053 | Scannell | Jun 2006 | A1 |
20060129618 | Maier | Jun 2006 | A1 |
20060143558 | Albornoz et al. | Jun 2006 | A1 |
20060156222 | Chi et al. | Jul 2006 | A1 |
20060161578 | Siegel et al. | Jul 2006 | A1 |
20060161635 | Lamkin et al. | Jul 2006 | A1 |
20060175983 | Crouse et al. | Aug 2006 | A1 |
20060179137 | Jennings, III et al. | Aug 2006 | A1 |
20060190489 | Vohariwatt et al. | Aug 2006 | A1 |
20060190568 | Patterson | Aug 2006 | A1 |
20060236240 | Lebow | Oct 2006 | A1 |
20060250994 | Sasaki et al. | Nov 2006 | A1 |
20060253441 | Nelson | Nov 2006 | A1 |
20060253461 | de Bonet | Nov 2006 | A1 |
20060256083 | Rosenberg | Nov 2006 | A1 |
20060265472 | Seitz et al. | Nov 2006 | A1 |
20060265518 | Owens et al. | Nov 2006 | A1 |
20060272028 | Maes | Nov 2006 | A1 |
20060281058 | Mangoaela | Dec 2006 | A1 |
20070014404 | Cha | Jan 2007 | A1 |
20070027857 | Deng et al. | Feb 2007 | A1 |
20070039023 | Kataoka | Feb 2007 | A1 |
20070050346 | Goel et al. | Mar 2007 | A1 |
20070061335 | Ramer et al. | Mar 2007 | A1 |
20070073596 | Alexander et al. | Mar 2007 | A1 |
20070079383 | Gopalakrishnan | Apr 2007 | A1 |
20070094285 | Agichtein et al. | Apr 2007 | A1 |
20070094351 | Kalish et al. | Apr 2007 | A1 |
20070105536 | Tingo | May 2007 | A1 |
20070112817 | Danninger | May 2007 | A1 |
20070118533 | Ramer et al. | May 2007 | A1 |
20070136660 | Gurcan et al. | Jun 2007 | A1 |
20070136679 | Yang | Jun 2007 | A1 |
20070150456 | Lian et al. | Jun 2007 | A1 |
20070152980 | Kocienda et al. | Jul 2007 | A1 |
20070169087 | Fadell | Jul 2007 | A1 |
20070174545 | Okada et al. | Jul 2007 | A1 |
20070185865 | Budzik et al. | Aug 2007 | A1 |
20070189719 | Furumachi et al. | Aug 2007 | A1 |
20070219983 | Fish | Sep 2007 | A1 |
20070233562 | Lidwell et al. | Oct 2007 | A1 |
20070233692 | Lisa et al. | Oct 2007 | A1 |
20070234209 | Williams | Oct 2007 | A1 |
20070240187 | Beach et al. | Oct 2007 | A1 |
20070250591 | Milic-Frayling et al. | Oct 2007 | A1 |
20070282809 | Hoeber et al. | Dec 2007 | A1 |
20070283173 | Webb et al. | Dec 2007 | A1 |
20070288853 | Neil | Dec 2007 | A1 |
20070299913 | Griffin | Dec 2007 | A1 |
20080005097 | Kleewein et al. | Jan 2008 | A1 |
20080005664 | Chandra | Jan 2008 | A1 |
20080009268 | Ramer et al. | Jan 2008 | A1 |
20080027933 | Hussam | Jan 2008 | A1 |
20080031595 | Cho | Feb 2008 | A1 |
20080040233 | Wildman et al. | Feb 2008 | A1 |
20080051071 | Vishwanathan et al. | Feb 2008 | A1 |
20080082518 | Loftesness | Apr 2008 | A1 |
20080082911 | Sorotokin et al. | Apr 2008 | A1 |
20080089665 | Thambiratnam et al. | Apr 2008 | A1 |
20080113614 | Rosenblatt | May 2008 | A1 |
20080120280 | Iijima et al. | May 2008 | A1 |
20080133479 | Zelevinsky et al. | Jun 2008 | A1 |
20080163039 | Ryan et al. | Jul 2008 | A1 |
20080164304 | Narasimhan et al. | Jul 2008 | A1 |
20080168073 | Siegel et al. | Jul 2008 | A1 |
20080208833 | Basmov | Aug 2008 | A1 |
20080216153 | Aaltonen et al. | Sep 2008 | A1 |
20080222552 | Batarseh et al. | Sep 2008 | A1 |
20080243788 | Reztlaff et al. | Oct 2008 | A1 |
20080243828 | Reztlaff et al. | Oct 2008 | A1 |
20080259057 | Brons | Oct 2008 | A1 |
20080293450 | Ryan et al. | Nov 2008 | A1 |
20080294674 | Reztlaff, II et al. | Nov 2008 | A1 |
20080295039 | Nguyen et al. | Nov 2008 | A1 |
20090094528 | Gray et al. | Apr 2009 | A1 |
20090094540 | Gray et al. | Apr 2009 | A1 |
20090228774 | Matheny et al. | Sep 2009 | A1 |
20090263777 | Kohn | Oct 2009 | A1 |
20090286558 | Zufi et al. | Nov 2009 | A1 |
20090318124 | Haughn | Dec 2009 | A1 |
20090319482 | Norlander et al. | Dec 2009 | A1 |
20100017499 | Martinent et al. | Jan 2010 | A1 |
20100023259 | Krumm et al. | Jan 2010 | A1 |
20100081120 | Nanjiani et al. | Apr 2010 | A1 |
20110099487 | Pyhalammi et al. | Apr 2011 | A1 |
Number | Date | Country |
---|---|---|
101120358 | Feb 2008 | CN |
2393349 | Mar 2004 | GB |
2001100702 | Apr 2001 | JP |
2002099739 | Apr 2002 | JP |
WO9720274 | Jun 1997 | WO |
WO0045588 | Aug 2000 | WO |
WO0056055 | Sep 2000 | WO |
WO0075840 | Dec 2000 | WO |
WO0239206 | May 2002 | WO |
WO2004055647 | Jul 2004 | WO |
WO2006078728 | Jul 2006 | WO |
Entry |
---|
“Stroud's Reviews ActiveX Controls”, 1997 (web doc). |
James Marshall, “HTTP Made Really Easy”, 1997 (web doc). |
Office Action in U.S. Appl. No. 11/862,179 dated Jul. 30, 2009. |
International Search Report in counterpart PCT Application No. PCT/US2008/054664 dated Jun. 9, 2008. |
U.S. Appl. No. 11/277,894, filed Mar. 29, 2006, Jateen P. Parekh, Gregg E. Zehr, and Subram Narasimhan, “Reader Device Content Indexing”. |
U.S. Appl. No. 11/537,484, filed Sep. 29, 2006, Thomas Ryan, “Expedited Acquisition of a Digital Item Following a Sample Presentation of the Item.” |
U.S. Appl. No. 11/537,518, filed Sep. 29, 2006, John Lattyak, “Acquisition of an Item based on a Catalog Presentation of Items.” |
U.S. Appl. No. 11/693,685, filed Mar. 29, 2007, John Lattyak; John Kim; Steven Moy; Laurent An Minh Nguyen, “Relative Progress and Event Indicators.” |
U.S. Appl. No. 11/763,314, filed Jun. 14, 2007, John Lattyak; Craig Griffin; Steven Weiss, “Display Dependent Markup Language.” |
U.S. Appl. No. 11/763,339, filed Jun. 14, 2007, David Isbister; Marshall Willilams; Nicholas Vaccaro, “Power Management Techniques for a User Device.” |
U.S. Appl. No. 11/763,357, filed Jun. 14, 2007, James Reztlaff II; John Lattyak, “Obtaining and Verifying Search Indices.” |
U.S. Appl. No. 11/763,363, filed Jun. 14, 2007, James Reztlaff II; Thomas Ryan, “Search Results Generation and Sorting.” |
U.S. Appl. No. 11/763,375, filed Jun. 14, 2007, John Lattyak, Girish Bansil Bajaj, Kevin R. Cheung, Thomas Fruchterman, Robert L. Goodwin, Kenneth P. Kiraly, Richard Moore, Subram Narasimhan, Thomas A. Ryan, Michael V. Rykov, Jon Saxton, James C. Slezak, Beryl Tomay, Aviram Zagorie, Gregg Elliott Zehr, “Delivery of Items for Consumption by a User Device.” |
U.S. Appl. No. 11/763,376, filed Jun. 14, 2007, Kenneth Kiraly; Thomas Ryan; Gregg Zehr; John Lattyak; Michael Rykov; Girish Bansilal Bajaj; James Slezak; Aviram Zagorie; Richard Moore; Kevin Cheung; Thomas Fruchterman; Robert Goodwin, “Notification of a User Device to Perform an Action.” |
U.S. Appl. No. 11/763,378, filed Jun. 14, 2007, John Lattyak; Thomas Ryan; Gregg Zehr; Kenneth Kiraly; Michael Rykov; Girish Bansilal Bajaj; James Slezak; Aviram Zagorie; Richard Moore; Kevin Cheung; Thomas Fruchterman; Robert Goodwin; Xiaotian Guo, “Transfer of Instructions to a User Device.” |
U.S. Appl. No. 11/763,381, filed Jun. 14, 2007, Michael Rykov; Girish Bansilal Bajaj; James Slezak; Aviram Zagorie; Richard Moore; Kevin Cheung; Thomas Fruchterman; Robert Goodwin, “Selecting and Providing Items in a Media Consumption System.” |
U.S. Appl. No. 11/763,386, filed Jun. 14, 2007, Thomas Ryan; Gregg Zehr; Kenneth Kiraly; John Lattyak; Michael Rykov; Girish Bansilal Bajaj; James Slezak; Aviram Zagorie; Richard Moore; Kevin Cheung; Thomas Fruchterman; Robert Goodwin, “Handling of Subscription-Related Issues in a Media Consumption System.” |
U.S. Appl. No. 11/763,390, filed Jun. 14, 2007, Girish Bansilal Bajaj; Michael Rykov; James Slezak; Aviram Zagorie; Richard Moore; Kevin Cheung; Thomas Fruchterman; Robert Goodwin, “Providing User-Supplied Items to a User Device.” |
U.S. Appl. No. 11/763,392, filed Jun. 14, 2007, Thomas Ryan; Gregg Zehr; Kenneth Kiraly; John Lattyak; Subram Narasimhan; Michael Rykov; Girish Bansilal Bajaj; James Slezak; Aviram Zagorie; Richard Moore; Kevin Cheung; Thomas Fruchterman; Robert Goodwin, “Administrative Tasks in a Media Consumption System.” |
U.S. Appl. No. 11/763,393, filed Jun. 14, 2007, John Lattyak; Michael Rykov; Girish Bansilal Bajaj; James Slezak; Aviram Zagorie; Richard Moore; Kevin Cheung; Thomas Fruchterman, Robert Goodwin, “Incremental Updates of Items.” |
U.S. Appl. No. 11/763,395, filed Jun. 14, 2007, Thomas Ryan; Gregg Zehr; Kenneth Kiraly; John Lattyak; Michael Rykov; Girish Bansilal Bajaj; James Slezak; Aviram Zagorie; Richard Moore; Kevin Cheung; Thomas Fruchterman; Robert Goodwin; James Reztlaff II, “Providing Supplemental Information Based on Hints in a Media Consumption System.” |
U.S. Appl. No. 11/963,618, filed Dec. 21, 2007, Michael Rykov; Laurent An Minh Nguyen; Steven Moy, “Dissemination of Periodical Samples.” |
U.S. Appl. No. 12/333,215, filed Dec. 11, 2008, Aviram Zagorie; Craig Griffin; John Lattyak; Michael Rykov, “Device-Specific Presentation Control for Electronic Book Reader Devices.” |
U.S. Appl. No. 12/351,629, filed Jan. 9, 2009, John Johnston; Weiping Dou; Steven Chase, “Antenna Placement on Portable Device.” |
U.S. Appl. No. 12/351,663, filed Jan. 9, 2009, Chris Li; Steven Chase, “Surface Mount Clip for Routing and Grounding Cables.” |
U.S. Appl. No. 12/360,089, filed Jan. 26, 2009, Thomas Dimson, Janna Hamaker, Eugene Kalenkovich, Tom Killalea, “Aggregation of Highlights.” |
U.S. Appl. No. 12/360,744, filed Jan. 27, 2009, Rajiv Kotesh Ghanta; Marcos Frid; Joseph J. Hebenstreit; John T. Kim, “Electronic Device With Haptic Feedback.” |
U.S. Appl. No. 12/366,941, filed Feb. 6, 2009, Scott Dixon; Eriel Thomas, “Bundled Digital Content.” |
U.S. Appl. No. 12/414,914, filed Mar. 31, 2009, Amit Agarwal; Zaur Kambarov; Tom Killalea, “Questions on Highlighted Passages.” |
U.S. Appl. No. 29/331,528, filed Jan. 27, 2009, Chris Green, “User Interface Cluster.” |
“A Universally Unique IDentifier (UUID) URN Namespace”, Jul. 2005, IETF, 32 pages. Retrieved on Apr. 21, 2010 at http://tools.ietf.org/pdf/rfc4122.pdf. |
“Annotation Engine,” Berkman Center for Internet & Society at Harvard Law School <http://cyber.iaw.harvard.edu/projects/annotate.html> [Retrieved Jan. 30, 2004]. |
“Annotator Instructions,” Berkman Center for Internet & Society at Harvard Law School <<http://cyber.law.harvard.edu/annotate/instructions.html>>, also found at <<http://cyber.law.harvard.edu/cite/instructions.html>>, [Retrieved Jan. 30, 2004]. |
“Annotator Wishlist,” Berkman Center for Internet & Society at Harvard Law School r <http://cyber.law.harvard.edulcite/annotate.cgi ?action=print&markup ;center=; view=http%3A%2F%2Fcy . . . > [Retrieved Jan. 30, 2004]. |
BarnesandNoble.com, “Barnes and Noble Homepage”, retrieved on Aug. 2, 2011 http://web.archive.org/web/19981202183957/http://www.barnesandnoble.com/, Dec. 2, 1998. |
Beigbeder et al., “An Information Retrieval Model Using the Fuzzy Proximity Degree of Term Occurences”, 2005 ACM Symposium on Applied Computing, pp. #1018-pp. #1022. |
Bellwood, et al., “UDDI Version 2.04 API Specification UDDI Committee Specification, Jul. 19, 2002”, Oasis, 95 pages. Retrieved on Apr. 21, 2010 via Wayback Machine at http://web.archive.org/web/20050314033213/www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm. |
Roscheisen, M., et al., “Beyond Browsing: Shared Comments, SOAPs, Trails, and On-Line Communities,” Computer Networks and ISDN Systems 27:739-749, 1995. |
Biskup, J., et al, “Towards a Credential-Based Implementation of Compound Access Control Policies” SACMAT '04, Proceedings of the ninth ACM symposium on Access control models and technologies, Jun. 4, 2004, NY, retrieved from the internet: http://portal.acm.org/citation.cfm?id=990036.990042 (retrieved Nov. 9, 2010. |
Bradley, “Plastic Shape Shifter”, retreived on May 7, 2009 at <<http://www.reactivereports.com/61/61—3.html>>, Chemistry WebMagazine, Issue No. 61, Dec. 2006, 2 pgs. |
Breu, M. et al., “The Medoc Distrubuted Electronic Library: Accounting and Security Aspects”, Electronic Publishing, New Models and Opportunities, Proceedings of an ICCC/IFIP Conference, Apr. 14, 1997, pp. 237-249. |
Canadian Office Action mailed Apr. 14, 2009 for Canadian Patent Application No. 2594573, a counterpart foreign application of U.S. Appl. No. 11/039,645. |
Cafesoft.com, “Security Glossary”, dated Oct. 13, 2003, retrieved from the Wayback Machine on Jul. 2, 2009 at <<http://web.archive.org/web/20031013022218/http://cafesoft.com/support/security-glossary.html>>. |
Card et al., “3Book: A 3D Electronic Smart Book”, AVI'04 May 25-28, 2004, Hallipoli, Italy, ACM 2004, pp. #303-pp. #307. |
Cavanaugh “EBooks and Accommodations”, Teaching Expectional Children vol. 35 No. 2 p. 56-61 Copyright 2002 CEC. |
Cavanaugh, “EBooks and Accommodations”, Teaching Exceptional Children, vol. 35, No. 2, Copyright 2002 CEC, 6 pages. |
Chi et al. “eBooks with Indexes that Reorganize Conceptually”, CHI2004, Apr. 24-29, 2004, Vienna, Austria ACM 1-58113-703-6/04/0004. |
Cleveland, Jr. et al., “Questions and Answers about Biological Effects and Potential Hazards of Radiofrequency Electromagnetic Fields” OET Bulletin 56, Fourth Edition, Aug. 1999, 38 pages. |
Cleveland, Jr., et al, “Evaluating Compliance with FCC Guidelines for Human Exposure to Radiofrequency Electromagnetic Fields” OET Bulletin 65, Edition 97-01, Aug. 1997, 84 pages. |
Chinese Office Action mailed May 9, 2008 for Chinese Patent Application No. 200680002606.2, a counterpart foreign application of U.S. Appl. No. 11/039,645. |
Chinese Second Office Action mailed Jun. 5, 2009 for Chinese Patent Application No. 200680002606.2, a counterpart foreign application of U.S. Appl. No. 11/039,645. |
Chinese Third Office Action mailed Nov. 27, 2009 for Chinese Patent Application No. 200680002606.2, a counterpart foreign application of U.S. Appl. No. 11/039,645. |
Chinese Office Action mailed Oct. 10, 2011 for Chinese patent application No. 200880017259.X, a counterpart foreign application of U.S. Appl. No. 11/693,682, 7 pages. |
Chinese Office Action mailed Jul. 14, 2011 for Japanese patent application No. 20078004873.9, a counterpart foreign application of US patent No. 7,865,817, 6 pages. |
Chinese Office Action mailed Aug. 25, 2011 for Chinese patent application No. 200880024964.2, a counterpart foreign application of U.S. Appl. No. 11/763,358, 6 pages. |
Chinese Office Action mailed Sep. 26, 2011 for Chinese patent application No. 200880017589.9, a counterpart foreign application of U.S. Appl. No. 11/763,369, 9 pages. |
Chinese Office Action mailed Sep. 30, 2011 for Chinese patent application No. 200880025056.5, a counterpart foreign application of U.S. Appl. No. 11/763,374, 9 pages. |
Davison et al. “The Use of eBooks and Interactive Multimedia, as Alternative Forms of Technical Documentation” SIGDOC'05, Sep. 21-23, 2005, Conventry, United Kingdom, Copyright 2005 ACM 1-59593-175-9/5/0009. |
Desmoulins et al., “Pattern-Based Annotations on E-books: From Personal to Shared Didactic Content”, Proceedings of the IEEE International Workshop on Wireless adn Mobile Techniques in Education, 2002, 4 pages. |
Carter, S., et al., “Digital Graffiti: Public Annotation of Multimedia Content,” Proceedings o/the CHI2004, Vienna, Austria, Apr. 24-29, 2004, pp. 1207-1210. |
Elspass, et al., “Portable Haptic Interface with Active Functional Design”, In Proceedings SPIE Conference on Smart Structures and Integrated Systems, Newport Beach, California, vol. 3668, Mar. 1999, 926-932. |
Extended European Search Report mailed Dec. 22, 2009, issued in corresponding European Patent Application No. EP 06 71 8773.2, filed Jan. 18, 2006, 9 pages. |
European Office Action mailed Dec. 12, 2009 for European Patent Application No. 06718773.2, a counterpart foreign application of U.S. Appl. No. 11/039,645, 9 pages. |
European Office Action mailed Mar. 26, 20010 for European Patent Application No. 06718773.2, a counterpart foreign application of U.S. Appl. No. 11/039,645. |
European Search report mailed Dec. 22, 2009 for European Patent Application No. 06718773.2, a counterpart foreign application of U.S. Appl. No. 11/039,645. |
Office Action from the U.S. Patent and Trademark Office for U.S. Appl. No. 11/763,375, mailed Feb. 23, 2010, 15 pages. |
Final Office Action for U.S. Appl. No. 11/763,358, mailed on Apr. 5, 2011, James R. Retzlaff II, “Managing Status of Search Index Generation”. |
Gladney, H. M.: “Access Control for Large Collections”, NY, vol. 15, No. 2, Apr. 1, 1997, pp. 154-194. |
“Haptic History—Machine Haptics (Expansion)” retrieved on May 7, 2009 at <<http://hapticshistory.chc61.uci.cu/haptic/site/pages/Machine-Haptics-Became—5.php.>> from Google's cache, text-only version as webpage appeared on Apr. 16, 2009, 8 pgs. |
Henke, H. “Survey on Electronic Book Features”, Open eBook Forum, online, Mar. 20, 2002, pp. 1-14, retrieved from the internet: <http://www.openebook.org/doc—library/surveys/IDPF—eBook—Features—2002.pdf> retrieved Nov. 8, 2010. |
Jones, et al., “Development of a Tactile Vest”, IEEE Computer Society, In the Proceedings of the 12th International Symposium on Haptic Interfaces for Virtual Environment and Teleoperator Systems, Mar. 27-28, 2004, pp. 82-29. |
Japanese Office Action mailed Jan. 25, 2011 for Japanese Patent Application No. 2007-552235, a counterpart foreign application of U.S. Appl. No. 11/039,645. |
Japanese Office Action mailed Oct. 25, 2011 for Japanese patent application No. 2007-552235, a counterpart foreign application of U.S. Appl. No. 11/039,645, 3 pages. |
Leach et al, “A Universally Unique IDentifier (UUID) URN Namespace”, Jul. 2005, IETF, retrieved on Apr. 21, 2010 at http://tools.ietf.org/pdf/rfc4122.pdf, 32 pgs. |
Leutwyler, “Shape-shifting Polymer Gels”, retrieved on May 7, 2009 at <<http://www.scientificamerican.com/article.cfm?id=shape-shifting-polymer-ge&print=true>>, Scientific American, Nov. 9, 2000, 1 pg. |
Means, et al., “ Evaluating Compliance with FCC Guidelines for Human Exposure to Radiofrequency Electromagnetic Fields”, OET Bulletin 65 Edition 97-01, Jun. 2001, 57 pages. |
Mercier et al., “Sphere of influence Model in Information retrieval”, IEEE 2005 International Conference on Fuzzy Systems, pp. #120-pp. #125. |
Nakatani, et al., “3D Form Display with Shape Memory Alloy”, In Proceedings of 13th International Conference on Artificial Reality and Teleexistence (ICAT), 2003, pp. 179-184. |
Navarro, et al., “Modern Information Retrieval, Chapter 8: Indexing and Searching”, Jan. 1, 1999, Modern Information Retrieval, ACM Press, New York, pp. 191-228. |
Final Office Action for U.S. Appl. No. 11/537,484, mailed on Jan. 24, 2012, Thomas A. Ryan, “Expedited Acquisition of a Digital Item Following a Sample Presentation of the Item”, 22 pages. |
Final Office Action for U.S. Appl. No. 12/414,914, mailed on Jan. 4, 2012, Agarwal et al., “Questions on Highlighted Passages”, 41 pages. |
Office action for U.S. Appl. No. 12/360,089, mailed on Oct. 5, 2011, Killalea et al., “Aggregation of Highlights”, 75 pages. |
Final Office Action for U.S. Appl. No. 11/763,392, mailed on Oct. 14, 2011, Thomas Ryan, “Administrative Tasks in a Media Consumption System ”, 38 pages. |
Office action for U.S. Appl. No. 11/763,390, mailed on Oct. 24, 2011, Bajaj et al., “Providing User-Supplied Items to a User Device ”, 11 pages. |
Final Office Action for U.S. Appl. No. 12/759,828, mailed on Nov. 10, 2011, James R. Retzalff II, “Search and Indexing on a User Device”, 16 pages. |
Final Office Action for U.S. Appl. No. 11/537,518, mailed on Nov. 25, 2011, John Lattyak, “Acquisition of an Item Based on a Catalog Presentation of Items,” 8 pages. |
Office action for U.S. Appl. No. 13/620,399, mailed on Nov. 6, 2012, Lint al., “Method and System for Transferring Content From the Web to Mobile Devices ”, 11 pages. |
Office action for U.S. Appl. No. 13/620,420, mailed on Nov. 6, 2012, Lin et al., “Method and System for Transferring Content From the Web to Mobile Devices ”, 11 pages. |
Non-Final Office Action for U.S. Appl. No. 11/763,386, mailed on Nov. 8, 2011, Thomas Ryan, “Handling of Subscription-Related Issues in a Media Consumption System”, 10 pages. |
Non-Final Office Action for U.S. Appl. No. 11/763,395, Thomas Ryan, “Providing Supplemental Information Based on Hints in a Media Consumption System ”, 10 pages. |
Office Action for U.S. Appl. No. 11/743,129, mailed on Dec. 20, 2011, Daniel J. Lin et al. “Method and System for Remotely Controlling the Display of Photos in a Digital Picture Frame”, 18 pages. |
Office action for U.S. Appl. No. 11/763,357 , mailed on Dec. 21, 2011, Reztlaff et al., “Obtaining and Verifying Search Indices”, 14 pages. |
Final Office Action for U.S. Appl. No. 11/763,363, mailed on Dec. 23, 2011, James R. Rezlaff II et al., “Search Results Generation and Sorting”, 10 pages. |
Non-Final Office Action for U.S. Appl. No. 13/251,598, mailed on Dec. 27, 2011, Daniel Lin et al., “Method and System for a Hosted Mobile Management Service Architecture”, 26 pages. |
Non-Final Office Action for U.S. Appl. No. 11/763,369, mailed on Dec. 29, 2011, James R. Reztlaff II et al., “Search of Multiple Content Sources on a User Device”, 21 pages. |
Final Office Action for U.S. Appl. No. 11/693,685, dated Dec. 8, 2011, John Lattyak et al., “Relative Progress and Event Indicators”, 23 pages. |
Final Office Action for U.S. Appl. No. 11/763,374, mailed on Feb. 13, 2012, Thomas Ryan et al., “Consumption of Items via a User Device”, 14 pages. |
Non-Final Office Action for U.S. Appl. No. 11/763,393, mailed on Feb. 16, 2012, John Lattyak et al., “Incremental Updates of Items”, 24 pages. |
Final; Office Action for U.S. Appl. No. 12/360,089, mailed on Mar. 28, 2012, Tom Killalea et al., “Aggregation of Highlights”, 17 pages. |
Non-Final Office Action for U.S. Appl. No. 12/366,941, mailed on Mar. 30, 2012, Scott Dixon et al., “Bundled Digital Content”, 12 pages. |
Non-Final Office Action for U.S. Appl. No. 11/537,518, mailed on Apr. 28, 2011. |
Office action for U.S. Appl. No. 11/763,357, mailed on May 26, 2011, Reztlaff, “Obtaining and Verifying Search Indices”. |
Final Office Action for U.S. Appl. No. 11/763,314, mailed on Jun. 13, 2011, Craig S. Griffin, “Display Dependent Markup Language”. |
Non-Final Office Action for U.S. Appl. No. 11/693,682, mailed on Jun. 9, 2011, Hilliard B. Siegel, “Providing Annotations of a Digital Work”. |
Office action for U.S. Appl. No. 12/333,215, mailed on Jul. 18, 2011, Zagorie et al., “Device-Specific Presentation Control for Electronic Book Reader Devices”, 22 pages. |
Non-Final Office Action for U.S. Appl. No. 11/693,685, John Lattyak, “Relative Progress and Event Indicators”. |
Office action for U.S. Appl. No. 12/414,914, mailed on Aug. 4, 2011, Agarwal et al., “Questions on Highlighted Passages”, 39 pages. |
Non-final Office Action for U.S. Appl. No. 11/537,484, mailed on Aug. 19, 2011, Thomas A. Ryan, “Expedited Acquisition of a Digital Item Following a Sample Presentation of the Item”, 13 pages. |
Non-final Office Action for U.S. Appl. No. 11/763,363, mailed on Aug. 26, 2011, James R. Rezlaff II, “Search Results Generation and Sorting”, 10 pages. |
Office action for U.S. Appl. No. 11/743,129, mailed on Sep. 11, 2012, Lin et al., “Method and System for Remotely Controlling The Display of Photos in a Digital Picture Frame”, 20 pages. |
Non-Final Office Action for U.S. Appl. No. 11/763,358, mailed on Sep. 12, 2011, James R. Retzlaff II, “Managing Status of Search Index Generation”, 11 pages. |
Final Office Action for U.S. Appl. No. 11/963,618, mailed on Sep. 26, 2011, Michael Rykov, “Dissemination of Periodical Samples”, 15 pages. |
Non-Final Office Action for U.S. Appl. No. 11/763,374, mailed on Sep. 27, 2011, Thomas Ryan, “Consumption of Items via a User Device”, 17 pages. |
OQO “A Full PC That Fits in Your Pocket” Retrieved on Sep. 22, 2008 at <<http://www.oqo.com/support/documentation.html>>. |
International Search Report mailed Sep. 9, 2008, in International Application No. PCT/US/08/64387, filed May 21, 2008, 1 page. |
International Search Report mailed Aug. 15, 2008, in International Application No. PCT/US07/89105, filed Dec. 28, 2007, 2 pages. |
International Search Report mailed Aug. 15, 2008, in corresponding International Application No. PCT/US08/57829, filed Mar. 21, 2008, 1 page. |
International Search Report mailed Jul. 7, 2008, in International Application No. PCT/US08/57848, filed Mar. 31, 2008, 2 pages. |
PCT International Search Report and the Written Opinion for Application No. PCT/US 08/64389, mailed on Jan. 28, 2009, 7 pgs. |
PCT Search Report for PCT Application No. PCT/US10/22060, mailed Mar. 8, 2010 (7 pages). |
PCT International Search Report and the Written Opinion for Application No. PCT/US2006/001752, mailed on Jul. 27, 2006, 8 pgs. |
“Say No To Third Voice,” Worldzone.net, 1999-2004, <http://worldzone.netiinternetipixelsnttv/index.html> [retrieved Jan. 30, 2004]. |
“Shape Memory Polymer”, retrieved on May 7, 2009 at <<http://en.wikipedia.org/wiki/Shape—Memory—Polymer>>, Wikipedia, 8 pgs. |
Sohn et al. “Development of a Standard Format for eBooks”, SAC2002, Madrid, Spain, 2002 ACM 1-58113-445-2/02/0. |
“The Berkman Center for Internet & Society at Harvard Law School: Annotation Engine,”Harvard.Edu, 1999-2004, <http://cyber.iaw.harvard.eduJprojects/annotate.html> [Retrieved Jan. 30, 2004], 3 pages. |
Marshall, C.C., “The Future of Annotation in a Digital (Paper) World,” Proceedings o/the 35th Annual GSLIS Clinic, University of Illinois at UrbanaChampaign, Urbana, 11, Mar. 22-24, 1998, pp. 1-19. |
Kumar, A., “Third Voice Trails off . . . ,” Wired News, 2004, <http://www.wired.comlnews/printIO. 1294,42803 ,00.html> [retrieved Jan. 30, 2004]. |
“Universal Unique Identifier”, dated Dec. 16, 2002. The Open Group, 9 pages. Retrieved on Apr. 21, 2010 via Wayback Machine at http://web.archive.org/web/20021216070918/http://www.opengroup.org/onlinepubs/9629399/apdxa.htm. |
“Web Services Architecture: W3C Working Group Note Feb. 11, 2004”, Feb. 11, 2004, W3C, 100 pages. Retrieved on Apr. 21, 2010 via Wayback Machine at http://web.archive.org/web/2004040205185/http://www.w3.org/TR/ws-arch/. |
Wellman, et al., “Mechanical Design and Control of a High-Bandwidth Shape Memory Alloy Tactile Display”, Springer-Verlag, In the Proceedings of the International Symposium on Experimental Robotics, Barcelona, Spain, Jun. 1997, pp. 56-66, 12 pgs. |
Yoshikawa, et al., “Vertical Drive Micro Actuator for Haptic Display Using Shape Memory Alloy Thin Film”, IEE Japan, Papers of Technical Meeting on Micromachine and Sensor System, Journal Code L2898B, vol. MSS-05, No. 21-44, 2005, pp. 103-108. |
Ziviani, N ED, Baeza-Yates R. et at: “Modern Information Retrieval, Text Operations”, Jaunary 1, 1999, Modern Information Retrieval, ACM Press, NY, pp. 163-190. |
Zobel, J. et al., “Inverted Files for Text Search Engines” ACM Computing Surveys, vol. 38, No. 2, Jul. 1, 2006, pp. 1-56, NY, NY. |
Number | Date | Country | |
---|---|---|---|
20110296315 A1 | Dec 2011 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11862179 | Sep 2007 | US |
Child | 13207234 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11674081 | Feb 2007 | US |
Child | 11862179 | US |