The present invention is generally related to applications and more specifically to applications that manage a user's interaction with web pages.
A runtime environment can enable an application to be integrated into the computing environment of a computing device. Typically, a runtime environment is provided for applications to be implemented natively (i.e. compiled into the machine code of the computing device on which it resides). However, other runtime environments can be provided for applications to be implemented non-natively on a computing device, such as web applications which can operate within a virtual machine provided by a web browser that operates natively on a computing device.
A web browser is an application that typically retrieves and presents information found on web pages maintained by content servers over a network. A web page is typically a file formatted in browser supported formats such as but not limited to markup languages (such as but not limited to HTML), scripts (such as but not limited to JavaScript) and style sheets (such as but not limited to CSS) that can be displayed by a web browser.
Systems and methods in accordance with embodiments of the invention download and modify web content to create interactive cross-platform applications.
One embodiment of the invention includes:
a processor and storage, where an operating system is installed on the computing device that configures the processor to create a computing environment;
an application platform application stored in the storage of the computing device, where the application platform application comprises:
a rendering engine process configured to:
an integration process that enables instructions executing within the virtual machine to modify the computing environment;
at least one hosted application comprising:
a background page file including instructions in the scripting language:
wherein the virtual machine is configured to parse the instructions in the scripting language contained within the background page file to configure the processor to:
wherein the rendering engine process is configured to render a user interface page based upon the modified DOM generated by the execution of the background page.
In a further embodiment, the background page is stored in the storage.
In another embodiment, a resource locator indicating the location of the background page is stored in the storage and the application platform application is configured to download the background page using the resource locator.
In a still further embodiment, modifying the instructions written in the scripting language within the at least one downloaded file in accordance with a predetermined page modification rule to create at least one modified file comprises inserting instructions into the instructions written in the scripting language within the at least one downloaded file.
In still another embodiment, the instructions inserted in the scripting language call an API in the integration layer process.
In a yet further embodiment, the instructions inserted in the scripting language call an API in a remote server.
In yet another embodiment, modifying the instructions written in the scripting language within the at least one downloaded file in accordance with a predetermined page modification rule to create at least one modified file comprises removing instructions from the instructions in the scripting language within the at least one downloaded file.
In a further embodiment again, the at least one downloaded file further comprises instructions written in the rendering language; and the method further includes: modifying instructions written in the rendering language within the at least one downloaded file in accordance with a predetermined page modification rule as part of the process of creating the at least one modified file.
In another embodiment again, modifying instructions written in the rendering language within the at least one downloaded file in accordance with a predetermined page modification rule further comprises inserting into the instructions written in the rendering language within the at least one downloaded file.
In a further additional embodiment, modifying instructions written in the rendering language within the at least one downloaded file in accordance with a predetermined page modification rule further comprises removing instructions written in the rendering language from the instructions written in the rendering language within the at least one downloaded file.
In a still yet further embodiment, the at least one downloaded file further comprises a Cascading Style Sheet (CSS); and the method further includes modifying the Cascading Style Sheet (CSS) within the at least one downloaded file in accordance with a predetermined page modification rule as part of the process of creating the at least one modified file.
In still yet another embodiment, modifying the CSS within the at least one downloaded file in accordance with a predetermined page modification rule further comprises removing a CSS from the at least one downloaded file.
In a still further embodiment again, modifying the CSS within the at least one downloaded file in accordance with a predetermined page modification rule further comprises inserting a CSS into the at least one downloaded file.
In still another embodiment again, the DOM in accordance with a predetermined DOM modification rule further comprises inserting a DOM node in the DOM.
In a still further additional embodiment, modifying the DOM in accordance with a predetermined DOM modification rule further comprises removing a DOM node in the DOM.
In still another additional embodiment, the at least one downloaded file further comprises a resource locator indicating the location of a piece of content; and the method further includes removing the resource locator from the at least one downloaded file.
In a yet further embodiment again, rendering the modified DOM using the rendering engine process includes calling an API in the integration layer.
In yet another embodiment again, rendering the modified DOM using the rendering engine process includes calling an API on a remote server.
One embodiment of the method of the invention includes executing at least one hosted application comprising a background page file including instructions in the scripting language on a computing device, where the computing device comprises a processor and a storage containing: the background page; an operating system that configures the processor to create a computing environment; and an application platform application that comprises: a rendering engine process configured to: render pages within the computing environment created by the operating system by interpreting instructions written in a rendering language; and implement a virtual machine configured to execute instructions written in a scripting language; and an integration process that enables instructions executing within the virtual machine to modify the computing environment; parsing instructions in the scripting language contained within a background page file using the rendering engine process; downloading at least one remotely hosted file containing instructions in the rendering language for rendering web page using the rendering engine process based upon instructions written in the scripting language within the background page; modifying the instructions written in the scripting language within the at least one downloaded file in accordance with a predetermined page modification rule to create at least one modified file using the rendering engine process based upon instructions written in the scripting language within the background page; building a document object model (DOM) based upon at least the instructions in the at least one modified file using the rendering engine process; modifying the DOM in accordance with a predetermined DOM modification rule to create a modified DOM based upon instructions written in the scripting language within the background page; and rendering a user interface page based upon the modified DOM using the rendering engine process.
Turning now to the drawings, systems and methods for locally managing a user's interaction with content derived from web pages within the user interface of a hosted application executing within a runtime provided by an application platform on a computing device in accordance with embodiments of the invention are illustrated. In many embodiments, a runtime provided by an application platform enables the execution of a non-natively implemented hosted application. Application platforms that create a runtime environment in which non-natively implemented hosted applications can execute are discussed in U.S. application Ser. No. 13/164,740 filed Jun. 20, 2011 titled “Systems and Methods for Integration of an Application Runtime Environment into a User Computing Environment”, the disclosure of which is hereby incorporated by reference in its entirety. In several embodiments, a runtime environment generated by an application platform is at least partially natively implemented and provides an intuitive user interface that is integrated with the computing environment of a device's operating system. The application platform can enable a user to access, organize and discover applications, including hosted applications, which can execute within the runtime environment. In many embodiments, an application platform includes a rendering engine layer and an integration layer. The rendering engine layer includes various parsers and virtual machines associated with supporting specific web technologies including but not limited to HTML, JavaScript, and CSS. The integration layer exposes a number of APIs that can be called by a hosted application to make modifications to a user's computing environment. In several embodiments, the integration layer APIs are JavaScript APIs that can be called by a hosted application running within the application runtime environment created by the application platform. In response to the API calls the integration layer can communicate with the operating system and/or natively implemented processes to modify the user's computing environment.
A hosted application can be implemented using a background page which generates at least one user interface page. User interface pages are generated locally using the logic of the background page, found within the hosted application's package stored on a computing device, and derived from a web page maintained by content servers over a network such as (but not limited to) the Internet. The background page is loaded locally at the time the hosted application is initiated from the hosted application's package and is defined in the hosted application manifest. A hosted application's package can include an application manifest, located in the root directory of the hosted application's package, to bootstrap the application into an application platform (such as but not limited to an application platform application) in order to share the resources of the application platform.
In many embodiments, the background page contains all of the logic of the hosted application. The logic of the hosted application can parse one or more remotely hosted text files that constitute a web page to determine the content of the text file(s). From a determination of the content of the text file(s), the logic of the background page can generate a user interface page derived from the remotely hosted web page by including or excluding content, markup, scripts or style sheets in view of the remotely hosted web page. For example, the logic could cause exclusion of certain, text, pictures, sounds or animation, cause a change in the layout of content, preventing the loading of a pop up window, and/or changing the text font. In other embodiments, any of a variety of predetermined page modification rule can be applied that is capable of being expressed as a logical statement. The logic can include or exclude content, markup, scripts or style sheets upon first accessing the web page as one or more text files maintained on a remote server (by modifying the instructions in markup and/or scripting language(s) contained within the text file(s)) and once again after building a Document Object Model (DOM) using the text files (by modifying the nodes or the text of the DOM). Furthermore, the inclusion of content, markup, scripts or style sheets also includes the inclusion of application platform APIs, which can call for functions performed locally at the application platform or performed remotely at a remote server. The background page can be implemented using one or more text files (as opposed to a binary executable file) that can include HTML, JavaScript and/or CSSs that the rendering engine layer of the application platform parses to implement the logic contained therein in a similar fashion to the way in which the rendering engine of a web browser application parses a conventional web page when enabling a web application on a computing device. In numerous embodiments, a background page can load JavaScript as the logic that conducts page flow control and injection of styling and functionality to the content and markup, CSS and JavaScript derived from a web page to generate a user interface page. In certain embodiments, a background page is formatted in a markup language, such as HTML, located within the hosted application's package. The JavaScript of the background page can be loaded locally or from a remote server and dynamically pulled as the application is launched.
An application platform can implement a user interface for a hosted application using instructions contained within a background page to generate user interface pages with content derived from web pages hosted on remote servers. In certain embodiments, a user interface page is generated according to the logic of the background page using a URL that enables retrieval of a web page from a remote server that can be rendered by the rendering engine of the application platform to create the user interface page based upon the content found using the URL. In numerous embodiments, a user interface page is generated by adding to and/or removing portions of the content along with the markup, scripts and CSS retrieved from a web page before or as the user interface page is displayed. Certain user interface pages may not, however, require any modification in order to be rendered by the application platform. In certain embodiments, a user interface page is rendered by the application platform in response to a user selecting a link, such as a hyperlink or Uniform Resource Locator (URL). In response to the selection of a link, the hosted application can instruct the application platform to generate a user interface page using the web page identified by the link. In several embodiments, a user can interact with content derived from web pages as a controlled flow of user interface pages in an experience akin to how a user would experience content on a mobile application executing natively within an operating system such as (but not limited to) the iOS mobile operating system developed and distributed by Apple Inc. headquartered in Cupertino, Calif. or the Android mobile operating system released by Google, Inc. headquartered in Mountain View, Calif. Thereby, a hosted application manages user interaction with remotely hosted web pages by generating user interface pages from the remotely hosted web pages according to instructions contained within a background page and/or obtained using the background page that control the flow from one user interface page to another.
Although specific embodiments of hosted applications are discussed above, hosted applications can be implemented in any manner as appropriate to the requirements of a specific application in accordance with embodiments of the invention. Systems and methods incorporating application platforms configured to execute hosted applications that generate user interface pages from remotely hosted web pages in accordance with embodiments of the invention are discussed below.
System Architecture
Hosted applications running on computing devices in accordance with many embodiments of the invention can manage user interactions derived from a remote web page formatted in a cross-platform language (e.g. a markup and/or scripting language supported by a web browser application) into a format suitable for display as a user interface page. In certain embodiments, the computing devices on which hosted applications execute within a runtime provided by an application platform can communicate via a network with content servers that maintain text files and content utilized by rendering engines in web browser applications to render web pages. In many embodiments, the text files contain instructions in markup languages, and/or scripting languages that a web browser application interprets when formatting content for display. As the hosted application executes within the application platform, the hosted application derives user interface pages from the text files and content retrieved from the remote content servers. The user interface pages can then be rendered by a rendering engine within the application platform to provide a user interface for the hosted application.
A network diagram illustrating a system that utilizes hosted applications in accordance with an embodiment of the invention is illustrated in
Although specific systems that utilize hosted applications are discussed above, systems can utilize hosted applications in any manner as appropriate to the requirements of a specific application in accordance with embodiments of the invention. The lifecycle of hosted applications in accordance with embodiments of the invention are discussed further below.
Hosted Application Lifecycle
Hosted applications in accordance with many embodiments of the invention locally manage a user's interactions by locally creating a user interface page derived from remote web pages. Hosted applications are configured to generate a user interface page according to instructions in a scripting language, such as (but not limited to) JavaScript, contained within a background page and/or obtained using the background page. The instructions within the background page dictates the injection or removal of content (such as but not limited to pictures, animation, sound or text), and the HTML, JavaScript and/or CSSs found within the text files maintained on a remote server to generate a user interface page. The background page is loaded upon hosted application initialization and remains active in the background so long as the hosted application is executing. The background page includes the logic used to generate user interface pages from web pages retrieved from a remote server that maintains the web pages. Executing the instructions generates instructions from which the rendering engine layer of the application platform can render the user interface page on a computing device and the integration layer of the application platform can integrate the user interface page with the functionality of the computing device.
Thereby, a user interface page derived from a web page can present a user of the computing device with a controlled user experience, according to the logic of the background page executing from a hosted application's package locally stored on the computing device. For example, a hosted application can control the content with which a user can interact, such as by allowing or denying a user's access to content found on a particular web page (such as pop up windows or particular images found on the web page).
In several embodiments, a hosted application's lifecycle includes the generation of various user interface pages according to the instructions contained within the background page and/or obtained using the background page. A lifecycle process of a hosted application in accordance with an embodiment of the invention is illustrated in
Although specific lifecycles of hosted applications are discussed above, a hosted application can have any lifecycle as appropriate to the requirements of a specific application in accordance with embodiments of the invention. Generation of a user interface page of a hosted application is discussed further below.
Generation of User Interface Pages
User interface pages in accordance with embodiments of the invention can be generated from content and one or more text files containing instructions in markup and/or scripting languages capable of being rendered by a web browser application. The user interface pages are generated from the content and one or more text files according to the instructions of a background page that specifies the logic of a hosted application. A user interface page is generated by modifying the text that represents a web page by injecting and/or removing content, markup, style sheets and scripts from the retrieved web page according to the logic of the background page. Although in many embodiments a web page is remotely hosted, user interface pages may also be generated from one or more locally stored files including content, markup, scripts and/or style sheets. Upon the generation of a user interface page, an application platform can integrate the user interface page with the computing environment of the computing device and render the user interface page in the foreground of the computing environment of a computing device for user interaction. In certain embodiments, the logic of the background page can generate a user interface page in accordance with the requirements of a specific application, such as (but not limited to) ensuring that a rendered user interface page can fit within a window of the hosted application's user interface.
The logic of the hosted application can parse the text file of a remotely hosted web page to generate a user interface page with particular content, markup, scripts or style sheets. The inclusion of particular content, markup, scripts or style sheets also covers the inclusion of API calls including (but not limited to) API calls to the application platform and remote servers. A user interface page that includes particular content, markup, scripts and/or style sheets can be generated by modifying the accessed web page first as a retrieved text file and/or second after building the DOM of the modified retrieved text file. The first modification of the accessed web page as a retrieved text file includes parsing the code of the retrieved text file to determine the content of the retrieved text file to determine the content, markup, scripts and/or style sheets to include or exclude from a user interface page. Further modifications can occur after a DOM is built. In several embodiments, text or nodes are modified by including or excluding particular content, markup, scripts or style sheets as nodes of a completed DOM.
A process for generating a user interface page in accordance with an embodiment of the invention is illustrated in
In certain embodiments, the application platform can either remove or replace the code of a remote web page as particular nodes of a remote web page in a DOM, according to the logic of the background page. In certain embodiments, a node including window functions, such as “window.open”, can be detected and fed into the logic of the background page. Thereby, the logic of the background page can make a decision as to how the window functions that imply modifications outside of the rendered user interface page (e.g. resizeTo/resizeBy) should influence the chrome that contains the rendered user interface page. The logic of the background page can replace the “window.open” code of opening a browser window by replacing it with a script for generating a user interface page using the details provided by the “window.open” code, such as (but not limited to) the URL of the web page to access while ignoring the other specifications such as a web browser window name, access to a menu bar, ability to resize the web browser window, and implementation of particular scrollbars, status bars and tool bars. Similarly, the logic can parse the text of a web page to determine if “window.resizeTo” or “window.resizeBy” or “window.close” code is present and remove or replace the code according to the logic of the background page.
In a variety of embodiments, the logic can incorporate custom style sheets (such as by adding style sheets when generating a user interface page's “head” node). In certain embodiments, incorporation of style sheets to a user interface page's “head” node is performed by the execution of the following code:
In numerous embodiments, the logic of the background page can incorporate functionality by integrating scripts or calls for application platform APIs (such as but not limited to an API that enables resizing of a user interface page, for example to a default window size of 640×480 pixels). In particular embodiments, scripts can be incorporated to a user interface page's “head” node where the incorporation of scripts to a user interface page's “head” node is performed by the execution of the following instructions:
In a number of embodiments, the logic of the background page controls user interaction with the hosted application by disabling or adding functions traditionally present in a web browser. In certain embodiments, disabling or adding functions is accomplished by adding or removing various scripts or API calls that enable functionalities including (but are not limited to) the ability to cut, copy, paste, select all text, utilize a spell checker, resize a rendered web page or the ability to manually determine the flow of web pages (such as enabling a user to view web pages previously accessed, e.g. back and/or forward commands) rendered by a web browser.
In many embodiments, the logic of the background page can generate a user interface page at any time after accessing the remote web page from which the user interface page is generated, including prior to or after the DOM of the web page is loaded.
In several embodiments, the logic of the background page can monitor the access of a web page (such as the download of one or more text files used to render a web page) during the generation of a user interface page and display a splash page while the user interface page is being generated. In certain embodiments, the download of one or more text files used to render a web page is reported back to the background page through the following function where the body of the function returns an indication of progress as an integer between 0 and 100:
In particular embodiments, the detection of an error in the download of one or more text files used to render a web page causes the background page to load a user interface page based upon an error detected through the following function where the body of the function causes a particular user interface page to be displayed based upon a particular error:
Although specific processes for generating a user interface page are discussed above, user interface pages may be generated according to any of a variety of process as appropriate to the requirements of a specific application in accordance with embodiments of the invention. Rendering of user interface pages of a hosted application is discussed further below.
Rendering User Interface Pages
A user interface page of a hosted application in accordance with many embodiments of the invention can be rendered within the user interface of the computing device on which the hosted application is executing. A rendered user interface page in accordance with an embodiment of the invention is illustrated in
Although specific user interface pages of a hosted application are discussed above, any user interface page can be rendered as appropriate to a specific application in embodiments of the invention.
While the above description contains many specific embodiments of the invention, these should not be construed as limitations on the scope of the invention, but rather as an example of one embodiment thereof. It is therefore to be understood that the present invention may be practiced otherwise than specifically described, without departing from the scope and spirit of the present invention. Thus, embodiments of the present invention should be considered in all respects as illustrative and not restrictive. Accordingly, the scope of the invention should be determined not by the embodiments illustrated, but by the appended claims and their equivalents.
This application is a continuation of U.S. application Ser. No. 13/843,549 filed Mar. 15, 2013, which claimed priority to U.S. Provisional Patent Application Ser. No. 61/694,166, filed Aug. 28, 2012, the disclosure of which is herein incorporated by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5916310 | McCain | Jun 1999 | A |
6018343 | Wang et al. | Jan 2000 | A |
6094671 | Chase et al. | Jul 2000 | A |
6216141 | Straub et al. | Apr 2001 | B1 |
6327628 | Anuff et al. | Dec 2001 | B1 |
6456307 | Bates et al. | Sep 2002 | B1 |
6697838 | Jakobson | Feb 2004 | B1 |
6718516 | Claussen et al. | Apr 2004 | B1 |
6810410 | Durham | Oct 2004 | B1 |
6909992 | Ashley | Jun 2005 | B2 |
7051288 | Bennett et al. | May 2006 | B2 |
7207000 | Shen et al. | Apr 2007 | B1 |
7272786 | McCullough | Sep 2007 | B1 |
7401325 | Backhouse et al. | Jul 2008 | B2 |
7614018 | Ohazama et al. | Nov 2009 | B1 |
7636683 | Mills et al. | Dec 2009 | B1 |
7681134 | Grechishkin et al. | Mar 2010 | B1 |
7734583 | Vitanov et al. | Jun 2010 | B2 |
7925988 | Abernethy, Jr. et al. | Apr 2011 | B2 |
7996785 | Neil | Aug 2011 | B2 |
8046672 | Hegde et al. | Oct 2011 | B2 |
8176321 | Perry et al. | May 2012 | B1 |
8209598 | Pandey | Jun 2012 | B1 |
8260845 | Colton et al. | Sep 2012 | B1 |
8296643 | Vasilik | Oct 2012 | B1 |
8296684 | Duarte et al. | Oct 2012 | B2 |
8335817 | Dayan | Dec 2012 | B1 |
8453065 | Chaudhrl et al. | May 2013 | B2 |
8458612 | Chatterjee et al. | Jun 2013 | B2 |
8555155 | Harrison et al. | Oct 2013 | B2 |
8566697 | Meredith et al. | Oct 2013 | B2 |
20020109704 | Rajarajan et al. | Aug 2002 | A1 |
20040081310 | Lueckhoff | Apr 2004 | A1 |
20040221170 | Colvin et al. | Nov 2004 | A1 |
20040268225 | Walsh et al. | Dec 2004 | A1 |
20050005234 | Chen | Jan 2005 | A1 |
20050027704 | Hammond et al. | Feb 2005 | A1 |
20050102374 | Moragne et al. | May 2005 | A1 |
20050108678 | Goodwin et al. | May 2005 | A1 |
20050210412 | Matthews et al. | Sep 2005 | A1 |
20050273759 | Lucassen et al. | Dec 2005 | A1 |
20060005187 | Neil | Jan 2006 | A1 |
20060059422 | Wu et al. | Mar 2006 | A1 |
20060224989 | Pettiross et al. | Oct 2006 | A1 |
20060265280 | Nakada et al. | Nov 2006 | A1 |
20070050777 | Hutchinson et al. | Mar 2007 | A1 |
20070245238 | Fugitt et al. | Oct 2007 | A1 |
20070255814 | Green et al. | Nov 2007 | A1 |
20070277109 | Chen et al. | Nov 2007 | A1 |
20080021696 | Bartelt et al. | Jan 2008 | A1 |
20080040226 | Roker | Feb 2008 | A1 |
20080082565 | Chang et al. | Apr 2008 | A1 |
20080108333 | Jemison et al. | May 2008 | A1 |
20080140529 | Agarwal et al. | Jun 2008 | A1 |
20080154718 | Flake et al. | Jun 2008 | A1 |
20080172736 | Barr et al. | Jul 2008 | A1 |
20080208589 | Cross et al. | Aug 2008 | A1 |
20080256636 | Gassoway | Oct 2008 | A1 |
20090019371 | Audet | Jan 2009 | A1 |
20090019436 | Hartz et al. | Jan 2009 | A1 |
20090070228 | Ronen | Mar 2009 | A1 |
20090077174 | Jannssen et al. | Mar 2009 | A1 |
20090125833 | Abernethy, Jr. et al. | May 2009 | A1 |
20090171993 | Arthursson | Jul 2009 | A1 |
20090187928 | Mark | Jul 2009 | A1 |
20090216775 | Ratliff et al. | Aug 2009 | A1 |
20090217179 | Mons et al. | Aug 2009 | A1 |
20090249238 | Chudy et al. | Oct 2009 | A1 |
20090271394 | Allen et al. | Oct 2009 | A1 |
20090282333 | Olsen et al. | Nov 2009 | A1 |
20100023855 | Hedbor et al. | Jan 2010 | A1 |
20100023884 | Brichford et al. | Jan 2010 | A1 |
20100054128 | O'Hern | Mar 2010 | A1 |
20100114887 | Conway et al. | May 2010 | A1 |
20100146529 | Heath et al. | Jun 2010 | A1 |
20100211906 | Kanai | Aug 2010 | A1 |
20100228594 | Chweh et al. | Sep 2010 | A1 |
20110016169 | Cahill et al. | Jan 2011 | A1 |
20110055005 | Lang | Mar 2011 | A1 |
20110093900 | Patel et al. | Apr 2011 | A1 |
20110138295 | Momchilov et al. | Jun 2011 | A1 |
20110138314 | Mir et al. | Jun 2011 | A1 |
20110153806 | Bagasra | Jun 2011 | A1 |
20110289422 | Spivack et al. | Nov 2011 | A1 |
20110307738 | Hilerio et al. | Dec 2011 | A1 |
20110307880 | Hilerio et al. | Dec 2011 | A1 |
20110307883 | Hilerio et al. | Dec 2011 | A1 |
20110307946 | Hilerio et al. | Dec 2011 | A1 |
20120005346 | Burckart et al. | Jan 2012 | A1 |
20120030617 | Louch | Feb 2012 | A1 |
20120047442 | Nicolaou et al. | Feb 2012 | A1 |
20120066583 | Priestley et al. | Mar 2012 | A1 |
20120066634 | Kim et al. | Mar 2012 | A1 |
20120084713 | Desai et al. | Apr 2012 | A1 |
20120096396 | Ording et al. | Apr 2012 | A1 |
20120150963 | Horowitz et al. | Jun 2012 | A1 |
20120151368 | Tam | Jun 2012 | A1 |
20120166956 | Hilerio et al. | Jun 2012 | A1 |
20120166959 | Hilerio et al. | Jun 2012 | A1 |
20120173312 | Kern | Jul 2012 | A1 |
20120174075 | Carteri et al. | Jul 2012 | A1 |
20120233243 | Ashkenazy et al. | Sep 2012 | A1 |
20120235912 | Laubach | Sep 2012 | A1 |
20120266186 | Parzygnat et al. | Oct 2012 | A1 |
20120290919 | Melnyk et al. | Nov 2012 | A1 |
20120296959 | Momchilov et al. | Nov 2012 | A1 |
20120297291 | Fainberg et al. | Nov 2012 | A1 |
20120297377 | Chen et al. | Nov 2012 | A1 |
20120324338 | Meredith et al. | Dec 2012 | A1 |
20130024763 | Nemati et al. | Jan 2013 | A1 |
20130073401 | Cook | Mar 2013 | A1 |
20130124211 | McDonough | May 2013 | A1 |
20130124557 | Goode et al. | May 2013 | A1 |
20130145348 | Agovic et al. | Jun 2013 | A1 |
20130173319 | Thomas et al. | Jul 2013 | A1 |
20130246906 | Hamon | Sep 2013 | A1 |
20130268837 | Braithwaite | Oct 2013 | A1 |
20130304581 | Soroca et al. | Nov 2013 | A1 |
Number | Date | Country |
---|---|---|
1322325 | Nov 2001 | CN |
2006120280 | Nov 2006 | WO |
2011160139 | Dec 2011 | WO |
2013074713 | May 2013 | WO |
Entry |
---|
International Search Report and Written Opinion for International Application No. PCT/US2012/65136, International Filing Date Nov. 14, 2012, Search Completed Jan. 29, 2013, Mailed Feb. 8, 2013, 7 pgs. |
International Search Report and Written Opinion for International Application No. PCT/US2009/36069, date completed Jun. 23, 2009, date mailed Jul. 7, 2009, 8 pgs. |
International Search Report and Written Opinion for International Application PCT/US2011/041129, Report completed Sep. 22, 2011; 15 pgs. |
Laufer, “A Hike through Post-EJB J2EE Web Application Architecture”, IEEE, 2005, pp. 80-88. |
Lee et al., “Integrating Service Composition Flow with User Interactions”, IEEE, 2008, 103-108. |
Mikkonen et al., “Towards a Uniform Web Application Platform for Desktop Computers and Mobile Devices”, ACM, 2008, pp. 1-29. |
Stearn, “XULRunner: A New Approach for Developing Rich Internet Applications”, IEEE, 2007, pp. 67-73. |
Sugawara et al., “A Novel Intuitive GUI Method for User-friendly Operation”, Google 2009, pp. 235-246. |
“How to Use the Remote Shutdown Tool to Shut Down and Restart a computer in Windows 2000,” published Jul. 5, 2006, pp. 1-2, printed from http://support.microsoft.com/kb/317371. |
International Search Report and Written Opinion for International Application No. PCT/US2013/057087, mailed Mar. 19, 2014, 10 pgs. |
Hei no. et al., “Developing Semantic Web Applications with the OntoWiki Framework,” Springer 2009, pp. 61-77. |
Oren, “SemperWiki: a Semantic Personal Wiki,” Google 2005, pp. 1-16. |
Number | Date | Country | |
---|---|---|---|
20140068420 A1 | Mar 2014 | US |
Number | Date | Country | |
---|---|---|---|
61694166 | Aug 2012 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 13843549 | Mar 2013 | US |
Child | 13973654 | US |