US20110078559A1 - System and Method for Dynamic Modification of Web Content - Google Patents
System and Method for Dynamic Modification of Web Content Download PDFInfo
- Publication number
- US20110078559A1 US20110078559A1 US12/909,323 US90932310A US2011078559A1 US 20110078559 A1 US20110078559 A1 US 20110078559A1 US 90932310 A US90932310 A US 90932310A US 2011078559 A1 US2011078559 A1 US 2011078559A1
- Authority
- US
- United States
- Prior art keywords
- content
- web
- original
- user
- copy
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
Definitions
- the present invention relates to dynamic modification and generation of data.
- the present invention relates to systems and methods for dynamically modifying and generating markup-language code and other web-presentation content.
- Sophisticated Web-sites need the ability to efficiently modify their content, monitor a user's browsing activities, and/or control the user's navigation through the Web-site. These functions, for the most part, can be integrated directly into an enterprise's Web-site code.
- the enterprise's Web-site code is referred to as “stored Web content,” and can include content, presentation instructions, embedded code, operational code, and/or any combination of the above.
- the retailer When an e-commerce retailer, for example, wants to add an “On Sale” icon next to a particular product, the retailer usually adds code for the icon directly into its stored Web content. Of course, when the retailer wants to remove the icon, the corresponding code should be removed from the retailer's stored Web content.
- code such as JavaScript is generally directly integrated into the stored Web content.
- Modifying stored Web content is burdensome. Additionally, staff and financial limitations restrict an enterprise's ability to modify its stored Web content. In particular, in-house technology staffs are often not equipped or do not have time to add sophisticated functionality to an enterprise's Web-site. Thus, if these sophisticated functionalities are not readily available from third-party vendors, they are generally not implemented. Unfortunately, enterprises are understandably reluctant to allow third-party vendors to integrate functionality into their stored Web content because of the risk of increased downtime for their Web-site.
- the present invention in one embodiment, includes a system and method for separating content, control, editing and/or monitoring functions in a Web environment.
- Other embodiments are directed at non-Web environments such as graphical user interfaces (GUIs), image rendering systems, text rendering systems, non-Web HTML rendering systems, and non-Web XML rendering systems.
- GUIs graphical user interfaces
- image rendering systems text rendering systems
- non-Web HTML rendering systems non-Web XML rendering systems
- the described invention includes an annotation server that is connected to a user (operating a browser such as Microsoft's Internet Explorer) and a content provider, which is often an enterprise's Web server and associated content.
- the annotation server is configured to modify a copy of an enterprise's stored Web content without necessarily modifying the actual stored Web content.
- Original content the copy of the stored Web content that is provided to the annotation server.
- the annotation server receives and modifies “original content.” Once the original content has been modified, it is referred to as “modified content.”
- the annotation server generally provides the modified content to the user—although the modified content can be routed back to the Web server and then to the user.
- the annotation server can intercept or monitor communications between the content provider and the user, thereby enabling one embodiment of the annotation server to perform content modification, event monitoring, session state management, and navigation control. Notably, the annotation server can implement one or all of these functions on the fly with little or no modification to the stored Web content.
- the annotation server allows original content served up from the content provider to be modified and edited without otherwise changing the stored Web content.
- the annotation server can intercept the original content bound for the user, identify any embedded links in the original content, and replace those links with new or modified links such that the original links can be redirected to point to alternative locations.
- the links are replaced or modified without altering the stored Web content.
- the annotation server can insert text and images into the original content and/or edit existing text and images in the original content.
- the annotation server can insert a “SALE” icon into the original content next to a particular product.
- the modified content, including the inserted “SALE” icon could then be transmitted from the annotation server to the user such that the icon would be displayed next to the relevant product.
- inserting an icon into a Web page generally requires the corresponding stored Web content to be modified. That is, the code for the icon would be inserted into the stored Web content.
- the modification is performed dynamically on a copy of that stored data, i.e., the original content, and the stored Web content is not necessarily modified.
- the annotation server can also include an event monitoring functionality that can be implemented without significant modification of the stored Web content.
- the annotation server can monitor a user's navigation of a Web-site. For example, when a user selects an embedded link that points to the content provider, the annotation server can intercept the selection of the link, modify the link if necessary, and then pass the link or some representation thereof to the content provider. By intercepting the link, the annotation server can remain aware of the current content being viewed by the user. This location awareness is useful for online help and customer support functions that need to know what the user is viewing.
- the annotation server could monitor and validate data entered into a Web-based form with little or no interaction with the content provider. Essentially, this implementation of the annotation server isolates parts of the form-validation function from the content provider, thereby allowing the content provider to build a less complex Web-site.
- the annotation server could detect the user's entry into the destination field, and before the entry was submitted to the airline's Web server, the annotation server could verify that the destination entered by the user is proper. If the destination is not proper, the annotation server could dynamically modify the displayed Web page to indicate the error. For example, the annotation server could insert a text bubble informing the user of the error and how to remedy it. Because the annotation server monitors the user's entries and validates them on the fly, interaction with the airline's Web server is not necessarily required.
- the annotation server detects a “form submit” executed by the user.
- a “form submit” executed by the user.
- the user's browser submits the form directly to the content provider.
- the browser submits the form to the annotation server instead of the content provider.
- the annotation server verifies the entries in the form against data previously provided by the content provider. If the entries in the form are correct, the form is submitted to the content provider. If the entries in the form are not correct, the annotation server identifies the incorrect entries, generates an appropriate error message, and dynamically inserts the error message into the page that the user is viewing. The incorrect entries are not necessarily submitted to the content provider.
- the annotation server can also include navigation control functions that can be independent of or integrated with the other annotation server functionalities.
- the annotation server has the ability to automatically navigate a content provider's Web-site. For example, the annotation server could automatically identify and select a link to an alternate page within the Web-site.
- the annotation server could embed anchors into a Web page and subsequently scroll the page to a particular anchor. For example, the annotation server could scroll a page to the relevant material that answers a user's questions rather than force the user to locate and scroll the page manually.
- FIG. 1 is a block diagram of a system constructed in accordance with the principles of the present invention
- FIG. 2 is a block diagram of an alternate system constructed in accordance with the principles of the present invention.
- FIG. 3 is an illustration of a Web page with three frames
- FIG. 4 is a flowchart of one method for replacing content in a multi-frame Web page
- FIG. 5 is a flowchart of one method for controlling pop-up displays in a Web environment
- FIG. 6 is a flowchart of one method for inserting links into a Web page
- FIG. 7 is a flow chart of one method for automatically relocating a Web page.
- FIG. 8 is a flowchart of one method for validating an entry in an online form.
- FIG. 1 it illustrates a block diagram of a system 100 constructed in accordance with the principles of the present invention.
- This embodiment includes an annotation server 105 , a content provider 110 —consisting of stored Web content 115 and a Web server 120 —and a Web browser 125 (also referred to as the “user”).
- Each of these components can be attached to the same network, such as the Internet, or attached to different networks such as LANs, WANs, etc.
- this embodiment includes separate paths from the content provider 110 to the user 125 —a path that goes through the annotation server 105 and a path that directly connects the content provider 110 with the user 125 .
- the hardware and software components of servers, networks and storage devices are well known in the arts and are not described further.
- the hardware and software components of the annotation server 105 as described are recognizable by those of skill in the art.
- the annotation server 105 could include basic server hardware and software, intermediate language engines, a Linux or Microsoft operating system, etc.
- the annotation server 105 is arranged so that it can conditionally intercept communications otherwise directed from the content provider 110 to the user 125 and dynamically alter, monitor and control the content being served to the user.
- Intercepting includes, but is not limited to, directing the content provider 110 to route content bound for the user 125 to the annotation server 105 instead of the user 125 .
- “intercepting” could include the annotation server 105 directing the user 125 to return data for the annotation server's IP address instead of the Web server's IP address.
- the annotation server 105 can also conditionally intercept communications from the user 125 to the content provider 110 .
- the annotation server 105 modifies the embedded links in the original content received from the content provider 110 such that the embedded links point to the annotation server 105 instead of the content provider 110 .
- the original Web page could be located at “www.buy.com” and an embedded link could refer to www.buy.com/computers.
- the annotation server 105 could modify this link so that it points to “www.annotation_server.com/buy/computers.”
- the user 125 selects what appears to be the “www.buy.com/computers” link, the user 125 is actually routed to “www.annotation_server.com/buy/computers.”
- the annotation server 105 has “intercepted” the communication between the user 125 and the content provider 110 . This process is described in more detail herein.
- FIG. 2 it is a block diagram of an alternate system 130 constructed in accordance with the principles of the present invention.
- the annotation server 105 is integrated with the content provider 110 .
- the annotation server 105 can modify, monitor and control the content being served to the user 125 with minimal disturbance to the content provider's stored Web content 115 . Otherwise, the operation of this embodiment is similar to the operation of the system 100 shown in FIG. 1 .
- FIGS. 4-6 illustrate exemplary embodiments for modifying original content, such as XML, HTML, Flash, etc., served up by a content provider 110 without substantially changing the stored Web content 115 .
- the exemplary methods illustrated in these figures enable content providers 115 to outsource certain editing and modification functions or to integrate annotation server 105 technology into their own system to make temporary or conditional editing and modification less burdensome.
- the methods can be applied to Web applications, Web content-delivery sites, and other content delivery systems.
- FIG. 4 it illustrates a flowchart of one method for replacing content in a multi-frame or multi-table Web page.
- This method could be used for replacing content in any partitioned or subdivided material.
- the annotation server 105 can identify one of the frames or tables within a Web page and dynamically replace the content therein with new content.
- FIG. 3 illustrates a Web page 135 with three frames: Frame A, Frame B, and Frame C.
- the annotation server 105 can identify Frame A, and dynamically replace the content therein with new content such as a virtual sales agent described in patent application Ser. No. 09/944,836, entitled System and Method for Automated End-User Support, filed Aug. 31, 2001.
- the annotation server 105 could identify tables within a page that does not include frames and replace the content within that table.
- the annotation server 105 could identify a table within a frame and replace content within that table.
- the annotation server 105 To dynamically replace the content in a frame, the annotation server 105 initially identifies the frames in a Web page being viewed by the user. Step 140 . The annotation server 105 then selects one frame for replacement. Step 145 . Preferably, the selected frame is a secondary frame, e.g., a banner or index frame, and not the main frame that contains the primary information that the user is viewing. Once the frame has been selected, the annotation server 105 retrieves the replacement content, determines the size of the selected frame, and sizes the replacement content to fit in the selected frame. Step 150 . The replacement content is then served to the user and displayed in the selected frame. Steps 160 and 165 . The annotation server 105 then replaces the content of the selected frame with the replacement content. Step 155 . The annotation server 105 does not necessarily alter the other frames. Notably, this method can also be adapted to modify tables.
- this method can also be adapted to modify tables.
- the annotation server 105 can dynamically edit the material in the selected frame or table without otherwise involving the stored Web content 115 .
- the annotation server 105 allows a content provider 110 to change significantly the user's browsing experience without requiring the content provider 110 to significantly modifying its stored Web content.
- the annotation server's replacement of content can be conditional based upon a user's actions. For example, the replacement of content can be responsive to a user selecting a “HELP” button.
- the annotation server 105 can be engaged and disengaged based upon the user's actions.
- the Web server 120 can continue to operate normally because this embodiment of the annotation server 105 is not integrated into the Web server 120 . In other words, the Web server 120 can be independent of the annotation server 105 .
- FIG. 5 it is a flowchart of another method for modifying original content served up by a content provider 110 without substantially changing the content provider's stored Web content 115 .
- This particular embodiment involves management of interstitials and pop-up windows.
- this embodiment suppresses pop-up windows and places the pop-up window content in a frame of the already displayed Web page. This suppression can prevent certain material from being covered by a pop-up window, i.e., moved to the background.
- This method for example, is beneficial in online help situations where Frame A (shown in FIG. 3 ) includes a virtual agent that should not be covered by a pop-up window.
- Pop-up windows and interstitials are well known and documented in the art, and their implementation is not described herein.
- the user selects a Web page from the content provider 110 .
- Step 170 This Web page is then provided from the content provider to the annotation server 105 .
- Step 175 Alternately, the Web page may be cached at an alternate location, including the annotation server 105 .
- the annotation server 105 can determine if the page includes pop-up window instructions.
- Step 180 If the page includes such instructions, the annotation server 105 alters the instructions in the received page such that the pop-up instructions are suppressed, e.g., removed or edited.
- Step 185 The altered page is then provided to the user.
- Step 190 When the user selects a link within the page that was previously associated with a pop-up window, the content is rendered in the existing window.
- Step 195 When the user selects a link within the page that was previously associated with a pop-up window, the content is rendered in the existing window.
- FIG. 6 it is a flowchart of yet another method for modifying original content served up by a content provider 110 without substantially changing the content provider's stored Web content 115 .
- This particular embodiment involves link, image, and icon insertion (collectively referred to as “objects”).
- the annotation server 105 can replace embedded links in Web content with new or modified links.
- the annotation server 105 can direct all or some portion of the embedded links within a Web page to its IP address instead of the content provider's IP address.
- the annotation server 105 can insert text, images, or icons, which are associated with executable code, into a content provider's original content.
- the annotation server 105 could insert a “SALE” icon next to all SONYTM TVs, and when the user selects the icon, embedded code can be executed that gives details of the sale.
- the content provider 110 does not need to modify its stored Web content 115 to reflect the “SALE” icon and the related code.
- the annotation server 105 stores the icon and code information and dynamically inserts it into the original content.
- the content provider 110 can make temporary or conditional changes to the appearance of its Web-site without otherwise changing its stored Web content 115 .
- the annotation server 105 intercepts original content that is directed to the user 125 . Step 205 .
- the annotation server 105 determines which objects that it should search for in the original content Step 210 .
- the annotation server 105 could search a list of sale items and corresponding annotations that are designated by the retailer.
- the annotation server 105 Upon receiving original content from the particular retailer, the annotation server 105 would search the content for any of the sale items.
- the annotation server 105 could search for words, phrases, images, tables, links, etc. If a sale item is located, the appropriate object is inserted into the original content and that modified content is served to the user 125 . Steps 215 , 220 and 225 .
- the user's browsing experience is significantly changed without requiring the content provider 110 to significantly change its stored Web content 115 .
- FIG. 7 illustrates one method for controlling navigation in a Web-site.
- the control functionality can be implemented in the annotation server 105 , thereby reducing or eliminating the need for stored Web content 115 to be modified.
- the annotation server 105 can automatically scroll to or highlight material on a Web page. For example, assume that a user 125 is viewing a first Web page concerning a retailer's policies. The Web page may contain information regarding returns, warranties, returned checks, gift certificates, etc. The user 125 , however, may only want to know the mailing address to which returns should be sent. If the user 125 poses this question to a virtual sales agent driven by the annotation server 105 —possibly displayed in an accompanying frame—the annotation server 105 could locate the information in the Web page content and automatically scroll the page to the relevant material.
- the annotation server 105 receives Web page content and identifies target content therein. Steps 230 and 232 . The annotation server can then insert anchor objects, which may be hidden, into the received Web page content in association with the identified target content. Step 234 . The modified Web page content can then be transmitted to the user for viewing. Steps 236 and 238 . When the user selects an object within the page or submits a question, the appropriate anchor object can be located and the Web page can be repositioned accordingly. Steps 240 and 242 . In other embodiments, the annotation server 105 can search the original content for relevant strings, such as “return address,” and scroll the page to that point. Both embodiments can be implemented with a minimal amount of modification to the stored Web content 115 .
- the annotation server 105 can determine that the page being viewed by the user 125 does not contain the requested information and automatically request another page from the content provider 110 . In essence, the annotation server 105 is navigating the content provider's Web-site for the user 125 . Although the content provider's stored Web content 115 is not necessarily modified, the content provider 110 should provide the annotation server 105 with a site map for the relevant portions of the stored Web content 115 .
- FIG. 8 it is a flowchart of one method for monitoring a user's actions on a Web page, including form submits, navigation events, field submits, etc.
- This particular embodiment involves monitoring and validating fields in a Web-based form such as those commonly used by e-commerce sites and online travel reservation sites.
- the annotation server 105 intercepts the user-bound original content that includes the form being monitored. Step 245 .
- the annotation server 105 identifies a target field then inserts executable code, such as JavaScript, into the original content.
- Steps 250 and 255 This executable code can validate the entries in the form without submitting the entries to the annotation server 105 or the content provider 110 .
- the modified content is then served to the user 125 as if it originated from the content provider 110 .
- Step 260 is a flowchart of one method for monitoring a user's actions on a Web page, including form submits, navigation events, field submits, etc.
- This particular embodiment involves monitoring and validating fields in a Web-
- the executable code that is inserted into the original content can monitor for the user 125 to enter data into the monitored field. Generally, the executable code can detect when the user 125 enters or exits the field. Step 265 . Once the field has been exited, the executable code can validate the entry. Step 270 . For example, the executable code may determine that an expiration date on a credit card has expired, that a required field was left blank, or that a particular flight destination is not available. Assuming that an entry is invalid, the embedded executable code can generate an error message and a recommendation, or the executable code can notify the annotation server 105 , and the annotation server 105 can generate the error message and the recommendation. Step 275 . In either embodiment, however, the error can be handled before the data is submitted to the content provider 110 .
- the annotation server 105 detects when the user 125 submits a form to the content provider 110 , and validates the form before it is actually submitted. For example, the user 125 could fill out an airline reservation request and submit it to the airline.
- the annotation server 105 could intercept the request and validate the information in the request by comparing it against information previously provided by the airline or by comparing it against logical rules such as a “departure date must be before a return date.” If the data in the form is correct, then the form is passed to the airline for official processing.
- the annotation server 105 is not necessarily responsible for checking information such as flight availability, pricing, etc. Rather, the annotation server 105 generally—but not always validates the form of the entries, not the substance.
- the annotation server 105 can invoke a virtual sales agent, or it can generate an error message that directs the user 125 to the source of the error. For example, the annotation server 105 could scroll the viewed Web page to the incorrect entry and insert a text bubble indicating the type of error and the required information. From the user's perspective, the error message and assistance originates from the airline. In reality, the airline is unaware that the user 125 entered incorrect information because the annotation server 105 intercepted the incorrect information before it was submitted to the airline.
- the present invention provides, among other things, a system and method for dynamically modifying and generating markup-language code.
- Those skilled in the art can readily recognize that numerous variations and substitutions may be made in the invention, its use and its configuration to achieve substantially the same results as achieved by the embodiments described herein. Accordingly, there is no intention to limit the invention to the disclosed exemplary forms. Many variations, modifications and alternative constructions fall within the scope and spirit of the disclosed invention as expressed in the claims.
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Document Processing Apparatus (AREA)
Abstract
A system and method for dynamic modification and generation of data is described. One embodiment includes an annotation server that is connected to a user and a content provider. The annotation server is configured to modify a copy of an enterprise's stored Web content without necessarily modifying the actual stored Web content. The annotation server then provides the modified content to the user for viewing or other use.
Description
- The present application is a continuation of U.S. Non-Provisional patent application Ser. No. 10/272,373, filed Oct. 16, 2002, entitled “System and Method for Dynamic Modification of Web Content.” The present application is related to commonly owned and assigned application numbers: Ser. No. 08/651,422, entitled AGENT BASED INSTRUCTION SYSTEM AND METHOD, filed May 22, 1996; Ser. No. 09/042,528, entitled AGENT BASED INSTRUCTION SYSTEM AND METHOD, filed Mar. 15, 1998; Ser. No. 09/424,353 entitled AGENT BASED INSTRUCTION SYSTEM AND METHOD, filed Nov. 22, 1999; Ser. No. 09/518,916, entitled SYSTEM AND METHOD FOR OPTIMIZING A PRODUCT CONFIGURATION, filed Mar. 3, 2000; Ser. No. 09/669,251, entitled E-COMMERCE SALES SUPPORT SYSTEM USING A VENDOR-SPECIFIC PRODUCT DECISION QUESTIONNAIRE, filed Sep. 25, 2000; Ser. No. 09/945,032, entitled SYSTEM AND METHOD FOR ENABLING COMMUNICATION BETWEEN BROWSER FRAMES, filed Aug. 31, 2001; Ser. No. 09/944,676, entitled SYSTEM AND METHOD FOR AUTOMATED END-USER SUPPORT, filed Aug. 31, 2001; and Ser. No. 09/944,836, entitled SYSTEM AND METHOD FOR AUTOMATED END-USER SUPPORT, filed Aug. 31, 2001; all of which are incorporated herein by reference.
- The present invention relates to dynamic modification and generation of data. In particular, but not by way of limitation, the present invention relates to systems and methods for dynamically modifying and generating markup-language code and other web-presentation content.
- As the role of the Internet grows in business, enterprises are investing significant resources in developing intuitive, informative and easy-to-use Web-sites. In fact, sophisticated Web-sites are critical to the business model of many enterprises—whether those enterprises are traditional brick-and-mortar retailers, e-commerce retailers, vendors, or suppliers. These sophisticated Web-sites are difficult to build and equally as difficult to maintain. Because of these difficulties, enterprises are understandably protective of their Web-site content and are reluctant to integrate new functionality or implement desired changes.
- Sophisticated Web-sites need the ability to efficiently modify their content, monitor a user's browsing activities, and/or control the user's navigation through the Web-site. These functions, for the most part, can be integrated directly into an enterprise's Web-site code. (The enterprise's Web-site code is referred to as “stored Web content,” and can include content, presentation instructions, embedded code, operational code, and/or any combination of the above.) When an e-commerce retailer, for example, wants to add an “On Sale” icon next to a particular product, the retailer usually adds code for the icon directly into its stored Web content. Of course, when the retailer wants to remove the icon, the corresponding code should be removed from the retailer's stored Web content. Similarly, when an enterprise wants to monitor and control the navigation of a user within its Web-site, code such as JavaScript is generally directly integrated into the stored Web content.
- Modifying stored Web content, whether it be to add text and images or to add functionality such as monitoring and navigation control, is burdensome. Additionally, staff and financial limitations restrict an enterprise's ability to modify its stored Web content. In particular, in-house technology staffs are often not equipped or do not have time to add sophisticated functionality to an enterprise's Web-site. Thus, if these sophisticated functionalities are not readily available from third-party vendors, they are generally not implemented. Unfortunately, enterprises are understandably reluctant to allow third-party vendors to integrate functionality into their stored Web content because of the risk of increased downtime for their Web-site.
- Because of the staff and financial limitations and the desire to protect the integrity of their stored Web content, enterprises generally prefer to implement certain functionality with only a minimal amount of changes to their stored Web content. In other words, enterprises would prefer to separate certain functionalities from their stored Web content. Present technology and Web-site security requirements, however, force enterprises to integrate much functionality directly into their stored Web content. Accordingly, enterprises often forego integrating needed functionality into their Web-sites.
- Exemplary embodiments of the present invention that are shown in the drawings are summarized below. These and other embodiments are more fully described in the Detailed Description section. It is to be understood, however, that there is no intention to limit the invention to the forms described in this Summary of the Invention or in the Detailed Description. One skilled in the art can recognize that there are numerous modifications, equivalents and alternative constructions that fall within the spirit and scope of the invention as expressed in the claims.
- The present invention, in one embodiment, includes a system and method for separating content, control, editing and/or monitoring functions in a Web environment. Other embodiments are directed at non-Web environments such as graphical user interfaces (GUIs), image rendering systems, text rendering systems, non-Web HTML rendering systems, and non-Web XML rendering systems.
- In one embodiment, the described invention includes an annotation server that is connected to a user (operating a browser such as Microsoft's Internet Explorer) and a content provider, which is often an enterprise's Web server and associated content. The annotation server is configured to modify a copy of an enterprise's stored Web content without necessarily modifying the actual stored Web content. For clarity, the copy of the stored Web content that is provided to the annotation server is referred to as “original content.” The annotation server, thus, receives and modifies “original content.” Once the original content has been modified, it is referred to as “modified content.” The annotation server generally provides the modified content to the user—although the modified content can be routed back to the Web server and then to the user.
- The annotation server can intercept or monitor communications between the content provider and the user, thereby enabling one embodiment of the annotation server to perform content modification, event monitoring, session state management, and navigation control. Notably, the annotation server can implement one or all of these functions on the fly with little or no modification to the stored Web content.
- Referring first to the annotation server's content modification functionality, it allows original content served up from the content provider to be modified and edited without otherwise changing the stored Web content. For example, the annotation server can intercept the original content bound for the user, identify any embedded links in the original content, and replace those links with new or modified links such that the original links can be redirected to point to alternative locations. In this embodiment, the links are replaced or modified without altering the stored Web content.
- In another embodiment of the annotation server, it can insert text and images into the original content and/or edit existing text and images in the original content. For example, the annotation server can insert a “SALE” icon into the original content next to a particular product. The modified content, including the inserted “SALE” icon, could then be transmitted from the annotation server to the user such that the icon would be displayed next to the relevant product. As previously described, inserting an icon into a Web page generally requires the corresponding stored Web content to be modified. That is, the code for the icon would be inserted into the stored Web content. Using the annotation server, however, the modification is performed dynamically on a copy of that stored data, i.e., the original content, and the stored Web content is not necessarily modified.
- The annotation server can also include an event monitoring functionality that can be implemented without significant modification of the stored Web content. In one embodiment, the annotation server can monitor a user's navigation of a Web-site. For example, when a user selects an embedded link that points to the content provider, the annotation server can intercept the selection of the link, modify the link if necessary, and then pass the link or some representation thereof to the content provider. By intercepting the link, the annotation server can remain aware of the current content being viewed by the user. This location awareness is useful for online help and customer support functions that need to know what the user is viewing.
- In another event-monitoring embodiment, the annotation server could monitor and validate data entered into a Web-based form with little or no interaction with the content provider. Essentially, this implementation of the annotation server isolates parts of the form-validation function from the content provider, thereby allowing the content provider to build a less complex Web-site. Consider the case of making an airline reservation online. The annotation server could detect the user's entry into the destination field, and before the entry was submitted to the airline's Web server, the annotation server could verify that the destination entered by the user is proper. If the destination is not proper, the annotation server could dynamically modify the displayed Web page to indicate the error. For example, the annotation server could insert a text bubble informing the user of the error and how to remedy it. Because the annotation server monitors the user's entries and validates them on the fly, interaction with the airline's Web server is not necessarily required.
- In another embodiment, the annotation server detects a “form submit” executed by the user. Generally, when a user chooses to submit a form, the user's browser submits the form directly to the content provider. In this embodiment, however, the browser submits the form to the annotation server instead of the content provider. The annotation server then verifies the entries in the form against data previously provided by the content provider. If the entries in the form are correct, the form is submitted to the content provider. If the entries in the form are not correct, the annotation server identifies the incorrect entries, generates an appropriate error message, and dynamically inserts the error message into the page that the user is viewing. The incorrect entries are not necessarily submitted to the content provider.
- The annotation server can also include navigation control functions that can be independent of or integrated with the other annotation server functionalities. In one embodiment, the annotation server has the ability to automatically navigate a content provider's Web-site. For example, the annotation server could automatically identify and select a link to an alternate page within the Web-site. In other embodiments, the annotation server could embed anchors into a Web page and subsequently scroll the page to a particular anchor. For example, the annotation server could scroll a page to the relevant material that answers a user's questions rather than force the user to locate and scroll the page manually.
- As previously stated, the above-described embodiments and implementations are for illustration purposes only. The principles of the present invention can be used in non-Web-based environments. These and numerous other embodiments, implementations, and details of the invention are easily recognized by those of skill in the art from the following descriptions and claims.
- Various objects and advantages and a more complete understanding of the present invention are apparent and more readily appreciated by reference to the following Detailed Description and to the appended claims when taken in conjunction with the accompanying Drawings wherein:
-
FIG. 1 is a block diagram of a system constructed in accordance with the principles of the present invention; -
FIG. 2 is a block diagram of an alternate system constructed in accordance with the principles of the present invention; -
FIG. 3 is an illustration of a Web page with three frames; -
FIG. 4 is a flowchart of one method for replacing content in a multi-frame Web page; -
FIG. 5 is a flowchart of one method for controlling pop-up displays in a Web environment; -
FIG. 6 is a flowchart of one method for inserting links into a Web page; -
FIG. 7 is a flow chart of one method for automatically relocating a Web page; and -
FIG. 8 is a flowchart of one method for validating an entry in an online form. - Referring now to the drawings, where like or similar elements are designated with identical reference numerals throughout the several views, and referring in particular to
FIG. 1 , it illustrates a block diagram of asystem 100 constructed in accordance with the principles of the present invention. This embodiment includes anannotation server 105, acontent provider 110—consisting of storedWeb content 115 and aWeb server 120—and a Web browser 125 (also referred to as the “user”). Each of these components can be attached to the same network, such as the Internet, or attached to different networks such as LANs, WANs, etc. Additionally, this embodiment includes separate paths from thecontent provider 110 to theuser 125—a path that goes through theannotation server 105 and a path that directly connects thecontent provider 110 with theuser 125. The hardware and software components of servers, networks and storage devices are well known in the arts and are not described further. Similarly, the hardware and software components of theannotation server 105 as described are recognizable by those of skill in the art. For example, theannotation server 105 could include basic server hardware and software, intermediate language engines, a Linux or Microsoft operating system, etc. - The
annotation server 105 is arranged so that it can conditionally intercept communications otherwise directed from thecontent provider 110 to theuser 125 and dynamically alter, monitor and control the content being served to the user. “Intercepting” includes, but is not limited to, directing thecontent provider 110 to route content bound for theuser 125 to theannotation server 105 instead of theuser 125. For example, “intercepting” could include theannotation server 105 directing theuser 125 to return data for the annotation server's IP address instead of the Web server's IP address. - The
annotation server 105 can also conditionally intercept communications from theuser 125 to thecontent provider 110. In one embodiment, theannotation server 105 modifies the embedded links in the original content received from thecontent provider 110 such that the embedded links point to theannotation server 105 instead of thecontent provider 110. For example, the original Web page could be located at “www.buy.com” and an embedded link could refer to www.buy.com/computers. Theannotation server 105 could modify this link so that it points to “www.annotation_server.com/buy/computers.” When theuser 125 selects what appears to be the “www.buy.com/computers” link, theuser 125 is actually routed to “www.annotation_server.com/buy/computers.” Thus, theannotation server 105 has “intercepted” the communication between theuser 125 and thecontent provider 110. This process is described in more detail herein. - Referring now to
FIG. 2 , it is a block diagram of analternate system 130 constructed in accordance with the principles of the present invention. In this embodiment, theannotation server 105 is integrated with thecontent provider 110. Instead of operating as a separate system, theannotation server 105, in this embodiment, is integrated with thecontent provider 110. As with the embodiment shown inFIG. 1 , theannotation server 105 can modify, monitor and control the content being served to theuser 125 with minimal disturbance to the content provider's storedWeb content 115. Otherwise, the operation of this embodiment is similar to the operation of thesystem 100 shown inFIG. 1 . -
FIGS. 4-6 illustrate exemplary embodiments for modifying original content, such as XML, HTML, Flash, etc., served up by acontent provider 110 without substantially changing the storedWeb content 115. The exemplary methods illustrated in these figures enablecontent providers 115 to outsource certain editing and modification functions or to integrateannotation server 105 technology into their own system to make temporary or conditional editing and modification less burdensome. The methods can be applied to Web applications, Web content-delivery sites, and other content delivery systems. - Referring now to
FIG. 4 , it illustrates a flowchart of one method for replacing content in a multi-frame or multi-table Web page. This method could be used for replacing content in any partitioned or subdivided material. In this embodiment, theannotation server 105 can identify one of the frames or tables within a Web page and dynamically replace the content therein with new content.FIG. 3 , for example, illustrates aWeb page 135 with three frames: Frame A, Frame B, and Frame C. Theannotation server 105 can identify Frame A, and dynamically replace the content therein with new content such as a virtual sales agent described in patent application Ser. No. 09/944,836, entitled System and Method for Automated End-User Support, filed Aug. 31, 2001. Similarly, theannotation server 105 could identify tables within a page that does not include frames and replace the content within that table. Additionally, theannotation server 105 could identify a table within a frame and replace content within that table. - To dynamically replace the content in a frame, the
annotation server 105 initially identifies the frames in a Web page being viewed by the user.Step 140. Theannotation server 105 then selects one frame for replacement.Step 145. Preferably, the selected frame is a secondary frame, e.g., a banner or index frame, and not the main frame that contains the primary information that the user is viewing. Once the frame has been selected, theannotation server 105 retrieves the replacement content, determines the size of the selected frame, and sizes the replacement content to fit in the selected frame.Step 150. The replacement content is then served to the user and displayed in the selected frame.Steps annotation server 105 then replaces the content of the selected frame with the replacement content.Step 155. Theannotation server 105 does not necessarily alter the other frames. Notably, this method can also be adapted to modify tables. - From the user's perspective, all of the viewed content originates from the
content provider 110. In reality, the replacement content originates from theannotation server 105 and the content in the other frames originates from thecontent provider 110. Theannotation server 105, in this embodiment, can dynamically edit the material in the selected frame or table without otherwise involving the storedWeb content 115. Thus, theannotation server 105 allows acontent provider 110 to change significantly the user's browsing experience without requiring thecontent provider 110 to significantly modifying its stored Web content. - The annotation server's replacement of content can be conditional based upon a user's actions. For example, the replacement of content can be responsive to a user selecting a “HELP” button. Thus, the
annotation server 105 can be engaged and disengaged based upon the user's actions. When the annotation server is disengaged, theWeb server 120 can continue to operate normally because this embodiment of theannotation server 105 is not integrated into theWeb server 120. In other words, theWeb server 120 can be independent of theannotation server 105. - Referring now to
FIG. 5 , it is a flowchart of another method for modifying original content served up by acontent provider 110 without substantially changing the content provider's storedWeb content 115. This particular embodiment involves management of interstitials and pop-up windows. In particular, this embodiment suppresses pop-up windows and places the pop-up window content in a frame of the already displayed Web page. This suppression can prevent certain material from being covered by a pop-up window, i.e., moved to the background. This method, for example, is beneficial in online help situations where Frame A (shown inFIG. 3 ) includes a virtual agent that should not be covered by a pop-up window. Pop-up windows and interstitials are well known and documented in the art, and their implementation is not described herein. - In this embodiment, the user selects a Web page from the
content provider 110.Step 170. This Web page is then provided from the content provider to theannotation server 105.Step 175. Alternately, the Web page may be cached at an alternate location, including theannotation server 105. Once theannotation server 105 receives the page, theannotation server 105 can determine if the page includes pop-up window instructions.Step 180. If the page includes such instructions, theannotation server 105 alters the instructions in the received page such that the pop-up instructions are suppressed, e.g., removed or edited.Step 185. The altered page is then provided to the user.Step 190. When the user selects a link within the page that was previously associated with a pop-up window, the content is rendered in the existing window.Step 195. - Referring now to
FIG. 6 , it is a flowchart of yet another method for modifying original content served up by acontent provider 110 without substantially changing the content provider's storedWeb content 115. This particular embodiment involves link, image, and icon insertion (collectively referred to as “objects”). As previously described, theannotation server 105 can replace embedded links in Web content with new or modified links. In one embodiment, theannotation server 105 can direct all or some portion of the embedded links within a Web page to its IP address instead of the content provider's IP address. Similarly, theannotation server 105 can insert text, images, or icons, which are associated with executable code, into a content provider's original content. For example, theannotation server 105 could insert a “SALE” icon next to all SONY™ TVs, and when the user selects the icon, embedded code can be executed that gives details of the sale. By using theannotation server 105, thecontent provider 110 does not need to modify its storedWeb content 115 to reflect the “SALE” icon and the related code. Theannotation server 105 stores the icon and code information and dynamically inserts it into the original content. Thus, thecontent provider 110 can make temporary or conditional changes to the appearance of its Web-site without otherwise changing its storedWeb content 115. - Still referring to
FIG. 6 , theannotation server 105 intercepts original content that is directed to theuser 125.Step 205. Theannotation server 105 then determines which objects that it should search for in theoriginal content Step 210. For example, theannotation server 105 could search a list of sale items and corresponding annotations that are designated by the retailer. Upon receiving original content from the particular retailer, theannotation server 105 would search the content for any of the sale items. Theannotation server 105 could search for words, phrases, images, tables, links, etc. If a sale item is located, the appropriate object is inserted into the original content and that modified content is served to theuser 125.Steps content provider 110 to significantly change its storedWeb content 115. -
FIG. 7 illustrates one method for controlling navigation in a Web-site. As with the above-described modification functionality, the control functionality can be implemented in theannotation server 105, thereby reducing or eliminating the need for storedWeb content 115 to be modified. In this embodiment, theannotation server 105 can automatically scroll to or highlight material on a Web page. For example, assume that auser 125 is viewing a first Web page concerning a retailer's policies. The Web page may contain information regarding returns, warranties, returned checks, gift certificates, etc. Theuser 125, however, may only want to know the mailing address to which returns should be sent. If theuser 125 poses this question to a virtual sales agent driven by theannotation server 105—possibly displayed in an accompanying frame—theannotation server 105 could locate the information in the Web page content and automatically scroll the page to the relevant material. - In one embodiment of the navigation control functionality, the
annotation server 105 receives Web page content and identifies target content therein.Steps Step 234. The modified Web page content can then be transmitted to the user for viewing.Steps Steps annotation server 105 can search the original content for relevant strings, such as “return address,” and scroll the page to that point. Both embodiments can be implemented with a minimal amount of modification to the storedWeb content 115. - In yet other embodiments, the
annotation server 105 can determine that the page being viewed by theuser 125 does not contain the requested information and automatically request another page from thecontent provider 110. In essence, theannotation server 105 is navigating the content provider's Web-site for theuser 125. Although the content provider's storedWeb content 115 is not necessarily modified, thecontent provider 110 should provide theannotation server 105 with a site map for the relevant portions of the storedWeb content 115. - Referring now to
FIG. 8 , it is a flowchart of one method for monitoring a user's actions on a Web page, including form submits, navigation events, field submits, etc. This particular embodiment involves monitoring and validating fields in a Web-based form such as those commonly used by e-commerce sites and online travel reservation sites. Initially, theannotation server 105 intercepts the user-bound original content that includes the form being monitored.Step 245. Theannotation server 105 identifies a target field then inserts executable code, such as JavaScript, into the original content.Steps annotation server 105 or thecontent provider 110. The modified content is then served to theuser 125 as if it originated from thecontent provider 110.Step 260. - The executable code that is inserted into the original content can monitor for the
user 125 to enter data into the monitored field. Generally, the executable code can detect when theuser 125 enters or exits the field.Step 265. Once the field has been exited, the executable code can validate the entry.Step 270. For example, the executable code may determine that an expiration date on a credit card has expired, that a required field was left blank, or that a particular flight destination is not available. Assuming that an entry is invalid, the embedded executable code can generate an error message and a recommendation, or the executable code can notify theannotation server 105, and theannotation server 105 can generate the error message and the recommendation.Step 275. In either embodiment, however, the error can be handled before the data is submitted to thecontent provider 110. - In other embodiments, the
annotation server 105 detects when theuser 125 submits a form to thecontent provider 110, and validates the form before it is actually submitted. For example, theuser 125 could fill out an airline reservation request and submit it to the airline. Theannotation server 105, however, could intercept the request and validate the information in the request by comparing it against information previously provided by the airline or by comparing it against logical rules such as a “departure date must be before a return date.” If the data in the form is correct, then the form is passed to the airline for official processing. Theannotation server 105 is not necessarily responsible for checking information such as flight availability, pricing, etc. Rather, theannotation server 105 generally—but not always validates the form of the entries, not the substance. - When the
annotation server 105 determines that the submitted data contains an error, theannotation server 105 can invoke a virtual sales agent, or it can generate an error message that directs theuser 125 to the source of the error. For example, theannotation server 105 could scroll the viewed Web page to the incorrect entry and insert a text bubble indicating the type of error and the required information. From the user's perspective, the error message and assistance originates from the airline. In reality, the airline is unaware that theuser 125 entered incorrect information because theannotation server 105 intercepted the incorrect information before it was submitted to the airline. - In conclusion, the present invention provides, among other things, a system and method for dynamically modifying and generating markup-language code. Those skilled in the art can readily recognize that numerous variations and substitutions may be made in the invention, its use and its configuration to achieve substantially the same results as achieved by the embodiments described herein. Accordingly, there is no intention to limit the invention to the disclosed exemplary forms. Many variations, modifications and alternative constructions fall within the scope and spirit of the disclosed invention as expressed in the claims.
Claims (5)
1. A method for modifying a copy of original Web-page code stored at a content provider, the method comprising the steps of:
(a) responsive to a request from a user for Web content, receiving, at an annotation server, the copy of the original Web-page code, wherein the copy of the original Webpage code includes a data item;
(b) determining a modification that should be applied to the copy of the original Web-page code, wherein the determined operational modification is associated with the data item;
(c) modifying the copy of the original Web-page code according to the determined modification, wherein the original Web-page code stored at the content provider is not modified responsive to modifying the copy of the original Web-page code;
(d) providing the modified copy of original Web-page code to the user; and
wherein the data item comprises a graphics-based animation object which comprises Flash content.
2. A method for modifying a copy of original Web-page code stored at a content provider, the method comprising the steps of:
(a) responsive to a request from a user for Web content, receiving, at an annotation server, the copy of the original Web-page code, wherein the copy of the original Webpage code includes a data item;
(b) determining a modification that should be applied to the copy of the original Web-page code, wherein the determined operational modification is associated with the data item;
(c) modifying the copy of the original Web-page code according to the determined modification, wherein the original Web-page code stored at the content provider is not modified responsive to modifying the copy of the original Web-page code;
(d) providing the modified copy of original Web-page code to the user; and
wherein modifying the copy of the original Web-page code comprises insertion of executable code configured to monitor for the user to enter data into a field.
3. A method for modifying original content received from a content provider, the method comprising the steps of:
(a) receiving the original content from the content provider, the original content including a content object;
(b) determining a modification that should be applied to the original content, wherein the determined modification is associated with the content object included in the received original content;
(c) modifying the received-original content according to the determined modification;
(d) providing the modified-original content to a user;
wherein the original content comprises a field for user data entry and wherein modifying the received-original content comprising inserting code configured to validate data entered into the field.
4. The method of claim 3 , wherein validating data entered into the field comprises validating the data entered into the field against data previously provided by the content provider.
5. The method of claim 3 , wherein the inserted code comprises Javascript.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/909,323 US20110078559A1 (en) | 2002-10-16 | 2010-10-21 | System and Method for Dynamic Modification of Web Content |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/272,373 US7844907B2 (en) | 2002-10-16 | 2002-10-16 | System and method for dynamic modification of web content |
US12/909,323 US20110078559A1 (en) | 2002-10-16 | 2010-10-21 | System and Method for Dynamic Modification of Web Content |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/272,373 Continuation US7844907B2 (en) | 2002-10-16 | 2002-10-16 | System and method for dynamic modification of web content |
Publications (1)
Publication Number | Publication Date |
---|---|
US20110078559A1 true US20110078559A1 (en) | 2011-03-31 |
Family
ID=32092596
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/272,373 Active 2026-10-19 US7844907B2 (en) | 2002-10-16 | 2002-10-16 | System and method for dynamic modification of web content |
US12/909,323 Abandoned US20110078559A1 (en) | 2002-10-16 | 2010-10-21 | System and Method for Dynamic Modification of Web Content |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/272,373 Active 2026-10-19 US7844907B2 (en) | 2002-10-16 | 2002-10-16 | System and method for dynamic modification of web content |
Country Status (3)
Country | Link |
---|---|
US (2) | US7844907B2 (en) |
AU (1) | AU2003279266A1 (en) |
WO (1) | WO2004036358A2 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130290830A1 (en) * | 2012-04-30 | 2013-10-31 | Salesforce.Com, Inc. | System and method for managing a viewstate of a web application |
US20130326005A1 (en) * | 2012-06-04 | 2013-12-05 | Nokia Corporation | Methods, apparatuses and computer program products for enabling modification of content delivered to mobile browsers |
WO2016154725A1 (en) * | 2015-03-30 | 2016-10-06 | Glaswegian Enterprises Inc. | Mobile icon-centric enterprise content management platform |
Families Citing this family (74)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8352400B2 (en) | 1991-12-23 | 2013-01-08 | Hoffberg Steven M | Adaptive pattern recognition based controller apparatus and method and human-factored interface therefore |
US7904187B2 (en) | 1999-02-01 | 2011-03-08 | Hoffberg Steven M | Internet appliance system and method |
US7801905B1 (en) * | 2003-11-25 | 2010-09-21 | Prabhdeep Singh | Knowledge archival and recollection systems and methods |
US6996558B2 (en) | 2002-02-26 | 2006-02-07 | International Business Machines Corporation | Application portability and extensibility through database schema and query abstraction |
US7844907B2 (en) | 2002-10-16 | 2010-11-30 | William Watler | System and method for dynamic modification of web content |
US7392267B2 (en) * | 2002-12-04 | 2008-06-24 | International Business Machines Corporation | Annotation validity using partial checksums |
JP4214777B2 (en) * | 2002-12-27 | 2009-01-28 | ヤマハ株式会社 | Help display device and program |
DE10303958B4 (en) * | 2003-01-31 | 2005-03-03 | Siemens Ag | Method and system for inserting a multimedia message multiple element into a multimedia message |
US20050097197A1 (en) * | 2003-10-07 | 2005-05-05 | International Business Machines Corporation | Web browser control for customer support |
US7900133B2 (en) | 2003-12-09 | 2011-03-01 | International Business Machines Corporation | Annotation structure type determination |
US8442331B2 (en) | 2004-02-15 | 2013-05-14 | Google Inc. | Capturing text from rendered documents using supplemental information |
US7707039B2 (en) * | 2004-02-15 | 2010-04-27 | Exbiblio B.V. | Automatic modification of web pages |
US20060136629A1 (en) * | 2004-08-18 | 2006-06-22 | King Martin T | Scanner having connected and unconnected operational behaviors |
US7812860B2 (en) | 2004-04-01 | 2010-10-12 | Exbiblio B.V. | Handheld device for capturing text from both a document printed on paper and a document displayed on a dynamic display device |
US10635723B2 (en) | 2004-02-15 | 2020-04-28 | Google Llc | Search engines and systems with handheld document data capture devices |
US9116890B2 (en) | 2004-04-01 | 2015-08-25 | Google Inc. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US9143638B2 (en) | 2004-04-01 | 2015-09-22 | Google Inc. | Data capture from rendered documents using handheld device |
US20060098900A1 (en) | 2004-09-27 | 2006-05-11 | King Martin T | Secure data gathering from rendered documents |
US20060081714A1 (en) | 2004-08-23 | 2006-04-20 | King Martin T | Portable scanning device |
US9008447B2 (en) | 2004-04-01 | 2015-04-14 | Google Inc. | Method and system for character recognition |
US8146156B2 (en) | 2004-04-01 | 2012-03-27 | Google Inc. | Archive of text captures from rendered documents |
US7894670B2 (en) | 2004-04-01 | 2011-02-22 | Exbiblio B.V. | Triggering actions in response to optically or acoustically capturing keywords from a rendered document |
US7990556B2 (en) | 2004-12-03 | 2011-08-02 | Google Inc. | Association of a portable scanner with input/output and storage devices |
US8081849B2 (en) | 2004-12-03 | 2011-12-20 | Google Inc. | Portable scanning and memory device |
US8713418B2 (en) | 2004-04-12 | 2014-04-29 | Google Inc. | Adding value to a rendered document |
US8620083B2 (en) | 2004-12-03 | 2013-12-31 | Google Inc. | Method and system for character recognition |
US8874504B2 (en) | 2004-12-03 | 2014-10-28 | Google Inc. | Processing techniques for visual capture data from a rendered document |
US8489624B2 (en) | 2004-05-17 | 2013-07-16 | Google, Inc. | Processing techniques for text capture from a rendered document |
US7533144B2 (en) * | 2004-05-14 | 2009-05-12 | Hisham Kassab | Method of providing a web page with additional content inserted in an intermediate network entity (INE) platform |
US8346620B2 (en) | 2004-07-19 | 2013-01-01 | Google Inc. | Automatic modification of web pages |
US8782200B2 (en) * | 2004-09-14 | 2014-07-15 | Sitespect, Inc. | System and method for optimizing website visitor actions |
US20070016870A1 (en) * | 2005-07-15 | 2007-01-18 | Microsoft Corporation | Control panel framework |
US8943035B2 (en) * | 2005-11-14 | 2015-01-27 | Patrick J. Ferrel | Distributing web applications across a pre-existing web |
US7921375B2 (en) * | 2005-12-16 | 2011-04-05 | Microsoft Corporation | Integrating user interfaces from one application into another |
US20070143333A1 (en) * | 2005-12-16 | 2007-06-21 | Microsoft Corporation | Creating search folders within applications for other applications |
US20070156923A1 (en) * | 2005-12-29 | 2007-07-05 | Webex Communications, Inc. | Methods and apparatuses for tracking progress of an invited participant |
US7873725B2 (en) * | 2006-05-12 | 2011-01-18 | W.W. Grainger, Inc. | System and method for directing attention to web site content |
US20080005282A1 (en) * | 2006-07-03 | 2008-01-03 | Dewey Gaedcke | Method for displaying user generated content in a web browser |
EP2067119A2 (en) | 2006-09-08 | 2009-06-10 | Exbiblio B.V. | Optical scanners, such as hand-held optical scanners |
JP2008090679A (en) * | 2006-10-03 | 2008-04-17 | Fujitsu Ltd | Text data creation program, text data creation device, text data creation method, text processing tool program, text processing tool device and text processing method |
US20080098447A1 (en) * | 2006-10-19 | 2008-04-24 | Moshe Yannai | Programming of informational channels for digital video broadcasting |
JP4520450B2 (en) * | 2006-12-05 | 2010-08-04 | 富士通株式会社 | Annotation management program, annotation management apparatus, annotation management method, and annotation display program |
US8064584B2 (en) * | 2007-04-19 | 2011-11-22 | Art Technology Group, Inc. | Method and apparatus for cross channel data processing |
US7941755B2 (en) * | 2007-04-19 | 2011-05-10 | Art Technology Group, Inc. | Method and apparatus for web page co-browsing |
KR100909792B1 (en) * | 2007-06-26 | 2009-07-29 | 주식회사 마이엔진 | Method and system for providing service in web page |
WO2009024966A2 (en) * | 2007-08-21 | 2009-02-26 | Closevu Ltd. | Method for adapting media for viewing on small display screens |
US8799103B1 (en) | 2007-09-20 | 2014-08-05 | Ariba, Inc. | Client-side structured data capture and remote application integration using a web browser |
US8234632B1 (en) | 2007-10-22 | 2012-07-31 | Google Inc. | Adaptive website optimization experiment |
US9361396B2 (en) * | 2008-01-31 | 2016-06-07 | Microsoft Technology Licensing, Llc | Adaptation of display pages for client environments |
US20090210863A1 (en) * | 2008-02-19 | 2009-08-20 | Google Inc. | Code-based website experiments |
CN101620610B (en) * | 2008-06-30 | 2012-03-28 | 国际商业机器公司 | Method and device for correcting Web content, recovery service method and apparatus for Web content |
US8200578B2 (en) * | 2008-07-09 | 2012-06-12 | Hill Matthew D | Methods and systems for account management and virtual agent design and implementation |
US8621635B2 (en) * | 2008-08-18 | 2013-12-31 | Microsoft Corporation | Web page privacy risk detection |
EP2399385B1 (en) | 2009-02-18 | 2019-11-06 | Google LLC | Automatically capturing information, such as capturing information using a document-aware device |
WO2010105246A2 (en) | 2009-03-12 | 2010-09-16 | Exbiblio B.V. | Accessing resources based on capturing information from a rendered document |
US8447066B2 (en) | 2009-03-12 | 2013-05-21 | Google Inc. | Performing actions based on capturing information from rendered documents, such as documents under copyright |
GB0909695D0 (en) | 2009-06-05 | 2009-07-22 | Maxymiser Ltd | On page console |
JP2011002923A (en) * | 2009-06-17 | 2011-01-06 | Fuji Xerox Co Ltd | Information processing apparatus and program |
US8571201B2 (en) * | 2009-06-23 | 2013-10-29 | Oracle Otc Subsidiary Llc | Cross channel identification in electronic commerce environments |
US9081799B2 (en) | 2009-12-04 | 2015-07-14 | Google Inc. | Using gestalt information to identify locations in printed information |
US9323784B2 (en) | 2009-12-09 | 2016-04-26 | Google Inc. | Image search using text-based elements within the contents of images |
US10691583B2 (en) * | 2010-05-26 | 2020-06-23 | Userzoom Technologies, Inc. | System and method for unmoderated remote user testing and card sorting |
US10242118B2 (en) | 2010-06-21 | 2019-03-26 | International Business Machines Corporation | Multi-source electronic forms with concealed fields |
US8996631B1 (en) * | 2011-05-13 | 2015-03-31 | Google Inc. | Customizing annotations for online content |
US9390403B2 (en) | 2012-02-09 | 2016-07-12 | International Business Machines Corporation | Augmented screen sharing in an electronic meeting |
GB2508875A (en) * | 2012-12-13 | 2014-06-18 | Thunderhead Ltd | Defining elements of web pages for variation |
US20140215050A1 (en) * | 2013-01-29 | 2014-07-31 | Array Networks, Inc. | Method and system for web analytics using a proxy |
US10248975B2 (en) * | 2013-02-27 | 2019-04-02 | Facebook, Inc. | Providing advertisement content via an advertisement proxy server |
US9756091B1 (en) * | 2014-03-21 | 2017-09-05 | Google Inc. | Providing selectable content items in communications |
US11386442B2 (en) * | 2014-03-31 | 2022-07-12 | Liveperson, Inc. | Online behavioral predictor |
US10372782B1 (en) * | 2014-09-29 | 2019-08-06 | Amazon Technologies, Inc. | Content generation and experimentation using engagement tests |
CN105278984B (en) * | 2015-09-14 | 2018-12-18 | 北京京东尚科信息技术有限公司 | The method and apparatus of Server Side Include technological improvement |
US10417310B2 (en) | 2017-06-09 | 2019-09-17 | Microsoft Technology Licensing, Llc | Content inker |
FR3110740A1 (en) | 2020-05-20 | 2021-11-26 | Seed-Up | Automatic digital file conversion process |
Citations (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5842221A (en) * | 1997-02-19 | 1998-11-24 | Wisdomware, Inc. | Dynamic frequently asked questions (FAQ) system |
US5884032A (en) * | 1995-09-25 | 1999-03-16 | The New Brunswick Telephone Company, Limited | System for coordinating communications via customer contact channel changing system using call centre for setting up the call between customer and an available help agent |
US5945989A (en) * | 1997-03-25 | 1999-08-31 | Premiere Communications, Inc. | Method and apparatus for adding and altering content on websites |
US6195357B1 (en) * | 1996-09-24 | 2001-02-27 | Intervoice Limited Partnership | Interactive information transaction processing system with universal telephony gateway capabilities |
US20020002475A1 (en) * | 2000-04-13 | 2002-01-03 | Joel Freedman | Automated insurance system and method |
US20020019837A1 (en) * | 2000-08-11 | 2002-02-14 | Balnaves James A. | Method for annotating statistics onto hypertext documents |
US20020035697A1 (en) * | 2000-06-30 | 2002-03-21 | Mccurdy Kevin | Systems and methods for distributing and viewing electronic documents |
US20020042265A1 (en) * | 2000-10-09 | 2002-04-11 | Amrit Kumaran | Automated information entry for wireless devices |
US20020054163A1 (en) * | 2000-06-30 | 2002-05-09 | Sanyo Electric Co., Ltd. | User support method and user support apparatus |
US20020065658A1 (en) * | 2000-11-29 | 2002-05-30 | Dimitri Kanevsky | Universal translator/mediator server for improved access by users with special needs |
US20020063741A1 (en) * | 2000-10-31 | 2002-05-30 | Francis Cousin | Process for rendering pre-existing information accessible to individuals suffering from visual and/or auditory deficiencies |
US20020109729A1 (en) * | 2000-12-14 | 2002-08-15 | Rabindranath Dutta | Integrating content with virtual advertisements using vector graphics images obtainable on the web |
US20020147848A1 (en) * | 2001-04-05 | 2002-10-10 | Burgin Daniel Keele | System and method for enabling communication between browser frames |
US20020156809A1 (en) * | 2001-03-07 | 2002-10-24 | O'brien Thomas A. | Apparatus and method for locating and presenting electronic content |
US20030023679A1 (en) * | 2001-03-13 | 2003-01-30 | Stephen Johnson | System and process for network collaboration through embedded annotation and rendering instructions |
US20030115546A1 (en) * | 2000-02-17 | 2003-06-19 | Dubey Stuart P. | Method and apparatus for integrating digital media assets into documents |
US20030112274A1 (en) * | 2001-12-13 | 2003-06-19 | Yang Gao | System and method for retrieving and editing the data structure of an HTML UI control |
US20030120762A1 (en) * | 2001-08-28 | 2003-06-26 | Clickmarks, Inc. | System, method and computer program product for pattern replay using state recognition |
US6654032B1 (en) * | 1999-12-23 | 2003-11-25 | Webex Communications, Inc. | Instant sharing of documents on a remote server |
US6665395B1 (en) * | 1998-12-11 | 2003-12-16 | Avaya Technology Corp. | Automatic call distribution system using computer network-based communication |
US20040141508A1 (en) * | 2002-08-16 | 2004-07-22 | Nuasis Corporation | Contact center architecture |
US20070053513A1 (en) * | 1999-10-05 | 2007-03-08 | Hoffberg Steven M | Intelligent electronic appliance system and method |
US20120265744A1 (en) * | 2001-08-08 | 2012-10-18 | Gary Charles Berkowitz | Knowledge-based e-catalog procurement system and method |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5500802A (en) | 1994-05-31 | 1996-03-19 | Morris; James M. | System and method for creating configurators using templates |
US5630025A (en) | 1994-07-13 | 1997-05-13 | Unisys Corporation | Generalized configurator using a declaratively constructed two-level bi-partite graph as a knowledge representation |
AU3138397A (en) | 1996-05-22 | 1997-12-09 | Agent Based Curricula, Inc. | Agent based instruction system and method |
US6427063B1 (en) | 1997-05-22 | 2002-07-30 | Finali Corporation | Agent based instruction system and method |
US6385646B1 (en) | 1996-08-23 | 2002-05-07 | At&T Corp. | Method and system for establishing voice communications in an internet environment |
WO1998032107A1 (en) | 1997-01-21 | 1998-07-23 | Agent Based Curricula, Inc. | Method of and apparatus for teaching drawing, penmanship, and hand-eye-memory coordination |
US20010054064A1 (en) | 1997-07-02 | 2001-12-20 | Pallipuram V. Kannan | Method system and computer program product for providing customer service over the world-wide web |
US6314415B1 (en) | 1998-11-04 | 2001-11-06 | Cch Incorporated | Automated forms publishing system and method using a rule-based expert system to dynamically generate a graphical user interface |
US7614014B2 (en) | 2001-04-05 | 2009-11-03 | Daniel Keele Burgin | System and method for automated end-user support |
US7844907B2 (en) | 2002-10-16 | 2010-11-30 | William Watler | System and method for dynamic modification of web content |
-
2002
- 2002-10-16 US US10/272,373 patent/US7844907B2/en active Active
-
2003
- 2003-10-14 WO PCT/US2003/032482 patent/WO2004036358A2/en not_active Application Discontinuation
- 2003-10-14 AU AU2003279266A patent/AU2003279266A1/en not_active Abandoned
-
2010
- 2010-10-21 US US12/909,323 patent/US20110078559A1/en not_active Abandoned
Patent Citations (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5884032A (en) * | 1995-09-25 | 1999-03-16 | The New Brunswick Telephone Company, Limited | System for coordinating communications via customer contact channel changing system using call centre for setting up the call between customer and an available help agent |
US6195357B1 (en) * | 1996-09-24 | 2001-02-27 | Intervoice Limited Partnership | Interactive information transaction processing system with universal telephony gateway capabilities |
US5842221A (en) * | 1997-02-19 | 1998-11-24 | Wisdomware, Inc. | Dynamic frequently asked questions (FAQ) system |
US5945989A (en) * | 1997-03-25 | 1999-08-31 | Premiere Communications, Inc. | Method and apparatus for adding and altering content on websites |
US6665395B1 (en) * | 1998-12-11 | 2003-12-16 | Avaya Technology Corp. | Automatic call distribution system using computer network-based communication |
US20070053513A1 (en) * | 1999-10-05 | 2007-03-08 | Hoffberg Steven M | Intelligent electronic appliance system and method |
US6654032B1 (en) * | 1999-12-23 | 2003-11-25 | Webex Communications, Inc. | Instant sharing of documents on a remote server |
US20030115546A1 (en) * | 2000-02-17 | 2003-06-19 | Dubey Stuart P. | Method and apparatus for integrating digital media assets into documents |
US20020002475A1 (en) * | 2000-04-13 | 2002-01-03 | Joel Freedman | Automated insurance system and method |
US20020035697A1 (en) * | 2000-06-30 | 2002-03-21 | Mccurdy Kevin | Systems and methods for distributing and viewing electronic documents |
US20020054163A1 (en) * | 2000-06-30 | 2002-05-09 | Sanyo Electric Co., Ltd. | User support method and user support apparatus |
US20020019837A1 (en) * | 2000-08-11 | 2002-02-14 | Balnaves James A. | Method for annotating statistics onto hypertext documents |
US20020042265A1 (en) * | 2000-10-09 | 2002-04-11 | Amrit Kumaran | Automated information entry for wireless devices |
US20020063741A1 (en) * | 2000-10-31 | 2002-05-30 | Francis Cousin | Process for rendering pre-existing information accessible to individuals suffering from visual and/or auditory deficiencies |
US20020065658A1 (en) * | 2000-11-29 | 2002-05-30 | Dimitri Kanevsky | Universal translator/mediator server for improved access by users with special needs |
US20020109729A1 (en) * | 2000-12-14 | 2002-08-15 | Rabindranath Dutta | Integrating content with virtual advertisements using vector graphics images obtainable on the web |
US20020156809A1 (en) * | 2001-03-07 | 2002-10-24 | O'brien Thomas A. | Apparatus and method for locating and presenting electronic content |
US20030023679A1 (en) * | 2001-03-13 | 2003-01-30 | Stephen Johnson | System and process for network collaboration through embedded annotation and rendering instructions |
US20020147848A1 (en) * | 2001-04-05 | 2002-10-10 | Burgin Daniel Keele | System and method for enabling communication between browser frames |
US20120265744A1 (en) * | 2001-08-08 | 2012-10-18 | Gary Charles Berkowitz | Knowledge-based e-catalog procurement system and method |
US20030120762A1 (en) * | 2001-08-28 | 2003-06-26 | Clickmarks, Inc. | System, method and computer program product for pattern replay using state recognition |
US20030112274A1 (en) * | 2001-12-13 | 2003-06-19 | Yang Gao | System and method for retrieving and editing the data structure of an HTML UI control |
US20040141508A1 (en) * | 2002-08-16 | 2004-07-22 | Nuasis Corporation | Contact center architecture |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130290830A1 (en) * | 2012-04-30 | 2013-10-31 | Salesforce.Com, Inc. | System and method for managing a viewstate of a web application |
US20130326005A1 (en) * | 2012-06-04 | 2013-12-05 | Nokia Corporation | Methods, apparatuses and computer program products for enabling modification of content delivered to mobile browsers |
WO2016154725A1 (en) * | 2015-03-30 | 2016-10-06 | Glaswegian Enterprises Inc. | Mobile icon-centric enterprise content management platform |
Also Published As
Publication number | Publication date |
---|---|
AU2003279266A8 (en) | 2004-05-04 |
US7844907B2 (en) | 2010-11-30 |
US20040075686A1 (en) | 2004-04-22 |
AU2003279266A1 (en) | 2004-05-04 |
WO2004036358A2 (en) | 2004-04-29 |
WO2004036358A3 (en) | 2005-01-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7844907B2 (en) | System and method for dynamic modification of web content | |
US20230144617A1 (en) | System and method for design and dynamic generation of a web page | |
US10296939B2 (en) | Dynamic reconfiguration of web pages based on user behavioral portrait | |
US8280819B2 (en) | Method and apparatus for securely displaying and communicating trusted and untrusted internet content | |
US7725530B2 (en) | Proxy server collection of data for module incorporation into a container document | |
US8255286B2 (en) | Publishing user submissions at a network-based facility | |
US8296392B2 (en) | Browser-based retrieval and display of content associated with a link that matches a link signature | |
US7730082B2 (en) | Remote module incorporation into a container document | |
US10049226B1 (en) | Facilitating access to restricted functionality | |
US9015596B1 (en) | Facilitating access to functionality via displayed information | |
JP4571712B2 (en) | Method for commerce system over distributed network and computer readable storage medium therefor | |
US20040015408A1 (en) | Corporate content management and delivery system | |
US20020042750A1 (en) | System method and article of manufacture for a visual self calculating order system over the world wide web | |
US20070136201A1 (en) | Customized container document modules using preferences | |
US20040162895A1 (en) | Web site management with electronic storefront and page categorization | |
US9208241B2 (en) | User interface task flow component | |
US20020188520A1 (en) | Supplier provided product information service | |
Peacock | PHP 5 e-commerce Development | |
WO2002033629A9 (en) | System and method for integrated scheduling and advertising content management programs | |
GB2452282A (en) | Remote insertion of content | |
GB2452281A (en) | Display space creation utilizing frame set | |
GB2452284A (en) | Amending content in a web page based on existing content |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: FINALI CORPORATION, COLORADO Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WALTER, WILLIAM;PHILLIPS, JONATHAN;YOUNG, DAVID;REEL/FRAME:030242/0501 Effective date: 20021010 Owner name: CONVERGYS CUSTOMER MANAGEMENT GROUP INC., OHIO Free format text: MERGER;ASSIGNOR:FINALI CORPORATION;REEL/FRAME:030242/0645 Effective date: 20121231 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |