US5870559A - Software system and associated methods for facilitating the analysis and management of web sites - Google Patents
Software system and associated methods for facilitating the analysis and management of web sites Download PDFInfo
- Publication number
- US5870559A US5870559A US08/840,103 US84010397A US5870559A US 5870559 A US5870559 A US 5870559A US 84010397 A US84010397 A US 84010397A US 5870559 A US5870559 A US 5870559A
- Authority
- US
- United States
- Prior art keywords
- map
- site
- plug
- web site
- links
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/535—Tracking the activity of the user
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/32—Monitoring with visual or acoustical indication of the functioning of the machine
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/32—Monitoring with visual or acoustical indication of the functioning of the machine
- G06F11/323—Visualisation of programs or trace data
-
- 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
- G06F11/3476—Data logging
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/875—Monitoring of systems including the internet
Definitions
- This specification includes a partial source code listing and an API (application program interface) listing of a preferred embodiment of the invention, attached as Appendices A and B, respectively. These materials form part of the disclosure of the specification.
- the present invention relates to database management and analysis tools. More particularly, the present invention relates to software tools for facilitating the management and analysis of World Wide Web sites and other types of database systems which utilize hyperlinks to facilitate user navigation.
- the present invention addresses these and other limitations in existing products and technologies.
- a software package (“Web site analysis program") which includes a variety of features for facilitating the management and analysis of Web sites.
- the program runs on a network-connected PC under the Windows® 95 or Windows® NT operating system, and utilizes the standard protocols and conventions of the World Wide Web (“Web").
- the program may be adapted to provide for the analysis of other types of hypertextual-content sites, including sites based on nonstandard protocols.
- the program includes Web site scanning routines which use conventional webcrawling techniques to gather information about the content objects (HTML documents, GIF files, etc.) and links of a Web site via a network connection.
- Mapping routines of the program in-turn use this information to generate, on the computer's display screen, a graphical site map that shows the overall architecture (i.e., the structural arrangement of content objects and links) of the Web site.
- a user interface of the program allows the user to perform actions such as initiate and pause the scanning/mapping of a Web site, zoom in and out on portions of a site map, apply content filters to the site map to filter out content objects of specific types, and save and retrieve maps to/from disk.
- a map comparison tool allows the user to generate a comparison map which highlights changes that have been made to the Web site since a previous mapping of the site.
- the Web site analysis program implements a map generation method which greatly facilitates the visualization by the user of the overall architecture of the Web site, and allows the user to navigate the map in an intuitive manner to explore the content of the Web site.
- a structural representation of the Web site (specifying the actual arrangement of content objects and links) is initially reduced, for purposes of generating the site map, to a hierarchical tree representation in which each content object of the Web site is represented as a node of the tree.
- a recursive layout method is then applied which uses the parent-child node relationships, as such relationships exist within the tree, to spatially position the nodes (represented as respective icons within the map) on the display screen such that children nodes are positioned around and connected to their respective immediate parents.
- This layout method can also be used to display other types of hierarchical data structures, such as the tree structure of a conventional file system.
- the result is a map which comprises a hierarchical arrangement of parentchild child node (icon) clusters in which parent-child relationships are immediately apparent.
- the relative sizes of the node icons are preferably adjusted such that nodes with relatively large numbers of outgoing links have a relatively large icon size, and thus stand out in the map.
- the node and link display sizes are automatically adjusted such that the entire map is displayed on the display screen, regardless of the size of the Web site. As the user zooms in on portions of the map, additional details of the Web site's content objects are automatically revealed within the map.
- the Web site analysis program is based on an extensible architecture that allows software components to be added that make extensive use of the program's mapping functionality.
- the architecture includes an API (application program interface) which includes API procedures ("methods") that allow other applications (“plug-ins”) to, among other things, manipulate the display attributes of the nodes and links within a site map.
- API application program interface
- plug-ins manipulate the display attributes of the nodes and links within a site map.
- a plug-in application can be added which dynamically superimposes data onto the site map by, for example, selectively modifying display colors of nodes and links, selectively hiding nodes and links, and/or attaching alphanumeric annotations to the nodes and links.
- the API also includes methods for allowing plug-in components to access Web site data (both during and following the Web site scanning process) retrieved by the scanning routines, and for adding menu commands to the user interface of the main program.
- software routines are provided for processing a Web site's server access log file to generate Web site usage data, and for displaying the usage data on a site map.
- This usage data may, for example, be in the form of the number of "hits" per link, the number of Web site exit events per node, or the navigation paths taken by specific users ("visitors").
- This usage data is preferably generated by processing the entries within the log file on a per-visitor basis to determine the probable navigation path taken by each respective visitor to the Web site.
- the Web site analysis program includes software routines and associated user interface controls for automatically scanning and mapping dynamically-generated Web pages, such as Web pages generated "on-the-fly" in response to user-specified database queries.
- This feature generally involves the two-step process of capturing and recording a dataset manually entered by the user into an embedded form of a Web page (such as a page of a previously-mapped Web site), and then automatically resubmitting the dataset (within the form) when the Web site is later re-scanned.
- this feature of the invention can also be applied to conventional Internet search engines.
- the user initiates a capture session from the user interface; this causes a standard Web browser to be launched and temporarily configured to use the Web site analysis program as an HTTP-level proxy to communicate with Web sites. Thereafter, until the capture session is terminated by the user, any pages retrieved with the browser, and any forms (datasets) submitted from the browser, are automatically recorded by the Web site analysis program into the site map.
- the site map is subsequently updated (using an "automatic update" option of the user interface)
- the scanning routines automatically re-enter the captured datasets into the corresponding forms and recreate the form submissions.
- the dynamically-generated Web pages returned in response to these automatic form submissions are then added to the updated site map as respective nodes.
- a related aspect of the invention involves the associated method of locally capturing the output of the Web browser to generate a sequence that can subsequently be used to automatically evaluate a Web site.
- FIG. 1 is a screen display which illustrates an example Web site map generated by Astra, and which illustrates the menu, tool and filter bars of the Astra graphical user interface.
- FIGS. 2 and 3 are screen displays which illustrate respective zoomed-in views of the site map of FIG. 1.
- FIG. 4 is a screen display which illustrates a split-screen display mode, wherein a graphical representation of a Web site is displayed in an upper window and a textual representation of the Web site is displayed in a lower window.
- FIG. 5 is a screen display which illustrates a navigational aid of the Astra graphical user interface.
- FIG. 6 is a screen display illustrating a feature which allows a user to selectively view the outbound links of URL in a hierarchical display format.
- FIG. 7 is a block diagram which illustrates the general architecture of Astra, which is shown in the context of a client computer communicating with a Web site.
- FIG. 8 illustrates the object model used by Astra.
- FIG. 9 illustrates a multi-threaded process used by Astra for scanning and mapping Web sites.
- FIG. 10 illustrates the general decision process used by Astra to scan a URL.
- FIG. 11 is a block diagram which illustrates a method used by Astra to scan dynamically-generated Web pages.
- FIG. 12 is a flow diagram which further illustrates the method for scanning dynamically-generated Web pages.
- FIGS. 13-15 are a sequence of screen displays which further illustrate the operation of Astra's dynamic page scanning feature.
- FIG. 16 is a screen display which illustrates the site map of FIG. 1 following the application of a filter which filters out all URLs (and associated links) having a status other than "OK.”
- FIG. 17 illustrates the general program sequence followed by Astra to generate filtered maps of the type shown in FIG. 16.
- FIG. 18 illustrates the filtered map of FIG. 16 redisplayed in Astra's Visual Web DisplayTM format.
- FIG. 19 is a screen display which illustrates an activity monitoring feature of Astra.
- FIG. 20 illustrates a decision process used by Astra to generate link activity data (of the type illustrated in FIG. 19) from a server access log file.
- FIG. 21 is a screen display which illustrates a map comparison tool of Astra.
- FIG. 22 is a screen display which illustrates a link repair feature of Astra.
- FIGS. 23 and 24 are partial screen displays which illustrate layout features in accordance with another embodiment of the invention.
- the screen displays included in the figures were generated from screen captures taken during the execution of the Astra code. In order to comply with patent office standards, the original screen captures have been modified to reduce shading and to replace certain color-coded regions with appropriate cross hatching. All copyrights in these screen displays are hereby reserved.
- the Internet is a collection of interconnected public and private computer networks that are linked together by a set of standard protocols (such as TCP/IP, HTTP, FTP and Gopher) to form a global, distributed network.
- standard protocols such as TCP/IP, HTTP, FTP and Gopher
- Document Generally, a collection of data that can be viewed using an application program, and that appears or is treated as a self-contained entity. Documents typically include control codes that specify how the document content is displayed by the application program.
- An "HTML document” is a special type of document which includes HTML (HyperText Markup Language) codes to permit the document to be viewed using a Web browser program.
- An HTML document that is accessible on a World Wide Web site is commonly referred to as a "Web document” or "Web page.”
- Web documents commonly include embedded components, such as GIF (Graphics Interchange Format) files, which are represented within the HTML coding as links to other URLs. (See “HTML” and "URL” below.)
- Hyperlink A navigational link from one document to another, or from one portion (or component) of a document to another.
- a hyperlink is displayed as a highlighted word or phrase that can be clicked on using the mouse to jump to the associated document or document portion.
- Hypertext System A computer-based informational system in which documents (and possibly other types of data entities) are linked together via hyperlinks to form a user-navigable "web.” Although the term “text" appears within "hypertext,” the documents and hyperlinks of a hypertext system may (and typically do) include other forms of media. For example, a hyperlink to a sound file may be represented within a document by graphic image of an audio speaker.
- World Wide Web A distributed, global hypertext system, based on an set of standard protocols and conventions (such as HTTP and HTML, discussed below), which uses the Internet as a transport mechanism.
- Web World Wide Web
- a software program which allows users to request and view World Wide Web (“Web") documents is commonly referred to as a "Web browser,” and a program which responds to such requests by returning (“serving") Web documents is commonly referred to as a "Web server.”
- web site refers generally to a database or other collection of inter-linked hypertextual documents ("web documents”) and associated data entities, which is accessible via a computer network, and which forms part of a larger, distributed informational system. Depending upon its context, the term may also refer to the associated hardware and/or software server components used to provide access to such documents.
- web site refers more specifically to a web site of the World Wide Web.
- a Web site corresponds to a particular Internet domain name, such as "merc-int.com," and includes the content of or associated with a particular organization.
- Other types of web sites may include, for example, a hypertextual database of a corporate "intranet” (i.e., an internal network which uses standard Internet protocols), or a site of a hypertext system that uses document retrieval protocols other than those of the World Wide Web.
- Content Object As used herein, a data entity (document, document component, etc.) that can be selectively retrieved from a web site.
- a data entity document, document component, etc.
- common types of content objects include HTML documents, GIF files, sound files, video files, Java applets and aglets, and downloadable applications, and each object has a unique identifier (referred to as the "URL") which specifies the location of the object. (See “URL” below.)
- URL Uniform Resource Locator
- graph refers generally to a data structure that can be represented as a collection of interconnected nodes.
- a Web site can conveniently be represented as a graph in which each node of the graph corresponds to a content object of the Web site, and in which each interconnection between two nodes represents a link within the Web site.
- a “tree” is a specific type of graph structure in which exactly one path exists from a main or "root” node to each additional node of the structure.
- parent and child are commonly used to refer to the interrelationships of nodes within a tree structure (or other hierarchical graph structure), and the term “leaf” or “leaf node” is used to refer to nodes that have no children.
- TCP/IP Transfer Control Protocol/Internet Protocol
- IP Transfer Control Protocol/Internet Protocol
- HTML HyperText Markup Language
- HTML HyperText Markup Language
- HTTP Hypertext Transfer Protocol
- HTTP includes several different types of messages which can be sent from the client to the server to request different types of server actions. For example, a "GET" message, which has the format GET ⁇ URL>, causes the server to return the content object located at the specified URL.
- Webcrawling Generally, the process of accessing and processing web site content (typically using an automated searching/parsing program) and generating a condensed representation of such content. Webcrawling routines are commonly used by commercial Internet search engines (such as InfoseekTM and Alta VistaTM) to generate large indexes of the terms that appear within the various Web pages of the World Wide Web.
- API Application Program Interface
- a software interface that allows application programs (or other types of programs) to share data or otherwise communicate with one another.
- a typical API comprises a library of API functions or "methods" which can be called in order to initiate specific types of operations.
- CGI Common Gateway Interface
- a standard interface which specifies how a Web server (or possibly another information server) launches and interacts with external programs (such as a database search engine) in response to requests from clients.
- external programs such as a database search engine
- the Web server can serve information which is stored in a format that is not readable by the client, and present such information in the form of a client-readable Web page.
- a CGI program (called a "CGI script”) may be invoked, for example, when a Web user fills out an onscreen form which specifies a database query.
- CGI script For more information on CGI, see Ian S. Graham, The HTML Source Book, John Wiley and Sons, Inc., 1995 (ISBN 0471-11894-4), pp. 231-278.
- OLE Object Linking and Embedding
- An object technology implemented by Windows-based applications, which allows objects to be linked to one another and embedded within one another.
- OLE Automation which is a feature of OLE 2, enables a program's functionality to be exposed as OLE objects that can be used to build other applications. For additional information on OLE and OLE Automation, see OLE 2 Programmer's Reference Manual, Volume One, Microsoft Corporation, 1996 (ISBN 1-55615-628-6).
- the present invention provides a variety of software-related features for facilitating the mapping, analysis and management of Web sites.
- these features are embodied within a software package which runs on a client computer under either the Windows® NT or the Windows® 95 operating system.
- the software package is referred to herein as "Astra.”
- Astra Given the address of a Web site's home page, Astra automatically scans the Web site and creates a graphical site map showing all of the URLs of the site and the links between these URLs.
- the layout and display method used by Astra for generating the site map provides a highly intuitive, graphical representation which allows the user to visualize the layout of the site.
- users can intuitively perform such actions as isolate and repair broken links, focus in on Web pages (and other content objects) of a particular content type and/or status, and highlight modifications made to a Web site since a prior mapping.
- users can utilize a Dynamic ScanTM feature of Astra to automatically append dynamically-generated Web pages (such as pages generated using CGI scripts) to their maps.
- dynamically-generated Web pages such as pages generated using CGI scripts
- users can monitor visitor activity levels on individual links and URLs, and study visitor behavior patterns during Web site visits.
- Astra has a highly extensible architecture which facilitates the addition of new tools to the Astra framework.
- a "core" Astra component (which includes the basic Web site scanning and mapping functionality) has an API for supporting the addition of plug-in components.
- This API includes functions for allowing the plug-in components to manipulate the display of the site map, and to display their own respective data in conjunction with the Astra site map.
- new applications can be added which extend the functionality of the package while taking advantage of the Astra mapping scheme.
- FIGS. 1-3 illustrate Astra's primary layout methodology, referred to herein as "Visual Web DisplayTM,” for displaying graphical representations ("maps") of Web sites. These figures will also be used to describe some of the graphical user interface (GUI) features of Astra.
- GUI graphical user interface
- FIG. 1 illustrates a site map 30 of a demonstration Web site which was derived from the actual Web site of Mercury Interactive, Inc. (i.e., the URLs accessible under the "merc-int.com" Internet domain name).
- Web site refers to the content associated with a particular Internet domain name.
- the Web site is depicted by Astra as a collection of nodes, with pairs of nodes interconnected by lines. Each node of the map represents a respective content object of the Web site and corresponds to a respective URL.
- URL is used herein to refer interchangeably to both the address of the content object and to the object itself; where a distinction between the two is helpful to an understanding of the invention, the term “URL” is followed by an explanatory parenthetical.
- Examples of URLs (content objects) which may exist within a typical Web site include HTML documents (also referred to herein as "Web pages"), image files (e.g., GIF and PCX files), mail messages, Java applets and aglets, audio files, video files, and applications.
- FIGS. 3 and 4 different icons are used to represent the different URL types when the nodes are viewed in a sufficiently zoomed-in mode.
- Generic icons of the type best illustrated by FIG. 18 are used to display nodes that fall below a predetermined size threshold.
- special icons and visual representations are also used to indicate status information with respect to the URLs.
- special icons are used to depict, respectively, inaccessible URLs, URLs which are missing, URLs for which access was denied by the server, and URLs which have been detected but have not been scanned.
- scan refers generally to the process of sending informational requests to server components of a computer network, and in the context of the preferred embodiment, refers to the process of sending requests to Web server components to obtain Web site content associated with specific URLs.
- the lines which interconnect the nodes (URL icons) in FIGS. 1-3 represent links between URLs.
- the functions performed by these links vary according to URL type.
- a link from one HTML document to another HTML document normally represents a hyperlink which allows the user to jump from one document to the other while navigating the Web site with a browser.
- FIG. 1 an example of a hyperlink which links the home page URL (shown at the center of the map) to another HTML page (displayed to the right of the home page) is denoted by reference number 32. (As generally illustrated in FIG.
- Maps of the type illustrated in FIG. 1 are generated by Astra using an HTTP-level scanning process (described below) which involves the reading and parsing the Web site's HTML pages to identify the architecture (i.e., the arrangement of URLs and links) of the Web site, and to obtain various status information (described below) about the Web site's URLs.
- the basic scanning process used for this purpose is generally similar to the scanning process used by conventional Webcrawlers.
- Astra additionally implements a special dynamic page scanning process which permits dynamically-generated Web pages to be scanned and included in the Web site map.
- this process involves capturing the output of a Web browser when the user submits an HTML-embedded form (such as when the user submits a database query), and then reusing the captured dataset during the scanning process to recreate the form submission and append the results to the map.
- Table 1 lists the predefined icons that are used by Astra to graphically represent different URL types within site maps. As illustrated, the URL icons generally fall into two categories: object-type ("URL type”) icons and status icons.
- object-type icons are used to indicate the content or service type of URLs that have been successfully scanned.
- status icons are used to indicate the scanning status (not found, access denied, etc.) of URLs for which either (i) scanning has not been performed, or (i) scanning was unsuccessful.
- Various examples of these two types of icons are included in the figures.
- the user can interactively navigate the map using various navigation tools of the Astra GUI, such as the zoom-in and zoom-out buttons 34, 36 (FIG. 1) and the scrolling controls 40, 42 (FIGS. 2 and 3).
- various navigation tools of the Astra GUI such as the zoom-in and zoom-out buttons 34, 36 (FIG. 1) and the scrolling controls 40, 42 (FIGS. 2 and 3).
- the zoom-in button 34 can click on the zoom-in button 34 and then use the mouse to draw a box around the map region of interest; Astra will then re-size the highlighted region to generally fit the display screen.
- the ability to zoom in and out between high level, perspective views which reveal the overall architecture of the site, and magnified (zoomed-in) sub-views which reveal URL-specific information about the Web site greatly facilitates the task of navigating and monitoring Web site content.
- the annotations (page titles, filenames, etc.) of the URLs begin to appear (below the associated icons) as the user continues to zoom in.
- the URL (address) of a node is displayed when the mouse cursor is positioned over the corresponding icon.
- the user can retrieve a URL (content object) from the server by double-clicking on the corresponding URL icon; this causes Astra to launch the client computer's default Web browser (if not already running), which in-turn retrieves the URL from the Web server.
- the user can double-click on the URL icon for an HTML document (using the left mouse button) to retrieve and view the corresponding Web page.
- a menu appears which allows the user to perform a variety of actions with respect to the URL, including viewing the URL's properties, and launching an HTML editor to retrieve and edit the URL.
- missing URLs are represented within Astra maps by a question mark icon.
- Astra One important feature of Astra, referred to herein as "Automatic Update,” allows the user to update an existing Web site map to reflect any changes that have been made to the map since a prior mapping of the site.
- the user selects a "start Automatic Update” button 37 (FIG. 1), or selects the corresponding menu item, while viewing a site map.
- This initiates a re-scanning process in which Astra scans the URLs of the Web site and updates the map data structure to reflect the current architecture of the site.
- Astra implements a caching protocol which eliminates the need to download URLs and URL headers that have not been modified since the most recent mapping. (This protocol is described below under the heading "SCANNING PROCESS.") This typically allows the map to be updated in a much shorter period of time than is required to perform the original mapping. This feature is particularly useful for Webmasters of complex Web sites that have rapidly changing content.
- An important aspect of the invention is the methodology used by Astra for presenting the user with a graphical, navigable representation of the Web site.
- This feature of Astra which is referred to as Visual Web Display (abbreviated as "VWD” herein), allows the user to view and navigate complex Web structures while visualizing the interrelationships between the data entities of such structures.
- VWD Visual Web Display
- the method used by Astra to generate VWD site maps is referred to herein as the "Solar Layout method," and is described at the end of this section.
- One aspect of the VWD format is the manner in which children nodes ("children") are displayed relative to their respective parent nodes ("parents").
- node refers generally to a URL icon as displayed within the site map.
- the parent 44 is displayed in the center of the cluster, and the seven children 48 are positioned around the parent 44 over an angular range of 360 degrees.
- This layout pattern is that it allows collections of related nodes to be grouped together on the screen in relatively close proximity to one another, making it easy for the user identify the parent-child relationships of the nodes. This is in contrast to the expandable folder type representations used by WebmapperTM, the Windows® 95 Explorer, and other Windows® applications, in which it is common for a child to be separated from its parent folder by a long list of other children.
- all of the children 48 are leaf nodes (i.e., nodes which do not themselves have children). As a result, all of the children 48 are positioned approximately equidistant from the parent 44, and are spaced apart from one another by substantially equal angular increments. Similar graphical representations to that of FIG. 3 are illustrated in FIG. I by node clusters 52, 54 and 56. As illustrated by these three clusters in FIG. 1, both (i) the size of parent icon and (ii) the distance from the parent to its children are proportional to the number of immediate children of the parent. Thus, for example, cluster 56 has a larger diameter (and a larger parent icon) than clusters 52 and 54. This has the desirable effect of emphasizing the pages of the Web site that have the largest numbers of outgoing links. (As used herein, the term "outgoing links" includes links to GIF files and other embedded components of document.)
- node 65 is the primary parent or "root” node
- children which have two or more of their own children are positioned at a greater distance from the root node 65 than the leaf nodes of the cluster, with this distance being generally proportional to the size of the sub-cluster of which the child is the parent.
- node 66 (which has 3 children) is positioned farther from the cluster's root node 65 than leaf nodes 70; and the parent of cluster 60 is positioned farther from the root node 65 than node 66.
- this layout principal is advantageously applied to all of the nodes of the Web site that have children.
- the recursive method (referred to as "Solar Layout") used by Astra to implement these layout and display principles is described below.
- the largest "satellite" cluster of a parent node is centered generally opposite from (along the same line as) the incoming link to the parent node. This is illustrated, for example, by cluster 54 in FIG. I and by cluster 60 in FIG. 2, both of which are positioned along the same line as their respective parents. This aspect of the layout arrangement tends to facilitate visualization by the user of the overall architecture of the site.
- the graphical map produced by the application of the above layout and display principles has a layout which resembles the general arrangement of a solar system, with the home page positioned as the sun, the children of the home page being in orbit around the sun, the grandchildren of the home page being in orbit around their immediate respective parents, and so on.
- One benefit of this mapping arrangement is that it is well suited for displaying the entire site map of a complex Web site on a single display screen (as illustrated in FIG. 1).
- Another benefit is that it provides an intuitive structure for navigating the URLs of a complex Web site. While this mapping methodology is particularly useful for the mapping of Web sites, the methodology can also be applied, with the realization of similar benefits, to the mapping of other types of databases.
- the VWD methodology can be used to facilitate the viewing and navigation of a conventional PC file system.
- Astra takes full advantage of this benefit by providing a set of API functions which allow other applications (Astra plug-ins) to manipulate and add their respective display data to the site map.
- An example of an Astra plug-in which utilizes this feature is the Action TrackerTM tool, which superimposes user activity data onto the site map based on analyses of server access log files.
- the Astra plug-in API and the Action Tracker plug-in are described in detail below.
- all of the nodes of the site map (with the exception of the home page node) are displayed as having a single incoming link, even though some of the URLs of the depicted Web site actually have multiple incoming links.
- the Web site is depicted in the site map 30 as though the URLs are arranged within a tree data structure (with the home page as the main root), even though a tree data structure is not actually used.
- This simplification to the Web site architecture is made by extracting a span tree from the actual Web site architecture prior to the application of a recursive layout algorithm, and then displaying only those links which are part of the spanning tree.
- Astra supports two additional display formats which enable the user to display, respectively, all of the incoming links and all of the outgoing links of a selected node.
- To display all of the outgoing links of a given node the user selects the node with the mouse and then selects the "display outgoing links" button 72 (FIG. 1) from the tool bar 46.
- Astra displays a hierarchical view (in the general form of a tree) of the selected node and its outgoing links, as illustrated by FIG. 6.
- the user selects the node and then clicks on the "display incoming links" button 71. (A screen display illustrating the incoming links format is shown in FIG. 22.)
- To restore the Visual Web Display view the user clicks on the VWD button 73.
- the Solar Layout method (used to generate VWD-format site maps) generally consists of three steps, the second two of which are performed recursively on a node-by-node basis. These three steps are outlined below, together with associated pseudocode representations. In addition, a source code listing of the method (in C++) is attached as Appendix A.
- a span tree is extracted from the graph data structure which represents the arrangement of nodes and links of the Web site.
- the graph data structure is implemented as a "Site Graph” OLE object, as described below.
- Any standard span tree algorithm can be used for this purpose.
- a shortest-path span tree algorithm known as "Dijkstra's algorithm” is used, as implemented within the commercially-available LEDA (Library of Efficient Data types and Algorithms) software package. As applied within Astra, this algorithm finds the shortest paths from a main root node (corresponding to the Web site's home page or some other user-specified starting point) to all other nodes of the graph structure.
- the result of this step is a tree data structure which includes all of the URLs of the graph data structure with the home page represented as the main root of the tree.
- span tree algorithms which can be used, see Alfred V. Aho et al, Data Structures and Algorithms, Addison-Wesley, 1982.
- the respective sizes of the parent's satellites are initially determined. (A "satellite" is any child of the parent plus the child's descendants, if any.)
- the satellite sizes are then used to allocate (a) angular spacings for positioning the satellites around the parent, and (b) the radial distances between the satellites and the parent. This process is repeated for each parent node (starting with the lower level parent nodes and working up toward the home page) until all nodes of the graph have been processed.
- the following is a pseudocode representation of this process:
- This step recursively positions the nodes on the display screen, and is implemented after Step 2 has been applied to all of the nodes of the graph.
- the sequence starts by positioning the home page at the center, and then uses the angle and distance settings calculated in Step 2 to position the children of the home page around the home page. This process is repeated recursively for each parent node until all of the nodes have been positioned on the screen.
- the "x" and “y” parameters specify the screen position for the placement of a node (icon), and the "entry -- angle” parameter specifies the angle of the line (link) between the node and its respective parent.
- the method is implemented such that the largest satellite of a parent node is positioned using the same entry angle as the parent node, so that the satellite center, parent node, and parent of the parent node all fall generally along the same line. (The determination of the largest satellite is performed in Step 2.)
- cluster (satellite) 54 which is positioned along the same line as both its immediate parent icon and the home page icon.
- a modified Solar Plan process will now be described with reference to the screen displays of FIGS. 23 and 24, and to the corresponding pseudocode representation below.
- This modified process incorporates two additional layout features which relate to the positioning of the satellites around a parent. These layout features are implemented within the attached source code listing (Appendix A), and are represented generally by the highlighted text of the following pseudocode sequence:
- FIG. 23 is a partial screen display (together with associated annotations) of a parent-child cluster comprising a parent 79 and seven children or satellites 75.
- This layout feature involves allocating an angular interval (e.g., 20 degrees) to the incoming link 81 to the parent 79, and then angularly spacing the satellites 75 (which in this example are all leaf nodes) over the remaining angular range. In the preferred embodiment, this is accomplished by assigning a minimal weight (corresponding to the angular interval) to the incoming link 81, and then treating this link 81 as one of the outgoing links 83 when assigning angular positions to the satellites 75.
- an angular interval e.g. 20 degrees
- the satellites 75 which in this example are all leaf nodes
- the satellites 75 are positioned around the parent 79 over an angular range of less than 360 degrees--in contrast to the clusters of FIGS. 1-5, in which the satellites are positioned over the full 360 range. (In this FIG. 23 example, because all of the satellites 75 are leaf nodes, the satellites 75 are positioned equidistant from the parent 79 with equal angular spacings.)
- One benefit of this added step is that it allows the user to more easily distinguish the incoming link 81 to a parent 79 from the outgoing links 83 from the parent. With reference to the angular notations of FIG.
- the minimal weight is preferably selected such that the angle ⁇ 1 between the incoming link 81 and each of the two adjacent parent-child links 83 is greater than or equal to the minimum angle ⁇ 2 between adjacent parent-child links 83 for the given cluster.
- This layout feature is also illustrated by FIG. 24.
- the second of the two additional layout features involves ordering the satellites around the parent based on the respective sizes of the satellites. This feature comes into play when a parent node has multiple satellites that differ in size from one another.
- the layout arrangement which is produced by this feature is generally illustrated by FIG. 24, which shows a cluster having a parent node (labeled "CNN SHOWBIZ") and 49 satellites. As illustrated by this screen image, the satellites are ordered such that the smallest satellites 85 are angularly positioned closest to the incoming link 89 to the parent, and such that the largest satellites 91A-E are positioned generally opposite from the incoming link 89.
- the largest satellite 91A is positioned opposite the incoming link 89; the second and third largest satellites 91B and 91C are positioned adjacent to the largest satellite 91A; the fourth and fifth largest satellites 91D and 91E are positioned adjacent to the second and third largest satellites 91B and 91C (respectively); and so on.
- this layout feature tends to produce a highly symmetrical layout.
- the Astra menu bar includes seven menu headings: FILE, VIEW, SCAN, MAP, URL, TOOLS and HELP.
- FILE file-related operations
- VIEW the user can select various display options of the Astra GUI.
- SCAN the user can control various scanning-related activities, such as initiate or pause the automatic updating of a map, or initiate a dynamic page scan session.
- MAP the user can manipulate the display of the map, by, for example, collapsing (hiding) all leaf nodes, or selecting the Visual Web Display mode.
- the URL menu the user can perform operations with respect to user-selected URLs, such as display the URL's content with a browser, invoke an editor to modify the URL's content, and display the incoming or outgoing links to/from the URL.
- the user can invoke various analysis and management related tools. For example, the user can invoke a map comparison tool which generates a graphical comparison between two maps. This tool is particularly useful for allowing the user to readily identify any changes that have been made to a Web site's content since a previous mapping.
- the user can also invoke the Action Tracker tool, which superimposes link activity data on the Web site map to allow the user to readily ascertain the links and URLs that have the most hits. (The Action Tracker tool is described in detail below under the heading "TRACKING AND DISPLAY OF VISITOR ACTIVITY.")
- the user can also invoke a Link Doctor tool which facilitates the repairing of broken links.
- the Astra GUI includes a tool bar 46 and a filter bar 47, both of which can be selectively displayed as needed.
- the tool bar 46 includes buttons for initiating commonly-performed operations. From left to right in FIG. 1, these functions are as follows: (a) start generation of new map, (b) open map file, (c) save map to disk, (d) print, (e) size map to fit within window, (f) zoom in, (g) zoom out, (h) display incoming links of selected node; (i) display outgoing links of selected node, (j) display map in Visual Web Display format, (k) initiate Automatic Update, (l) pause Automatic Update, (m) resume Automatic Update, (n) initiate Dynamic Scan, and (o) stop Dynamic Scan. (The function performed by each button is indicated textually when the mouse cursor is positioned over the respective button.)
- the filter bar 47 includes a variety of different filter buttons for filtering the content of site maps. When the user clicks on a filter button, Astra automatically hides all links and pages of a particular type or status, as illustrated in FIG. 16 and discussed below.
- the filter buttons are generally divided into three groups: content/service filters 49, status filters 50, and location filters 51. From left to right in FIG. 1, the content/service filters 49 filter out URLs of the following content or service types: (a) HTML, (b) HTML forms, (c) images, (d) audio, (e) CGI, (f) Java, (g) other applications, (h) plain text, (i) unknown, (j) redirect, (k) video, (I) Gopher, (m) FTP, and (n) all other Internet services.
- the status filters 50 filter out URLs of the following statuses (from left to right): (a) not found, (b) inaccessible (e.g., no response from server), (c) access denied, (d) not scanned, and (e) OK.
- the left-hand and right-hand location filters 51 filter out local URLs and external URLs, respectively, based on the domain names of the URLs. Multiple filters can be applied concurrently.
- FIG. 4 illustrates a split-screen mode which allows the user to view a graphical representation of the Web site in an upper window 76 while viewing a corresponding textual representation (referred to as "List View") in a lower window 78.
- List View a textual representation
- Each line of text displayed in the List View window 78 represents one node of the site map, and includes various information about the node.
- this information includes: the URL (i.e., address), an annotation, the scanning status (OK, not found, inaccessible, etc.), the associated communications protocol (HTTP, mailto, FTP, etc.), the content type, the file size (known only if the entire file has been retrieved), the numbers of inbound links and outbound links, and the date and time of last modification.
- the URL i.e., address
- an annotation i.e., an annotation
- the scanning status OK, not found, inaccessible, etc.
- the associated communications protocol HTTP, mailto, FTP, etc.
- this information about the nodes is obtained by Astra during the scanning process, and is stored in the same data structure 114 (FIG. 9) that is used to build the map.
- Astra uses the date/time of last modification information stored locally in association with each previously-mapped HTML document to determine whether the document needs to be retrieved and parsed. (The parsing process is used to identify links to other URLs, and to identify other HTML elements relevant to the mapping process.) As indicated above, this provides the significant advantage of allowing the Web site to be re-mapped without having to repeat the entire scanning/parsing process.
- the corresponding line in the List View window 78 is automatically highlighted. (As illustrated by node 84 in FIG. 4, Astra graphically represents the selection of a node by outlining the node's icon in black.) Likewise, whenever the user selects a line in the List View window 78, the corresponding node is automatically highlighted in the upper window 76. This feature allows the user to rapidly and efficiently associate each textual line with its graphical counterpart, and vice versa. In addition, by clicking on the headers 82 of the separation bar 80, the user can view the listed URLs in a sorted order. For example, if the user clicks on the "in links" header, Astra will automatically sort the list of URLs according to the number of incoming links, and then display the sorted listing in the List View window 78.
- FIG. 5 illustrates a Pan Window feature of Astra.
- This feature facilitates navigation of the site map while in a zoomed-in mode by presenting the user with a perspective view of the navigational position within the map.
- the user selects the "Pan Window" menu option from the VIEW menu while viewing a map.
- the user is presented with a display of the entire map 30, with a dashed box 87 indicating the portion of the map that corresponds to the zoomed-in screen display.
- the dashed box automatically moves along the map to track the zoomed-in screen display.
- the Pan Window feature is implemented in-part using a commercially-available from StingrayTM Corporation called SEC++, which is designed to facilitate the zoomed-in viewing of a general purpose graphic image.
- FIG. 6 illustrates the general display format used by Astra for displaying the outgoing links of a selected node 88.
- Astra To display a node's outgoing links, the user selects the node with the mouse and then clicks on the "show outgoing links" button 72 on the tool bar. As illustrated, Astra then displays all outgoing links from the node (including any links that do not appear in the VWD site map), and displays additional levels of outgoing links (if any) which emanate from the children of the selected node.
- the display format used for this purpose is in the general format of a tree, with the selected node displayed as the root of the tree.
- An analogous display format (illustrated in FIG. 22) is used for displaying the incoming links to a node.
- FIG. 7 pictorially illustrates the general architecture of Astra, as installed on a client computer 92.
- the architecture generally consists of a core Astra component 94 which communicates with a variety of different Astra plug-in applications 96 via a plug-in API 98.
- the Astra core 94 includes the basic functionality for the scanning and mapping of Web sites, and includes the above-described GUI features for facilitating navigation of Web site maps.
- the plug-in API 98 the Astra core 94 provides an extensible framework for allowing new applications to be written which extend the basic functionality of the Astra core.
- the architecture is structured such that the plug-in applications can make extensive use of Astra site maps to display plug-in specific information.
- the Astra plug-ins 96 and API 98 are based on OLE Automation technology, which provides facilities for allowing the plug-in components to publish information to other objects via the operating system registry (not shown).
- the "registry” is a database used under the Windows® 95 and Windows® NT operating systems to store configuration information about a computer, including information about Windows-based applications installed on the computer.)
- the Astra core 94 reads the registry to identify the Astra plug-ins that are currently installed on the client computer 92, and then uses this information to launch the installed plug-ins.
- the architecture includes five Astra plug-ins: Link Doctor, Action Tracker, Test World, Load Wizard and Search Meter.
- the functions performed by these plug-ins are summarized by Table 2.
- Other applications which will normally be installed on the client computer in conjunction with Astra include a standard Web browser (FIGS. 11 and 12), and one or more editors (not shown) for editing URL content.
- the Astra API allows external client applications, such as the plug-in applications 96 shown in FIG. 7, to communicate with the Astra core 94 in order to form a variety of tasks. Via this API, client applications can perform the following types of operations:
- the Astra core 94 communicates over the Internet 110 (or an intranet) with the one or more Web server applications 112 ("Web servers") which make up the subject Web site 113.
- Web servers 112 may, for example, run on a single computer, run on multiple computers located at a single geographic location (which may, but need not, be the location of the client computer 92), or run on multiple computers that are geographically distributed.
- the Web servers 112 of the Web site 113 may be virtually distributed across multiple Internet domains.
- the Astra core 94 uses the TCP/IP layer 108 of the computer's operating system to communicate with the Web site 113. Any one or more of the Astra plug-ins 96 may also use the TCP/IP layer 108 to communicate with the Web site 113.
- the Action Tracker plug-in communicates with the Web sites (via the Astra plug-in API) to retrieve server access log files for performing Web site activity analyses.
- FIG. 8 illustrates the object model used by the Astra API.
- the model includes six classes of objects, all of which are implemented as OLE Automation objects.
- the six object classes are Astra, Site Graph, Edges, Edge, Nodes, and Node.
- the Astra object 94 is an application object, and corresponds generally to the Astra core 94 shown in FIG. 7.
- the Astra object 94 accesses and manipulates data stored by a Site Graph object 114.
- Each Site Graph object corresponds generally to a map of a Web site, and includes information about the URLs and links (including links not displayed in the Visual Web Display view) of the Web site.
- the site-specific data stored by the Site Graph object 114 is contained within and managed by the Edges, Edge, Nodes and Nodes objects, which are subclasses of the Graph object.
- Each Node object 115 represents a respective node (URL) of the site map
- each Edge object 116 represents a respective link between two URLs (nodes) of the map.
- Associated with each Node object and each Edge object is a set of attributes (not shown), including display attributes which specify how the respective object is to be represented graphically within the site map.
- each Node object and each Edge object include respective attributes for specifying the color, visibility, size, screen position, and an annotation for the display of the object.
- These attributes can be manipulated via API calls to the methods supported by these objects 115, 116.
- the Astra plug-ins (FIG. 7) can manipulate the visibility attributes of the Edge objects to selectively hide the corresponding links on the screen. (This feature is illustrated below in the description of the Action Tracker plug-in.)
- the Astra API includes methods for allowing the plug-ins to define and attach custom attributes to the Edge and Node objects.
- the Nodes and Edges objects 118, 119 are container objects which represent collections of Node objects 115 and Edge objects 116, respectively. Any criterion can be used by the applications for grouping together Node objects and Edge objects. As depicted in FIG. 8, a single Graph object 114 may include multiple Nodes objects 118 and multiple Edges objects 119.
- the methods of the Astra plug-in API generally fall into five functional categories. These categories, and the objects to which the associated methods apply, are listed below. Additional information on these methods is provided in the API listing in Appendix B.
- ASTRA GUI METHODS These methods control various aspects of the Astra GUI, such as adding, deleting, enabling and disabling Astra menu items.
- GROUPING AND ACCESS METHODS These methods permit groupings of nodes and links to be formed, and permit the nodes and links within these groups to be accessed.
- Supporting objects Site Graph, Nodes, Edges.
- NODE/EDGE APPEARANCE METHODS These methods provide control over display attributes (visibility, color, etc.) of links and nodes of the map.
- ATTRIBUTE ATTACHMENT METHODS These methods permit the attachment of custom information to specific objects, and provide access to such information.
- Supporting objects Site Graph, Node, Edge.
- Example use Number of "hits" displayed by Action Tracker.
- SCAN-TIME CONTENT ACCESS METHODS These methods provide access by applications to Web page content retrieved during the scanning process.
- Supporting Objects Site Graph, Node.
- the Astra architecture provides a highly extensible mapping framework which can be extended in functionality by the addition of new plug-ins applications. Additional aspects of the architecture are specified in the API description of Appendix B.
- node and “link” are used in portions of the remaining description to refer to their corresponding object representations--the Node object and the Edge object.
- Astra uses two types of threads to scan and map the Web site: a main thread 122 and multiple lower-level scanning threads 122.
- the use of multiple scanning threads provides the significant benefit of allowing multiple server requests to be pending simultaneously, which in-turn reduces the time required to complete the scanning process.
- a task manager process (not shown) handles issues related to the management of the threads, including the synchronization of the scanning threads 120 to the main thread 120, and the allocation of scanning threads 122 to operating system threads.
- the main thread 120 is responsible for launching the scanning threads 122 on a URL-by-URL basis, and uses the URL-specific information returned by the scanning threads 122 to populate the Site Graph object 114 ("Site Graph") with the nodes, links, and associated information about the Web site 113.
- Site Graph Site Graph
- the main thread 120 periodically applies the Solar Layout method to the nodes and links of the Site Graph 114 to generate a map data structure which represents the Visual Web Display map of the Web site. (As described below, this map data structure is generated by manipulating the display attributes of the Node objects and Edge objects, and does not actually involve the generation of a separate data structure.)
- the main thread 120 Upon initiation of the scanning process by the user, the main thread 120 obtains the URL (address) of the home page (or the URL of some other starting location) of the Web site to be scanned. If the scanning process is initiated by selecting the "Automatic Update" option, the main thread 120 obtains this URL from the previously-generated Site Graph 114. Otherwise, the user is prompted to manually enter the URL of the home page.
- the main thread 120 launches a scanning thread 122 to scan the HTML home page.
- the scanning thread 122 parses the HTML to identify links to other URLs, and to identify other predetermined HTML elements (such as embedded forms) used by Astra. (As described below with reference to FIG. 10, if an Automatic Update is being performed, the scanning thread downloads the home page only if the page has been modified since the last scanning of the URL; if no download of the page is required, this outgoing link information is extracted from the previously-generated Site Graph 114.)
- the scanning thread 122 extracts certain information from the header of the HTML document, including the date/time of last modification, and the other information displayed in the List View window 78 of FIG. 4.
- the link and header information extracted by the scanning thread 122 is represented in FIG. 9 by one of the boxes 130 labeled "URL data.”
- the scanning thread 122 Upon completion, the scanning thread 122 notifies the main thread 120 that it has finished scanning the home page. The main thread then reads the URL data extracted by the scanning thread 122 and stores this data in the Site Graph 114 in association with a Node object which represents the home page URL. In addition, for each internal link (i.e., link to a URL within the same Internet domain) identified by the scanning thread 122, the main thread 120 creates (or updates) a corresponding Edge object and a corresponding Node object within the Site Graph 114, and launches a new scanning thread 122 to read the identified URL.
- the main thread 120 creates (or updates) a corresponding Edge object and a corresponding Node object within the Site Graph 114, and launches a new scanning thread 122 to read the identified URL.
- scanning threads 122 are launched on a URL-by-URL basis until either all of the URLs of the site have been scanned or the user halts the scanning process.
- the Site Graph 114 fully represents the site map of the Web site, and contains the various URL-specific information displayed in the Astra List View window 78 (FIG. 4). When the user saves a site map via the Astra GUI, the Site Graph 114 is written to disk.
- the scanning threads 122 detect any forms that are embedded within the HTML documents. (As described below, these forms are commonly used to allow the user to initiate back-end database queries which result in the dynamic generation of Web pages.)
- the main thread 120 checks the Site Graph 114 to determine whether one or more datasets (captured by Astra as part of the Dynamic Scan feature) have been stored in association with the HTML document. For each dataset detected, Astra performs a dynamic page scan operation which involves the submission of the dataset to the URL specified within the form. This feature is further described below under the heading SCANNING AND MAPPING OF DYNAMICALLY-GENERATED PAGES.
- the Site Graph 114 represents the architecture of the Web site, including all of the detected URLs and links of the site. (If the user pauses the scanning process prior to completion, the Site Graph and VWD map represent a scanned subset of the Web site.) As described above, this data structure 114 is in the general form of a list of Node objects (one per URL) and Edge objects (one per link), with associated information attached as attributes of these objects.
- the information stored within the Site Graph typically includes the following: the URL type, the scanning status (OK, not found, inaccessible, unread, or access denied), the data and time of last modification, the URLs (addresses) of all incoming and outgoing links, the file size (if the URL was actually retrieved), an annotation, and the associated protocol.
- the main thread 120 executes a Visual Web Display routine which applies the Solar Layout method to the URLs and links of the Site Graph 114.
- this method selects the links to be displayed within the site map (by selecting a span tree from the graph structure), and determines the layout and size for the display of the nodes (URLs) and non-hidden links of the map.
- this display routine results in modifications to the display attributes of the nodes (Node objects) and links (Edge objects) of the Site Graph 114 in accordance with the above-described layout and display principles. For example, for each link which is not present in the span tree, the visibility attribute of the link is set to "hidden.” (As described below, link and node attributes are also modified in response to various user actions during the viewing of the map, such as the application of filters to the site map.)
- the Visual Web Display routine is executed each time a predetermined threshold of new URLs have been scanned.
- the screen is automatically updated (in Visual Web Display format) to show the additional URLs that have been identified since the last execution of the routine. This allows the user to view the step-by-step generation of the site map during the scanning process. The user can selectively pause and restart the scanning process using respective controls on the Astra toolbar 46.
- FIG. 10 illustrates the general decision process followed by a scanning thread 122 when a URL is scanned.
- This process implements the above-mentioned caching scheme for reducing unnecessary downloads of URLs and URL headers during Automatic Update operations.
- decision block 140 it is initially determined whether the URL has previously been scanned. If it has not been scanned, the thread either requests the file from the server (if the URL is an HTML file), or else requests the URL's header from the server, as illustrated by blocks 142-146.
- the scanning thread waits for the server to respond, and generates an appropriate status code (such as a code indicating that the URL was not found or was inaccessible) if a timeout occurs or if the server returns an error code, as indicated by block 150.
- an appropriate status code such as a code indicating that the URL was not found or was inaccessible
- the date/time of last modification stored in the Site Graph 114 (FIG. 9) is used to determine whether or not a retrieval of the URL is necessary. This is accomplished using standard argument fields of the HTTP "GET" method which enable the client to specify a "date/time of last modification" condition for the return of the file.
- the GET request is for the entire URL if the file is an HTML file (block 158), and is for the URL header if the file is a non-HTML file (block 160).
- the thread then waits for the server response, and returns an appropriate status code if an error occurs.
- the scanning thread parses the HTML and identifies any links within the file to other URLs.
- the main thread 120 launches additional scanning threads 122 to scan these URLs if any links are detected, with the exception that external links are not scanned unless a "verify external links" option has been selected by the user.
- the scanning process of the present invention provides a high degree of bandwidth efficiency by avoiding unnecessary retrievals of URLs and URL headers that have not been modified since the previous mapping, and by using multiple threads to scan the Web site.
- dynamic page is a page that is generated "on-the-fly" by a Web site in response to some user input, such as a database query.
- dataset the information
- the user manually types-in the information (referred to herein as the "dataset") into an embedded form of an HTML document while viewing the document with a Web browser, and then selects a "submit" type button to submit the dataset to a Web site that has back-end database access or real-time data generation capabilities.
- a Web server extension module (such as a CGI script) then processes the dataset (by, for example, performing a database search, or generating real-time data) to generate the data to be returned to the user, and the data is returned to the browser in the form of a standard Web page.
- FIG. 11 illustrates the general flow of information between components during a Dynamic Scan capture session, which can be initiated by the user from the Astra tool bar.
- a client computer 92 communicating with a Web site 113 over the Internet 110 via respective TCP/IP layers 108, 178.
- the Web site 113 includes a Web server application 112 which interoperates with CGI scripts (shown as layer 180) to generate Web pages on-the-fly.
- CGI scripts shown as layer 180
- the Web browser 170 is configured to use the Astra application 94 as an HTTP-level proxy.
- Astra 94 all HTTP-level messages (client requests) generated by the Web browser 170 are initially passed to Astra 94, which in-turn makes the client requests on behalf of the Web browser.
- Server responses (HTML pages, etc.) to such requests are returned to Astra by the client computer's TCP/IP layer 108, and are then forwarded to the browser to maintain the impression of normal browsing.
- the HTML document 172 may, for example, be an internal URL which is part of a Web site map, or may be an external URL which has been linked to the site map for mapping purposes.
- Astra extracts the manually-entered dataset, and stores this dataset (in association with the HTML document 172) for subsequent use.
- Astra subsequently re-scans the HTML document 172 (during an Automatic Update of the associated site map)
- Astra automatically retrieves the dataset, and submits the dataset to the Web site 113 to recreate the form submission.
- Astra will automatically perform the database query (and map the results, as described below) the next time an Automatic Update of the map is performed.
- Astra automatically adds a corresponding node to the site map, with this node being displayed as being linked to the form page.
- FIGS. 13-15 Screen displays taken during a sample capture session are shown in FIGS. 13-15 and are described below.
- Astra parses the dynamic page, and adds respective nodes to the map for each outgoing link of the dynamic page. (In the default setting, these outgoing links are not scanned.)
- Astra also parses any static Web pages that are retrieved with the browser during the Dynamic Scan capture session, and updates the site map (by appending appropriate URL icons) to reflect the static pages.
- FIG. 12 illustrates the general flow of information during a Dynamic Scan capture session, and will be used to describe the process in greater detail. Labeled arrows in FIG. 12 represent the flow of information between software and database components of the client and server computers. As will be apparent, certain operations (such as updates to the map structure 128) need not be performed in the order shown.
- a page 172 which includes an embedded form. (This step is not shown in FIG. 12). This can be done by browsing the site map with the Astra GUI to locate the node of a form page 172 (depicted by Astra using a special icon), and then selecting the node with the mouse. The user then initiates a Dynamic Scan session, which causes the following dialog to appear on the screen: YOU ARE ABOUT TO ENTER DYNAMIC SCAN MODE. IN THIS MODE YOU WORK WITH A BROWSER AS USUAL, BUT ALL YOUR ACTIONS (INCLUDING FORM SUBMISSIONS) ARE RECORDED IN THE SITE MAP. TO EXIT FROM THIS MODE, PRESS THE "STOP DYNAMIC SCAN” BUTTON ON THE MAIN TOOLBAR OR CHOOSE THE "STOP DYNAMIC SCAN” OPTION IN THE SCAN MENU.
- Astra modifies the configuration of the Web browser 170 within the registry 182 of the client computer to set Astra 94 as a proxy of the browser, as illustrated by arrow A of FIG. 12. (As will be recognized by those skilled in the art, the specific modification which needs to be made to the registry 182 depends upon the default browser installed on the client computer.) Astra then launches the browser 170, and passes the URL (address) of the selected form page to the browser for display. Once the browser has been launched, Astra modifies the registry 182 (arrow B) to restore the original browser configuration. This ensures that the browser will not attempt to use Astra as a proxy on subsequent browser launches, but does disable the browser's use of Astra as a proxy during the Dynamic Scan session.
- the browser 170 retrieves and displays the form page 172, enabling the user to complete the form.
- the browser 170 passes an HTTP-level (GET or POST) message to Astra 94, as indicated by arrow C.
- This message includes the dataset entered by the user, and specifies the URL (address) of the CGI script or other Web server extension component 180 to which the form is addressed.
- Astra displays the dialog "YOU ARE ABOUT TO ADD A DATA SET TO THE CURRENT URL IN THE SITE MAP,” and presents the user with an "OK" button and a "CANCEL” button.
- Astra extracts the dataset entered by the user and then forwards the HTTP-level message to its destination, as illustrated by arrow E.
- Astra stores this dataset in the Site Graph 114 in association with the form page 172.
- this dataset will automatically be retrieved and re-submitted each time the form page 172 is rescanned as part of an Automatic Update operation.
- Astra 94 parses the page and updates the Site Graph 114 to reflect the page and any outgoing links of the dynamic page.
- Astra handles the dynamic page in the same manner as for other HTML documents retrieved during the normal scanning process.
- Astra forwards the dynamic page 184 to the Web browser 170 (which in-turn displays the page) to maintain an impression of normal Web browsing.
- the user can select the "stop dynamic scan” button or menu option to end the capture session and close the browser 170.
- the user can continue the browsing session and make additional updates to the site map.
- the user can select the "back" button 186 (FIG. 14) of the browser to go back to the form page and submit a new dataset, in which case Astra will record the dataset and resulting page in the same manner as described above.
- system of the preferred embodiment utilizes conventional proxy technology to redirect and monitor the output of the Web browser 170, it will be recognized that other technologies and redirection methods can be used for this purpose.
- the output of the Web browser could be monitored using conventional Internet firewall technologies.
- FIGS. 13-15 are a sequence of screen displays taken during a Dynamic Scan capture session in which a simple database query was entered into a search page of the InfoseekTM search engine.
- FIG. 13 which is the first display screen of the sequence, illustrates a simple map 190 generated by opening a new map and then specifying http://www.infoseek.com/as the URL. Displayed at the center of the map is the form page icon for the InfoseekTM search page.
- the 20 children 192 of the form page icon correspond to external links (i.e., links to URLs outside the infoseek.com domain), and are therefore displayed using the "not scanned” icon. (As described above, if the "verify external links" option of Astra is selected, Astra will verify the presence of such external URLs and update the map accordingly.)
- FIG. 14 illustrates a subsequent screen display generated by starting a Dynamic Scan session with the InfoseekTM page selected, and then typing in the word "school" into the query field 194 of the page. (Intermediate displays generated by Astra during the Dynamic Scan session are omitted.) As illustrated in the figure, the Web browser comes up within a window 196, allowing the user to access the Astra controls and view the site map 190 during the Dynamic Scan session.
- FIG. 15 illustrates the updated map 190' generated by Astra as a result of the FIG. 14 database query.
- the node (icon) 200 labeled "titles" in the map represents the dynamic page returned by the InfoseekTM Web site, and is depicted by Astra as being linked to the InfoseekTM form page.
- a special "dynamic page” icon 200 is used to represent this newly-added node, so that the user can readily distinguish the node from nodes representing statically-generated pages.
- the children 204 of the dynamic page node 200 represent outgoing links from the dynamic page, and are detected by Astra by parsing the HTML of the dynamic page. In the present example, at least some of the children 204 represent search results returned by the InfoseekTM search engine and listed in the dynamic page.
- Astra does not automatically scan the children of the dynamically-generated Web page during the Dynamic Scan session.
- the user can retrieve the page with the browser during the Dynamic Scan session, which will cause Astra to parse the child page and update the map accordingly.
- the user can, for example, save the map 190' to disk, which will cause the corresponding Site Graph 114 to be written to disk. If the user subsequently retrieves the map 190' and initiates an Automatic Update operation, Astra will automatically submit the query "school" to the InfoseekTM search engine, and update the map 190' to reflect the search results returned. (Children 204 which do not come up in this later search will not be displayed in the updated map.) By comparing this updated map to the original map 190' (either manually or using Astra's map comparison tool), the user can readily identify any new search result URLs that were returned by the search engine.
- Dynamic Scan feature is particularly useful in Web site mapping applications, it will be recognized that the feature can also be used to in other types of applications.
- the feature can be used to permit the scanning of dynamically-generated pages by general purpose Webcrawlers.
- the feature is implemented in the preferred embodiment such that the user can use a standard, stand-alone Web browser, it will be readily apparent that the feature can be implemented using a special "built-in" Web browser that is integrated with the scanning and mapping code.
- the content, status and location filters of Astra provide a simple mechanism for allowing the user to focus-in on URLs which exhibit particular characteristics, while making use of the intuitive layout and display methods used by Astra for the display of site maps.
- To apply a filter the user simply selects the corresponding filter button on the filter toolbar 47 while viewing a site map. (The specific filters that are available within Astra are listed above under the heading ASTRA GRAPHICAL USER INTERFACE.) Astra then automatically generates and displays a filtered version of the map.
- the user can select the Visual Web Display button 73 (FIG. 16) to view the filtered map in Astra's VWD format. Combinations of the filters can be applied to the site map concurrently.
- FIG. 16 illustrates the general display format used by Astra when a filter is initially applied to a site map. This example was generated by selecting the "hide OK URLs" button 220 on the filter toolbar 47 while viewing a site map similar to the map 30 of FIG. 1. As illustrated by the screen display, the selection of the filter causes Astra to generate a filtered map 30' which is in the form of skeletal view of the original map, with only the links and URLs of interest remaining.
- the filtered map 30' consists primarily of the following components of the original map 30: (i) the URLs which satisfy (pass through) the filter, (ii) the links to the URLs which satisfy the filter, and (iii) all "intermediate" nodes and links (if any) needed to maintain connectivity between the root (home page) URL and the URLs which satisfy the filter.
- This display methodology is used for all of the filters of the filter toolbar 47, and is also used when multiple filters are applied.
- the filtered map 30' thus consists of the home page URL, all URLs which have a scanning status other than "OK,” and the links and nodes needed to maintain connectivity to the non-OK URLs.
- Astra displays the URLs which satisfy the filter in a prominent color (such as red) when the filtered map is viewed in a zoomed-out mode.
- a prominent color such as red
- FIG. 17 The general process used by Astra to generate the skeletal view of the filtered map is illustrated by FIG. 17.
- the user can perform any of a number of actions, such as zoom in and out to reveal additional URL information, launch editor programs to edit the displayed URLs, and apply additional filters to the map.
- the user can select the Visual Web Display button 73 to display the filtered map in Astra's VWD format. To restore the hidden nodes and links to the map, the user clicks on the selected filter button to remove the filter.
- FIG. 18 illustrates the filtered map of FIG. 16 following selection by the user of the VWD button 73.
- the selection of the VWD button 73 causes Astra to apply the Solar Layout method to the nodes and links of the filtered map.
- Astra restores the visibility of selected nodes and links in the immediate vicinity of the URLs that satisfy the filter.
- node icons 226, 228 and 230 in FIG. 18 an icon color coding scheme is used to allow the user to distinguish the URL icons which satisfy the filter from those which do not, and to allow the user to distinguish URLs which have not been scanned.
- Astra An important feature of Astra is its the ability to track user (visitor) activity and behavior patterns with respect to a Web site and to graphically display this information (using color coding, annotations, etc.) on the site map.
- this feature is implemented in-part by the Action Tracker plug-in, which gathers user activity data by retrieving and analyzing server log files commonly maintained by Web servers.
- Webmasters can view site maps which graphically display such information as: the most frequently-accessed URLs, the most heavily traveled links and paths, and the most popular site entry and exit points.
- site maps which graphically display such information as: the most frequently-accessed URLs, the most heavily traveled links and paths, and the most popular site entry and exit points.
- log files server access log files
- HTTP Server Access Log File format or the HTTP Server Referrer Log File format.
- HTTP Server Access Log File format or the HTTP Server Referrer Log File format.
- Each entry (line) in a log file represents a successful access to the associated Web site, and contains various information about the access event. This information normally includes: the path to the accessed URL, an identifier of the user (typically in the form of an IP address), and the date and time of the access.
- Each log file stored on a physical server typically represents some window of time, such as one month.
- Astra uses the information contained within a log file in combination with the associated site graph to determine probable paths taken by visitors to the Web site.
- visitor is used herein to distinguish the user of the Web site from the user of Astra, but is not intended to imply that the Web site user must be located remotely from the Web site.
- This generally involves using access date/time stamps to determine the chronological sequence of URLs followed by each visitor (on a visitor-by-visitor basis), and comparing this information against link information stored in the site map (i.e., the Site Graph object 114) to determine the probable navigation path taken between the accessed URLs.
- Astra By determining the navigation path followed by a visitor, Astra also determines the site entry and exits points taken by the visitor and all of the links traversed by the visitor. By performing this method for each visitor represented in the log file and appropriately combining the information of all of the visitors, Astra generates statistical data (such as the number of "hits" or the number of exit events) with respect to each link and node of the Web site, and attaches this information to the corresponding Node and Edge objects 115, 116 (FIG. 8) of the Site Graph 114.
- Astra Activity Files are compressed versions of the log files generated by Astra and stored locally on the client machine, and can be generated and saved via controls within the Action Tracker controls.
- Astra also provides an option which allows the user to append a log file to an existing Astra Activity file, so that multiple log files can be conveniently combined for analysis purposes.
- an Action Tracker dialog box (FIG. 19) opens which provides controls for allowing the user to selectively display different types of activity data on the map.
- FIG. 19 illustrates the general display format used by the Action Tracker plug-in to display activity levels on the links of a site.
- the links between URLs are displayed using a color-coding scheme which allows the user to associate different link colors (and URL icon colors) with different relative levels of user activity.
- the color legend three distinct colors are used to represent three (respective) adjacent ranges of user activity.
- each visible link is displayed as a one-way arrow (indicating the link direction), and includes a numerical annotation indicating the total number of hits revealed by the log or activity file. The number of hits per URL can be viewed in List View mode in a corresponding column.
- the displayed links include links which do not appear in the Visual Web Display view of the map.
- a slide control 240 allows the user to adjust the "hits" thresholds corresponding to each of the three colors. By clicking and dragging the slide control, the user can vary the number of displayed links in a controllable manner to reveal different levels of user (visitor) activity. This feature is particularly useful for identifying congested links, which can be remedied by the addition of appropriate data redundancies.
- FIG. 20 illustrates the general process used by the Action Tracker plug-in to detect the link activity data (number of hits per link) from the log file.
- the displayed flow chart assumes that the log file has already been retrieved, and that the attribute "hits" has been defined for each link (Edge object) of the Site Graph and set to zero.
- the general decision process is applied line-by-line to the log file (each line representing an access to a URL) until all of the lines have been processed.
- each time a new line of the log file is ready it is initially determined whether or not the log file reflects a previous access by the user to the Web site. This determination is made by searching for other entries within the log file which have the same user identifier (e.g., IP address) and an earlier date/time stamp.
- Blocks 254 and 256 illustrate the steps that are performed if the user (visitor) previously visited the site.
- the Site Graph is accessed to determine whether a link exists from the most-recently accessed URL to the current URL, as indicated by decision block 254. If such a link exists, it is assumed that the visitor used this link to get to the current URL, and the usage level ("hits" attribute) of the identified link is incremented by one. If no such link is identified between the most-recently accessed URL and the current URL, an assumption is made that the user back-tracked along the navigation path (by using the "BACK" button of the browser) before jumping to the current URL.
- decision step 254 is repeated for each prior access by the user to the site, in reverse chronological order, until either a link to the current URL is identified or all of the prior accesses are evaluated. If a link is detected during this process, the "hits" attribute of the link is incremented.
- the above process continues on a line-by-line basis until all of the lines of the log file have been processed.
- the "hits" attribute of each link represents an approximation (based on the above assumptions) of the number of times the link was traversed during the time frame represented by the log file.
- FIG. 20 flow chart can be used to detect a variety of different types of activity information, which can be superimposed on the site map (by modifying node and link display attributes) in the same general manner as described above.
- the following are examples of some of the types of activity data that can be displayed, together with descriptions of several features of the invention which relate to the display of the activity data:
- Exit Points are deduced from the log file on a visitor-by-visitor basis by looking for the last URL accessed by each visitor, and by looking for large time gaps between consecutive accesses to the site.
- An "exits" attribute is defined for each node to keep track of the total number of exit events from each node. The color-coding scheme described above is then used to allow the user to controllably display different thresholds of exit events.
- the Usage ZonesTM feature alleviates this problem by enlarging the size of the colored URL icons (i.e., the icons of nodes which fall within the predetermined activity level thresholds) to a predetermined minimum size. (This is accomplished by increasing the "display size" attributes of these icons.) If these colored nodes are close together on the map, the enlarged icons merge to form a colored zone on the map. This facilitates the visual identification of high-activity zones of the site.
- Log Filters Because server access log files tend to be large, it is desirable to be able to filter the log file and to display only certain types of information.
- This feature allows the user to specify custom filters to be applied to the log file for purposes of limiting the scope of the usage analysis. Using this feature, the user can, for example, specify specific time and date ranges to monitor, or limit the usage analysis to specific IP addresses or domains. In addition, the user can specify a minimum visit duration which must be satisfied before the Action Tracker will count an access as a visit.
- FIG. 21 illustrates a screen display generated using Astra's Change ViewerTM map comparison tool.
- the comparison tool generates a comparison map 268 which uses a color-coding scheme to highlight differences between two site maps, allowing the user to visualize the changes that have been made to a Web site since a prior mapping of the site.
- the user can selectively display the following: new URLs and links, modified URLs, deleted URLs and links, and unmodified URLs and links.
- each node and link of the comparison map is displayed in one of four distinct colors to indicate its respective comparison status: new, modified, deleted, or unmodified.
- the user selects the "Compare Maps" option from the TOOLS menu while viewing the current map, and then specifies the filename of the prior map. Astra then performs a node-by-node and link-by-link comparison of the two map structures (Site Graphs) to identify the changes. This involves comparing the "URL" attributes of the associated Node and Edge objects to identify URLs and links that have been added and deleted, and comparing the "date/time of last modification" attributes of like Node objects (i.e., Node objects with the same "URL” attribute) to identify URLs that have been modified.
- a comparison map data structure is generated which reflects the comparison of the two maps, using color attributes to indicate the comparison outcomes (new, modified, deleted or unmodified) of the resulting nodes and links.
- FIG. 22 illustrates the operation of Astra's Link Doctor plug-in.
- the user selects the "Link Doctor” option from the TOOLS menu while viewing a site map.
- the Link Doctor dialog box 284 then appears with a listing (in the "broken links” pane 286) of all of the broken links (i.e., URLs of missing content objects) detected within the site map. (Astra detects the missing links by searching the Site Graph for Node objects having a status of "not found.")
- Astra automatically lists all of the URLs which reference the missing content object in the "appearing in” pane 288. This allows the user to rapidly identify all of the URLs (content objects) that are directly affected by the broken link.
- Astra In addition to listing all of the referencing URLs in the "appearing in” pane 288, Astra generates a graphical display (in Astra's "incoming links” display mode) which shows the selected (missing) URL 290 and all of the URLs 292 which have links to the missing URL.
- the missing URL is a GIF file which is embedded within eight different HTML files 292. From the display shown in FIG. 22, the user can select one of the referencing nodes 292 (by either clicking on its icon or its listing in the "appearing in” pane), and then select the "Edit” button 296 to edit the HTML document and eliminate the reference to the missing file.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Finance (AREA)
- Databases & Information Systems (AREA)
- Quality & Reliability (AREA)
- Data Mining & Analysis (AREA)
- Accounting & Taxation (AREA)
- Development Economics (AREA)
- Strategic Management (AREA)
- Economics (AREA)
- Entrepreneurship & Innovation (AREA)
- Computer Hardware Design (AREA)
- Game Theory and Decision Science (AREA)
- Marketing (AREA)
- General Business, Economics & Management (AREA)
- Computer Security & Cryptography (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
TABLE 1 ______________________________________ URL Type Scanning Status ______________________________________ HTML Not found HTML with Form Not Scanned Image Inaccessible Sound Access Denied Application Text Unknown Video Gopher FTP Dynamic Page ______________________________________
______________________________________ Node::SolarPlan( ) IF node has no children return basic graphical dimension for a single node ELSE For each linked node as selected in the span tree, call SolarPlan( ) recursively; Based on the sum of the sizes of the satellites, allocate angle for positioning satellites around parent, and set satellite distances from parent; Calculate size of present cluster (parent plus satellites). } ______________________________________
______________________________________ Node::SolarPlace(x, y, entry.sub.-- angle) Move this node to location (x,y) For each satellite: calculate final angle as the sum of the entry.sub.-- angle and the angle allocated inStep 2; Calculate satellite center (x and y coordinates) based on new angle and distance from current node; Call SolarPlace using the above-calculated angle and location. } ______________________________________
______________________________________ Node::SolarPlan( ) IF node has no children return basic graphical dimension for a single node ELSE For each linked node as selected in the span tree, call SolarPlan( ) recursively; Based on the sum of the sizes of the satellites + minimal weight of the incoming link, allocate angle for positioning satellites around parent, and set satellite distances from parent; Sort satellite list as follows: smallest child first; and in jumps of two next child up to the biggest and then back to second biggest and in jumps of two down to smallest (e.g, 1, 3, 5 . . . biggest, second biggest, . . . 6, 4, 2); Calculate size of present cluster (parent plus satellites). } ______________________________________
TABLE 2 ______________________________________ PLUG-IN FUNCTION PERFORMED ______________________________________ Link Doctor Fixes broken links automatically Action Tracker Retrieves and evaluates server log files to generate Web site activity data (such as activity levels on individual links), and superimposes such data on site map in a user-adjustable manner. Test World Generates and drives tests automatically Load Wizard Utilizes site map to automatically generate test scripts for the load testing of Web sites with Mercury Interactive's LoadRunner ™ and SiteTest ™ software packages. Search Meter Displays search engine results visually ______________________________________
Claims (33)
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/840,103 US5870559A (en) | 1996-10-15 | 1997-04-11 | Software system and associated methods for facilitating the analysis and management of web sites |
US08/949,680 US5974572A (en) | 1996-10-15 | 1997-10-14 | Software system and methods for generating a load test using a server access log |
US09/177,222 US6470383B1 (en) | 1996-10-15 | 1998-10-22 | System and methods for generating and displaying web site usage data |
US09/178,707 US6341310B1 (en) | 1996-10-15 | 1998-10-26 | System and methods for facilitating the viewing and analysis of web site usage data |
US09/610,909 US6549944B1 (en) | 1996-10-15 | 2000-07-06 | Use of server access logs to generate scripts and scenarios for exercising and evaluating performance of web sites |
US10/100,688 US20020147805A1 (en) | 1996-10-15 | 2002-03-15 | Software system and methods for generating and graphically representing web site usage data |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US2847496P | 1996-10-15 | 1996-10-15 | |
US08/840,103 US5870559A (en) | 1996-10-15 | 1997-04-11 | Software system and associated methods for facilitating the analysis and management of web sites |
Related Child Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/949,680 Continuation-In-Part US5974572A (en) | 1996-10-15 | 1997-10-14 | Software system and methods for generating a load test using a server access log |
US09/177,222 Division US6470383B1 (en) | 1996-10-15 | 1998-10-22 | System and methods for generating and displaying web site usage data |
US09/178,707 Division US6341310B1 (en) | 1996-10-15 | 1998-10-26 | System and methods for facilitating the viewing and analysis of web site usage data |
Publications (1)
Publication Number | Publication Date |
---|---|
US5870559A true US5870559A (en) | 1999-02-09 |
Family
ID=26703731
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/840,103 Expired - Fee Related US5870559A (en) | 1996-10-15 | 1997-04-11 | Software system and associated methods for facilitating the analysis and management of web sites |
US09/177,222 Expired - Fee Related US6470383B1 (en) | 1996-10-15 | 1998-10-22 | System and methods for generating and displaying web site usage data |
US09/178,707 Expired - Lifetime US6341310B1 (en) | 1996-10-15 | 1998-10-26 | System and methods for facilitating the viewing and analysis of web site usage data |
US10/100,688 Abandoned US20020147805A1 (en) | 1996-10-15 | 2002-03-15 | Software system and methods for generating and graphically representing web site usage data |
Family Applications After (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/177,222 Expired - Fee Related US6470383B1 (en) | 1996-10-15 | 1998-10-22 | System and methods for generating and displaying web site usage data |
US09/178,707 Expired - Lifetime US6341310B1 (en) | 1996-10-15 | 1998-10-26 | System and methods for facilitating the viewing and analysis of web site usage data |
US10/100,688 Abandoned US20020147805A1 (en) | 1996-10-15 | 2002-03-15 | Software system and methods for generating and graphically representing web site usage data |
Country Status (1)
Country | Link |
---|---|
US (4) | US5870559A (en) |
Cited By (522)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5956720A (en) * | 1997-02-06 | 1999-09-21 | At & T Corp | Method and apparatus for web site management |
US5961598A (en) * | 1997-06-06 | 1999-10-05 | Electronic Data Systems Corporation | System and method for internet gateway performance charting |
US5966532A (en) * | 1997-07-10 | 1999-10-12 | National Instruments Corporation | Graphical code generation wizard for automatically creating graphical programs |
US5968125A (en) * | 1997-01-21 | 1999-10-19 | Net. Roi | Process for optimizing the effectiveness of a hypertext element |
US5974445A (en) * | 1997-10-28 | 1999-10-26 | International Business Machines Corporation | Web browser which checks availability of hot links |
EP0953923A2 (en) * | 1998-04-29 | 1999-11-03 | Ncr International Inc. | Method and apparatus for forming page map to present internet data meaningful to management and business operation |
WO2000004458A1 (en) * | 1998-07-14 | 2000-01-27 | Massachusetts Institute Of Technology | Global document hosting system utilizing embedded content distributed ghost servers |
WO2000010093A1 (en) * | 1998-08-11 | 2000-02-24 | Webtrends Corporation | System and method for analyzing web-server log files |
US6037944A (en) * | 1996-11-07 | 2000-03-14 | Natrificial Llc | Method and apparatus for displaying a thought network from a thought's perspective |
US6044387A (en) * | 1997-09-10 | 2000-03-28 | Microsoft Corporation | Single command editing of multiple files |
US6044398A (en) * | 1997-11-21 | 2000-03-28 | International Business Machines Corporation | Virtual dynamic browsing system and method for automated web server and testing |
WO2000022534A1 (en) * | 1998-10-12 | 2000-04-20 | Freshwater Software | Method and apparatus for testing web transactions |
US6055572A (en) * | 1998-01-20 | 2000-04-25 | Netscape Communications Corporation | System and method for creating pathfiles for use to predict patterns of web surfaces |
WO2000026836A2 (en) * | 1998-11-02 | 2000-05-11 | Vividence Corporation | Full-service research bureau and test center method and apparatus |
US6069630A (en) * | 1997-08-22 | 2000-05-30 | International Business Machines Corporation | Data processing system and method for creating a link map |
US6073135A (en) * | 1998-03-10 | 2000-06-06 | Alta Vista Company | Connectivity server for locating linkage information between Web pages |
US6088032A (en) * | 1996-10-04 | 2000-07-11 | Xerox Corporation | Computer controlled display system for displaying a three-dimensional document workspace having a means for prefetching linked documents |
US6098092A (en) * | 1996-11-08 | 2000-08-01 | Silicon Graphics, Inc. | Server to dynamically generate graphics for the world wide web |
WO2000045264A1 (en) * | 1999-01-29 | 2000-08-03 | Webtrends Corporation | Method and apparatus for evaluating visitors to a web server |
US6108687A (en) * | 1998-03-02 | 2000-08-22 | Hewlett Packard Company | System and method for providing a synchronized display to a plurality of computers over a global computer network |
EP1031922A2 (en) * | 1999-02-25 | 2000-08-30 | Nec Corporation | Method and system, and storage medium for installing an application program |
WO2000055715A1 (en) * | 1999-03-16 | 2000-09-21 | Webcriteria, Inc. | Modeling interlinked scenes of a computer network site |
US6134553A (en) * | 1997-05-20 | 2000-10-17 | At&T Corporation | Method for using region-sets to focus searches in hierarchical structures |
US6144962A (en) * | 1996-10-15 | 2000-11-07 | Mercury Interactive Corporation | Visualization of web sites and hierarchical data structures |
EP1050829A2 (en) * | 1999-04-22 | 2000-11-08 | International Business Machines Corporation | Visualization of graph-structured name spaces |
US6148330A (en) * | 1997-11-17 | 2000-11-14 | Netscape Communications Corp. | System and method for automatically generating content for a network channel |
US6151700A (en) * | 1997-10-20 | 2000-11-21 | International Business Machines Corporation | Object oriented distributed programming system for computer controlled networks with selective capture of program property data identifying a particular program version |
US6163778A (en) * | 1998-02-06 | 2000-12-19 | Sun Microsystems, Inc. | Probabilistic web link viability marker and web page ratings |
WO2000056055A3 (en) * | 1999-03-15 | 2000-12-21 | Rtimage Ltd | Collaborative document annotation system |
US6175830B1 (en) | 1999-05-20 | 2001-01-16 | Evresearch, Ltd. | Information management, retrieval and display system and associated method |
US6178433B1 (en) * | 1997-07-15 | 2001-01-23 | International Business Machines Corporation | Method and system for generating materials for presentation on a non-frame capable web browser |
US6182116B1 (en) * | 1997-09-12 | 2001-01-30 | Matsushita Electric Industrial Co., Ltd. | Virtual WWW server for enabling a single display screen of a browser to be utilized to concurrently display data of a plurality of files which are obtained from respective servers and to send commands to these servers |
US6182097B1 (en) * | 1998-05-21 | 2001-01-30 | Lucent Technologies Inc. | Method for characterizing and visualizing patterns of usage of a web site by network users |
WO2001008929A1 (en) * | 1999-07-30 | 2001-02-08 | Robert Bosch Gmbh | Method and device for displaying driver information in a motor vehicle |
US6199081B1 (en) * | 1998-06-30 | 2001-03-06 | Microsoft Corporation | Automatic tagging of documents and exclusion by content |
US6219803B1 (en) * | 1997-07-01 | 2001-04-17 | Progress Software Corporation | Testing and debugging tool for network applications |
US6229535B1 (en) * | 1997-12-19 | 2001-05-08 | Matsushita Electric Industrial Co., Ltd. | File acceptance display apparatus, file acceptance display method, and storage medium that records program for executing file acceptance display method |
US6243105B1 (en) * | 1998-11-19 | 2001-06-05 | Ncr Corporation | Drill-down method to historical data in a performance monitor using a platform independent program |
WO2001040988A1 (en) * | 1999-11-30 | 2001-06-07 | Maxamine International Pty Ltd | Web map tool |
US6247020B1 (en) * | 1997-12-17 | 2001-06-12 | Borland Software Corporation | Development system with application browser user interface |
US6252597B1 (en) * | 1997-02-14 | 2001-06-26 | Netscape Communications Corporation | Scalable user interface for graphically representing hierarchical data |
EP1111524A1 (en) * | 1999-12-22 | 2001-06-27 | Swatch Ag | Device for broadcasting the occupancy rate of a real or virtual site |
US6266060B1 (en) * | 1997-01-21 | 2001-07-24 | International Business Machines Corporation | Menu management mechanism that displays menu items based on multiple heuristic factors |
US6279001B1 (en) * | 1998-05-29 | 2001-08-21 | Webspective Software, Inc. | Web service |
US20010023437A1 (en) * | 1999-12-22 | 2001-09-20 | Aurel Aebi | Device for diffusing an occupancy rate of a real or virtual site |
WO2001075678A1 (en) * | 2000-04-03 | 2001-10-11 | Usablenet, Inc. | System and method for evaluating an optimizing web site attributes |
US6308206B1 (en) * | 1997-09-17 | 2001-10-23 | Hewlett-Packard Company | Internet enabled computer system management |
US20010037295A1 (en) * | 2000-01-31 | 2001-11-01 | Olsen Karl R. | Push model internet bill presentment and payment system and method |
US6314463B1 (en) | 1998-05-29 | 2001-11-06 | Webspective Software, Inc. | Method and system for measuring queue length and delay |
US6314424B1 (en) * | 1998-09-28 | 2001-11-06 | International Business Machines Corporation | System and method for dynamically expanding and collapsing a tree view for an HTML web interface |
US20010039546A1 (en) * | 2000-05-05 | 2001-11-08 | Moore Michael R. | System and method for obtaining and storing information for deferred browsing |
US6317786B1 (en) | 1998-05-29 | 2001-11-13 | Webspective Software, Inc. | Web service |
US6321242B1 (en) * | 1998-02-06 | 2001-11-20 | Sun Microsystems, Inc. | Re-linking technology for a moving web site |
US6324553B1 (en) * | 1997-11-26 | 2001-11-27 | International Business Machines Corporation | Apparatus and method for the manual selective blocking of images |
US20010047404A1 (en) * | 2000-05-24 | 2001-11-29 | Takashi Suda | Apparatus for managing web site addresses |
WO2001090873A1 (en) * | 2000-05-22 | 2001-11-29 | 2Roam, Inc. | System and method for generating a wireless web page |
US6330592B1 (en) * | 1998-12-05 | 2001-12-11 | Vignette Corporation | Method, memory, product, and code for displaying pre-customized content associated with visitor data |
US20020002536A1 (en) * | 2000-05-09 | 2002-01-03 | Spectrum Ebp, Llc | Electronic bill presentment and payment system |
WO2002001448A1 (en) * | 2000-06-26 | 2002-01-03 | Tradedoubler Ab | A method and a system for measuring and rating user activities on web-pages in digital networks |
EP1170676A1 (en) * | 2000-07-05 | 2002-01-09 | Abb Research Ltd. | Visualization of informationstructure of documents on the World wide web |
WO2002008954A1 (en) * | 2000-07-10 | 2002-01-31 | Compudigm International Limited | Customer activity tracking system and method |
WO2002010928A1 (en) * | 2000-07-28 | 2002-02-07 | Freshwater Software, Inc. | A method, system and apparatus for providing monitoring of electronic transactions |
US20020019808A1 (en) * | 2000-01-12 | 2002-02-14 | Dushyant Sharma | Integrated systems for electronic bill presentment and payment |
US6356910B1 (en) * | 1998-08-07 | 2002-03-12 | Paul Zellweger | Method and apparatus for a self-service content menu |
US6356924B2 (en) | 1997-11-26 | 2002-03-12 | International Business Machines Corporation | Configurable disablement of display objects in a browser |
US6360235B1 (en) * | 1999-03-16 | 2002-03-19 | Webcriteria, Inc. | Objective measurement and graph theory modeling of web sites |
US6359633B1 (en) * | 1999-01-15 | 2002-03-19 | Yahoo! Inc. | Apparatus and method for abstracting markup language documents |
US20020038368A1 (en) * | 2000-09-28 | 2002-03-28 | Gou Kojima | User interface integration method |
US20020038299A1 (en) * | 2000-03-20 | 2002-03-28 | Uri Zernik | Interface for presenting information |
US20020039114A1 (en) * | 2000-09-29 | 2002-04-04 | Kirk Feathers | Method and system of navigating using a graphical portal |
KR20020030641A (en) * | 2000-10-19 | 2002-04-25 | 문병조 | Method and system for maintaining and managing of homepage used in internet |
US6385590B1 (en) | 2000-11-22 | 2002-05-07 | Philip Levine | Method and system for determining the effectiveness of a stimulus |
US6400371B1 (en) * | 1997-05-16 | 2002-06-04 | Liberate Technologies | Television signal chrominance adjustment |
US20020069378A1 (en) * | 2000-12-01 | 2002-06-06 | Mclellan Mark F. | Method of remotely monitoring an internet web site |
US6415319B1 (en) * | 1997-02-07 | 2002-07-02 | Sun Microsystems, Inc. | Intelligent network browser using incremental conceptual indexer |
US20020099768A1 (en) * | 2001-01-25 | 2002-07-25 | Wright Robert A. | High performance client-server communication system |
US20020099850A1 (en) * | 1998-02-10 | 2002-07-25 | Digital Island, Inc. | Internet content delivery network |
US6429885B1 (en) * | 1998-10-30 | 2002-08-06 | Sony Corporation | GUI resource editor for an embedded system |
US6430739B1 (en) * | 1999-07-16 | 2002-08-06 | Acceleration Software International Corporation | Software execution contingent on home page setting |
US20020107958A1 (en) * | 2000-10-31 | 2002-08-08 | Faraldo David D. | Method of and apparatus for notification of state changes in a monitored system |
US6434556B1 (en) * | 1999-04-16 | 2002-08-13 | Board Of Trustees Of The University Of Illinois | Visualization of Internet search information |
US6434565B1 (en) | 1999-07-22 | 2002-08-13 | International Business Machines Corporation | Network transmission of pages in linkable markup language to receiving display stations with functions in currently displayed pages controlled by tags in succeeding pages |
US20020116643A1 (en) * | 1998-09-09 | 2002-08-22 | Gil Raanan | Method and system for extracting application protocol characteristics |
US6442546B1 (en) * | 1998-12-30 | 2002-08-27 | At&T Corp. | Messaging system with application-defined states |
US6446116B1 (en) * | 1997-06-30 | 2002-09-03 | Sun Microsystems, Inc. | Method and apparatus for dynamic loading of a transport mechanism in a multipoint data delivery system |
US20020123998A1 (en) * | 2000-11-30 | 2002-09-05 | Pascal Breut | Data transmission system involving a server, station suitable for such a system and method of downloading data |
US6449636B1 (en) | 1999-09-08 | 2002-09-10 | Nortel Networks Limited | System and method for creating a dynamic data file from collected and filtered web pages |
US6449739B1 (en) | 1999-09-01 | 2002-09-10 | Mercury Interactive Corporation | Post-deployment monitoring of server performance |
US20020127530A1 (en) * | 2001-03-06 | 2002-09-12 | Weakly Mark A. | System and method for tracking and displaying a user's progress in a distance learning environment |
US20020128925A1 (en) * | 2000-12-11 | 2002-09-12 | Patrick Angeles | system and method for detecting and reporting online activity using real-time content-based network monitoring |
US20020141121A1 (en) * | 2001-03-27 | 2002-10-03 | Brohlin Paul L. | Supply independent low quiescent current undervoltage lockout circuit |
US20020158887A1 (en) * | 2001-02-22 | 2002-10-31 | Sony Corporation And Sony Electronics, Inc. | User interface for a digital production system including multiple window viewing and navigating |
US20020165755A1 (en) * | 2001-03-29 | 2002-11-07 | Kitts Brendan J. | Method of predicting behavior of a customer at a future date and a data processing system readable medium |
US20020167551A1 (en) * | 2001-05-09 | 2002-11-14 | Steele Michael S. | Methodology for viewing large strategies via a computer workstation |
US20020178377A1 (en) * | 2001-03-21 | 2002-11-28 | International Business Machines Corporation | Method and system for server support for pluggable authorization systems |
US20020177910A1 (en) * | 2000-04-19 | 2002-11-28 | Quarterman John S. | Performance measurement system for large computer network |
US20020188890A1 (en) * | 2001-06-04 | 2002-12-12 | Shupps Eric A. | System and method for testing an application |
US20020198938A1 (en) * | 2001-04-24 | 2002-12-26 | Fujitsu Limited | Display engagement system |
US6502091B1 (en) | 2000-02-23 | 2002-12-31 | Hewlett-Packard Company | Apparatus and method for discovering context groups and document categories by mining usage logs |
US20030009544A1 (en) * | 2000-06-05 | 2003-01-09 | Wach Raymond S. | Method of performing distributed load testing |
WO2003005168A2 (en) * | 2001-07-06 | 2003-01-16 | Clickfox, Llc | Use of various methods to reconstruct experiences of web site visitors |
US20030014504A1 (en) * | 2001-06-29 | 2003-01-16 | Hess Christopher L. | Method and apparatus for dynamic common gateway interface Web site management |
US6509898B2 (en) * | 1998-04-17 | 2003-01-21 | Xerox Corporation | Usage based methods of traversing and displaying generalized graph structures |
US20030018639A1 (en) * | 2001-07-19 | 2003-01-23 | International Business Machines Corporation | Methods and apparatus for clustering and prefetching data objects |
EP1280070A1 (en) * | 2001-07-26 | 2003-01-29 | Hewlett-Packard Company, A Delaware Corporation | Method and computer program for generating a list of items for viewing in a browser |
US20030023641A1 (en) * | 2001-07-27 | 2003-01-30 | Gorman William Phillip | Web page authoring tool |
US6519050B1 (en) | 1999-08-18 | 2003-02-11 | Rtimage Ltd. | Client/server based color density measurement system |
WO2003012576A2 (en) * | 2001-07-27 | 2003-02-13 | Quigo Technologies Inc. | System and method for automated tracking and analysis of document usage |
US20030037291A1 (en) * | 2001-08-17 | 2003-02-20 | International Business Machines Corporation | Method, system and program for handling errors occurring in function calls |
US20030051055A1 (en) * | 2001-06-04 | 2003-03-13 | Nct Group, Inc. | System and method for modifying a data stream using element parsing |
US20030051031A1 (en) * | 2001-09-07 | 2003-03-13 | Streble Mary Catherine | Method and apparatus for collecting page load abandons in click stream data |
US20030066031A1 (en) * | 2001-09-28 | 2003-04-03 | Siebel Systems, Inc. | Method and system for supporting user navigation in a browser environment |
US20030065762A1 (en) * | 2001-09-28 | 2003-04-03 | Cable & Wireless Internet Services, Inc. | Configurable adaptive global traffic control and management |
US20030069962A1 (en) * | 2001-10-10 | 2003-04-10 | Pandya Aroopratan D. | Method for characterizing and directing real-time Website usage |
US20030067481A1 (en) * | 2001-03-31 | 2003-04-10 | Christopher Chedgey | System and method for computer-aided graph-based dependency analysis with integrated documentation |
US20030074217A1 (en) * | 2001-10-12 | 2003-04-17 | International Business Machines Corporation | Resource adapter and integrated development environment |
US20030079027A1 (en) * | 2001-10-18 | 2003-04-24 | Michael Slocombe | Content request routing and load balancing for content distribution networks |
US20030084059A1 (en) * | 2001-10-31 | 2003-05-01 | International Business Machines Corporation | Context management super tools and filter/sort model for aggregated display webpages |
US6564257B1 (en) | 1999-12-09 | 2003-05-13 | International Business Machines Corporation | Repository protection by URL expiration |
US20030115333A1 (en) * | 2001-07-06 | 2003-06-19 | Tal Cohen | System and method for analyzing system visitor activities |
US6584569B2 (en) | 2000-03-03 | 2003-06-24 | Sanctum Ltd. | System for determining web application vulnerabilities |
US20030128231A1 (en) * | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Dynamic path analysis |
US20030128233A1 (en) * | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Path-analysis toolbar |
US20030131106A1 (en) * | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Web-page performance toolbar |
US20030131097A1 (en) * | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Interactive path analysis |
US20030135360A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for managing translatable strings displayed on console interfaces |
US20030135657A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for converting management models to specific console interfaces |
US20030135665A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for obtaining display names from management models |
US20030132963A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for mapping management objects to console neutral user interface |
US20030135661A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for packaging and installing management models with specific console interfaces |
US20030138275A1 (en) * | 2002-01-23 | 2003-07-24 | Makoto Yabuki | Color image recording apparatus |
US6601066B1 (en) | 1999-12-17 | 2003-07-29 | General Electric Company | Method and system for verifying hyperlinks |
US20030154442A1 (en) * | 2002-02-13 | 2003-08-14 | Karen Papierniak | Visualization tool for web analytics |
US20030158953A1 (en) * | 2002-02-21 | 2003-08-21 | Lal Amrish K. | Protocol to fix broken links on the world wide web |
US6615166B1 (en) * | 1999-05-27 | 2003-09-02 | Accenture Llp | Prioritizing components of a network framework required for implementation of technology |
US6615020B2 (en) * | 2000-03-24 | 2003-09-02 | David A. Richter | Computer-based instructional system with student verification feature |
US20030167274A1 (en) * | 2002-02-26 | 2003-09-04 | International Business Machines Corporation | Modification of a data repository based on an abstract data representation |
US20030177233A1 (en) * | 2002-03-14 | 2003-09-18 | Yahoo! Inc. | Proxy client-server communication system |
US6631411B1 (en) | 1998-10-12 | 2003-10-07 | Freshwater Software, Inc. | Apparatus and method for monitoring a chain of electronic transactions |
US20030191711A1 (en) * | 2001-11-01 | 2003-10-09 | Jamison Eric W. | System and method for obtaining customer bill information and facilitating bill payment at biller websites |
US20030191988A1 (en) * | 2000-04-07 | 2003-10-09 | Dalal Siddhartha Ramanlal | Methods and systems for monitoring quality assurance |
US6633912B1 (en) | 1998-10-12 | 2003-10-14 | Freshwater Software, Inc. | System, method and apparatus for providing an enterprise portal |
US20030195796A1 (en) * | 1999-03-04 | 2003-10-16 | Vijay Konda | Internet activity rating system |
US6638314B1 (en) * | 1998-06-26 | 2003-10-28 | Microsoft Corporation | Method of web crawling utilizing crawl numbers |
US20030202009A1 (en) * | 2002-04-24 | 2003-10-30 | Stephane Kasriel | Integration toolbar |
US20030214525A1 (en) * | 2001-07-06 | 2003-11-20 | Esfahany Kouros H. | System and method for managing object based clusters |
US6654914B1 (en) | 1999-05-28 | 2003-11-25 | Teradyne, Inc. | Network fault isolation |
US6654807B2 (en) | 1998-02-10 | 2003-11-25 | Cable & Wireless Internet Services, Inc. | Internet content delivery network |
WO2003098447A1 (en) * | 2002-04-29 | 2003-11-27 | Meshnetworks, Inc. | A system and method for creating a graphical view of a network from a node's perspective |
US6662230B1 (en) * | 1999-10-20 | 2003-12-09 | International Business Machines Corporation | System and method for dynamically limiting robot access to server data |
US20030231216A1 (en) * | 2002-06-13 | 2003-12-18 | International Business Machines Corp. | Internet navigation tree with bookmarking and emailing capability |
US20030231196A1 (en) * | 2002-06-13 | 2003-12-18 | International Business Machines Corporation | Implementation for determining user interest in the portions of lengthy received web documents by dynamically tracking and visually indicating the cumulative time spent by user in the portions of received web document |
US6671723B2 (en) | 1999-05-20 | 2003-12-30 | International Business Machines Corporation | Method and apparatus for scanning a web site in a distributed data processing system for problem determination |
US20040024848A1 (en) * | 1999-04-02 | 2004-02-05 | Microsoft Corporation | Method for preserving referential integrity within web sites |
SG102570A1 (en) * | 1999-04-16 | 2004-03-26 | Ibm | Web site browsing system |
US6720981B1 (en) | 1999-12-08 | 2004-04-13 | International Business Machines Corporation | Method, system and program product for animated web page construction and display |
US20040083294A1 (en) * | 2002-09-11 | 2004-04-29 | International Business Machines Corporation | Ubiqitous visited links |
US20040098229A1 (en) * | 2002-06-28 | 2004-05-20 | Brett Error | Efficient click-stream data collection |
US20040107267A1 (en) * | 2002-12-02 | 2004-06-03 | International Business Machines Corporation | System and method for determining the availability of a web page |
US20040104946A1 (en) * | 2002-09-23 | 2004-06-03 | Yufeng Li | System and method for automated positioning of graphic objects |
US20040133853A1 (en) * | 2002-09-23 | 2004-07-08 | Colleen Poerner | System and method for navigating an HMI |
US6763383B1 (en) | 1998-08-28 | 2004-07-13 | Green Cathedral Limited | Computer network information use monitoring |
US20040143583A1 (en) * | 2003-01-17 | 2004-07-22 | International Business Machines Corporation | Trusted access by an extendible framework method, system, article of manufacture, and computer program product |
US6771952B2 (en) * | 2000-04-28 | 2004-08-03 | Brother Kogyo Kabushiki Kaisha | Communication system having a client device and at least one transmitting device |
US6775819B1 (en) * | 1997-10-27 | 2004-08-10 | Kla-Tencor Corporation | Software system and method for graphically building customized recipe flowcharts |
US20040168066A1 (en) * | 2003-02-25 | 2004-08-26 | Alden Kathryn A. | Web site management system and method |
US20040177015A1 (en) * | 2001-08-14 | 2004-09-09 | Yaron Galai | System and method for extracting content for submission to a search engine |
US20040181525A1 (en) * | 2002-07-23 | 2004-09-16 | Ilan Itzhak | System and method for automated mapping of keywords and key phrases to documents |
US20040199497A1 (en) * | 2000-02-08 | 2004-10-07 | Sybase, Inc. | System and Methodology for Extraction and Aggregation of Data from Dynamic Content |
US20040205594A1 (en) * | 1996-07-29 | 2004-10-14 | Samir Arora | Hierarchical drag and drop structure editor for web sites |
US20040210520A1 (en) * | 2003-04-02 | 2004-10-21 | Fitzgerald Daleen R. | Bill payment payee information management system and method |
US20040215560A1 (en) * | 2003-04-25 | 2004-10-28 | Peter Amalraj | Integrated payment system and method |
US20040215511A1 (en) * | 2003-04-28 | 2004-10-28 | International Business Machines Corporation | System and method for filtering non-invasive data collection |
US20040215613A1 (en) * | 2003-04-17 | 2004-10-28 | Manikandan Venkataraman | System and method for controlling web pages |
US20040215715A1 (en) * | 2003-04-28 | 2004-10-28 | International Business Machines Corporation | System and method for non-invasive collection of data |
US20040220936A1 (en) * | 1999-07-09 | 2004-11-04 | Microsoft Corporation | Method and system for modifying host application functionality based upon downloaded content |
US6823330B1 (en) * | 1999-11-16 | 2004-11-23 | Gateway, Inc. | Site home navigation control |
US20040254942A1 (en) * | 2003-03-04 | 2004-12-16 | Error Brett M. | Associating website clicks with links on a web page |
US20050015732A1 (en) * | 2000-09-14 | 2005-01-20 | Microsoft Corporation | Mapping tool graphical user interface |
US6848077B1 (en) * | 2000-07-13 | 2005-01-25 | International Business Machines Corporation | Dynamically creating hyperlinks to other web documents in received world wide web documents based on text terms in the received document defined as of interest to user |
US6854085B1 (en) | 1999-07-15 | 2005-02-08 | Netscape Communicatons Corporation | System and method for automatically pre-setting form field values |
US20050044064A1 (en) * | 2002-06-17 | 2005-02-24 | Kenneth Haase | Systems and methods for processing queries |
US6862616B1 (en) | 2000-03-20 | 2005-03-01 | Netscape Communications Corp. | System and method for facilitating distributed server administration of server systems that are scalable and version independent |
US20050050021A1 (en) * | 2003-08-25 | 2005-03-03 | Sybase, Inc. | Information Messaging and Collaboration System |
US6865574B1 (en) | 2000-06-02 | 2005-03-08 | Vignette Corporation | Method for client-side personalization |
US6883020B1 (en) * | 1997-06-26 | 2005-04-19 | Hewlett-Packard Development Company, L.P. | Apparatus and method for filtering downloaded network sites |
US20050086296A1 (en) * | 2003-08-15 | 2005-04-21 | Blackboard Inc. | Content system and associated methods |
US20050086585A1 (en) * | 1999-10-25 | 2005-04-21 | Robert Walmsley S. | Interactive map production |
US20050096950A1 (en) * | 2003-10-29 | 2005-05-05 | Caplan Scott M. | Method and apparatus for creating and evaluating strategies |
US6895551B1 (en) | 1999-09-23 | 2005-05-17 | International Business Machines Corporation | Network quality control system for automatic validation of web pages and notification of author |
US20050114382A1 (en) * | 2003-11-26 | 2005-05-26 | Lakshminarayan Choudur K. | Method and system for data segmentation |
US20050114510A1 (en) * | 2003-03-04 | 2005-05-26 | Error Brett M. | Assigning value to elements contributing to business success |
US20050114795A1 (en) * | 2000-07-28 | 2005-05-26 | Luc Beaudoin | Method of displaying nodes and links |
US20050132282A1 (en) * | 2003-12-15 | 2005-06-16 | Microsoft Corporation | Mapper compiler |
US6912691B1 (en) * | 1999-09-03 | 2005-06-28 | Cisco Technology, Inc. | Delivering voice portal services using an XML voice-enabled web server |
US20050149254A1 (en) * | 2002-12-27 | 2005-07-07 | Fujitsu Limited | Action support method and apparatus |
US20050168353A1 (en) * | 2004-01-16 | 2005-08-04 | Mci, Inc. | User interface for defining geographic zones for tracking mobile telemetry devices |
US20050171760A1 (en) * | 2003-10-08 | 2005-08-04 | Marc Tinkler | Visual thesaurus |
US20050198105A1 (en) * | 2002-02-04 | 2005-09-08 | 24/7 Real Media, Inc. | Method and system for using natural language in computer resource utilization analysis via a communication network |
US20050203902A1 (en) * | 1999-11-12 | 2005-09-15 | Clay Davis | System and method for replaying a predefined path through the internet |
US6950868B1 (en) | 2000-10-31 | 2005-09-27 | Red Hat, Inc. | Method of and apparatus for remote monitoring |
US20050216844A1 (en) * | 2004-03-03 | 2005-09-29 | Error Brett M | Delayed transmission of website usage data |
US6957383B1 (en) | 1999-12-27 | 2005-10-18 | International Business Machines Corporation | System and method for dynamically updating a site map and table of contents for site content changes |
US20050246448A1 (en) * | 2004-03-30 | 2005-11-03 | Karthiksundar Sankaran | Methods, systems, and products for verifying integrity of web-server served content |
US20050256924A1 (en) * | 2004-05-14 | 2005-11-17 | Microsoft Corporation | Systems and methods for persisting data between web pages |
US20050257006A1 (en) * | 2002-07-19 | 2005-11-17 | Atsushi Yoshida | Device linkage control apparatus |
US20050262505A1 (en) * | 2004-05-21 | 2005-11-24 | Esfahany Kouros H | Method and apparatus for dynamic memory resource management |
US20050262063A1 (en) * | 2004-04-26 | 2005-11-24 | Watchfire Corporation | Method and system for website analysis |
US20050262504A1 (en) * | 2004-05-21 | 2005-11-24 | Esfahany Kouros H | Method and apparatus for dynamic CPU resource management |
US20050261989A1 (en) * | 2004-04-06 | 2005-11-24 | Mark Vadon | Apparatus and method for facilitating a search for gem settings |
US20050267872A1 (en) * | 2004-06-01 | 2005-12-01 | Yaron Galai | System and method for automated mapping of items to documents |
US6976093B2 (en) | 1998-05-29 | 2005-12-13 | Yahoo! Inc. | Web server content replication |
US20050278351A1 (en) * | 2004-05-28 | 2005-12-15 | Microsoft Corporation | Site navigation and site navigation data source |
US20050280540A1 (en) * | 2004-06-21 | 2005-12-22 | Gordon Muehl | Accessing data tag information using database queries |
US20060015504A1 (en) * | 2004-07-15 | 2006-01-19 | Qingfeng Yu | Method and system for site path evaluation using web session clustering |
US20060015574A1 (en) * | 2002-02-14 | 2006-01-19 | Digital Island, Inc. | Managed object replication and delivery |
US20060026262A1 (en) * | 1998-05-29 | 2006-02-02 | Freeland Abbott | Content collection |
US6996612B1 (en) | 1999-12-30 | 2006-02-07 | Vignette Corporation | Method of providing information related to activity of a user and a data processing system program product |
US6996845B1 (en) | 2000-11-28 | 2006-02-07 | S.P.I. Dynamics Incorporated | Internet security analysis system and process |
US20060036400A1 (en) * | 2001-08-06 | 2006-02-16 | Stephane Kasriel | Web-site performance analysis system and method of providing a web-site performance analysis service |
US7003554B1 (en) | 2000-03-20 | 2006-02-21 | Netscape Communications Corp. | System and method for downloading portions of a remotely located network object to produce a completely downloaded local copy of the network object |
US20060048075A1 (en) * | 2004-08-02 | 2006-03-02 | International Business Machines Corporation | Tear-away topology views |
US20060048049A1 (en) * | 2004-08-30 | 2006-03-02 | International Business Machines Corporation | Method and apparatus for self validating URL links |
US20060047956A1 (en) * | 2004-08-31 | 2006-03-02 | Citrix Systems, Inc. | Methods and apparatus for secure online access on a client device |
US7013251B1 (en) * | 1999-12-15 | 2006-03-14 | Microsoft Corporation | Server recording and client playback of computer network characteristics |
US20060085766A1 (en) * | 2004-10-15 | 2006-04-20 | Microsoft Corporation | Browsing web content using predictive navigation links |
US7035943B2 (en) | 1998-05-29 | 2006-04-25 | Yahoo! Inc. | Web server content replication |
US7047277B1 (en) | 1998-10-12 | 2006-05-16 | Mercury Interactive Corporation | System and computer-implemented method for creating configuration files for web transaction tests |
US7047248B1 (en) * | 1997-11-19 | 2006-05-16 | International Business Machines Corporation | Data processing system and method for archiving and accessing electronic messages |
US20060116999A1 (en) * | 2004-11-30 | 2006-06-01 | International Business Machines Corporation | Sequential stepwise query condition building |
US20060122965A1 (en) * | 2004-12-06 | 2006-06-08 | International Business Machines Corporation | Research rapidity and efficiency improvement by analysis of research artifact similarity |
US20060123340A1 (en) * | 2004-03-03 | 2006-06-08 | Bailey Michael P | WEB usage overlays for third-party WEB plug-in content |
US20060129937A1 (en) * | 1998-10-28 | 2006-06-15 | Yahoo! Inc. | Method of controlling an Internet browser interface and a controllable browser interface |
US20060150249A1 (en) * | 2003-05-07 | 2006-07-06 | Derek Gassen | Method and apparatus for predictive and actual intrusion detection on a network |
US20060161556A1 (en) * | 2005-01-14 | 2006-07-20 | International Business Machines Corporation | Abstract record timeline rendering/display |
US20060167717A1 (en) * | 2005-01-27 | 2006-07-27 | Desenberg Roger M | System and method for listing and finding goods and services over the internet |
US20060168205A1 (en) * | 2005-01-24 | 2006-07-27 | Barron Gregory J | Network analysis system and method |
US7085753B2 (en) * | 2001-03-22 | 2006-08-01 | E-Nvent Usa Inc. | Method and system for mapping and searching the Internet and displaying the results in a visual form |
US20060174209A1 (en) * | 1999-07-22 | 2006-08-03 | Barros Barbara L | Graphic-information flow method and system for visually analyzing patterns and relationships |
US20060184655A1 (en) * | 2004-12-30 | 2006-08-17 | Brandon Shalton | Traffic analysis |
US20060212418A1 (en) * | 2005-03-17 | 2006-09-21 | International Business Machines Corporation | Sequence support operators for an abstract database |
US20060212452A1 (en) * | 2005-03-18 | 2006-09-21 | Cornacchia Louis G Iii | System and method for remotely inputting and retrieving records and generating reports |
US20060217930A1 (en) * | 2005-03-24 | 2006-09-28 | Inventec Corporation | Website-performance testing method |
US7117260B2 (en) | 2000-01-27 | 2006-10-03 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US7127506B1 (en) | 1999-05-28 | 2006-10-24 | Teradyne, Inc. | PC configuration fault analysis |
US20060241988A1 (en) * | 2005-04-12 | 2006-10-26 | David Yaskin | Method and system for generating an assignment binder within an assessment management system |
US20060253579A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Indicating website reputations during an electronic commerce transaction |
US20060253581A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Indicating website reputations during website manipulation of user information |
US20060253580A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Website reputation product architecture |
US20060253582A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Indicating website reputations within search results |
US20060253584A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Reputation of an entity associated with a content item |
US20060253458A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Determining website reputations using automatic testing |
US20060253578A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Indicating website reputations during user interactions |
US20060265190A1 (en) * | 2005-05-04 | 2006-11-23 | Henri Hein | System and method for load testing a web-based application |
US7146369B2 (en) | 2000-12-21 | 2006-12-05 | Vignette Corporation | Method and system for native-byte form handling |
US20060277585A1 (en) * | 2005-06-06 | 2006-12-07 | Error Christopher R | Creation of segmentation definitions |
US20060277198A1 (en) * | 2005-06-03 | 2006-12-07 | Error Brett M | One-click segmentation definition |
US20060274763A1 (en) * | 2005-06-03 | 2006-12-07 | Error Christopher R | Variable sampling rates for website visitation analysis |
US20060277212A1 (en) * | 2005-06-03 | 2006-12-07 | Error Brett M | User interface providing summary information or a status pane in a web analytics tool |
US20060277197A1 (en) * | 2005-06-03 | 2006-12-07 | Bailey Michael P | Data format for website traffic statistics |
US20060282318A1 (en) * | 2005-06-10 | 2006-12-14 | Emergency 24, Inc. | Method of suspending an internet advertising campaign for an advertised web site when the web site is inaccessible |
US7155506B1 (en) | 2000-06-02 | 2006-12-26 | Vignette Corporation | Method for continous, frame-specific click-stream recording |
US7174513B1 (en) | 1999-08-19 | 2007-02-06 | Gateway Inc. | System and method for advanced network viewing |
US20070033276A1 (en) * | 2005-08-08 | 2007-02-08 | Southern Company Services, Inc. | Application portfolio and architecture research tool |
US20070055973A1 (en) * | 1999-07-08 | 2007-03-08 | Mckeeth James | Text based markup language resource interface |
US7194506B1 (en) | 2000-12-21 | 2007-03-20 | Vignette Corporation | Method and system for cache management of locale-sensitive content |
US20070067454A1 (en) * | 2000-06-02 | 2007-03-22 | Mccullough Sean M | Method for continuous, frame-specific click-stream recording |
US7197474B1 (en) | 2001-07-12 | 2007-03-27 | Vignette Corporation | Method of modeling product demand subject to a large number of interactions |
US20070079308A1 (en) * | 2005-09-30 | 2007-04-05 | Computer Associates Think, Inc. | Managing virtual machines |
US20070078958A1 (en) * | 2005-09-19 | 2007-04-05 | Victor Bennett | Traffic prediction for web sites |
US20070094367A1 (en) * | 2005-10-19 | 2007-04-26 | Esfahany Kouros H | Object-based virtual infrastructure management |
US20070094157A1 (en) * | 2005-04-08 | 2007-04-26 | Manyworlds, Inc. | Adaptive Digital Asset and Media Management |
US20070100865A1 (en) * | 2005-10-28 | 2007-05-03 | Adobe Systems Incorporated | Aggregate file containing content-description files having native file formats |
US20070100846A1 (en) * | 2005-10-28 | 2007-05-03 | Adobe Systems Incorporated | Aggregate file containing a content-description file and a resource file |
US20070100992A1 (en) * | 2005-10-28 | 2007-05-03 | Wong Catherine J | Comparison of Website Visitation Data Sets |
US7216256B2 (en) | 2004-03-30 | 2007-05-08 | Bellsouth Intellectual Property Corporation | Methods, systems, and products for verifying integrity of web-server served content |
US20070106807A1 (en) * | 2005-11-10 | 2007-05-10 | Cisco Technology, Inc. | Method and apparatus for dial plan debugging |
US20070112730A1 (en) * | 2005-11-07 | 2007-05-17 | Antonino Gulli | Sampling Internet user traffic to improve search results |
US20070112712A1 (en) * | 2005-11-02 | 2007-05-17 | Manyworlds, Inc. | Adaptive Knowledge Lifecycle Management |
US20070112827A1 (en) * | 2005-11-10 | 2007-05-17 | International Business Machines Corporation | Abstract rule sets |
US20070124506A1 (en) * | 2005-10-27 | 2007-05-31 | Brown Douglas S | Systems, methods, and media for dynamically generating a portal site map |
US7240100B1 (en) | 2000-04-14 | 2007-07-03 | Akamai Technologies, Inc. | Content delivery network (CDN) content server request handling mechanism with metadata framework support |
US7240297B1 (en) * | 2000-06-12 | 2007-07-03 | International Business Machines Corporation | User assistance system |
US7240070B1 (en) * | 2002-06-27 | 2007-07-03 | Siebel Systems, Inc. | Dynamic generation of user interface components |
US20070174452A1 (en) * | 1998-08-27 | 2007-07-26 | Internetseer.Com Corp | System and method for monitoring informational resources |
US7251687B1 (en) | 2000-06-02 | 2007-07-31 | Vignette Corporation | Method for click-stream analysis using web directory reverse categorization |
US7254526B2 (en) * | 2001-08-24 | 2007-08-07 | International Business Machines Corporation | Apparatus and method for determining compatibility of web sites with designated requirements based on functional characteristics of the web sites |
US20070185850A1 (en) * | 1999-11-10 | 2007-08-09 | Walters Edward J | Apparatus and Method for Displaying Records Responsive to a Database Query |
US20070192474A1 (en) * | 2000-05-05 | 2007-08-16 | Orbital Data Corporation | Personalized Content Delivery Using Peer-To-Peer Precaching |
US20070198951A1 (en) * | 2006-02-10 | 2007-08-23 | Metacarta, Inc. | Systems and methods for spatial thumbnails and companion maps for media objects |
US20070198494A1 (en) * | 2005-07-08 | 2007-08-23 | Vadon Mark C | Apparatus and method for facilitating a search for sets of gems |
US20070219960A1 (en) * | 2006-03-20 | 2007-09-20 | Blue Nile, Inc. | Computerized search technique, such as an internet-based gemstone search technique |
US7278105B1 (en) | 2000-08-21 | 2007-10-02 | Vignette Corporation | Visualization and analysis of user clickpaths |
US7277926B1 (en) * | 2000-09-28 | 2007-10-02 | International Business Machines Corporation | Business method and user interface for representing business analysis information side-by-side with product pages of an online store |
US7281220B1 (en) * | 2000-05-31 | 2007-10-09 | Intel Corporation | Streaming video programming guide system selecting video files from multiple web sites and automatically generating selectable thumbnail frames and selectable keyword icons |
US20070239729A1 (en) * | 2006-03-30 | 2007-10-11 | International Business Machines Corporation | System, method and program to test a web site |
US20070271352A1 (en) * | 2006-05-22 | 2007-11-22 | Chirag Khopkar | Monitoring landing page experiments |
US20080010262A1 (en) * | 2006-06-12 | 2008-01-10 | Metacarta, Inc. | System and methods for providing statstically interesting geographical information based on queries to a geographic search engine |
US20080015870A1 (en) * | 2003-05-30 | 2008-01-17 | Lawrence Benjamin Elowitz | Apparatus and method for facilitating a search for gems |
US20080022216A1 (en) * | 2006-07-21 | 2008-01-24 | Duval John J | Method and system for obtaining primary search terms for use in conducting an internet search |
US20080033936A1 (en) * | 2006-08-04 | 2008-02-07 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US20080033921A1 (en) * | 2006-08-04 | 2008-02-07 | Yan Arrouye | Method and apparatus for processing metadata |
US20080052638A1 (en) * | 2006-08-04 | 2008-02-28 | Metacarta, Inc. | Systems and methods for obtaining and using information from map images |
US20080065685A1 (en) * | 2006-08-04 | 2008-03-13 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US7346678B1 (en) | 2002-11-14 | 2008-03-18 | Web Ex Communications, Inc. | System and method for monitoring and managing a computing service |
US7370014B1 (en) | 2001-11-01 | 2008-05-06 | Metavante Corporation | Electronic bill presentment and payment system that obtains user bill information from biller web sites |
US20080109713A1 (en) * | 2000-02-22 | 2008-05-08 | Metacarta, Inc. | Method involving electronic notes and spatial domains |
US7373644B2 (en) | 2001-10-02 | 2008-05-13 | Level 3 Communications, Llc | Automated server replication |
US20080114695A1 (en) * | 2006-11-10 | 2008-05-15 | Semantic Components S.L. | Process for implementing a method for the on-line sale of software product use licenses through a data network, and software component which allows carrying out said process |
US20080133745A1 (en) * | 2000-01-12 | 2008-06-05 | Vericept Corporation | Employee internet management device |
US20080140348A1 (en) * | 2006-10-31 | 2008-06-12 | Metacarta, Inc. | Systems and methods for predictive models using geographic text search |
US20080177588A1 (en) * | 2007-01-23 | 2008-07-24 | Quigo Technologies, Inc. | Systems and methods for selecting aesthetic settings for use in displaying advertisements over a network |
US20080178122A1 (en) * | 2006-02-03 | 2008-07-24 | Crown Partners,Llc | System and method for website configuration and management |
US20080184113A1 (en) * | 2007-01-31 | 2008-07-31 | Omniture, Inc. | Relevance slider in a site analysis report |
US20080183860A1 (en) * | 2007-01-31 | 2008-07-31 | Omniture, Inc. | Intelligent node positioning in a site analysis report |
US20080181463A1 (en) * | 2007-01-31 | 2008-07-31 | Omniture, Inc. | Use of color in a site analysis report |
US20080189406A1 (en) * | 2007-02-05 | 2008-08-07 | Jian Shen | System and method of a peer-to-peer web service monitoring network |
US20080215718A1 (en) * | 2001-09-28 | 2008-09-04 | Level 3 Communications, Llc | Policy-based content delivery network selection |
US20080215735A1 (en) * | 1998-02-10 | 2008-09-04 | Level 3 Communications, Llc | Resource invalidation in a content delivery network |
US7426556B2 (en) | 2004-03-30 | 2008-09-16 | At&T Intellectual Property I, L.P. | Methods, systems, and products for verifying integrity of web-server served content |
US20080250318A1 (en) * | 2007-04-03 | 2008-10-09 | Sap Ag | Graphical hierarchy conversion |
US20080256435A1 (en) * | 2007-01-26 | 2008-10-16 | Citation Technologies, Inc. | Interconnection of Document Preparation, Document Viewing, and Alert Processing in Structured Documents |
US20080275744A1 (en) * | 2001-10-11 | 2008-11-06 | Visual Sciences Technologies, Llc | System, method and computer program product for processing and visualization of information |
US20080279222A1 (en) * | 2001-10-18 | 2008-11-13 | Level 3 Communications Llc | Distribution of traffic across a computer network |
US20080294617A1 (en) * | 2007-05-22 | 2008-11-27 | Kushal Chakrabarti | Probabilistic Recommendation System |
US20080301108A1 (en) * | 2005-11-10 | 2008-12-04 | Dettinger Richard D | Dynamic discovery of abstract rule set required inputs |
US7478142B1 (en) | 1998-09-29 | 2009-01-13 | Netscape Communications Corporation | Self-contained applications that are applied to be received by and processed within a browser environment and that have a first package that includes a manifest file and an archive of files including a markup language file and second package |
US7483978B2 (en) * | 2006-05-15 | 2009-01-27 | Computer Associates Think, Inc. | Providing a unified user interface for managing a plurality of heterogeneous computing environments |
US20090041589A1 (en) * | 2005-03-09 | 2009-02-12 | Knorr-Bremse Systeme Fur Schienenfahrzeuge Gmbh | Oil-Injected Compressor with a Temperature Switch |
US7493321B2 (en) | 2005-02-23 | 2009-02-17 | International Business Machines Corporation | Method, system, and computer program product for creating navigation views based on historical user behavior |
US20090055438A1 (en) * | 2005-11-10 | 2009-02-26 | Dettinger Richard D | Strict validation of inference rule based on abstraction environment |
US20090058859A1 (en) * | 2007-08-31 | 2009-03-05 | Crawford Stuart L | Construction of decision logic with graphs |
US20090119255A1 (en) * | 2006-06-28 | 2009-05-07 | Metacarta, Inc. | Methods of Systems Using Geographic Meta-Metadata in Information Retrieval and Document Displays |
US20090122065A1 (en) * | 2007-11-09 | 2009-05-14 | Ebay Inc. | Network rating visualization |
US20090125543A1 (en) * | 2007-11-09 | 2009-05-14 | Ebay Inc. | Transaction data representations using an adjacency matrix |
US7565620B1 (en) * | 2000-06-21 | 2009-07-21 | Charles Schwab & Co. | System and method for comparing attributes of documents |
US20090204485A1 (en) * | 2008-02-11 | 2009-08-13 | Anthony Joseph Wills | Systems and methods for selling and displaying advertisements over a network |
US20090210863A1 (en) * | 2008-02-19 | 2009-08-20 | Google Inc. | Code-based website experiments |
US7581006B1 (en) | 1998-05-29 | 2009-08-25 | Yahoo! Inc. | Web service |
US20090259927A1 (en) * | 2008-04-11 | 2009-10-15 | Quigo Technologies, Inc. | Systems and methods for video content association |
US20090271505A1 (en) * | 2008-04-28 | 2009-10-29 | Bea Systems, Inc. | System and method for executing third party module with web servers |
US20090307086A1 (en) * | 2008-05-31 | 2009-12-10 | Randy Adams | Systems and methods for visually grouping links to documents |
US7644375B1 (en) | 2006-09-18 | 2010-01-05 | Adobe Systems Incorporated | Dynamic path flow reports |
US20100017733A1 (en) * | 1999-07-22 | 2010-01-21 | Barros Barbara L | Graphic-Information Flow for Visually Analyzing Patterns and Relationships |
US20100023850A1 (en) * | 2008-07-25 | 2010-01-28 | Prajakta Jagdale | Method And System For Characterising A Web Site By Sampling |
US7660869B1 (en) | 2000-08-21 | 2010-02-09 | Vignette Software, LLC | Network real estate analysis |
US20100037169A1 (en) * | 2008-08-08 | 2010-02-11 | Eastman Kodak Company | Display of system operating status in a multi-node system |
US20100042573A1 (en) * | 2008-08-14 | 2010-02-18 | Tealeaf Technology, Inc. | Method and system for communication between a client system and a server system |
US7668868B1 (en) * | 2002-11-04 | 2010-02-23 | Adobe Systems Incorporated | Group file delivery including user-defined metadata |
US7672955B2 (en) | 2000-12-21 | 2010-03-02 | Vignette Software L.L.C. | Method and system for platform-independent file system interaction |
US20100060643A1 (en) * | 2008-09-08 | 2010-03-11 | Kashyap Babu Rao Kolipaka | Algorithm For Drawing Directed Acyclic Graphs |
US20100060642A1 (en) * | 2008-09-08 | 2010-03-11 | Gaurav Chhaparwal | Techniques For Drawing Curved Edges In Graphs |
US7685431B1 (en) | 2000-03-20 | 2010-03-23 | Netscape Communications Corporation | System and method for determining relative strength and crackability of a user's security password in real time |
US20100076961A1 (en) * | 2005-01-14 | 2010-03-25 | International Business Machines Corporation | Abstract records |
US7712030B1 (en) * | 1999-12-22 | 2010-05-04 | International Business Machines Corporation | System and method for managing messages and annotations presented in a user interface |
US7716569B2 (en) | 1999-12-06 | 2010-05-11 | Girafa.Com Inc. | Framework for providing visual context to WWW hyperlinks |
US20100125757A1 (en) * | 2008-11-14 | 2010-05-20 | Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. | System and method for correcting errors in downloading web pages |
CN101729288A (en) * | 2008-10-31 | 2010-06-09 | 中国科学院计算机网络信息中心 | Method and device for counting network access behaviours of internet users |
US7788681B1 (en) | 2003-09-16 | 2010-08-31 | Vignette Software, LLC | System and method for incorporating web services in a web site |
US20100235237A1 (en) * | 2007-04-04 | 2010-09-16 | Media Patents, S.L. | Methods for distributions of digital files |
US20100251128A1 (en) * | 2009-03-31 | 2010-09-30 | Matthew Cordasco | Visualization of website analytics |
US7831526B1 (en) | 2006-08-25 | 2010-11-09 | Fair Isaac Corporation | Article and method for finding a compact representation to visualize complex decision trees |
US20100332595A1 (en) * | 2008-04-04 | 2010-12-30 | David Fullagar | Handling long-tail content in a content delivery network (cdn) |
US20110035486A1 (en) * | 2008-11-02 | 2011-02-10 | Observepoint, Inc. | Monitoring the health of web page analytics code |
US7890571B1 (en) * | 2000-09-22 | 2011-02-15 | Xcelera Inc. | Serving dynamic web-pages |
US20110041090A1 (en) * | 2008-11-02 | 2011-02-17 | Observepoint Llc | Auditing a website with page scanning and rendering techniques |
US20110087563A1 (en) * | 2003-06-07 | 2011-04-14 | Schweier Rene | Method and computer system for optimizing a link to a network page |
US20110119220A1 (en) * | 2008-11-02 | 2011-05-19 | Observepoint Llc | Rule-based validation of websites |
US7953888B2 (en) | 1999-06-18 | 2011-05-31 | Level 3 Communications, Llc | On-demand overlay routing for computer-based communication networks |
US20110153452A1 (en) * | 2004-05-20 | 2011-06-23 | Manyworlds, Inc. | Contextual Commerce Systems and Methods |
US7991732B2 (en) | 2005-06-03 | 2011-08-02 | Adobe Systems Incorporated | Incrementally adding segmentation criteria to a data set |
US20110238509A1 (en) * | 2008-03-18 | 2011-09-29 | Media Patents, S.L. | Methods for Transmitting Multimedia Files and Advertisements |
US20110234637A1 (en) * | 2010-03-24 | 2011-09-29 | Microsoft Corporation | Smart gestures for diagram state transitions |
US20110252045A1 (en) * | 2010-04-07 | 2011-10-13 | Yahoo! Inc. | Large scale concept discovery for webpage augmentation using search engine indexers |
US20110282941A1 (en) * | 2010-05-13 | 2011-11-17 | International Business Machines Corporation | Sharing form training result utilizing a social network |
US20110296344A1 (en) * | 2010-06-01 | 2011-12-01 | Kno, Inc. | Apparatus and Method for Digital Content Navigation |
US20120030558A1 (en) * | 2010-07-29 | 2012-02-02 | Pegatron Corporation | Electronic Book and Method for Displaying Annotation Thereof |
US8140557B2 (en) | 2007-05-15 | 2012-03-20 | International Business Machines Corporation | Ontological translation of abstract rules |
US8185824B1 (en) | 1998-12-09 | 2012-05-22 | Cisco Technology, Inc. | Method and apparatus providing a graphical user interface for representing and navigating hierarchical networks |
US20120143919A1 (en) * | 2010-01-20 | 2012-06-07 | Oracle International Corporation | Hybrid Binary XML Storage Model For Efficient XML Processing |
US8200676B2 (en) | 2005-06-28 | 2012-06-12 | Nokia Corporation | User interface for geographic search |
US8204977B1 (en) | 2011-11-08 | 2012-06-19 | Google Inc. | Content access analytics |
KR101158843B1 (en) * | 2009-07-28 | 2012-06-27 | 박승범 | management system |
US20120166961A1 (en) * | 2010-12-28 | 2012-06-28 | Verizon Patent And Licensing Inc. | Method and system for presenting a navigation path for enabling retrieval of content |
US20120173996A1 (en) * | 2010-12-30 | 2012-07-05 | Nick Bartomeli | User interface generation based on business process definition |
US8219447B1 (en) | 2007-06-06 | 2012-07-10 | Amazon Technologies, Inc. | Real-time adaptive probabilistic selection of messages |
US8230072B1 (en) * | 2005-03-18 | 2012-07-24 | Oracle America, Inc. | Linking to popular navigation paths in a network |
US8234632B1 (en) | 2007-10-22 | 2012-07-31 | Google Inc. | Adaptive website optimization experiment |
US8234582B1 (en) | 2009-02-03 | 2012-07-31 | Amazon Technologies, Inc. | Visualizing object behavior |
US8239489B1 (en) | 2008-02-25 | 2012-08-07 | Google Inc. | Web page experiments with fragmented section variations |
US8250473B1 (en) | 2009-02-03 | 2012-08-21 | Amazon Technoloies, Inc. | Visualizing object behavior |
US20120221939A1 (en) * | 2008-07-09 | 2012-08-30 | Hill Matthew D | Methods and Systems for Node-Based Website Design |
US8266090B2 (en) | 2007-08-31 | 2012-09-11 | Fair Isaac Corporation | Color-coded visual comparison of decision logic |
US8271865B1 (en) | 2005-09-19 | 2012-09-18 | Google Inc. | Detection and utilization of document reading speed |
US8280836B2 (en) | 2008-09-08 | 2012-10-02 | Fair Isaac Corporation | Converting unordered graphs to oblivious read once ordered graph representation |
US8296643B1 (en) * | 2007-10-18 | 2012-10-23 | Google Inc. | Running multiple web page experiments on a test page |
US8307045B1 (en) | 2001-08-22 | 2012-11-06 | Open Text S.A. | System and method for creating target-specific data conversion templates using a master style template |
US8312389B2 (en) | 2007-08-31 | 2012-11-13 | Fair Isaac Corporation | Visualization of decision logic |
US20120311496A1 (en) * | 2011-05-31 | 2012-12-06 | International Business Machines Corporation | Visual Analysis of Multidimensional Clusters |
US8332782B1 (en) * | 2008-02-22 | 2012-12-11 | Adobe Systems Incorporated | Network visualization and navigation |
US8341540B1 (en) * | 2009-02-03 | 2012-12-25 | Amazon Technologies, Inc. | Visualizing object behavior |
US8370420B1 (en) | 2002-07-11 | 2013-02-05 | Citrix Systems, Inc. | Web-integrated display of locally stored content objects |
US20130041906A1 (en) * | 2002-03-25 | 2013-02-14 | Eytan Adar | System and method for profiling clients within a system for harvesting community knowledge |
US20130104018A1 (en) * | 2010-06-11 | 2013-04-25 | Visual Domains Ltd. | Method and system for displaying visual content in a virtual three-dimensional space |
US8433898B2 (en) | 1999-06-11 | 2013-04-30 | Tvworks, Llc | Trust information delivery scheme for certificate validation |
US20130117716A1 (en) * | 2011-11-07 | 2013-05-09 | Google Inc. | Function Extension for Browsers or Documents |
US8543901B1 (en) | 1999-11-01 | 2013-09-24 | Level 3 Communications, Llc | Verification of content stored in a network |
US8549436B1 (en) | 2007-06-04 | 2013-10-01 | RedZ, Inc. | Visual web search interface |
US20130262704A1 (en) * | 2012-04-03 | 2013-10-03 | Google Inc. | System and method for improving delivery of content over a network |
US8566726B2 (en) | 2005-05-03 | 2013-10-22 | Mcafee, Inc. | Indicating website reputations based on website handling of personal information |
US8600926B2 (en) | 2011-03-29 | 2013-12-03 | Manyworlds, Inc. | Integrated interest and expertise-based discovery system and method |
US8645292B2 (en) | 2011-03-29 | 2014-02-04 | Manyworlds, Inc. | Serendipitous recommendations system and method |
US8650492B1 (en) | 2011-10-11 | 2014-02-11 | Google Inc. | System and method for page navigation visualization and analysis |
US20140052851A1 (en) * | 2012-08-15 | 2014-02-20 | Evidon, Inc. | Systems and methods for discovering sources of online content |
US20140052778A1 (en) * | 1999-04-15 | 2014-02-20 | Intellectual Ventures I Llc | Method and apparatus for mapping a site on a wide area network |
US8676885B2 (en) | 2008-03-18 | 2014-03-18 | Zaron Remote Llc | Methods and transmitting multimedia files and advertisements |
US8689117B1 (en) | 2009-10-30 | 2014-04-01 | Google Inc. | Webpages with conditional content |
US8701196B2 (en) | 2006-03-31 | 2014-04-15 | Mcafee, Inc. | System, method and computer program product for obtaining a reputation associated with a file |
US8738733B1 (en) | 2007-09-25 | 2014-05-27 | Amazon Technologies, Inc. | Dynamic control system for managing redirection of requests for content |
US8738609B2 (en) | 2002-06-28 | 2014-05-27 | Adobe Systems Incorporated | Capturing and presenting site visitation path data |
US8745529B2 (en) | 1999-07-22 | 2014-06-03 | Tavusi Data Solutions Llc | Graphic-information flow method and system for visually analyzing patterns and relationships |
US8745504B1 (en) * | 2011-10-11 | 2014-06-03 | Google Inc. | Goal flow visualization |
US20140157112A1 (en) * | 2000-10-31 | 2014-06-05 | Software Research Inc. | Method and System for Testing Websites |
US20140172951A1 (en) * | 2012-12-13 | 2014-06-19 | Level 3 Communications, Llc | Framework Supporting Content Delivery With Hybrid Content Delivery Services |
US8762280B1 (en) | 2004-12-02 | 2014-06-24 | Google Inc. | Method and system for using a network analysis system to verify content on a website |
US8775919B2 (en) | 2006-04-25 | 2014-07-08 | Adobe Systems Incorporated | Independent actionscript analytics tools and techniques |
US8793236B2 (en) | 2012-11-01 | 2014-07-29 | Adobe Systems Incorporated | Method and apparatus using historical influence for success attribution in network site activity |
US20140215311A1 (en) * | 2009-06-25 | 2014-07-31 | Oracle International Corporation | Technique For Skipping Irrelevant Portions Of Documents During Streaming XPath Evaluation |
US20140237414A1 (en) * | 2010-04-26 | 2014-08-21 | Salesforce.Com, Inc. | Tab navigation and page view personalization |
US8826495B2 (en) | 2010-06-01 | 2014-09-09 | Intel Corporation | Hinged dual panel electronic device |
US8838602B1 (en) | 2011-10-11 | 2014-09-16 | Google Inc. | Systems and methods for web page grouping based on URLs |
US20140281882A1 (en) * | 2013-03-13 | 2014-09-18 | Usablenet Inc. | Methods for compressing web page menus and devices thereof |
US8843433B2 (en) | 2011-03-29 | 2014-09-23 | Manyworlds, Inc. | Integrated search and adaptive discovery system and method |
US8862646B1 (en) * | 2014-03-25 | 2014-10-14 | PlusAmp, Inc. | Data file discovery, visualization, and importing |
US8868533B2 (en) | 2006-06-30 | 2014-10-21 | International Business Machines Corporation | Method and apparatus for intelligent capture of document object model events |
US8898275B2 (en) | 2008-08-14 | 2014-11-25 | International Business Machines Corporation | Dynamically configurable session agent |
US8914736B2 (en) | 2010-03-30 | 2014-12-16 | International Business Machines Corporation | On-page manipulation and real-time replacement of content |
US20140372588A1 (en) | 2011-12-14 | 2014-12-18 | Level 3 Communications, Llc | Request-Response Processing in a Content Delivery Network |
US8930538B2 (en) | 2008-04-04 | 2015-01-06 | Level 3 Communications, Llc | Handling long-tail content in a content delivery network (CDN) |
US20150012612A1 (en) * | 2013-06-05 | 2015-01-08 | Tencent Technology (Shenzhen) Company Limited | Prompt method for adding quick link in browser, device and system thereof |
US8949712B1 (en) * | 2013-02-06 | 2015-02-03 | Amazon Technologies, Inc. | Assigning slots to content in a pipeline |
US8965998B1 (en) * | 2002-03-19 | 2015-02-24 | Amazon Technologies, Inc. | Adaptive learning methods for selecting web page components for inclusion in web pages |
US20150066981A1 (en) * | 2010-06-24 | 2015-03-05 | Amazon Technologies, Inc. | Url rescue by execution of search using information extracted from invalid url |
US8990714B2 (en) | 2007-08-31 | 2015-03-24 | International Business Machines Corporation | Replaying captured network interactions |
US8988418B1 (en) | 2007-01-05 | 2015-03-24 | Florelle, Inc. | System and method for parametric display of modular aesthetic designs |
US9021361B1 (en) | 2011-10-11 | 2015-04-28 | Google Inc. | System and method for flow visualization and interaction with network traffic |
US9087296B2 (en) | 2008-02-22 | 2015-07-21 | Adobe Systems Incorporated | Navigable semantic network that processes a specification to and uses a set of declaritive statements to produce a semantic network model |
US9111037B1 (en) | 2013-08-21 | 2015-08-18 | Ca, Inc. | Method and apparatus to enable mainframe computer testing for software testing management platform |
US9128895B2 (en) | 2009-02-19 | 2015-09-08 | Oracle International Corporation | Intelligent flood control management |
US20150317365A1 (en) * | 2014-04-30 | 2015-11-05 | Yahoo! Inc. | Modular search object framework |
US20150363493A1 (en) * | 2014-06-12 | 2015-12-17 | International Business Machines Corporation | Continuous collection of web api ecosystem data |
US20150370880A1 (en) * | 2014-06-20 | 2015-12-24 | International Business Machines Corporation | Identifying items on a second website already browsed at a first website |
CN105302711A (en) * | 2014-07-09 | 2016-02-03 | 腾讯科技(深圳)有限公司 | Application repairing method and apparatus and terminal |
US20160085433A1 (en) * | 2014-09-23 | 2016-03-24 | Samsung Electronics Co., Ltd. | Apparatus and Method for Displaying Preference for Contents in Electronic Device |
US9300545B2 (en) | 2011-10-11 | 2016-03-29 | Google Inc. | Page layout in a flow visualization |
US20160117058A1 (en) * | 2014-10-23 | 2016-04-28 | International Business Machines Corporation | Displaying nodes on a view screen |
US20160140091A1 (en) * | 2014-11-19 | 2016-05-19 | Kiran K. Bhat | Visual Hierarchy Navigation System |
US20160196357A1 (en) * | 2005-06-16 | 2016-07-07 | Gula Consulting Limited Liability Company | Auto-refinement of search results based on monitored search activities of users |
US20160253199A1 (en) * | 2011-11-11 | 2016-09-01 | Calgary Scientific Inc. | Session transfer and suspension in a remote access application framework |
US9449346B1 (en) | 2014-05-21 | 2016-09-20 | Plaid Technologies, Inc. | System and method for programmatically accessing financial data |
US9516001B2 (en) | 2014-09-30 | 2016-12-06 | The Nielsen Company (Us), Llc | Methods and apparatus to identify media distributed via a network |
US20160357527A1 (en) * | 2015-06-07 | 2016-12-08 | Wix.Com Ltd | System and method for the generation of an adaptive user interface in a website building system |
US9536108B2 (en) | 2012-10-23 | 2017-01-03 | International Business Machines Corporation | Method and apparatus for generating privacy profiles |
US9535720B2 (en) | 2012-11-13 | 2017-01-03 | International Business Machines Corporation | System for capturing and replaying screen gestures |
EP2973338A4 (en) * | 2013-03-11 | 2017-01-18 | Yodlee, Inc. | Automated financial data aggregation |
US9588738B2 (en) | 2015-02-16 | 2017-03-07 | International Business Machines Corporation | Supporting software application developers to iteratively refine requirements for web application programming interfaces |
US9595023B1 (en) | 2014-05-21 | 2017-03-14 | Plaid Technologies, Inc. | System and method for facilitating programmatic verification of transactions |
US20170102863A1 (en) * | 2014-12-29 | 2017-04-13 | Palantir Technologies Inc. | Interactive user interface for dynamic data analysis exploration and query processing |
US9634918B2 (en) | 2012-12-13 | 2017-04-25 | Level 3 Communications, Llc | Invalidation sequencing in a content delivery framework |
US9635094B2 (en) | 2012-10-15 | 2017-04-25 | International Business Machines Corporation | Capturing and replaying application sessions using resource files |
US9665556B1 (en) | 2012-07-23 | 2017-05-30 | Amazon Technologies, Inc. | Assigning slots to user interface elements |
US9740368B1 (en) * | 2016-08-10 | 2017-08-22 | Quid, Inc. | Positioning labels on graphical visualizations of graphs |
US9836183B1 (en) * | 2016-09-14 | 2017-12-05 | Quid, Inc. | Summarized network graph for semantic similarity graphs of large corpora |
CN107844484A (en) * | 2016-09-18 | 2018-03-27 | 北京国双科技有限公司 | A kind of method and apparatus for identifying exposure code |
US9934320B2 (en) | 2009-03-31 | 2018-04-03 | International Business Machines Corporation | Method and apparatus for using proxy objects on webpage overlays to provide alternative webpage actions |
US9973585B2 (en) | 2015-04-11 | 2018-05-15 | Evidon, Inc. | Methods, apparatus and systems for providing notice of digital tracking technologies in mobile apps on mobile devices, and for recording user consent in connection with same |
US10003591B2 (en) | 2015-09-08 | 2018-06-19 | Plaid Technologies, Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US10026098B2 (en) | 2010-01-06 | 2018-07-17 | Evidon, Inc. | Systems and methods for configuring and presenting notices to viewers of electronic ad content regarding targeted advertising techniques used by Internet advertising entities |
CN108304176A (en) * | 2017-12-14 | 2018-07-20 | 广东数果科技有限公司 | Point methods are buried in a kind of visualization of cross-platform mobile terminal |
US10091313B2 (en) | 2011-03-17 | 2018-10-02 | Ebay Inc. | Method and system for tracking web link usage |
US10152477B2 (en) * | 2014-03-14 | 2018-12-11 | International Business Machines Corporation | Communication method and system for accessing media data |
USD839288S1 (en) | 2014-04-30 | 2019-01-29 | Oath Inc. | Display screen with graphical user interface for displaying search results as a stack of overlapping, actionable cards |
US10284688B2 (en) | 2011-09-30 | 2019-05-07 | Calgary Scientific Inc. | Tiered framework for proving remote access to an application accessible at a uniform resource locator (URL) |
US10334042B2 (en) | 2008-11-26 | 2019-06-25 | Calgary Scientific Inc. | Method and system for providing remote access to a state of an application program |
US10366401B1 (en) | 2012-06-29 | 2019-07-30 | Google Llc | Content placement optimization |
US10410306B1 (en) * | 2011-01-04 | 2019-09-10 | Calgary Scientific Inc. | Method and system for providing remote access to data for display on a mobile device |
US10445328B2 (en) * | 2012-08-08 | 2019-10-15 | Google Llc | Search result ranking and presentation |
US10454979B2 (en) | 2011-11-23 | 2019-10-22 | Calgary Scientific Inc. | Methods and systems for collaborative remote application sharing and conferencing |
US10474735B2 (en) | 2012-11-19 | 2019-11-12 | Acoustic, L.P. | Dynamic zooming of content with overlays |
US10474514B2 (en) | 2011-08-15 | 2019-11-12 | Calgary Scientific Inc. | Method for flow control and for reliable communication in a collaborative environment |
US10489286B2 (en) | 2007-06-05 | 2019-11-26 | Software Research, Inc. | Driving a web browser for testing web pages using a document object model |
US10652087B2 (en) | 2012-12-13 | 2020-05-12 | Level 3 Communications, Llc | Content delivery framework having fill services |
US10693940B2 (en) | 2011-08-15 | 2020-06-23 | Calgary Scientific Inc. | Remote access to an application program |
US10701148B2 (en) | 2012-12-13 | 2020-06-30 | Level 3 Communications, Llc | Content delivery framework having storage services |
US10701149B2 (en) | 2012-12-13 | 2020-06-30 | Level 3 Communications, Llc | Content delivery framework having origin services |
US10726491B1 (en) | 2015-12-28 | 2020-07-28 | Plaid Inc. | Parameter-based computer evaluation of user accounts based on user account data stored in one or more databases |
US20200274772A1 (en) * | 2019-02-21 | 2020-08-27 | Juniper Networks, Inc. | Supporting compilation and extensibility on unified graph-based intent models |
US10783464B2 (en) | 2004-05-20 | 2020-09-22 | Manyworlds, Inc. | Method and device for temporally sequenced adaptive recommendations of activities |
US10791050B2 (en) | 2012-12-13 | 2020-09-29 | Level 3 Communications, Llc | Geographic location determination in a content delivery framework |
US10841182B2 (en) | 2019-03-29 | 2020-11-17 | Juniper Networks, Inc. | Supporting near real time service level agreements |
US10860373B2 (en) * | 2016-10-11 | 2020-12-08 | Microsoft Technology Licensing, Llc | Enhanced governance for asynchronous compute jobs |
US10878421B2 (en) | 2017-07-22 | 2020-12-29 | Plaid Inc. | Data verified deposits |
US10885021B1 (en) | 2018-05-02 | 2021-01-05 | Palantir Technologies Inc. | Interactive interpreter and graphical user interface |
US10897396B2 (en) | 2019-03-29 | 2021-01-19 | Juniper Networks, Inc. | Supporting concurrency for graph-based high level configuration models |
US10924573B2 (en) | 2008-04-04 | 2021-02-16 | Level 3 Communications, Llc | Handling long-tail content in a content delivery network (CDN) |
US10984468B1 (en) | 2016-01-06 | 2021-04-20 | Plaid Inc. | Systems and methods for estimating past and prospective attribute values associated with a user account |
CN113064881A (en) * | 2021-04-15 | 2021-07-02 | 深信服科技股份有限公司 | Database management method, device, equipment and readable storage medium |
US11074511B2 (en) | 2007-11-30 | 2021-07-27 | Paypal, Inc. | System and method for graph pattern analysis |
US11165647B2 (en) | 2019-06-28 | 2021-11-02 | Juniper Networks, Inc. | Managing multiple semantic versions of device configuration schemas |
US11263221B2 (en) * | 2013-05-29 | 2022-03-01 | Microsoft Technology Licensing, Llc | Search result contexts for application launch |
US11316862B1 (en) | 2018-09-14 | 2022-04-26 | Plaid Inc. | Secure authorization of access to user accounts by one or more authorization mechanisms |
US11321359B2 (en) * | 2019-02-20 | 2022-05-03 | Tamr, Inc. | Review and curation of record clustering changes at large scale |
US11327960B1 (en) | 2020-10-16 | 2022-05-10 | Plaid Inc. | Systems and methods for data parsing |
US11368548B2 (en) | 2012-12-13 | 2022-06-21 | Level 3 Communications, Llc | Beacon services in a content delivery framework |
US20220222705A1 (en) * | 2015-09-30 | 2022-07-14 | Groupon, Inc. | Method, apparatus, and computer program product for predicting web browsing behaviors of consumers |
US11468085B2 (en) | 2017-07-22 | 2022-10-11 | Plaid Inc. | Browser-based aggregation |
US11526520B2 (en) | 2013-05-29 | 2022-12-13 | Microsoft Technology Licensing, Llc | Context-based actions from a source application |
US11640291B2 (en) | 2019-04-10 | 2023-05-02 | Juniper Networks, Inc. | Intent-based, network-aware network device software-upgrade scheduling |
US11887069B2 (en) | 2020-05-05 | 2024-01-30 | Plaid Inc. | Secure updating of allocations to user accounts |
US11895138B1 (en) * | 2015-02-02 | 2024-02-06 | F5, Inc. | Methods for improving web scanner accuracy and devices thereof |
US11985023B2 (en) | 2018-09-27 | 2024-05-14 | Juniper Networks, Inc. | Supporting graphQL based queries on yang based configuration data models |
US12148028B2 (en) | 2024-01-16 | 2024-11-19 | Plaid Inc. | System and method for programmatically accessing financial data |
Families Citing this family (460)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5870559A (en) * | 1996-10-15 | 1999-02-09 | Mercury Interactive | Software system and associated methods for facilitating the analysis and management of web sites |
US7278098B1 (en) * | 1997-04-09 | 2007-10-02 | Adobe Systems Incorporated | Method and apparatus for implementing web pages having smart tables |
US6727923B1 (en) * | 1998-05-08 | 2004-04-27 | Apple Computer, Inc. | Creation and manipulation of internet location objects in a graphical user interface environment |
JP2000056895A (en) * | 1998-08-11 | 2000-02-25 | Fujitsu Ltd | Data saving method, data storage controller, and storage medium for same |
US6145000A (en) | 1998-10-06 | 2000-11-07 | Ameritech Corporation | System and method for creating and navigating a linear hypermedia resource program |
US8418131B2 (en) * | 1998-11-25 | 2013-04-09 | Helmut Emmelmann | Interactive server side components |
US7356462B2 (en) * | 2001-07-26 | 2008-04-08 | At&T Corp. | Automatic clustering of tokens from a corpus for grammar acquisition |
US7672879B1 (en) | 1998-12-08 | 2010-03-02 | Yodlee.Com, Inc. | Interactive activity interface for managing personal data and performing transactions over a data packet network |
US8069407B1 (en) * | 1998-12-08 | 2011-11-29 | Yodlee.Com, Inc. | Method and apparatus for detecting changes in websites and reporting results to web developers for navigation template repair purposes |
US7085997B1 (en) | 1998-12-08 | 2006-08-01 | Yodlee.Com | Network-based bookmark management and web-summary system |
JP3277906B2 (en) * | 1998-12-18 | 2002-04-22 | 日本電気株式会社 | Hierarchical structure creation method and apparatus |
US6816175B1 (en) * | 1998-12-19 | 2004-11-09 | International Business Machines Corporation | Orthogonal browsing in object hierarchies |
US6466970B1 (en) * | 1999-01-27 | 2002-10-15 | International Business Machines Corporation | System and method for collecting and analyzing information about content requested in a network (World Wide Web) environment |
GB2346229B (en) * | 1999-01-29 | 2003-04-30 | Hewlett Packard Co | Website usage monitoring |
US6477565B1 (en) * | 1999-06-01 | 2002-11-05 | Yodlee.Com, Inc. | Method and apparatus for restructuring of personalized data for transmission from a data network to connected and portable network appliances |
US7752535B2 (en) | 1999-06-01 | 2010-07-06 | Yodlec.com, Inc. | Categorization of summarized information |
US6393479B1 (en) * | 1999-06-04 | 2002-05-21 | Webside Story, Inc. | Internet website traffic flow analysis |
EP1208472A4 (en) * | 1999-06-14 | 2005-03-23 | Compudigm Int Ltd | Data visualisation system and method |
US6789115B1 (en) * | 1999-07-09 | 2004-09-07 | Merrill Lynch & Company | System for collecting, analyzing, and reporting high volume multi-web server usage |
US7181438B1 (en) * | 1999-07-21 | 2007-02-20 | Alberti Anemometer, Llc | Database access system |
US6598047B1 (en) * | 1999-07-26 | 2003-07-22 | David W. Russell | Method and system for searching text |
US6550021B1 (en) * | 1999-09-30 | 2003-04-15 | Western Digital Ventures, Inc. | Internet-implemented method supporting component repair services |
US6826744B1 (en) * | 1999-10-01 | 2004-11-30 | Vertical Computer Systems, Inc. | System and method for generating web sites in an arbitrary object framework |
US6912570B1 (en) * | 1999-11-12 | 2005-06-28 | Cisco Technology, Inc. | Self modifying state graphs for quality of service classification |
US7035926B1 (en) * | 1999-11-30 | 2006-04-25 | International Business Machines Corporation | Real-time monitoring of web activities |
JP2001166981A (en) * | 1999-12-06 | 2001-06-22 | Fuji Xerox Co Ltd | Device and method for analyzing hyper text |
US20010027420A1 (en) * | 1999-12-21 | 2001-10-04 | Miroslav Boublik | Method and apparatus for capturing transaction data |
US6691163B1 (en) * | 1999-12-23 | 2004-02-10 | Alexa Internet | Use of web usage trail data to identify related links |
US6920495B1 (en) * | 1999-12-30 | 2005-07-19 | General Electric Company | Method and system for facilitating web-based information exchange via a centralized web structure for managing projects and funding requests |
US6546388B1 (en) * | 2000-01-14 | 2003-04-08 | International Business Machines Corporation | Metadata search results ranking system |
US6964052B1 (en) * | 2000-01-18 | 2005-11-08 | E★Trade | Caching output from an object in an application server environment |
US6909696B1 (en) * | 2000-01-21 | 2005-06-21 | Verizon Corporate Services Group Inc. | Systems and methods for visualizing a communications network |
US6757724B1 (en) * | 2000-01-27 | 2004-06-29 | International Business Machines Corporation | Method and apparatus for creating and displaying user specific and site specific guidance and navigation information |
US6868525B1 (en) * | 2000-02-01 | 2005-03-15 | Alberti Anemometer Llc | Computer graphic display visualization system and method |
US7028251B2 (en) * | 2000-03-02 | 2006-04-11 | Iora, Ltd. | System and method for reducing the size of data difference representations |
US6771289B1 (en) * | 2000-03-02 | 2004-08-03 | Microsoft Corporation | Cluster-based visualization of user traffic on an internet site |
US7200677B1 (en) * | 2000-04-27 | 2007-04-03 | Microsoft Corporation | Web address converter for dynamic web pages |
US6601020B1 (en) * | 2000-05-03 | 2003-07-29 | Eureka Software Solutions, Inc. | System load testing coordination over a network |
DE60132821T2 (en) * | 2000-05-29 | 2009-03-05 | Saora K.K. | SYSTEM AND METHOD FOR STORING NAVIGATED DATA |
US6785666B1 (en) * | 2000-07-11 | 2004-08-31 | Revenue Science, Inc. | Method and system for parsing navigation information |
NZ505784A (en) * | 2000-07-17 | 2003-04-29 | Compudigm Int Ltd | A data visualisation system producing a contoured graphical representation of call centre activity |
US6741271B1 (en) * | 2000-07-31 | 2004-05-25 | Hewlett-Packard Development Company, L.P. | Thumbnail address book for linked family of imaging appliances |
US8397163B1 (en) * | 2000-08-14 | 2013-03-12 | Deep Sran | Device, method, and system for providing an electronic reading environment |
US6836275B1 (en) * | 2000-08-28 | 2004-12-28 | Sanavigator, Inc. | Method for distinguishing between single and multiple connections in a network topology |
US7266510B1 (en) * | 2000-09-01 | 2007-09-04 | International Business Machines Corporation | Method for graphically representing clickstream data of a shopping session on a network with a parallel coordinate system |
US7146416B1 (en) * | 2000-09-01 | 2006-12-05 | Yahoo! Inc. | Web site activity monitoring system with tracking by categories and terms |
US6850988B1 (en) * | 2000-09-15 | 2005-02-01 | Oracle International Corporation | System and method for dynamically evaluating an electronic commerce business model through click stream analysis |
US20020091790A1 (en) * | 2000-09-20 | 2002-07-11 | Synchton Incorporated | Internet radio and indexing system for managing audio content providers and subscribers |
US7117208B2 (en) * | 2000-09-28 | 2006-10-03 | Oracle Corporation | Enterprise web mining system and method |
EP1360608A2 (en) * | 2000-09-28 | 2003-11-12 | Oracle Corporation | Enterprise web mining system and method |
US6836801B1 (en) * | 2000-10-12 | 2004-12-28 | Hewlett-Packard Development Company, L.P. | System and method for tracking the use of a web tool by a web user by using broken image tracking |
US7895268B2 (en) * | 2000-11-01 | 2011-02-22 | International Business Machines Corporation | Multiple perspective activity map display |
US20050086112A1 (en) * | 2000-11-28 | 2005-04-21 | Roy Shkedi | Super-saturation method for information-media |
US6832207B1 (en) * | 2000-11-28 | 2004-12-14 | Almond Net, Inc. | Super saturation method for information-media |
US20020099813A1 (en) * | 2000-12-04 | 2002-07-25 | Jason Winshell | Method for collecting statistics about Web site usage |
US7305622B2 (en) * | 2000-12-05 | 2007-12-04 | Clickfox, Llc | Graphical user interface and web site evaluation tool for customizing web sites |
US6920505B2 (en) * | 2000-12-14 | 2005-07-19 | Ask Jeeves, Inc. | Method and apparatus for determining a navigation path for a visitor to a world wide web site |
US7502994B2 (en) * | 2001-02-05 | 2009-03-10 | Omniture, Inc. | Web page link-tracking system |
US20040054670A1 (en) * | 2001-02-07 | 2004-03-18 | Jacob Noff | Dynamic object type for information management and real time graphic collaboration |
US6778193B2 (en) | 2001-02-07 | 2004-08-17 | International Business Machines Corporation | Customer self service iconic interface for portal entry and search specification |
US20020107911A1 (en) * | 2001-02-08 | 2002-08-08 | International Business Machines Corporation | Method for enhancing client side delivery of information from a trusted server |
US7613685B2 (en) * | 2001-03-08 | 2009-11-03 | International Business Machines Corporation | System and method for personalized presentation of web pages |
US20020147775A1 (en) * | 2001-04-06 | 2002-10-10 | Suda Aruna Rohra | System and method for displaying information provided by a provider |
US20020149599A1 (en) * | 2001-04-12 | 2002-10-17 | Honeywell International Inc. | Methods and apparatus for displaying multiple data categories |
US7219309B2 (en) * | 2001-05-02 | 2007-05-15 | Bitstream Inc. | Innovations for the display of web pages |
JP2004533641A (en) | 2001-05-02 | 2004-11-04 | ビットストリーム インコーポレーティッド | Method, system, and program for generating and displaying sub-pixel optimized font bitmaps using non-linear color balance |
US7035772B2 (en) * | 2001-05-31 | 2006-04-25 | International Business Machines Corporation | Method and apparatus for calculating data integrity metrics for web server activity log analysis |
US7149649B2 (en) * | 2001-06-08 | 2006-12-12 | Panoratio Database Images Gmbh | Statistical models for improving the performance of database operations |
US6778989B2 (en) * | 2001-07-03 | 2004-08-17 | International Business Machines Corporation | System and method for constructing and viewing an electronic document |
US20030033138A1 (en) * | 2001-07-26 | 2003-02-13 | Srinivas Bangalore | Method for partitioning a data set into frequency vectors for clustering |
US7111204B1 (en) * | 2001-08-01 | 2006-09-19 | Agilent Technologies, Inc. | Protocol sleuthing system and method for load-testing a network server |
US20040205587A1 (en) * | 2001-08-07 | 2004-10-14 | Draper Stephen P.W. | System and method for enumerating arbitrary hyperlinked structures in which links may be dynamically calculable |
EP1331555B1 (en) * | 2001-10-19 | 2009-12-09 | Sap Ag | Method and computer system for display state adjustment of tree-nodes |
US7403985B2 (en) * | 2001-11-01 | 2008-07-22 | Hewlett-Packard Development Company, L.P. | Method and system for analyzing electronic service execution |
US20030120543A1 (en) * | 2001-11-06 | 2003-06-26 | Carey Matthew S. | System, method, and product for use in supplying information via the internet |
US7107338B1 (en) * | 2001-12-05 | 2006-09-12 | Revenue Science, Inc. | Parsing navigation information to identify interactions based on the times of their occurrences |
US7216056B2 (en) * | 2001-12-06 | 2007-05-08 | C-Live, Inc. | Access log analyzer and access log analyzing method |
WO2003060790A1 (en) * | 2001-12-21 | 2003-07-24 | Don Joel C | System and method of distributing public relations and marketing content |
US7062511B1 (en) * | 2001-12-31 | 2006-06-13 | Oracle International Corporation | Method and system for portal web site generation |
US7020643B2 (en) * | 2002-01-25 | 2006-03-28 | Microsoft Corporation | Method and system for clickpath funnel analysis |
US8156216B1 (en) | 2002-01-30 | 2012-04-10 | Adobe Systems Incorporated | Distributed data collection and aggregation |
US7441194B2 (en) * | 2002-02-20 | 2008-10-21 | Microsoft Corporation | Calendar-based user interface system |
JP2003337699A (en) * | 2002-03-13 | 2003-11-28 | Saora Inc | Information processing device and method, and storage medium with program stored therein |
JP4267462B2 (en) * | 2002-04-08 | 2009-05-27 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Method and system for problem determination in distributed enterprise applications |
US20030195896A1 (en) * | 2002-04-15 | 2003-10-16 | Suda Aruna Rohra | Method and apparatus for managing imported or exported data |
US20030204490A1 (en) * | 2002-04-24 | 2003-10-30 | Stephane Kasriel | Web-page collaboration system |
US7590724B1 (en) * | 2002-04-29 | 2009-09-15 | Williams Robert D | Auto instrumentation system |
US7548957B1 (en) | 2002-05-07 | 2009-06-16 | Oracle International Corporation | Method and mechanism for a portal website architecture |
US7277924B1 (en) | 2002-05-07 | 2007-10-02 | Oracle International Corporation | Method and mechanism for a portal website architecture |
US8090800B2 (en) * | 2002-05-14 | 2012-01-03 | Oracle International Corporation | Method and system for automated web page accessibility coding standards analysis |
US7439982B2 (en) * | 2002-05-31 | 2008-10-21 | Envivio, Inc. | Optimized scene graph change-based mixed media rendering |
US8201082B1 (en) | 2002-06-17 | 2012-06-12 | Amazon.Com, Inc. | Dynamic generation of documents |
KR100772999B1 (en) * | 2002-06-25 | 2007-11-05 | 인터내셔널 비지네스 머신즈 코포레이션 | Method and system for monitoring performance of applications in a distributed environment |
US7225407B2 (en) * | 2002-06-28 | 2007-05-29 | Microsoft Corporation | Resource browser sessions search |
US7051038B1 (en) | 2002-06-28 | 2006-05-23 | Microsoft Corporation | Method and system for a reporting information services architecture |
US7333991B2 (en) * | 2002-08-05 | 2008-02-19 | Todd E. Vander Hill | Digital design and maintenance system and method |
US7219300B2 (en) * | 2002-09-30 | 2007-05-15 | Sanavigator, Inc. | Method and system for generating a network monitoring display with animated utilization information |
US7237024B2 (en) * | 2002-10-15 | 2007-06-26 | Aol Llc | Cross-site timed out authentication management |
US8302019B2 (en) * | 2002-11-05 | 2012-10-30 | International Business Machines Corporation | System and method for visualizing process flows |
US7072893B1 (en) * | 2002-11-27 | 2006-07-04 | Adobe Systems Incorporated | Repairing links in locked files |
US7028031B1 (en) | 2002-11-27 | 2006-04-11 | Adobe Systems Incorporated | Repairing links in deactivated files |
US7461172B2 (en) * | 2002-12-12 | 2008-12-02 | Xerox Corporation | Methods, apparatus, and program products for configuring components in networked computing environments |
US7624143B2 (en) * | 2002-12-12 | 2009-11-24 | Xerox Corporation | Methods, apparatus, and program products for utilizing contextual property metadata in networked computing environments |
US7269643B2 (en) * | 2002-12-17 | 2007-09-11 | Mediapulse, Inc. | Web site visit quality measurement system |
US20040122939A1 (en) * | 2002-12-19 | 2004-06-24 | Russell Perkins | Method of obtaining economic data based on web site visitor data |
US7792827B2 (en) * | 2002-12-31 | 2010-09-07 | International Business Machines Corporation | Temporal link analysis of linked entities |
US8819039B2 (en) | 2002-12-31 | 2014-08-26 | Ebay Inc. | Method and system to generate a listing in a network-based commerce system |
US20040143644A1 (en) * | 2003-01-21 | 2004-07-22 | Nec Laboratories America, Inc. | Meta-search engine architecture |
US7917382B2 (en) * | 2003-03-05 | 2011-03-29 | Teradata Us, Inc. | Integration of visualizations, reports, and data |
US7406459B2 (en) * | 2003-05-01 | 2008-07-29 | Microsoft Corporation | Concept network |
US7873636B2 (en) * | 2003-05-01 | 2011-01-18 | International Business Machines Corporation | Method, system and program product for matching a network document with a set of filters |
EP1630692A4 (en) * | 2003-05-19 | 2007-04-11 | Saora Kabushiki Kaisha | Method for processing information, apparatus therefor and program therefor |
US20040255301A1 (en) * | 2003-06-13 | 2004-12-16 | Andrzej Turski | Context association schema for computer system architecture |
US20040266396A1 (en) * | 2003-06-25 | 2004-12-30 | Henry Steven G | Digital transmitter displays |
US20050028168A1 (en) * | 2003-06-26 | 2005-02-03 | Cezary Marcjan | Sharing computer objects with associations |
US7840635B2 (en) * | 2003-08-15 | 2010-11-23 | International Business Machines Corporation | Method and system for monitoring performance of processes across multiple environments and servers |
US20050055265A1 (en) * | 2003-09-05 | 2005-03-10 | Mcfadden Terrence Paul | Method and system for analyzing the usage of an expression |
US6963339B2 (en) * | 2003-09-19 | 2005-11-08 | International Business Machines Corporation | Filtering tree map data for tree map visualization |
US7429987B2 (en) * | 2003-09-19 | 2008-09-30 | International Business Machines Corporation | Intelligent positioning of items in a tree map visualization |
US7287234B2 (en) * | 2003-09-19 | 2007-10-23 | International Business Machines Corporation | Methods, systems and computer program products for use of color saturation to highlight items in a tree map visualization |
US20050076097A1 (en) * | 2003-09-24 | 2005-04-07 | Sullivan Robert John | Dynamic web page referrer tracking and ranking |
US7472254B2 (en) * | 2003-10-10 | 2008-12-30 | Iora, Ltd. | Systems and methods for modifying a set of data objects |
JP4396242B2 (en) * | 2003-11-28 | 2010-01-13 | 富士ゼロックス株式会社 | Document link structure information creation apparatus and method |
US20050125276A1 (en) * | 2003-12-05 | 2005-06-09 | Grigore Rusu | System and method for event tracking across plural contact mediums |
US7293012B1 (en) * | 2003-12-19 | 2007-11-06 | Microsoft Corporation | Friendly URLs |
US7617531B1 (en) * | 2004-02-18 | 2009-11-10 | Citrix Systems, Inc. | Inferencing data types of message components |
US20050195221A1 (en) * | 2004-03-04 | 2005-09-08 | Adam Berger | System and method for facilitating the presentation of content via device displays |
US7539702B2 (en) * | 2004-03-12 | 2009-05-26 | Netapp, Inc. | Pre-summarization and analysis of results generated by an agent |
US7630994B1 (en) * | 2004-03-12 | 2009-12-08 | Netapp, Inc. | On the fly summarization of file walk data |
US7844646B1 (en) | 2004-03-12 | 2010-11-30 | Netapp, Inc. | Method and apparatus for representing file system metadata within a database for efficient queries |
US7293039B1 (en) | 2004-03-12 | 2007-11-06 | Network Appliance, Inc. | Storage resource management across multiple paths |
US20050204290A1 (en) * | 2004-03-12 | 2005-09-15 | Eddy Brett P. | System and method for generating distributed application and distributed system topologies with management information in a networked environment |
US20050212823A1 (en) * | 2004-03-29 | 2005-09-29 | Uthe Robert T | System, method and software for intelligent zooming in a user interface |
US20050256956A1 (en) * | 2004-05-14 | 2005-11-17 | Battelle Memorial Institute | Analyzing user-activity data using a heuristic-based approach |
US7627682B2 (en) * | 2004-08-19 | 2009-12-01 | International Business Machines Corporation | Method and system to evaluate utilization of resources |
US10048681B2 (en) | 2004-09-29 | 2018-08-14 | Rockwell Automation Technologies, Inc. | System status visualization method and system |
US8595652B2 (en) * | 2004-09-29 | 2013-11-26 | Rockwell Automation Technologies, Inc. | System status visualization method and system |
US20060085434A1 (en) * | 2004-09-30 | 2006-04-20 | Microsoft Corporation | System and method for deriving and visualizing business intelligence data |
US7406626B2 (en) * | 2004-11-12 | 2008-07-29 | Empirix Inc. | Test agent architecture |
EP1831804A1 (en) * | 2004-12-24 | 2007-09-12 | Panoratio Database Images GmbH | Relational compressed data bank images (for accelerated interrogation of data banks) |
US20060200496A1 (en) * | 2005-02-22 | 2006-09-07 | Transparency Software, Inc. | Organization action incidents |
US20060212324A1 (en) * | 2005-02-22 | 2006-09-21 | Transparency Software, Inc. | Graphical representation of organization actions |
US20060190488A1 (en) * | 2005-02-22 | 2006-08-24 | Transparency Software, Inc. | System and method for determining information related to user interactions with an application |
US20060224720A1 (en) * | 2005-03-10 | 2006-10-05 | Bhogal Kulvir S | Method, computer program product, and system for mapping users to different application versions |
US20060224571A1 (en) | 2005-03-30 | 2006-10-05 | Jean-Michel Leon | Methods and systems to facilitate searching a data resource |
US7631007B2 (en) * | 2005-04-12 | 2009-12-08 | Scenera Technologies, Llc | System and method for tracking user activity related to network resources using a browser |
US7577671B2 (en) * | 2005-04-15 | 2009-08-18 | Sap Ag | Using attribute inheritance to identify crawl paths |
WO2006128178A2 (en) * | 2005-05-27 | 2006-11-30 | Nexquest, Llc | Integrated method and system for accessing and aggregating disparate remote server services |
US20060277087A1 (en) * | 2005-06-06 | 2006-12-07 | Error Brett M | User interface for web analytics tools and method for automatic generation of calendar notes, targets,and alerts |
US20060290697A1 (en) * | 2005-06-24 | 2006-12-28 | Tom Sawyer Software | System for arranging a plurality of relational nodes into graphical layout form |
US7526478B2 (en) * | 2005-08-03 | 2009-04-28 | Novell, Inc. | System and method of searching for organizing and displaying search results |
US7440948B2 (en) * | 2005-09-20 | 2008-10-21 | Novell, Inc. | System and method of associating objects in search results |
US8527874B2 (en) * | 2005-08-03 | 2013-09-03 | Apple Inc. | System and method of grouping search results using information representations |
US7707284B2 (en) * | 2005-08-03 | 2010-04-27 | Novell, Inc. | System and method of searching for classifying user activity performed on a computer system |
US7487146B2 (en) * | 2005-08-03 | 2009-02-03 | Novell, Inc. | System and method of searching for providing dynamic search results with temporary visual display |
US7539673B2 (en) * | 2005-08-03 | 2009-05-26 | Novell, Inc. | System and method of re-ordering search results based on prior user actions |
US7502798B2 (en) | 2005-08-03 | 2009-03-10 | Novell, Inc. | System and method of searching for information based on prior user actions |
US7707146B2 (en) * | 2005-08-03 | 2010-04-27 | Novell, Inc. | System and method of searching for providing clue-based context searching |
EP1755051A1 (en) * | 2005-08-15 | 2007-02-21 | Mitsubishi Electric Information Technology Centre Europe B.V. | Method and apparatus for accessing data using a symbolic representation space |
US7475075B2 (en) * | 2005-09-09 | 2009-01-06 | Microsoft Corporation | Integration rich client views in server presentations |
US20070078800A1 (en) * | 2005-10-03 | 2007-04-05 | Robert Love | System and method of building an atomic view of a filesystem that lacks support for atomic operations |
US20070088862A1 (en) * | 2005-10-13 | 2007-04-19 | Burkman Troy F | Method and system for optimizing streaming media |
CN101288076B (en) * | 2005-10-14 | 2013-04-10 | 雅虎公司 | Interactive mapping method and system |
US20070118441A1 (en) * | 2005-11-22 | 2007-05-24 | Robert Chatwani | Editable electronic catalogs |
US8977603B2 (en) * | 2005-11-22 | 2015-03-10 | Ebay Inc. | System and method for managing shared collections |
US7590634B2 (en) * | 2005-12-09 | 2009-09-15 | Microsoft Corporation | Detection of inaccessible resources |
US7565366B2 (en) * | 2005-12-14 | 2009-07-21 | Microsoft Corporation | Variable rate sampling for sequence analysis |
US20070168855A1 (en) * | 2006-01-17 | 2007-07-19 | Sushma Bharat Patel | Screen splitting for Web browsers |
EP1840765A1 (en) * | 2006-03-02 | 2007-10-03 | Indigen Solutions SARL | Process for extracting data from a web site |
US20070233835A1 (en) * | 2006-03-31 | 2007-10-04 | Nandakishore Kushalnagar | Methodology for scheduling data transfers from nodes using path information |
US7941525B1 (en) | 2006-04-01 | 2011-05-10 | ClickTale, Ltd. | Method and system for monitoring an activity of a user |
US20070300173A1 (en) * | 2006-06-26 | 2007-12-27 | Sun Microsystems, Inc. | Apparatus and method for coordinated views of clustered data |
US20080046218A1 (en) * | 2006-08-16 | 2008-02-21 | Microsoft Corporation | Visual summarization of activity data of a computing session |
CN101136106B (en) * | 2006-08-30 | 2010-07-07 | 国际商业机器公司 | Method and computer system for displaying weighting tree based on hyperbolic geometric |
US8788321B2 (en) * | 2006-09-05 | 2014-07-22 | Thomas Publishing Company | Marketing method and system using domain knowledge |
US7606752B2 (en) | 2006-09-07 | 2009-10-20 | Yodlee Inc. | Host exchange in bill paying services |
US10242117B2 (en) * | 2006-09-15 | 2019-03-26 | Ent. Services Development Corporation Lp | Asset data collection, presentation, and management |
US8054756B2 (en) * | 2006-09-18 | 2011-11-08 | Yahoo! Inc. | Path discovery and analytics for network data |
US7937403B2 (en) * | 2006-10-30 | 2011-05-03 | Yahoo! Inc. | Time-based analysis of related keyword searching |
EP1926028A1 (en) * | 2006-11-24 | 2008-05-28 | Nedstat B.V. | Computer program for website analytics |
US7861151B2 (en) | 2006-12-05 | 2010-12-28 | Microsoft Corporation | Web site structure analysis |
US8095644B2 (en) * | 2006-12-07 | 2012-01-10 | Capital One Financial Corporation | System and method for analyzing web paths |
US20080183858A1 (en) * | 2007-01-31 | 2008-07-31 | Error Christopher R | Retrieval Mechanism for Web Visit Simulator |
US8504348B2 (en) * | 2007-01-31 | 2013-08-06 | Adobe Systems Incorporated | User simulation for viewing web analytics data |
US20080189290A1 (en) * | 2007-02-06 | 2008-08-07 | Yahoo! Inc., A Delaware Corporation | Method and System for Representing an Exploration of Resources Over a Communication Network |
JP4296521B2 (en) * | 2007-02-13 | 2009-07-15 | ソニー株式会社 | Display control apparatus, display control method, and program |
US8930331B2 (en) | 2007-02-21 | 2015-01-06 | Palantir Technologies | Providing unique views of data based on changes or rules |
US7822755B2 (en) * | 2007-03-06 | 2010-10-26 | Yahoo! Inc. | Methods of processing and segmenting web usage information |
US8060601B1 (en) * | 2007-03-07 | 2011-11-15 | Comscore, Inc. | Detecting content and user response to content |
US20080244053A1 (en) * | 2007-03-30 | 2008-10-02 | Yahoo! Inc. | Geographic reader display data |
US8286086B2 (en) | 2007-03-30 | 2012-10-09 | Yahoo! Inc. | On-widget data control |
US8112501B2 (en) | 2007-03-30 | 2012-02-07 | Yahoo! Inc. | Centralized registration for distributed social content services |
US7711735B2 (en) * | 2007-05-15 | 2010-05-04 | Microsoft Corporation | User segment suggestion for online advertising |
US8312108B2 (en) | 2007-05-22 | 2012-11-13 | Yahoo! Inc. | Hot within my communities |
CA2636698A1 (en) * | 2007-06-27 | 2008-12-27 | Dick C. Hardt | Simplified persona selector and indication system |
US8171428B2 (en) * | 2007-08-22 | 2012-05-01 | International Business Machines Corporation | System and method for implementing data navigation interface |
US8949877B2 (en) * | 2007-08-31 | 2015-02-03 | At&T Intellectual Property I, L.P. | Method and system for determining subscriber demand for multimedia content |
US7958142B2 (en) * | 2007-09-20 | 2011-06-07 | Microsoft Corporation | User profile aggregation |
US8005786B2 (en) * | 2007-09-20 | 2011-08-23 | Microsoft Corporation | Role-based user tracking in service usage |
US20090094584A1 (en) * | 2007-10-04 | 2009-04-09 | International Business Machines Corporation | Non-intrusive asset monitoring framework for runtime configuration of deployable software assets |
US7747604B2 (en) * | 2007-10-05 | 2010-06-29 | Microsoft Corporation | Dynamic sitemap creation |
US7949946B2 (en) * | 2007-10-17 | 2011-05-24 | Microsoft Corporation | Layout and line routing composition |
WO2009065149A2 (en) | 2007-11-18 | 2009-05-22 | Seoeng Llc | Navigable website analysis engine |
US8103966B2 (en) | 2008-02-05 | 2012-01-24 | International Business Machines Corporation | System and method for visualization of time-based events |
KR101111679B1 (en) * | 2008-04-11 | 2012-02-14 | 권혁성 | The system and method for searching |
US8051370B2 (en) * | 2008-04-23 | 2011-11-01 | Microsoft Corporation | Intelligent autocompletion |
EP2272009A4 (en) * | 2008-04-24 | 2011-11-16 | Movideo Pty Ltd | System and method for tracking usage |
US8261334B2 (en) | 2008-04-25 | 2012-09-04 | Yodlee Inc. | System for performing web authentication of a user by proxy |
US20090300495A1 (en) * | 2008-06-02 | 2009-12-03 | Novell, Inc. | System and method for an adaptive wizard utility for graphical user interfaces |
US8904306B1 (en) * | 2008-06-12 | 2014-12-02 | Sprint Communications Company L.P. | Variable speed scrolling |
US20090327466A1 (en) * | 2008-06-27 | 2009-12-31 | Microsoft Corporation | Internal uniform resource locator formulation and testing |
US8090679B2 (en) * | 2008-06-30 | 2012-01-03 | Microsoft Corporation | Method for measuring web site performance |
US9383911B2 (en) | 2008-09-15 | 2016-07-05 | Palantir Technologies, Inc. | Modal-less interface enhancements |
KR101054511B1 (en) | 2008-09-18 | 2011-08-05 | 변강섭 | Knowledge management system |
US8347230B2 (en) * | 2008-09-30 | 2013-01-01 | Apple Inc. | Visual presentation of multiple internet pages |
US8984165B2 (en) * | 2008-10-08 | 2015-03-17 | Red Hat, Inc. | Data transformation |
US7669136B1 (en) * | 2008-11-17 | 2010-02-23 | International Business Machines Corporation | Intelligent analysis based self-scheduling browser reminder |
US20100153372A1 (en) * | 2008-12-17 | 2010-06-17 | Sea Woo Kim | 3d visualization system for web survey |
DE102008063944A1 (en) * | 2008-12-19 | 2010-06-24 | Abb Ag | System and method for visualizing an address space for organizing automation-related data |
EP2374291B1 (en) * | 2008-12-24 | 2014-01-15 | BlackBerry Limited | A system, network and method for multi-platform publishing and synchronized content |
US8271876B2 (en) * | 2009-01-26 | 2012-09-18 | International Business Machines Corporation | Trigger, generate, and display hover helps for multiple user interface elements |
US8555359B2 (en) | 2009-02-26 | 2013-10-08 | Yodlee, Inc. | System and methods for automatically accessing a web site on behalf of a client |
US20100257403A1 (en) * | 2009-04-03 | 2010-10-07 | Microsoft Corporation | Restoration of a system from a set of full and partial delta system snapshots across a distributed system |
US8261126B2 (en) | 2009-04-03 | 2012-09-04 | Microsoft Corporation | Bare metal machine recovery from the cloud |
US8862574B2 (en) * | 2009-04-30 | 2014-10-14 | Microsoft Corporation | Providing a search-result filters toolbar |
US8296327B2 (en) * | 2009-05-28 | 2012-10-23 | Microsoft Corporation | Short paths in web graphs with small query time |
US8694905B2 (en) * | 2009-06-10 | 2014-04-08 | International Business Machines Corporation | Model-driven display of metric annotations on a resource/relationship graph |
KR101219538B1 (en) * | 2009-07-29 | 2013-01-08 | 한국전자통신연구원 | Apparatus for detecting network attack based on visual data analysis and its method thereof |
US9104695B1 (en) | 2009-07-27 | 2015-08-11 | Palantir Technologies, Inc. | Geotagging structured data |
JP2011048538A (en) * | 2009-08-26 | 2011-03-10 | Access Co Ltd | Context arrangement method, context arrangement program, and information display device |
US8301512B2 (en) | 2009-10-23 | 2012-10-30 | Ebay Inc. | Product identification using multiple services |
US8601444B2 (en) | 2009-10-27 | 2013-12-03 | Microsoft Corporation | Analysis and timeline visualization of thread activity |
US8417705B2 (en) * | 2009-10-30 | 2013-04-09 | International Business Machines Corporation | Graphically displaying a file system |
US20110138340A1 (en) * | 2009-12-09 | 2011-06-09 | Microsoft Corporation | Rotating Hierarchy Cone User Interface |
US10324598B2 (en) | 2009-12-18 | 2019-06-18 | Graphika, Inc. | System and method for a search engine content filter |
US11409825B2 (en) | 2009-12-18 | 2022-08-09 | Graphika Technologies, Inc. | Methods and systems for identifying markers of coordinated activity in social media movements |
AU2010330720B2 (en) * | 2009-12-18 | 2014-08-28 | Graphika Technologies, Inc. | System and method for attentive clustering and related analytics and visualizations |
US9247012B2 (en) | 2009-12-23 | 2016-01-26 | International Business Machines Corporation | Applying relative weighting schemas to online usage data |
US8577911B1 (en) * | 2010-03-23 | 2013-11-05 | Google Inc. | Presenting search term refinements |
US8402013B2 (en) * | 2010-06-25 | 2013-03-19 | Microsoft Corporation | Rich site maps |
EP2407897A1 (en) * | 2010-07-12 | 2012-01-18 | Accenture Global Services Limited | Device for determining internet activity |
WO2012031301A1 (en) | 2010-09-03 | 2012-03-08 | Jackson Robert Lewis Jr | Sparse dynamic selection trees |
US9049229B2 (en) | 2010-10-28 | 2015-06-02 | Verisign, Inc. | Evaluation of DNS pre-registration data to predict future DNS traffic |
JP5630863B2 (en) * | 2010-11-26 | 2014-11-26 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | Method, apparatus, and computer program for determining and visualizing total order relation of nodes included in structured document based on log information |
US9177321B2 (en) | 2010-12-21 | 2015-11-03 | Sitecore A/S | Method and a system for analysing traffic on a website by means of path analysis |
US20120278741A1 (en) * | 2011-03-01 | 2012-11-01 | Justin Garrity | Method and system for configuring web analysis and web testing |
JP2012221107A (en) * | 2011-04-06 | 2012-11-12 | Sony Corp | Information processing device, information processing method, program, server and information processing system |
US9092482B2 (en) | 2013-03-14 | 2015-07-28 | Palantir Technologies, Inc. | Fair scheduling for mixed-query loads |
US9547693B1 (en) | 2011-06-23 | 2017-01-17 | Palantir Technologies Inc. | Periodic database search manager for multiple data sources |
US8799240B2 (en) | 2011-06-23 | 2014-08-05 | Palantir Technologies, Inc. | System and method for investigating large amounts of data |
US10061860B2 (en) * | 2011-07-29 | 2018-08-28 | Oath Inc. | Method and system for personalizing web page layout |
US8732574B2 (en) | 2011-08-25 | 2014-05-20 | Palantir Technologies, Inc. | System and method for parameterizing documents for automatic workflow generation |
US8504542B2 (en) | 2011-09-02 | 2013-08-06 | Palantir Technologies, Inc. | Multi-row transactions |
US9223857B2 (en) * | 2011-10-24 | 2015-12-29 | Lexisnexis, A Division Of Reed Elsevier Inc. | Systems and methods for generating a two-dimensional graphical grid representation of the treatment of a document |
US20130204862A1 (en) * | 2012-02-03 | 2013-08-08 | Volunia Italia S.R.L. | Internet searching and social interaction techniques |
US9390450B1 (en) * | 2012-02-24 | 2016-07-12 | Symantec Corporation | Social file storage |
US20130254699A1 (en) * | 2012-03-21 | 2013-09-26 | Intertrust Technologies Corporation | Systems and methods for managing documents and other electronic content |
US9014717B1 (en) * | 2012-04-16 | 2015-04-21 | Foster J. Provost | Methods, systems, and media for determining location information from real-time bid requests |
US9258195B1 (en) * | 2012-08-08 | 2016-02-09 | Shoretel, Inc. | Logical topology visualization |
US8949795B2 (en) * | 2012-08-23 | 2015-02-03 | International Business Machines Corporation | Generating test cases for covering enterprise rules and predicates |
US9104767B2 (en) * | 2012-08-28 | 2015-08-11 | Adobe Systems Incorporated | Identifying web pages that are likely to guide browsing viewers to improve conversion rate |
US9798768B2 (en) | 2012-09-10 | 2017-10-24 | Palantir Technologies, Inc. | Search around visual queries |
US9552590B2 (en) | 2012-10-01 | 2017-01-24 | Dstillery, Inc. | Systems, methods, and media for mobile advertising conversion attribution |
US10055541B2 (en) * | 2012-10-12 | 2018-08-21 | Sap Se | Visualization and navigation of knowledge domains |
US9348677B2 (en) | 2012-10-22 | 2016-05-24 | Palantir Technologies Inc. | System and method for batch evaluation programs |
US9501507B1 (en) | 2012-12-27 | 2016-11-22 | Palantir Technologies Inc. | Geo-temporal indexing and searching |
US9489497B2 (en) * | 2012-12-28 | 2016-11-08 | Equifax, Inc. | Systems and methods for network risk reduction |
US9479471B2 (en) | 2012-12-28 | 2016-10-25 | Equifax Inc. | Networked transmission of reciprocal identity related data messages |
US9577889B1 (en) | 2013-01-29 | 2017-02-21 | Amazon Technologies, Inc. | Managing page-level usage data |
US9398071B1 (en) * | 2013-01-29 | 2016-07-19 | Amazon Technologies, Inc. | Managing page-level usage data |
US9438694B1 (en) | 2013-01-29 | 2016-09-06 | Amazon Technologies, Inc. | Managing page-level usage data |
US9123086B1 (en) | 2013-01-31 | 2015-09-01 | Palantir Technologies, Inc. | Automatically generating event objects from images |
US10728359B2 (en) * | 2013-03-01 | 2020-07-28 | Avaya Inc. | System and method for detecting and analyzing user migration in public social networks |
US10140664B2 (en) | 2013-03-14 | 2018-11-27 | Palantir Technologies Inc. | Resolving similar entities from a transaction database |
US10037314B2 (en) | 2013-03-14 | 2018-07-31 | Palantir Technologies, Inc. | Mobile reports |
US8909656B2 (en) | 2013-03-15 | 2014-12-09 | Palantir Technologies Inc. | Filter chains with associated multipath views for exploring large data sets |
US8937619B2 (en) | 2013-03-15 | 2015-01-20 | Palantir Technologies Inc. | Generating an object time series from data objects |
US9965937B2 (en) | 2013-03-15 | 2018-05-08 | Palantir Technologies Inc. | External malware data item clustering and analysis |
US8917274B2 (en) | 2013-03-15 | 2014-12-23 | Palantir Technologies Inc. | Event matrix based on integrated data |
US8788405B1 (en) | 2013-03-15 | 2014-07-22 | Palantir Technologies, Inc. | Generating data clusters with customizable analysis strategies |
US8903717B2 (en) | 2013-03-15 | 2014-12-02 | Palantir Technologies Inc. | Method and system for generating a parser and parsing complex data |
US8930897B2 (en) | 2013-03-15 | 2015-01-06 | Palantir Technologies Inc. | Data integration tool |
US8868486B2 (en) | 2013-03-15 | 2014-10-21 | Palantir Technologies Inc. | Time-sensitive cube |
US8924388B2 (en) | 2013-03-15 | 2014-12-30 | Palantir Technologies Inc. | Computer-implemented systems and methods for comparing and associating objects |
US10275778B1 (en) | 2013-03-15 | 2019-04-30 | Palantir Technologies Inc. | Systems and user interfaces for dynamic and interactive investigation based on automatic malfeasance clustering of related data in various data structures |
US8855999B1 (en) | 2013-03-15 | 2014-10-07 | Palantir Technologies Inc. | Method and system for generating a parser and parsing complex data |
US8799799B1 (en) | 2013-05-07 | 2014-08-05 | Palantir Technologies Inc. | Interactive geospatial map |
US9335897B2 (en) | 2013-08-08 | 2016-05-10 | Palantir Technologies Inc. | Long click display of a context menu |
US9223773B2 (en) | 2013-08-08 | 2015-12-29 | Palatir Technologies Inc. | Template system for custom document generation |
US10795943B1 (en) * | 2013-08-08 | 2020-10-06 | Teal Rainsky Rogers | Three-dimensional network mapping system and method |
US10372794B1 (en) * | 2013-08-08 | 2019-08-06 | Teal Rainsky Rogers | Three-dimensional network mapping system and method |
US8713467B1 (en) | 2013-08-09 | 2014-04-29 | Palantir Technologies, Inc. | Context-sensitive views |
US9785317B2 (en) | 2013-09-24 | 2017-10-10 | Palantir Technologies Inc. | Presentation and analysis of user interaction data |
US8689108B1 (en) * | 2013-09-24 | 2014-04-01 | Palantir Technologies, Inc. | Presentation and analysis of user interaction data |
US8938686B1 (en) | 2013-10-03 | 2015-01-20 | Palantir Technologies Inc. | Systems and methods for analyzing performance of an entity |
US8812960B1 (en) | 2013-10-07 | 2014-08-19 | Palantir Technologies Inc. | Cohort-based presentation of user interaction data |
US8924872B1 (en) | 2013-10-18 | 2014-12-30 | Palantir Technologies Inc. | Overview user interface of emergency call data of a law enforcement agency |
US9116975B2 (en) | 2013-10-18 | 2015-08-25 | Palantir Technologies Inc. | Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores |
US8832594B1 (en) | 2013-11-04 | 2014-09-09 | Palantir Technologies Inc. | Space-optimized display of multi-column tables with selective text truncation based on a combined text width |
US9021384B1 (en) | 2013-11-04 | 2015-04-28 | Palantir Technologies Inc. | Interactive vehicle information map |
US9686581B2 (en) | 2013-11-07 | 2017-06-20 | Cisco Technology, Inc. | Second-screen TV bridge |
US8868537B1 (en) | 2013-11-11 | 2014-10-21 | Palantir Technologies, Inc. | Simple web search |
US9105000B1 (en) | 2013-12-10 | 2015-08-11 | Palantir Technologies Inc. | Aggregating data from a plurality of data sources |
US10025834B2 (en) | 2013-12-16 | 2018-07-17 | Palantir Technologies Inc. | Methods and systems for analyzing entity performance |
US10579647B1 (en) | 2013-12-16 | 2020-03-03 | Palantir Technologies Inc. | Methods and systems for analyzing entity performance |
US9552615B2 (en) | 2013-12-20 | 2017-01-24 | Palantir Technologies Inc. | Automated database analysis to detect malfeasance |
US10356032B2 (en) | 2013-12-26 | 2019-07-16 | Palantir Technologies Inc. | System and method for detecting confidential information emails |
US9043696B1 (en) | 2014-01-03 | 2015-05-26 | Palantir Technologies Inc. | Systems and methods for visual definition of data associations |
US8832832B1 (en) | 2014-01-03 | 2014-09-09 | Palantir Technologies Inc. | IP reputation |
WO2015117267A1 (en) | 2014-02-07 | 2015-08-13 | Google Inc. | Systems and methods for automatically creating content modification scheme |
US9009827B1 (en) | 2014-02-20 | 2015-04-14 | Palantir Technologies Inc. | Security sharing system |
US9483162B2 (en) | 2014-02-20 | 2016-11-01 | Palantir Technologies Inc. | Relationship visualizations |
US9727376B1 (en) | 2014-03-04 | 2017-08-08 | Palantir Technologies, Inc. | Mobile tasks |
US8935201B1 (en) | 2014-03-18 | 2015-01-13 | Palantir Technologies Inc. | Determining and extracting changed data from a data source |
US9836580B2 (en) | 2014-03-21 | 2017-12-05 | Palantir Technologies Inc. | Provider portal |
US10222935B2 (en) | 2014-04-23 | 2019-03-05 | Cisco Technology Inc. | Treemap-type user interface |
US9857958B2 (en) | 2014-04-28 | 2018-01-02 | Palantir Technologies Inc. | Systems and user interfaces for dynamic and interactive access of, investigation of, and analysis of data objects stored in one or more databases |
US9009171B1 (en) | 2014-05-02 | 2015-04-14 | Palantir Technologies Inc. | Systems and methods for active column filtering |
US10261659B2 (en) * | 2014-06-25 | 2019-04-16 | Oracle International Corporation | Orbit visualization for displaying hierarchical data |
US9129219B1 (en) | 2014-06-30 | 2015-09-08 | Palantir Technologies, Inc. | Crime risk forecasting |
US9535974B1 (en) | 2014-06-30 | 2017-01-03 | Palantir Technologies Inc. | Systems and methods for identifying key phrase clusters within documents |
US9619557B2 (en) | 2014-06-30 | 2017-04-11 | Palantir Technologies, Inc. | Systems and methods for key phrase characterization of documents |
US9202249B1 (en) | 2014-07-03 | 2015-12-01 | Palantir Technologies Inc. | Data item clustering and analysis |
US10572496B1 (en) | 2014-07-03 | 2020-02-25 | Palantir Technologies Inc. | Distributed workflow system and database with access controls for city resiliency |
US9021260B1 (en) | 2014-07-03 | 2015-04-28 | Palantir Technologies Inc. | Malware data item analysis |
US9785773B2 (en) | 2014-07-03 | 2017-10-10 | Palantir Technologies Inc. | Malware data item analysis |
US9256664B2 (en) | 2014-07-03 | 2016-02-09 | Palantir Technologies Inc. | System and method for news events detection and visualization |
US20160026923A1 (en) | 2014-07-22 | 2016-01-28 | Palantir Technologies Inc. | System and method for determining a propensity of entity to take a specified action |
US10965763B2 (en) | 2014-07-31 | 2021-03-30 | Wells Fargo Bank, N.A. | Web analytics tags |
US9454281B2 (en) | 2014-09-03 | 2016-09-27 | Palantir Technologies Inc. | System for providing dynamic linked panels in user interface |
US9390086B2 (en) | 2014-09-11 | 2016-07-12 | Palantir Technologies Inc. | Classification system with methodology for efficient verification |
US9251013B1 (en) | 2014-09-30 | 2016-02-02 | Bertram Capital Management, Llc | Social log file collaboration and annotation |
US9767172B2 (en) | 2014-10-03 | 2017-09-19 | Palantir Technologies Inc. | Data aggregation and analysis system |
US9501851B2 (en) | 2014-10-03 | 2016-11-22 | Palantir Technologies Inc. | Time-series analysis system |
US9785328B2 (en) | 2014-10-06 | 2017-10-10 | Palantir Technologies Inc. | Presentation of multivariate data on a graphical user interface of a computing system |
US20160103913A1 (en) * | 2014-10-10 | 2016-04-14 | OnPage.org GmbH | Method and system for calculating a degree of linkage for webpages |
US9984133B2 (en) | 2014-10-16 | 2018-05-29 | Palantir Technologies Inc. | Schematic and database linking system |
US9229952B1 (en) | 2014-11-05 | 2016-01-05 | Palantir Technologies, Inc. | History preserving data pipeline system and method |
US9043894B1 (en) | 2014-11-06 | 2015-05-26 | Palantir Technologies Inc. | Malicious software detection in a computing system |
US20160164757A1 (en) * | 2014-12-09 | 2016-06-09 | Microsoft Technology Licensing, Llc | Browser provided website statistics |
US9483546B2 (en) | 2014-12-15 | 2016-11-01 | Palantir Technologies Inc. | System and method for associating related records to common entities across multiple lists |
US10362133B1 (en) | 2014-12-22 | 2019-07-23 | Palantir Technologies Inc. | Communication data processing architecture |
US10552994B2 (en) | 2014-12-22 | 2020-02-04 | Palantir Technologies Inc. | Systems and interactive user interfaces for dynamic retrieval, analysis, and triage of data items |
US9348920B1 (en) | 2014-12-22 | 2016-05-24 | Palantir Technologies Inc. | Concept indexing among database of documents using machine learning techniques |
US9367872B1 (en) | 2014-12-22 | 2016-06-14 | Palantir Technologies Inc. | Systems and user interfaces for dynamic and interactive investigation of bad actor behavior based on automatic clustering of related data in various data structures |
US10452651B1 (en) | 2014-12-23 | 2019-10-22 | Palantir Technologies Inc. | Searching charts |
US9870205B1 (en) | 2014-12-29 | 2018-01-16 | Palantir Technologies Inc. | Storing logical units of program code generated using a dynamic programming notebook user interface |
US9817563B1 (en) | 2014-12-29 | 2017-11-14 | Palantir Technologies Inc. | System and method of generating data points from one or more data stores of data items for chart creation and manipulation |
US10372879B2 (en) | 2014-12-31 | 2019-08-06 | Palantir Technologies Inc. | Medical claims lead summary report generation |
US11302426B1 (en) | 2015-01-02 | 2022-04-12 | Palantir Technologies Inc. | Unified data interface and system |
US10387834B2 (en) * | 2015-01-21 | 2019-08-20 | Palantir Technologies Inc. | Systems and methods for accessing and storing snapshots of a remote application in a document |
US20160216863A1 (en) * | 2015-01-27 | 2016-07-28 | Sony Corporation | Corkscrew user interface linking content and curators |
JP6586964B2 (en) * | 2015-01-30 | 2019-10-09 | ソニー株式会社 | Control device, control method, and computer program |
US9483474B2 (en) * | 2015-02-05 | 2016-11-01 | Microsoft Technology Licensing, Llc | Document retrieval/identification using topics |
US9727560B2 (en) | 2015-02-25 | 2017-08-08 | Palantir Technologies Inc. | Systems and methods for organizing and identifying documents via hierarchies and dimensions of tags |
EP3070622A1 (en) | 2015-03-16 | 2016-09-21 | Palantir Technologies, Inc. | Interactive user interfaces for location-based data analysis |
US9886467B2 (en) | 2015-03-19 | 2018-02-06 | Plantir Technologies Inc. | System and method for comparing and visualizing data entities and data entity series |
US9348880B1 (en) | 2015-04-01 | 2016-05-24 | Palantir Technologies, Inc. | Federated search of multiple sources with conflict resolution |
US10103953B1 (en) | 2015-05-12 | 2018-10-16 | Palantir Technologies Inc. | Methods and systems for analyzing entity performance |
US10452242B2 (en) * | 2015-06-07 | 2019-10-22 | Cisco Technology, Inc. | System and method of providing a computer networking tool and interfaces |
US10628834B1 (en) | 2015-06-16 | 2020-04-21 | Palantir Technologies Inc. | Fraud lead detection system for efficiently processing database-stored data and automatically generating natural language explanatory information of system results for display in interactive user interfaces |
US9584853B2 (en) * | 2015-06-16 | 2017-02-28 | Cisco Technology, Inc. | Visual representation of navigation flows within a user interface |
US9418337B1 (en) | 2015-07-21 | 2016-08-16 | Palantir Technologies Inc. | Systems and models for data analytics |
US9392008B1 (en) | 2015-07-23 | 2016-07-12 | Palantir Technologies Inc. | Systems and methods for identifying information related to payment card breaches |
US9454785B1 (en) | 2015-07-30 | 2016-09-27 | Palantir Technologies Inc. | Systems and user interfaces for holistic, data-driven investigation of bad actor behavior based on clustering and scoring of related data |
US9996595B2 (en) | 2015-08-03 | 2018-06-12 | Palantir Technologies, Inc. | Providing full data provenance visualization for versioned datasets |
US9456000B1 (en) | 2015-08-06 | 2016-09-27 | Palantir Technologies Inc. | Systems, methods, user interfaces, and computer-readable media for investigating potential malicious communications |
US9600146B2 (en) | 2015-08-17 | 2017-03-21 | Palantir Technologies Inc. | Interactive geospatial map |
US10489391B1 (en) | 2015-08-17 | 2019-11-26 | Palantir Technologies Inc. | Systems and methods for grouping and enriching data items accessed from one or more databases for presentation in a user interface |
US10102369B2 (en) | 2015-08-19 | 2018-10-16 | Palantir Technologies Inc. | Checkout system executable code monitoring, and user account compromise determination system |
US9671776B1 (en) | 2015-08-20 | 2017-06-06 | Palantir Technologies Inc. | Quantifying, tracking, and anticipating risk at a manufacturing facility, taking deviation type and staffing conditions into account |
US10853378B1 (en) | 2015-08-25 | 2020-12-01 | Palantir Technologies Inc. | Electronic note management via a connected entity graph |
US11150917B2 (en) | 2015-08-26 | 2021-10-19 | Palantir Technologies Inc. | System for data aggregation and analysis of data from a plurality of data sources |
US9485265B1 (en) | 2015-08-28 | 2016-11-01 | Palantir Technologies Inc. | Malicious activity detection system capable of efficiently processing data accessed from databases and generating alerts for display in interactive user interfaces |
US10706434B1 (en) | 2015-09-01 | 2020-07-07 | Palantir Technologies Inc. | Methods and systems for determining location information |
US9639580B1 (en) | 2015-09-04 | 2017-05-02 | Palantir Technologies, Inc. | Computer-implemented systems and methods for data management and visualization |
US9984428B2 (en) | 2015-09-04 | 2018-05-29 | Palantir Technologies Inc. | Systems and methods for structuring data from unstructured electronic data files |
US9576015B1 (en) | 2015-09-09 | 2017-02-21 | Palantir Technologies, Inc. | Domain-specific language for dataset transformations |
US10296617B1 (en) | 2015-10-05 | 2019-05-21 | Palantir Technologies Inc. | Searches of highly structured data |
US9424669B1 (en) | 2015-10-21 | 2016-08-23 | Palantir Technologies Inc. | Generating graphical representations of event participation flow |
GB2562910B (en) * | 2015-11-04 | 2021-04-28 | Observepoint Inc | Automatic execution of objects in a user interface |
US10223429B2 (en) | 2015-12-01 | 2019-03-05 | Palantir Technologies Inc. | Entity data attribution using disparate data sets |
US10706056B1 (en) | 2015-12-02 | 2020-07-07 | Palantir Technologies Inc. | Audit log report generator |
US11284544B1 (en) * | 2015-12-03 | 2022-03-22 | Eta Vision Inc. | Systems and methods for sensing, recording, analyzing and reporting environmental conditions in data centers and similar facilities |
US10863330B1 (en) * | 2015-12-03 | 2020-12-08 | Eta Vision Inc. | Systems and methods for sensing, recording, analyzing and reporting environmental conditions in data centers and similar facilities |
US9760556B1 (en) | 2015-12-11 | 2017-09-12 | Palantir Technologies Inc. | Systems and methods for annotating and linking electronic documents |
US9514414B1 (en) | 2015-12-11 | 2016-12-06 | Palantir Technologies Inc. | Systems and methods for identifying and categorizing electronic documents through machine learning |
US10114884B1 (en) | 2015-12-16 | 2018-10-30 | Palantir Technologies Inc. | Systems and methods for attribute analysis of one or more databases |
US9542446B1 (en) | 2015-12-17 | 2017-01-10 | Palantir Technologies, Inc. | Automatic generation of composite datasets based on hierarchical fields |
US10373099B1 (en) | 2015-12-18 | 2019-08-06 | Palantir Technologies Inc. | Misalignment detection system for efficiently processing database-stored data and automatically generating misalignment information for display in interactive user interfaces |
US10871878B1 (en) | 2015-12-29 | 2020-12-22 | Palantir Technologies Inc. | System log analysis and object user interaction correlation system |
US10089289B2 (en) | 2015-12-29 | 2018-10-02 | Palantir Technologies Inc. | Real-time document annotation |
US9823818B1 (en) | 2015-12-29 | 2017-11-21 | Palantir Technologies Inc. | Systems and interactive user interfaces for automatic generation of temporal representation of data objects |
US9792020B1 (en) | 2015-12-30 | 2017-10-17 | Palantir Technologies Inc. | Systems for collecting, aggregating, and storing data, generating interactive user interfaces for analyzing data, and generating alerts based upon collected data |
US9612723B1 (en) | 2015-12-30 | 2017-04-04 | Palantir Technologies Inc. | Composite graphical interface with shareable data-objects |
US10360133B2 (en) | 2016-02-04 | 2019-07-23 | Observepoint Inc. | Analyzing analytic element network traffic |
GB2561802A (en) | 2016-02-09 | 2018-10-24 | Observepoint Inc | Managing network communication protocols |
US10698938B2 (en) | 2016-03-18 | 2020-06-30 | Palantir Technologies Inc. | Systems and methods for organizing and identifying documents via hierarchies and dimensions of tags |
US9652139B1 (en) | 2016-04-06 | 2017-05-16 | Palantir Technologies Inc. | Graphical representation of an output |
US20170293593A1 (en) * | 2016-04-12 | 2017-10-12 | International Business Machines Corporation | Managing node pagination for a graph data set |
US10068199B1 (en) | 2016-05-13 | 2018-09-04 | Palantir Technologies Inc. | System to catalogue tracking data |
US10007674B2 (en) | 2016-06-13 | 2018-06-26 | Palantir Technologies Inc. | Data revision control in large-scale data analytic systems |
US10545975B1 (en) | 2016-06-22 | 2020-01-28 | Palantir Technologies Inc. | Visual analysis of data using sequenced dataset reduction |
US10909130B1 (en) | 2016-07-01 | 2021-02-02 | Palantir Technologies Inc. | Graphical user interface for a database system |
US10552303B2 (en) * | 2016-07-18 | 2020-02-04 | International Business Machines Corporation | Segmented accessibility testing in web-based applications |
US10719188B2 (en) | 2016-07-21 | 2020-07-21 | Palantir Technologies Inc. | Cached database and synchronization system for providing dynamic linked panels in user interface |
US10324609B2 (en) | 2016-07-21 | 2019-06-18 | Palantir Technologies Inc. | System for providing dynamic linked panels in user interface |
US10437840B1 (en) | 2016-08-19 | 2019-10-08 | Palantir Technologies Inc. | Focused probabilistic entity resolution from multiple data sources |
US10552002B1 (en) | 2016-09-27 | 2020-02-04 | Palantir Technologies Inc. | User interface based variable machine modeling |
US10726507B1 (en) | 2016-11-11 | 2020-07-28 | Palantir Technologies Inc. | Graphical representation of a complex task |
US9842338B1 (en) | 2016-11-21 | 2017-12-12 | Palantir Technologies Inc. | System to identify vulnerable card readers |
US10318630B1 (en) | 2016-11-21 | 2019-06-11 | Palantir Technologies Inc. | Analysis of large bodies of textual data |
US10372520B2 (en) | 2016-11-22 | 2019-08-06 | Cisco Technology, Inc. | Graphical user interface for visualizing a plurality of issues with an infrastructure |
US11250425B1 (en) | 2016-11-30 | 2022-02-15 | Palantir Technologies Inc. | Generating a statistic using electronic transaction data |
US10739943B2 (en) | 2016-12-13 | 2020-08-11 | Cisco Technology, Inc. | Ordered list user interface |
GB201621434D0 (en) | 2016-12-16 | 2017-02-01 | Palantir Technologies Inc | Processing sensor logs |
US9886525B1 (en) | 2016-12-16 | 2018-02-06 | Palantir Technologies Inc. | Data item aggregate probability analysis system |
US10249033B1 (en) | 2016-12-20 | 2019-04-02 | Palantir Technologies Inc. | User interface for managing defects |
US10728262B1 (en) | 2016-12-21 | 2020-07-28 | Palantir Technologies Inc. | Context-aware network-based malicious activity warning systems |
US10360238B1 (en) | 2016-12-22 | 2019-07-23 | Palantir Technologies Inc. | Database systems and user interfaces for interactive data association, analysis, and presentation |
US11373752B2 (en) | 2016-12-22 | 2022-06-28 | Palantir Technologies Inc. | Detection of misuse of a benefit system |
US10460602B1 (en) | 2016-12-28 | 2019-10-29 | Palantir Technologies Inc. | Interactive vehicle information mapping system |
US10721262B2 (en) | 2016-12-28 | 2020-07-21 | Palantir Technologies Inc. | Resource-centric network cyber attack warning system |
US10762471B1 (en) | 2017-01-09 | 2020-09-01 | Palantir Technologies Inc. | Automating management of integrated workflows based on disparate subsidiary data sources |
US10133621B1 (en) | 2017-01-18 | 2018-11-20 | Palantir Technologies Inc. | Data analysis system to facilitate investigative process |
US10509844B1 (en) | 2017-01-19 | 2019-12-17 | Palantir Technologies Inc. | Network graph parser |
US10911386B1 (en) * | 2017-02-01 | 2021-02-02 | Relativity Oda Llc | Thread visualization tool for electronic communication documents |
US10515109B2 (en) | 2017-02-15 | 2019-12-24 | Palantir Technologies Inc. | Real-time auditing of industrial equipment condition |
US10581954B2 (en) | 2017-03-29 | 2020-03-03 | Palantir Technologies Inc. | Metric collection and aggregation for distributed software services |
US10866936B1 (en) | 2017-03-29 | 2020-12-15 | Palantir Technologies Inc. | Model object management and storage system |
US10133783B2 (en) | 2017-04-11 | 2018-11-20 | Palantir Technologies Inc. | Systems and methods for constraint driven database searching |
US10563990B1 (en) | 2017-05-09 | 2020-02-18 | Palantir Technologies Inc. | Event-based route planning |
US10606872B1 (en) | 2017-05-22 | 2020-03-31 | Palantir Technologies Inc. | Graphical user interface for a database system |
US10795749B1 (en) | 2017-05-31 | 2020-10-06 | Palantir Technologies Inc. | Systems and methods for providing fault analysis user interface |
US10956406B2 (en) | 2017-06-12 | 2021-03-23 | Palantir Technologies Inc. | Propagated deletion of database records and derived data |
US11216762B1 (en) | 2017-07-13 | 2022-01-04 | Palantir Technologies Inc. | Automated risk visualization using customer-centric data analysis |
US10403011B1 (en) | 2017-07-18 | 2019-09-03 | Palantir Technologies Inc. | Passing system with an interactive user interface |
US10430444B1 (en) | 2017-07-24 | 2019-10-01 | Palantir Technologies Inc. | Interactive geospatial map and geospatial visualization systems |
US10867006B2 (en) | 2017-08-22 | 2020-12-15 | Observepoint, Inc. | Tag plan generation |
US10754915B2 (en) * | 2017-08-22 | 2020-08-25 | Observepoint Inc. | Tag plan generation |
US11281726B2 (en) | 2017-12-01 | 2022-03-22 | Palantir Technologies Inc. | System and methods for faster processor comparisons of visual graph features |
US10769171B1 (en) | 2017-12-07 | 2020-09-08 | Palantir Technologies Inc. | Relationship analysis and mapping for interrelated multi-layered datasets |
US10877984B1 (en) | 2017-12-07 | 2020-12-29 | Palantir Technologies Inc. | Systems and methods for filtering and visualizing large scale datasets |
US11314721B1 (en) | 2017-12-07 | 2022-04-26 | Palantir Technologies Inc. | User-interactive defect analysis for root cause |
US10783162B1 (en) | 2017-12-07 | 2020-09-22 | Palantir Technologies Inc. | Workflow assistant |
US11263382B1 (en) | 2017-12-22 | 2022-03-01 | Palantir Technologies Inc. | Data normalization and irregularity detection system |
US11599369B1 (en) | 2018-03-08 | 2023-03-07 | Palantir Technologies Inc. | Graphical user interface configuration system |
US10862867B2 (en) | 2018-04-01 | 2020-12-08 | Cisco Technology, Inc. | Intelligent graphical user interface |
US10877654B1 (en) | 2018-04-03 | 2020-12-29 | Palantir Technologies Inc. | Graphical user interfaces for optimizations |
US10754822B1 (en) | 2018-04-18 | 2020-08-25 | Palantir Technologies Inc. | Systems and methods for ontology migration |
US10754946B1 (en) | 2018-05-08 | 2020-08-25 | Palantir Technologies Inc. | Systems and methods for implementing a machine learning approach to modeling entity behavior |
US11119630B1 (en) | 2018-06-19 | 2021-09-14 | Palantir Technologies Inc. | Artificial intelligence assisted evaluations and user interface for same |
US11126638B1 (en) | 2018-09-13 | 2021-09-21 | Palantir Technologies Inc. | Data visualization and parsing system |
US11294928B1 (en) | 2018-10-12 | 2022-04-05 | Palantir Technologies Inc. | System architecture for relating and linking data objects |
US11297091B2 (en) * | 2019-09-24 | 2022-04-05 | Bank Of America Corporation | HTTP log integration to web application testing |
CN111488088B (en) * | 2020-04-07 | 2022-05-06 | Oppo广东移动通信有限公司 | Equipment state identification method and device and intelligent terminal |
US20220019340A1 (en) * | 2020-07-15 | 2022-01-20 | yuchen du | Social knowledge graph for collective learning |
US11640479B1 (en) * | 2021-03-03 | 2023-05-02 | NortonLifeLock Inc. | Mitigating website privacy issues by automatically identifying cookie sharing risks in a cookie ecosystem |
US11347579B1 (en) * | 2021-04-29 | 2022-05-31 | Bank Of America Corporation | Instinctive slither application assessment engine |
US11849002B1 (en) | 2021-08-17 | 2023-12-19 | Gen Digital Inc. | Assigning privacy ratings to tracking domains in order to increase user awareness of online privacy violations |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5295261A (en) * | 1990-07-27 | 1994-03-15 | Pacific Bell Corporation | Hybrid database structure linking navigational fields having a hierarchial database structure to informational fields having a relational database structure |
US5388255A (en) * | 1991-12-19 | 1995-02-07 | Wang Laboratories, Inc. | System for updating local views from a global database using time stamps to determine when a change has occurred |
US5515488A (en) * | 1994-08-30 | 1996-05-07 | Xerox Corporation | Method and apparatus for concurrent graphical visualization of a database search and its search history |
US5524202A (en) * | 1991-03-01 | 1996-06-04 | Fuji Xerox Co., Ltd. | Method for forming graphic database and system utilizing the method |
US5544310A (en) * | 1994-10-04 | 1996-08-06 | International Business Machines Corporation | System and method for testing distributed systems |
US5546529A (en) * | 1994-07-28 | 1996-08-13 | Xerox Corporation | Method and apparatus for visualization of database search results |
US5590250A (en) * | 1994-09-14 | 1996-12-31 | Xerox Corporation | Layout of node-link structures in space with negative curvature |
Family Cites Families (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5295243A (en) * | 1989-12-29 | 1994-03-15 | Xerox Corporation | Display of hierarchical three-dimensional structures with rotating substructures |
US5270919A (en) * | 1990-06-04 | 1993-12-14 | At&T Bell Laboratories | Network planning tool |
US5500934A (en) * | 1991-09-04 | 1996-03-19 | International Business Machines Corporation | Display and control system for configuring and monitoring a complex system |
US5333254A (en) * | 1991-10-02 | 1994-07-26 | Xerox Corporation | Methods of centering nodes in a hierarchical display |
EP0615362B1 (en) * | 1993-03-08 | 2002-10-09 | Hewlett-Packard Company, A Delaware Corporation | Network analysis method |
JPH0854998A (en) * | 1994-07-28 | 1996-02-27 | Xerox Corp | Computer-controlled display system |
US5619632A (en) | 1994-09-14 | 1997-04-08 | Xerox Corporation | Displaying node-link structure with region of greater spacings and peripheral branches |
US5615325A (en) * | 1994-09-29 | 1997-03-25 | Intel Corporation | Graphical viewer for heirarchical datasets |
US5708780A (en) * | 1995-06-07 | 1998-01-13 | Open Market, Inc. | Internet server access control and monitoring systems |
US5675510A (en) * | 1995-06-07 | 1997-10-07 | Pc Meter L.P. | Computer use meter and analyzer |
US5892917A (en) * | 1995-09-27 | 1999-04-06 | Microsoft Corporation | System for log record and log expansion with inserted log records representing object request for specified object corresponding to cached object copies |
JP2861908B2 (en) * | 1996-01-16 | 1999-02-24 | 日本電気株式会社 | Browsing device |
US5751965A (en) * | 1996-03-21 | 1998-05-12 | Cabletron System, Inc. | Network connection status monitor and display |
US5937163A (en) * | 1996-03-26 | 1999-08-10 | Industrial Technology Research Institute | Method and system at a host node for hierarchically organizing the links visited by a world wide web browser executing at the host node |
US6035330A (en) * | 1996-03-29 | 2000-03-07 | British Telecommunications | World wide web navigational mapping system and method |
US5923328A (en) * | 1996-08-07 | 1999-07-13 | Microsoft Corporation | Method and system for displaying a hierarchical sub-tree by selection of a user interface element in a sub-tree bar control |
US5910803A (en) * | 1996-08-14 | 1999-06-08 | Novell, Inc. | Network atlas mapping tool |
US6189019B1 (en) * | 1996-08-14 | 2001-02-13 | Microsoft Corporation | Computer system and computer-implemented process for presenting document connectivity |
US5870559A (en) * | 1996-10-15 | 1999-02-09 | Mercury Interactive | Software system and associated methods for facilitating the analysis and management of web sites |
US5935210A (en) * | 1996-11-27 | 1999-08-10 | Microsoft Corporation | Mapping the structure of a collection of computer resources |
US6069630A (en) * | 1997-08-22 | 2000-05-30 | International Business Machines Corporation | Data processing system and method for creating a link map |
-
1997
- 1997-04-11 US US08/840,103 patent/US5870559A/en not_active Expired - Fee Related
-
1998
- 1998-10-22 US US09/177,222 patent/US6470383B1/en not_active Expired - Fee Related
- 1998-10-26 US US09/178,707 patent/US6341310B1/en not_active Expired - Lifetime
-
2002
- 2002-03-15 US US10/100,688 patent/US20020147805A1/en not_active Abandoned
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5295261A (en) * | 1990-07-27 | 1994-03-15 | Pacific Bell Corporation | Hybrid database structure linking navigational fields having a hierarchial database structure to informational fields having a relational database structure |
US5524202A (en) * | 1991-03-01 | 1996-06-04 | Fuji Xerox Co., Ltd. | Method for forming graphic database and system utilizing the method |
US5388255A (en) * | 1991-12-19 | 1995-02-07 | Wang Laboratories, Inc. | System for updating local views from a global database using time stamps to determine when a change has occurred |
US5546529A (en) * | 1994-07-28 | 1996-08-13 | Xerox Corporation | Method and apparatus for visualization of database search results |
US5515488A (en) * | 1994-08-30 | 1996-05-07 | Xerox Corporation | Method and apparatus for concurrent graphical visualization of a database search and its search history |
US5590250A (en) * | 1994-09-14 | 1996-12-31 | Xerox Corporation | Layout of node-link structures in space with negative curvature |
US5544310A (en) * | 1994-10-04 | 1996-08-06 | International Business Machines Corporation | System and method for testing distributed systems |
Non-Patent Citations (39)
Title |
---|
Article entitled Web site management betas show major advances, daetd Nov. 11, 1996 in PC Week. * |
Article titled Top Tools to Manage your Web Site, Netguide Magazine, Apr., 1997. * |
Discovering Web Access Patterns and Trends by Applying OLAP and Data Mining Technology on Web Logs, Zaiane, Xin and Han, Proceedings of the IEEE Forum on Research and Technology Advances in Digital Libraries (IEEE ADL 98), pp. 19 29 (1998). * |
Discovering Web Access Patterns and Trends by Applying OLAP and Data Mining Technology on Web Logs, Zaiane, Xin and Han, Proceedings of the IEEE Forum on Research and Technology Advances in Digital Libraries (IEEE ADL '98), pp. 19-29 (1998). |
Document titled "Incontext Announces Webanalyzer for Windows 95", dated Feb. 11, 1996. |
Document titled "XSoft Licenses Information Visualization Technology to NetCarta Corp.", dated Sep. 17, 1996, printed from NetCarta.com Website. |
Document titled Incontext Announces Webanalyzer for Windows 95 , dated Feb. 11, 1996. * |
Document titled XSoft Licenses Information Visualization Technology to NetCarta Corp. , dated Sep. 17, 1996, printed from NetCarta.com Website. * |
Getting Started Guide for InContext WebAnalyzer 1.0, dated 1996. * |
Getting Started Manual for Netcarta WebMapper 1.0 for Windows NT/95, dated 1996. * |
Original CD ROM (undated) for NetCarta WebMapper 1.0 product, dated, Sep. 6, 1995. * |
Original CD ROM dated 1996 for InContext WebAnalyzer 1.0 product. * |
Original CD-ROM (undated) for NetCarta WebMapper 1.0 product, dated, Sep. 6, 1995. |
Original CD-ROM dated 1996 for InContext WebAnalyzer 1.0 product. |
Press release titled "Ararat Software Announces Availability of Inwebstigator 1.0", dated Sep. 23, 1996, printed from Ararat.com Website. |
Press release titled "Mercury Interactive Announces Industry's First Testing Technology for the Web", dated Jan. 1, 1996. |
Press release titled "Mercury Interactive Makes Stress Testing a Web Site Simple and Affordable; Astra SiteTest Generates over 4 Million Hits Using a Single Windows 95 or NT Work Station", dated Dec. 9, 1996. |
Press release titled "Out-of-Control Web Sites Made More Effective, Profitable with New Web Management Tool; Mercury Interactive's Astra Instantly Pinpoints Problems and Displays User-Behavior Patterns for Higher Qulity Web Sites", dated Oct. 9, 1996. |
Press release titled "Tool For Webmasters Provides Open API For Java, C++ and Visual Basic Developers; Mercury Interactive Announces Astra--Industry's First, Comprehensive, Graphical Web Management Tool", dated Oct. 9, 1996. |
Press release titled "Webmasters Eager for Site Management Solutions Rally Around New Web Management Tool; Mercury Interactive Ships Astra SiteManager, Developers Begin Leveraging Open API", dated Dec. 9, 1996. |
Press release titled Ararat Software Announces Availability of Inwebstigator 1.0 , dated Sep. 23, 1996, printed from Ararat.com Website. * |
Press release titled Mercury Interactive Announces Industry s First Testing Technology for the Web , dated Jan. 1, 1996. * |
Press release titled Mercury Interactive Makes Stress Testing a Web Site Simple and Affordable; Astra SiteTest Generates over 4 Million Hits Using a Single Windows 95 or NT Work Station , dated Dec. 9, 1996. * |
Press release titled Out of Control Web Sites Made More Effective, Profitable with New Web Management Tool; Mercury Interactive s Astra Instantly Pinpoints Problems and Displays User Behavior Patterns for Higher Qulity Web Sites , dated Oct. 9, 1996. * |
Press release titled Tool For Webmasters Provides Open API For Java, C and Visual Basic Developers; Mercury Interactive Announces Astra Industry s First, Comprehensive, Graphical Web Management Tool , dated Oct. 9, 1996. * |
Press release titled Webmasters Eager for Site Management Solutions Rally Around New Web Management Tool; Mercury Interactive Ships Astra SiteManager, Developers Begin Leveraging Open API , dated Dec. 9, 1996. * |
Print out of online help manual for InContext WebAnalyzer 1.0 product (taken from CD ROM dated 1996). * |
Print-out of online help manual for InContext WebAnalyzer 1.0 product (taken from CD-ROM dated 1996). |
Product brochure for Astra SiteManager, dated 1997. * |
Product brochure for CyberPilot Pro Product of NetCarta (undated). * |
Product Brochure For Graph Layout Toolkit from Tom Sawyer Software. 8 pages (undated). * |
Product brochure for net.Analysis product of net.Genisis (undated). * |
Product packaging (front and back) for InContext WebAnalyzer 1.0, dated 1996. * |
Product packaging (front and back) for NetCarta WebMapper 1.0, dated 1996. * |
Selected documents from Microsoft.com Web site describing Microsoft FrontPage 1.1, downloaded and printed on Oct. 8, 1996 (5 printed pgs.). * |
Tree Visualization with Tree Maps: 2 d Space Filling Approach, Shneiderman, Ben, ACM Transactions on Graphics vol. 11, No. 1, Jan. 1992, pp. 92 99. * |
Tree Visualization with Tree-Maps: 2-d Space-Filling Approach, Shneiderman, Ben, ACM Transactions on Graphics vol. 11, No. 1, Jan. 1992, pp. 92-99. |
User s Guide for NetCarta WebMapper 1.0 for Windows NT/95, dated 1996. * |
User's Guide for NetCarta WebMapper 1.0 for Windows NT/95, dated 1996. |
Cited By (1080)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040205594A1 (en) * | 1996-07-29 | 2004-10-14 | Samir Arora | Hierarchical drag and drop structure editor for web sites |
US7246307B2 (en) * | 1996-07-29 | 2007-07-17 | Adobe System Incorporated | Hierarchical drag and drop structure editor for web sites |
US6088032A (en) * | 1996-10-04 | 2000-07-11 | Xerox Corporation | Computer controlled display system for displaying a three-dimensional document workspace having a means for prefetching linked documents |
US6237006B1 (en) | 1996-10-15 | 2001-05-22 | Mercury Interactive Corporation | Methods for graphically representing web sites and hierarchical node structures |
US6144962A (en) * | 1996-10-15 | 2000-11-07 | Mercury Interactive Corporation | Visualization of web sites and hierarchical data structures |
US6037944A (en) * | 1996-11-07 | 2000-03-14 | Natrificial Llc | Method and apparatus for displaying a thought network from a thought's perspective |
US6098092A (en) * | 1996-11-08 | 2000-08-01 | Silicon Graphics, Inc. | Server to dynamically generate graphics for the world wide web |
US5968125A (en) * | 1997-01-21 | 1999-10-19 | Net. Roi | Process for optimizing the effectiveness of a hypertext element |
US6847387B2 (en) | 1997-01-21 | 2005-01-25 | International Business Machines Corporation | Menu management mechanism that displays menu items based on multiple heuristic factors |
US6266060B1 (en) * | 1997-01-21 | 2001-07-24 | International Business Machines Corporation | Menu management mechanism that displays menu items based on multiple heuristic factors |
US5956720A (en) * | 1997-02-06 | 1999-09-21 | At & T Corp | Method and apparatus for web site management |
US6415319B1 (en) * | 1997-02-07 | 2002-07-02 | Sun Microsystems, Inc. | Intelligent network browser using incremental conceptual indexer |
US6252597B1 (en) * | 1997-02-14 | 2001-06-26 | Netscape Communications Corporation | Scalable user interface for graphically representing hierarchical data |
US6400371B1 (en) * | 1997-05-16 | 2002-06-04 | Liberate Technologies | Television signal chrominance adjustment |
US6134553A (en) * | 1997-05-20 | 2000-10-17 | At&T Corporation | Method for using region-sets to focus searches in hierarchical structures |
US5961598A (en) * | 1997-06-06 | 1999-10-05 | Electronic Data Systems Corporation | System and method for internet gateway performance charting |
US6883020B1 (en) * | 1997-06-26 | 2005-04-19 | Hewlett-Packard Development Company, L.P. | Apparatus and method for filtering downloaded network sites |
US6446116B1 (en) * | 1997-06-30 | 2002-09-03 | Sun Microsystems, Inc. | Method and apparatus for dynamic loading of a transport mechanism in a multipoint data delivery system |
US6219803B1 (en) * | 1997-07-01 | 2001-04-17 | Progress Software Corporation | Testing and debugging tool for network applications |
US5966532A (en) * | 1997-07-10 | 1999-10-12 | National Instruments Corporation | Graphical code generation wizard for automatically creating graphical programs |
US6275833B1 (en) | 1997-07-15 | 2001-08-14 | International Business Machines Corporation | Method and system for generating materials for presentation on a non-frame capable web browser |
US6178433B1 (en) * | 1997-07-15 | 2001-01-23 | International Business Machines Corporation | Method and system for generating materials for presentation on a non-frame capable web browser |
US7103836B1 (en) | 1997-07-15 | 2006-09-05 | International Business Machines Corporation | Method and system for generating materials for presentation on a non-frame capable web browser |
US6069630A (en) * | 1997-08-22 | 2000-05-30 | International Business Machines Corporation | Data processing system and method for creating a link map |
US6044387A (en) * | 1997-09-10 | 2000-03-28 | Microsoft Corporation | Single command editing of multiple files |
US6182116B1 (en) * | 1997-09-12 | 2001-01-30 | Matsushita Electric Industrial Co., Ltd. | Virtual WWW server for enabling a single display screen of a browser to be utilized to concurrently display data of a plurality of files which are obtained from respective servers and to send commands to these servers |
US6308206B1 (en) * | 1997-09-17 | 2001-10-23 | Hewlett-Packard Company | Internet enabled computer system management |
US6151700A (en) * | 1997-10-20 | 2000-11-21 | International Business Machines Corporation | Object oriented distributed programming system for computer controlled networks with selective capture of program property data identifying a particular program version |
US6775819B1 (en) * | 1997-10-27 | 2004-08-10 | Kla-Tencor Corporation | Software system and method for graphically building customized recipe flowcharts |
US5974445A (en) * | 1997-10-28 | 1999-10-26 | International Business Machines Corporation | Web browser which checks availability of hot links |
US6148330A (en) * | 1997-11-17 | 2000-11-14 | Netscape Communications Corp. | System and method for automatically generating content for a network channel |
US7047248B1 (en) * | 1997-11-19 | 2006-05-16 | International Business Machines Corporation | Data processing system and method for archiving and accessing electronic messages |
US6044398A (en) * | 1997-11-21 | 2000-03-28 | International Business Machines Corporation | Virtual dynamic browsing system and method for automated web server and testing |
US6324553B1 (en) * | 1997-11-26 | 2001-11-27 | International Business Machines Corporation | Apparatus and method for the manual selective blocking of images |
US6356924B2 (en) | 1997-11-26 | 2002-03-12 | International Business Machines Corporation | Configurable disablement of display objects in a browser |
US6247020B1 (en) * | 1997-12-17 | 2001-06-12 | Borland Software Corporation | Development system with application browser user interface |
US6229535B1 (en) * | 1997-12-19 | 2001-05-08 | Matsushita Electric Industrial Co., Ltd. | File acceptance display apparatus, file acceptance display method, and storage medium that records program for executing file acceptance display method |
US6055572A (en) * | 1998-01-20 | 2000-04-25 | Netscape Communications Corporation | System and method for creating pathfiles for use to predict patterns of web surfaces |
US6321242B1 (en) * | 1998-02-06 | 2001-11-20 | Sun Microsystems, Inc. | Re-linking technology for a moving web site |
US6163778A (en) * | 1998-02-06 | 2000-12-19 | Sun Microsystems, Inc. | Probabilistic web link viability marker and web page ratings |
US7054935B2 (en) | 1998-02-10 | 2006-05-30 | Savvis Communications Corporation | Internet content delivery network |
US7945693B2 (en) | 1998-02-10 | 2011-05-17 | Level 3 Communications, Llc | Controlling subscriber information rates in a content delivery network |
US20020099850A1 (en) * | 1998-02-10 | 2002-07-25 | Digital Island, Inc. | Internet content delivery network |
US8291046B2 (en) | 1998-02-10 | 2012-10-16 | Level 3 Communications, Llc | Shared content delivery infrastructure with rendezvous based on load balancing and network conditions |
US8473613B2 (en) | 1998-02-10 | 2013-06-25 | Level 3 Communications, Llc | Transparent redirection of resource requests |
US8572210B2 (en) | 1998-02-10 | 2013-10-29 | Level 3 Communications, Llc | Shared content delivery infrastructure and method of generating a web page |
US8296396B2 (en) | 1998-02-10 | 2012-10-23 | Level 3 Communications, Llc | Delivering resources to clients in a distributed computing environment with rendezvous based on load balancing and network conditions |
US20050198334A1 (en) * | 1998-02-10 | 2005-09-08 | Farber David A. | Optimized network resource location |
US6654807B2 (en) | 1998-02-10 | 2003-11-25 | Cable & Wireless Internet Services, Inc. | Internet content delivery network |
US7949779B2 (en) | 1998-02-10 | 2011-05-24 | Level 3 Communications, Llc | Controlling subscriber information rates in a content delivery network |
US8468245B2 (en) | 1998-02-10 | 2013-06-18 | Level 3 Communications, Llc | Delivering resources to clients in a distributed computing environment |
US20070233884A1 (en) * | 1998-02-10 | 2007-10-04 | Level 3 Communications, Llc | Shared content delivery infrastructure |
US20070233846A1 (en) * | 1998-02-10 | 2007-10-04 | Level 3 Communications, Llc | Delivering resources to clients in a distributed computing environment |
US20070233705A1 (en) * | 1998-02-10 | 2007-10-04 | Level 3 Communications, Llc | Method of generating a web page |
US8281035B2 (en) | 1998-02-10 | 2012-10-02 | Level 3 Communications, Llc | Optimized network resource location |
US8478903B2 (en) | 1998-02-10 | 2013-07-02 | Level 3 Communications, Llc | Shared content delivery infrastructure |
US20110219120A1 (en) * | 1998-02-10 | 2011-09-08 | Level 3 Communications, Llc | Transparent Redirection Of Resource Requests |
US8572208B2 (en) | 1998-02-10 | 2013-10-29 | Level 3 Communications, Llc | Shared content delivery infrastructure |
US20080140800A1 (en) * | 1998-02-10 | 2008-06-12 | Level 3 Communications, Llc | Shared content delivery infrastructure & method of generating a web page |
US20070233706A1 (en) * | 1998-02-10 | 2007-10-04 | Level 3 Communications, Llc | Shared content delivery infrastructure with rendezvous based on load balancing and network conditions |
US20080104268A1 (en) * | 1998-02-10 | 2008-05-01 | Level 3 Communications, Llc | Controlling Subscriber information rates in a content delivery network |
US20080215735A1 (en) * | 1998-02-10 | 2008-09-04 | Level 3 Communications, Llc | Resource invalidation in a content delivery network |
US8683076B2 (en) | 1998-02-10 | 2014-03-25 | Level 3 Communications, Llc | Method of generating a web page |
US8060613B2 (en) | 1998-02-10 | 2011-11-15 | Level 3 Communications, Llc | Resource invalidation in a content delivery network |
US6108687A (en) * | 1998-03-02 | 2000-08-22 | Hewlett Packard Company | System and method for providing a synchronized display to a plurality of computers over a global computer network |
US6073135A (en) * | 1998-03-10 | 2000-06-06 | Alta Vista Company | Connectivity server for locating linkage information between Web pages |
US6509898B2 (en) * | 1998-04-17 | 2003-01-21 | Xerox Corporation | Usage based methods of traversing and displaying generalized graph structures |
EP0953923A2 (en) * | 1998-04-29 | 1999-11-03 | Ncr International Inc. | Method and apparatus for forming page map to present internet data meaningful to management and business operation |
EP0953923A3 (en) * | 1998-04-29 | 2003-10-08 | Ncr International Inc. | Method and apparatus for forming page map to present internet data meaningful to management and business operation |
US6449604B1 (en) | 1998-05-21 | 2002-09-10 | Lucent Technologies Inc. | Method for characterizing and visualizing patterns of usage of a web site by network users |
US6182097B1 (en) * | 1998-05-21 | 2001-01-30 | Lucent Technologies Inc. | Method for characterizing and visualizing patterns of usage of a web site by network users |
US7143193B1 (en) | 1998-05-29 | 2006-11-28 | Yahoo! Inc. | Content collection |
US8108347B2 (en) | 1998-05-29 | 2012-01-31 | Yahoo! Inc. | Web server content replication |
US6912534B2 (en) | 1998-05-29 | 2005-06-28 | Yahoo! Inc. | Web service |
US6317786B1 (en) | 1998-05-29 | 2001-11-13 | Webspective Software, Inc. | Web service |
US7035943B2 (en) | 1998-05-29 | 2006-04-25 | Yahoo! Inc. | Web server content replication |
US7581006B1 (en) | 1998-05-29 | 2009-08-25 | Yahoo! Inc. | Web service |
US6314463B1 (en) | 1998-05-29 | 2001-11-06 | Webspective Software, Inc. | Method and system for measuring queue length and delay |
US6279001B1 (en) * | 1998-05-29 | 2001-08-21 | Webspective Software, Inc. | Web service |
US20060026262A1 (en) * | 1998-05-29 | 2006-02-02 | Freeland Abbott | Content collection |
US6976093B2 (en) | 1998-05-29 | 2005-12-13 | Yahoo! Inc. | Web server content replication |
US7356589B2 (en) | 1998-05-29 | 2008-04-08 | Yahoo! Inc. | Content collection |
US6638314B1 (en) * | 1998-06-26 | 2003-10-28 | Microsoft Corporation | Method of web crawling utilizing crawl numbers |
US6199081B1 (en) * | 1998-06-30 | 2001-03-06 | Microsoft Corporation | Automatic tagging of documents and exclusion by content |
US6108703A (en) * | 1998-07-14 | 2000-08-22 | Massachusetts Institute Of Technology | Global hosting system |
US6553413B1 (en) | 1998-07-14 | 2003-04-22 | Massachusetts Institute Of Technology | Content delivery network using edge-of-network servers for providing content delivery to a set of participating content providers |
US7693959B2 (en) | 1998-07-14 | 2010-04-06 | Massachusetts Institute Of Technology | Content distribution system using an alternative domain name system (DNS) and content servers |
US7103645B2 (en) | 1998-07-14 | 2006-09-05 | Massachusetts Institute Of Technology | Method and system for providing content delivery to a set of participating content providers |
US8073961B2 (en) | 1998-07-14 | 2011-12-06 | Massachusetts Institute Of Technology | Global hosting system |
WO2000004458A1 (en) * | 1998-07-14 | 2000-01-27 | Massachusetts Institute Of Technology | Global document hosting system utilizing embedded content distributed ghost servers |
AU773702B2 (en) * | 1998-07-14 | 2004-06-03 | Massachusetts Institute Of Technology | Global document hosting system utilizing embedded content distributed ghost servers |
US20030191822A1 (en) * | 1998-07-14 | 2003-10-09 | Leighton F. Thomson | Method and system for providing content delivery to a set of participating content providers |
US20070005689A1 (en) * | 1998-07-14 | 2007-01-04 | Leighton F T | Content distribution system using an alternative domain name system (DNS) and content servers |
US6356910B1 (en) * | 1998-08-07 | 2002-03-12 | Paul Zellweger | Method and apparatus for a self-service content menu |
US6317787B1 (en) * | 1998-08-11 | 2001-11-13 | Webtrends Corporation | System and method for analyzing web-server log files |
AU769816B2 (en) * | 1998-08-11 | 2004-02-05 | Webtrends, Inc. | System and method for analyzing web-server log files |
WO2000010093A1 (en) * | 1998-08-11 | 2000-02-24 | Webtrends Corporation | System and method for analyzing web-server log files |
US20070174452A1 (en) * | 1998-08-27 | 2007-07-26 | Internetseer.Com Corp | System and method for monitoring informational resources |
US6763383B1 (en) | 1998-08-28 | 2004-07-13 | Green Cathedral Limited | Computer network information use monitoring |
US7774835B2 (en) | 1998-09-09 | 2010-08-10 | F5 Networks, Inc. | Method and system for extracting application protocol characteristics |
US20020116643A1 (en) * | 1998-09-09 | 2002-08-22 | Gil Raanan | Method and system for extracting application protocol characteristics |
US20050044420A1 (en) * | 1998-09-09 | 2005-02-24 | Gil Raanan | Method and system for extracting application protocol characteristics |
US6314424B1 (en) * | 1998-09-28 | 2001-11-06 | International Business Machines Corporation | System and method for dynamically expanding and collapsing a tree view for an HTML web interface |
US7478142B1 (en) | 1998-09-29 | 2009-01-13 | Netscape Communications Corporation | Self-contained applications that are applied to be received by and processed within a browser environment and that have a first package that includes a manifest file and an archive of files including a markup language file and second package |
US7047277B1 (en) | 1998-10-12 | 2006-05-16 | Mercury Interactive Corporation | System and computer-implemented method for creating configuration files for web transaction tests |
US6631411B1 (en) | 1998-10-12 | 2003-10-07 | Freshwater Software, Inc. | Apparatus and method for monitoring a chain of electronic transactions |
US6631408B1 (en) | 1998-10-12 | 2003-10-07 | Freshwater Software, Inc. | Testing web sites |
WO2000022534A1 (en) * | 1998-10-12 | 2000-04-20 | Freshwater Software | Method and apparatus for testing web transactions |
US6138157A (en) * | 1998-10-12 | 2000-10-24 | Freshwater Software, Inc. | Method and apparatus for testing web sites |
AU762554B2 (en) * | 1998-10-12 | 2003-06-26 | Freshwater Software, Inc. | Method and apparatus for testing a web site |
US6633912B1 (en) | 1998-10-12 | 2003-10-14 | Freshwater Software, Inc. | System, method and apparatus for providing an enterprise portal |
US20060129937A1 (en) * | 1998-10-28 | 2006-06-15 | Yahoo! Inc. | Method of controlling an Internet browser interface and a controllable browser interface |
US6429885B1 (en) * | 1998-10-30 | 2002-08-06 | Sony Corporation | GUI resource editor for an embedded system |
WO2000026836A2 (en) * | 1998-11-02 | 2000-05-11 | Vividence Corporation | Full-service research bureau and test center method and apparatus |
AU759270B2 (en) * | 1998-11-02 | 2003-04-10 | Vividence Corporation | Full-service research bureau and test center method and apparatus |
WO2000026836A3 (en) * | 1998-11-02 | 2000-10-05 | Vividence Corp | Full-service research bureau and test center method and apparatus |
US6741967B1 (en) | 1998-11-02 | 2004-05-25 | Vividence Corporation | Full service research bureau and test center method and apparatus |
US6243105B1 (en) * | 1998-11-19 | 2001-06-05 | Ncr Corporation | Drill-down method to historical data in a performance monitor using a platform independent program |
US6330592B1 (en) * | 1998-12-05 | 2001-12-11 | Vignette Corporation | Method, memory, product, and code for displaying pre-customized content associated with visitor data |
US8185824B1 (en) | 1998-12-09 | 2012-05-22 | Cisco Technology, Inc. | Method and apparatus providing a graphical user interface for representing and navigating hierarchical networks |
US6442546B1 (en) * | 1998-12-30 | 2002-08-27 | At&T Corp. | Messaging system with application-defined states |
US6359633B1 (en) * | 1999-01-15 | 2002-03-19 | Yahoo! Inc. | Apparatus and method for abstracting markup language documents |
US6925442B1 (en) * | 1999-01-29 | 2005-08-02 | Elijahu Shapira | Method and apparatus for evaluating vistors to a web server |
US20050256954A1 (en) * | 1999-01-29 | 2005-11-17 | Webtrends Corporation | Method and apparatus for evaluating visitors to a web server |
US8417557B2 (en) | 1999-01-29 | 2013-04-09 | Webtrends, Inc. | Method and apparatus for evaluating visitors to a web server |
US7596506B2 (en) | 1999-01-29 | 2009-09-29 | Webtrends, Inc. | Method and apparatus for evaluating visitors to a web server |
US7558741B2 (en) | 1999-01-29 | 2009-07-07 | Webtrends, Inc. | Method and apparatus for evaluating visitors to a web server |
AU2004202222B2 (en) * | 1999-01-29 | 2007-02-15 | Webtrends, Inc. | Method and Apparatus for Evaluating Visitors to a Web Server |
WO2000045264A1 (en) * | 1999-01-29 | 2000-08-03 | Webtrends Corporation | Method and apparatus for evaluating visitors to a web server |
US7991640B2 (en) | 1999-01-29 | 2011-08-02 | Webtrends Inc. | Method and apparatus for evaluating visitors to a web server |
AU770834B2 (en) * | 1999-01-29 | 2004-03-04 | Webtrends, Inc. | Method and apparatus for evaluating visitors to a web server |
US20080208947A1 (en) * | 1999-01-29 | 2008-08-28 | Webtrends Corporation | Method and appratus for evaluating visitors to a web server |
US20050256951A1 (en) * | 1999-01-29 | 2005-11-17 | Netiq Corporation | Method and apparatus for evaluating visitors to a web server |
EP1031922A2 (en) * | 1999-02-25 | 2000-08-30 | Nec Corporation | Method and system, and storage medium for installing an application program |
EP1031922A3 (en) * | 1999-02-25 | 2004-12-15 | Nec Corporation | Method and system, and storage medium for installing an application program |
US20030195796A1 (en) * | 1999-03-04 | 2003-10-16 | Vijay Konda | Internet activity rating system |
WO2000056055A3 (en) * | 1999-03-15 | 2000-12-21 | Rtimage Ltd | Collaborative document annotation system |
WO2000055715A1 (en) * | 1999-03-16 | 2000-09-21 | Webcriteria, Inc. | Modeling interlinked scenes of a computer network site |
US6360235B1 (en) * | 1999-03-16 | 2002-03-19 | Webcriteria, Inc. | Objective measurement and graph theory modeling of web sites |
WO2000055768A1 (en) * | 1999-03-16 | 2000-09-21 | Webcriteria, Inc. | Determining objective effectiveness of a web site by mathematical modeling of scenes |
US20040024848A1 (en) * | 1999-04-02 | 2004-02-05 | Microsoft Corporation | Method for preserving referential integrity within web sites |
US7392303B2 (en) * | 1999-04-02 | 2008-06-24 | Microsoft Corporation | Method for preserving referential integrity within web sites |
US20140052778A1 (en) * | 1999-04-15 | 2014-02-20 | Intellectual Ventures I Llc | Method and apparatus for mapping a site on a wide area network |
SG102570A1 (en) * | 1999-04-16 | 2004-03-26 | Ibm | Web site browsing system |
US7296222B1 (en) | 1999-04-16 | 2007-11-13 | International Business Machines Corporation | Method and system for preparing and displaying page structures for web sites |
US6434556B1 (en) * | 1999-04-16 | 2002-08-13 | Board Of Trustees Of The University Of Illinois | Visualization of Internet search information |
EP1050829A2 (en) * | 1999-04-22 | 2000-11-08 | International Business Machines Corporation | Visualization of graph-structured name spaces |
EP1050829A3 (en) * | 1999-04-22 | 2005-05-18 | International Business Machines Corporation | Visualization of graph-structured name spaces |
USRE42167E1 (en) * | 1999-05-20 | 2011-02-22 | Evresearch Ltd. | Information management, retrieval and display systems and associated methods |
US6484166B1 (en) | 1999-05-20 | 2002-11-19 | Evresearch, Ltd. | Information management, retrieval and display system and associated method |
US6175830B1 (en) | 1999-05-20 | 2001-01-16 | Evresearch, Ltd. | Information management, retrieval and display system and associated method |
US6671723B2 (en) | 1999-05-20 | 2003-12-30 | International Business Machines Corporation | Method and apparatus for scanning a web site in a distributed data processing system for problem determination |
US6615166B1 (en) * | 1999-05-27 | 2003-09-02 | Accenture Llp | Prioritizing components of a network framework required for implementation of technology |
US7127506B1 (en) | 1999-05-28 | 2006-10-24 | Teradyne, Inc. | PC configuration fault analysis |
US6654914B1 (en) | 1999-05-28 | 2003-11-25 | Teradyne, Inc. | Network fault isolation |
US9288064B2 (en) | 1999-06-11 | 2016-03-15 | Tvworks, Llc | Trust information delivery scheme for certificate validation |
US8935525B2 (en) | 1999-06-11 | 2015-01-13 | Tvworks, Llc | Trust information delivery scheme for certificate validation |
US8433898B2 (en) | 1999-06-11 | 2013-04-30 | Tvworks, Llc | Trust information delivery scheme for certificate validation |
US7953888B2 (en) | 1999-06-18 | 2011-05-31 | Level 3 Communications, Llc | On-demand overlay routing for computer-based communication networks |
US8599697B2 (en) | 1999-06-18 | 2013-12-03 | Level 3 Communications, Llc | Overlay network |
US20070055973A1 (en) * | 1999-07-08 | 2007-03-08 | Mckeeth James | Text based markup language resource interface |
US7523400B2 (en) | 1999-07-08 | 2009-04-21 | Micron Technology, Inc. | Text based markup language resource interface |
US7503002B2 (en) | 1999-07-08 | 2009-03-10 | Micron Technology, Inc. | Text based markup language resource interface |
US20070061697A1 (en) * | 1999-07-08 | 2007-03-15 | Mckeeth James | Text based markup language resource interface |
US7366985B1 (en) * | 1999-07-08 | 2008-04-29 | Micron Technology, Inc. | Text based markup language resource interface |
US7814171B2 (en) | 1999-07-09 | 2010-10-12 | Microsoft Corporation | Method and system for modifying host application functionality based upon downloaded content |
US20040220936A1 (en) * | 1999-07-09 | 2004-11-04 | Microsoft Corporation | Method and system for modifying host application functionality based upon downloaded content |
US20080059901A1 (en) * | 1999-07-09 | 2008-03-06 | Microsoft Corporation | Method and system for modifying host application functionality based upon downloaded content |
US7293072B2 (en) * | 1999-07-09 | 2007-11-06 | Microsoft Corporation | Method and system for modifying host application functionality based upon downloaded content |
US6854085B1 (en) | 1999-07-15 | 2005-02-08 | Netscape Communicatons Corporation | System and method for automatically pre-setting form field values |
US6430739B1 (en) * | 1999-07-16 | 2002-08-06 | Acceleration Software International Corporation | Software execution contingent on home page setting |
US20060174209A1 (en) * | 1999-07-22 | 2006-08-03 | Barros Barbara L | Graphic-information flow method and system for visually analyzing patterns and relationships |
US6434565B1 (en) | 1999-07-22 | 2002-08-13 | International Business Machines Corporation | Network transmission of pages in linkable markup language to receiving display stations with functions in currently displayed pages controlled by tags in succeeding pages |
US8745529B2 (en) | 1999-07-22 | 2014-06-03 | Tavusi Data Solutions Llc | Graphic-information flow method and system for visually analyzing patterns and relationships |
US8397177B2 (en) | 1999-07-22 | 2013-03-12 | Tavusi Data Solutions Llc | Graphic-information flow method and system for visually analyzing patterns and relationships |
US20100017733A1 (en) * | 1999-07-22 | 2010-01-21 | Barros Barbara L | Graphic-Information Flow for Visually Analyzing Patterns and Relationships |
US8843850B2 (en) * | 1999-07-22 | 2014-09-23 | Tavusi Data Solutions Llc | Graphic-information flow for visually analyzing patterns and relationships |
WO2001008929A1 (en) * | 1999-07-30 | 2001-02-08 | Robert Bosch Gmbh | Method and device for displaying driver information in a motor vehicle |
US6519050B1 (en) | 1999-08-18 | 2003-02-11 | Rtimage Ltd. | Client/server based color density measurement system |
US7174513B1 (en) | 1999-08-19 | 2007-02-06 | Gateway Inc. | System and method for advanced network viewing |
US6449739B1 (en) | 1999-09-01 | 2002-09-10 | Mercury Interactive Corporation | Post-deployment monitoring of server performance |
US6564342B2 (en) | 1999-09-01 | 2003-05-13 | Mercury Interactive Corp | Post-deployment monitoring of server performance |
US20050193332A1 (en) * | 1999-09-03 | 2005-09-01 | Dodrill Lewis D. | Delivering voice portal services using an XML voice-enabled web server |
US6912691B1 (en) * | 1999-09-03 | 2005-06-28 | Cisco Technology, Inc. | Delivering voice portal services using an XML voice-enabled web server |
US8499024B2 (en) | 1999-09-03 | 2013-07-30 | Cisco Technology, Inc. | Delivering voice portal services using an XML voice-enabled web server |
US6701350B1 (en) * | 1999-09-08 | 2004-03-02 | Nortel Networks Limited | System and method for web page filtering |
US6449636B1 (en) | 1999-09-08 | 2002-09-10 | Nortel Networks Limited | System and method for creating a dynamic data file from collected and filtered web pages |
US6895551B1 (en) | 1999-09-23 | 2005-05-17 | International Business Machines Corporation | Network quality control system for automatic validation of web pages and notification of author |
US6662230B1 (en) * | 1999-10-20 | 2003-12-09 | International Business Machines Corporation | System and method for dynamically limiting robot access to server data |
US20090088251A1 (en) * | 1999-10-25 | 2009-04-02 | Selverbrook Research Pty Ltd | System for Performing Games |
US20050086585A1 (en) * | 1999-10-25 | 2005-04-21 | Robert Walmsley S. | Interactive map production |
US7477987B2 (en) | 1999-10-25 | 2009-01-13 | Silverbrook Research Pty Ltd | Method for performing games |
US20050233809A1 (en) * | 1999-10-25 | 2005-10-20 | Silverbrook Research Pty Ltd | Method for performing games |
US7295922B2 (en) * | 1999-10-25 | 2007-11-13 | Silverbrook Research Pty Ltd | Interactive map production |
US8543901B1 (en) | 1999-11-01 | 2013-09-24 | Level 3 Communications, Llc | Verification of content stored in a network |
US20070185850A1 (en) * | 1999-11-10 | 2007-08-09 | Walters Edward J | Apparatus and Method for Displaying Records Responsive to a Database Query |
US11023510B2 (en) | 1999-11-10 | 2021-06-01 | Fastcase, Inc. | Apparatus and method for displaying records responsive to a database query |
US7849162B2 (en) | 1999-11-12 | 2010-12-07 | Bmc Software, Inc. | System and method for selecting a best-fit form or URL in an originating web page as a target URL for replaying a predefined path through the internet |
US20050203902A1 (en) * | 1999-11-12 | 2005-09-15 | Clay Davis | System and method for replaying a predefined path through the internet |
US6823330B1 (en) * | 1999-11-16 | 2004-11-23 | Gateway, Inc. | Site home navigation control |
WO2001040988A1 (en) * | 1999-11-30 | 2001-06-07 | Maxamine International Pty Ltd | Web map tool |
US7428705B2 (en) | 1999-11-30 | 2008-09-23 | Maxamine International Pyt Ltd | Web map tool |
US20030038836A1 (en) * | 1999-11-30 | 2003-02-27 | Ronald Simon Paul | Web map tool |
US8782507B2 (en) | 1999-12-06 | 2014-07-15 | Google Inc. | Framework for providing visual context to WWW hyperlinks |
US20120110426A1 (en) * | 1999-12-06 | 2012-05-03 | Girafa.Com Inc. | Framework for providing visual context to www hyperlink |
US8612846B2 (en) * | 1999-12-06 | 2013-12-17 | Google Inc. | Framework for providing visual context to www hyperlink |
US20100306636A1 (en) * | 1999-12-06 | 2010-12-02 | Girafa.Com Inc. | Framework for providing visual context to www hyperlinks |
US7716569B2 (en) | 1999-12-06 | 2010-05-11 | Girafa.Com Inc. | Framework for providing visual context to WWW hyperlinks |
US6720981B1 (en) | 1999-12-08 | 2004-04-13 | International Business Machines Corporation | Method, system and program product for animated web page construction and display |
US6564257B1 (en) | 1999-12-09 | 2003-05-13 | International Business Machines Corporation | Repository protection by URL expiration |
US7013251B1 (en) * | 1999-12-15 | 2006-03-14 | Microsoft Corporation | Server recording and client playback of computer network characteristics |
US20060136187A1 (en) * | 1999-12-15 | 2006-06-22 | Microsoft Corporation | Server recording and client playback of computer network characteristics |
US7464014B2 (en) * | 1999-12-15 | 2008-12-09 | Microsoft Corporation | Server recording and client playback of computer network characteristics |
US6601066B1 (en) | 1999-12-17 | 2003-07-29 | General Electric Company | Method and system for verifying hyperlinks |
SG128405A1 (en) * | 1999-12-22 | 2007-01-30 | Swatch Ag | Device for diffusing an occupancy rate of a real or virtual site |
EP1111524A1 (en) * | 1999-12-22 | 2001-06-27 | Swatch Ag | Device for broadcasting the occupancy rate of a real or virtual site |
US20010023437A1 (en) * | 1999-12-22 | 2001-09-20 | Aurel Aebi | Device for diffusing an occupancy rate of a real or virtual site |
US7712030B1 (en) * | 1999-12-22 | 2010-05-04 | International Business Machines Corporation | System and method for managing messages and annotations presented in a user interface |
US6957383B1 (en) | 1999-12-27 | 2005-10-18 | International Business Machines Corporation | System and method for dynamically updating a site map and table of contents for site content changes |
US6996612B1 (en) | 1999-12-30 | 2006-02-07 | Vignette Corporation | Method of providing information related to activity of a user and a data processing system program product |
US7831706B1 (en) | 1999-12-30 | 2010-11-09 | Vignette Software Llc | Method of gathering information related to activity of a user and a data processing system program product |
US9172761B2 (en) | 1999-12-30 | 2015-10-27 | Open Text S.A. | Method of gathering information related to activity of a user and a data processing system program product |
US20110029663A1 (en) * | 1999-12-30 | 2011-02-03 | Mccullough Sean M | Method of gathering information related to activity of a user and a data processing system program product |
US10257294B2 (en) | 1999-12-30 | 2019-04-09 | Open Text Sa Ulc | Data processing system program product and method for communicating information related to user activities on electronic sites |
US7577739B2 (en) * | 2000-01-12 | 2009-08-18 | Vericept Corporation | Employee internet management device |
US20080133745A1 (en) * | 2000-01-12 | 2008-06-05 | Vericept Corporation | Employee internet management device |
US7945491B2 (en) | 2000-01-12 | 2011-05-17 | Metavante Corporation | Integrated systems for electronic bill presentment and payment |
US20020019808A1 (en) * | 2000-01-12 | 2002-02-14 | Dushyant Sharma | Integrated systems for electronic bill presentment and payment |
US7117260B2 (en) | 2000-01-27 | 2006-10-03 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US20080229391A1 (en) * | 2000-01-27 | 2008-09-18 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US20110208812A1 (en) * | 2000-01-27 | 2011-08-25 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US7818411B2 (en) | 2000-01-27 | 2010-10-19 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US7958223B2 (en) | 2000-01-27 | 2011-06-07 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US8065407B2 (en) | 2000-01-27 | 2011-11-22 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US8195787B2 (en) | 2000-01-27 | 2012-06-05 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US9015232B2 (en) | 2000-01-27 | 2015-04-21 | Iii Holdings 1, Llc | Content management application for an interactive environment |
US9811601B2 (en) | 2000-01-27 | 2017-11-07 | Iii Holdings 1, Llc | Content management application for an interactive environment |
US7401138B2 (en) | 2000-01-27 | 2008-07-15 | American Express Travel Related Services Company, Inc. | Content management application for an interactive environment |
US20010037295A1 (en) * | 2000-01-31 | 2001-11-01 | Olsen Karl R. | Push model internet bill presentment and payment system and method |
US20090024574A1 (en) * | 2000-02-08 | 2009-01-22 | Sybase, Inc. | System and Methodology for Extraction and Aggregation of Data from Dynamic Content |
US7240067B2 (en) | 2000-02-08 | 2007-07-03 | Sybase, Inc. | System and methodology for extraction and aggregation of data from dynamic content |
US20040199497A1 (en) * | 2000-02-08 | 2004-10-07 | Sybase, Inc. | System and Methodology for Extraction and Aggregation of Data from Dynamic Content |
US8060518B2 (en) | 2000-02-08 | 2011-11-15 | Sybase, Inc. | System and methodology for extraction and aggregation of data from dynamic content |
US20080228728A1 (en) * | 2000-02-22 | 2008-09-18 | Metacarta, Inc. | Geospatial search method that provides for collaboration |
US20080228729A1 (en) * | 2000-02-22 | 2008-09-18 | Metacarta, Inc. | Spatial indexing of documents |
US20080228754A1 (en) * | 2000-02-22 | 2008-09-18 | Metacarta, Inc. | Query method involving more than one corpus of documents |
US9201972B2 (en) | 2000-02-22 | 2015-12-01 | Nokia Technologies Oy | Spatial indexing of documents |
US7908280B2 (en) | 2000-02-22 | 2011-03-15 | Nokia Corporation | Query method involving more than one corpus of documents |
US20080109713A1 (en) * | 2000-02-22 | 2008-05-08 | Metacarta, Inc. | Method involving electronic notes and spatial domains |
US20080126343A1 (en) * | 2000-02-22 | 2008-05-29 | Metacarta, Inc. | Method for defining the georelevance of documents |
US20080115076A1 (en) * | 2000-02-22 | 2008-05-15 | Metacarta, Inc. | Query parser method |
US20080114736A1 (en) * | 2000-02-22 | 2008-05-15 | Metacarta, Inc. | Method of inferring spatial meaning to text |
US7917464B2 (en) | 2000-02-22 | 2011-03-29 | Metacarta, Inc. | Geotext searching and displaying results |
US7953732B2 (en) | 2000-02-22 | 2011-05-31 | Nokia Corporation | Searching by using spatial document and spatial keyword document indexes |
US6502091B1 (en) | 2000-02-23 | 2002-12-31 | Hewlett-Packard Company | Apparatus and method for discovering context groups and document categories by mining usage logs |
US20030233581A1 (en) * | 2000-03-03 | 2003-12-18 | Eran Reshef | System for determining web application vulnerabilities |
US7237265B2 (en) | 2000-03-03 | 2007-06-26 | Watchfire Corporation | System for determining web application vulnerabilities |
US6584569B2 (en) | 2000-03-03 | 2003-06-24 | Sanctum Ltd. | System for determining web application vulnerabilities |
US7003554B1 (en) | 2000-03-20 | 2006-02-21 | Netscape Communications Corp. | System and method for downloading portions of a remotely located network object to produce a completely downloaded local copy of the network object |
US7685431B1 (en) | 2000-03-20 | 2010-03-23 | Netscape Communications Corporation | System and method for determining relative strength and crackability of a user's security password in real time |
US20020038299A1 (en) * | 2000-03-20 | 2002-03-28 | Uri Zernik | Interface for presenting information |
US6862616B1 (en) | 2000-03-20 | 2005-03-01 | Netscape Communications Corp. | System and method for facilitating distributed server administration of server systems that are scalable and version independent |
US6615020B2 (en) * | 2000-03-24 | 2003-09-02 | David A. Richter | Computer-based instructional system with student verification feature |
WO2001075678A1 (en) * | 2000-04-03 | 2001-10-11 | Usablenet, Inc. | System and method for evaluating an optimizing web site attributes |
US20030191988A1 (en) * | 2000-04-07 | 2003-10-09 | Dalal Siddhartha Ramanlal | Methods and systems for monitoring quality assurance |
US6754847B2 (en) * | 2000-04-07 | 2004-06-22 | Telcordia Technologies, Inc. | Methods and systems for monitoring quality assurance |
US20070288588A1 (en) * | 2000-04-14 | 2007-12-13 | Wein Joel M | Content delivery network (CDN) content server request handling mechanism |
US8122102B2 (en) | 2000-04-14 | 2012-02-21 | Akamai Technologies, Inc. | Content delivery network (CDN) content server request handling mechanism |
US7240100B1 (en) | 2000-04-14 | 2007-07-03 | Akamai Technologies, Inc. | Content delivery network (CDN) content server request handling mechanism with metadata framework support |
US20020177910A1 (en) * | 2000-04-19 | 2002-11-28 | Quarterman John S. | Performance measurement system for large computer network |
US6771952B2 (en) * | 2000-04-28 | 2004-08-03 | Brother Kogyo Kabushiki Kaisha | Communication system having a client device and at least one transmitting device |
US20010039546A1 (en) * | 2000-05-05 | 2001-11-08 | Moore Michael R. | System and method for obtaining and storing information for deferred browsing |
US20070192474A1 (en) * | 2000-05-05 | 2007-08-16 | Orbital Data Corporation | Personalized Content Delivery Using Peer-To-Peer Precaching |
US8903950B2 (en) | 2000-05-05 | 2014-12-02 | Citrix Systems, Inc. | Personalized content delivery using peer-to-peer precaching |
US20020002536A1 (en) * | 2000-05-09 | 2002-01-03 | Spectrum Ebp, Llc | Electronic bill presentment and payment system |
US7734543B2 (en) | 2000-05-09 | 2010-06-08 | Metavante Corporation | Electronic bill presentment and payment system |
WO2001090873A1 (en) * | 2000-05-22 | 2001-11-29 | 2Roam, Inc. | System and method for generating a wireless web page |
US20010047404A1 (en) * | 2000-05-24 | 2001-11-29 | Takashi Suda | Apparatus for managing web site addresses |
EP1158427A3 (en) * | 2000-05-24 | 2004-02-18 | Fujitsu Limited | Apparatus for managing web site addresses |
US20070294641A1 (en) * | 2000-05-31 | 2007-12-20 | Rashkovskiy Oleg B | Automatically preparing streaming video programming guides |
US7996791B2 (en) | 2000-05-31 | 2011-08-09 | Intel Corporation | Streaming video programming guide system selecting video files from multiple websites and automatically generating selectable thumbnails |
US7281220B1 (en) * | 2000-05-31 | 2007-10-09 | Intel Corporation | Streaming video programming guide system selecting video files from multiple web sites and automatically generating selectable thumbnail frames and selectable keyword icons |
US7155506B1 (en) | 2000-06-02 | 2006-12-26 | Vignette Corporation | Method for continous, frame-specific click-stream recording |
US7251687B1 (en) | 2000-06-02 | 2007-07-31 | Vignette Corporation | Method for click-stream analysis using web directory reverse categorization |
US20110026431A1 (en) * | 2000-06-02 | 2011-02-03 | Mccullough Sean M | Method for continuous, frame-specific click-stream recording |
US7827274B1 (en) | 2000-06-02 | 2010-11-02 | Vignette Software Llc | Method for click-stream analysis using web directory reverse categorization |
US9331978B2 (en) | 2000-06-02 | 2016-05-03 | Open Text S.A. | Method for continuous, frame-specific click-stream recording |
US8631121B2 (en) | 2000-06-02 | 2014-01-14 | Open Text S.A. | Method for continuous, frame-specific click-stream recording |
US20110173255A1 (en) * | 2000-06-02 | 2011-07-14 | Mccullough Sean M | Method for Client-Side Personalization |
US9043490B2 (en) | 2000-06-02 | 2015-05-26 | Open Text S.A. | Method for continuous, frame-specific click-stream recording |
US9560153B2 (en) | 2000-06-02 | 2017-01-31 | Open Text Sa Ulc | Method for continuous, frame-specific click-stream recording |
US8131777B2 (en) | 2000-06-02 | 2012-03-06 | Open Text S.A. | Method for client-side personalization |
US9838489B2 (en) | 2000-06-02 | 2017-12-05 | Open Text Sa Ulc | Method for click-stream analysis using web directory reverse categorization |
US10567527B2 (en) | 2000-06-02 | 2020-02-18 | Open Text Sa Ulc | Method for continuous, frame-specific click-stream recording |
US8341019B2 (en) | 2000-06-02 | 2012-12-25 | Open Text, S.A. | Method for click-stream analysis using web directory reverse categorization |
US20050137999A1 (en) * | 2000-06-02 | 2005-06-23 | Mccullough Sean M. | Method for client-side personalization |
US6865574B1 (en) | 2000-06-02 | 2005-03-08 | Vignette Corporation | Method for client-side personalization |
US9986053B2 (en) | 2000-06-02 | 2018-05-29 | Open Text Sa Ulc | Method for continuous, frame-specific click-stream recording |
US7668834B2 (en) | 2000-06-02 | 2010-02-23 | Vignette Software, LLC | Method for client-side personalization |
US7860969B2 (en) | 2000-06-02 | 2010-12-28 | Vignette Software Llc | Method for continuous, frame-specific click-stream recording |
US20070067454A1 (en) * | 2000-06-02 | 2007-03-22 | Mccullough Sean M | Method for continuous, frame-specific click-stream recording |
US9087350B2 (en) | 2000-06-02 | 2015-07-21 | Open Text S.A. | Method for click-stream analysis using web directory reverse categorization |
US8417738B2 (en) | 2000-06-02 | 2013-04-09 | Open Text S.A. | Method for client-side personalization |
US20100115028A1 (en) * | 2000-06-02 | 2010-05-06 | Mccullough Sean M | Method for Client-Side Personalization |
US20030009544A1 (en) * | 2000-06-05 | 2003-01-09 | Wach Raymond S. | Method of performing distributed load testing |
US7240297B1 (en) * | 2000-06-12 | 2007-07-03 | International Business Machines Corporation | User assistance system |
US7565620B1 (en) * | 2000-06-21 | 2009-07-21 | Charles Schwab & Co. | System and method for comparing attributes of documents |
WO2002001448A1 (en) * | 2000-06-26 | 2002-01-03 | Tradedoubler Ab | A method and a system for measuring and rating user activities on web-pages in digital networks |
EP1170676A1 (en) * | 2000-07-05 | 2002-01-09 | Abb Research Ltd. | Visualization of informationstructure of documents on the World wide web |
WO2002008954A1 (en) * | 2000-07-10 | 2002-01-31 | Compudigm International Limited | Customer activity tracking system and method |
US6848077B1 (en) * | 2000-07-13 | 2005-01-25 | International Business Machines Corporation | Dynamically creating hyperlinks to other web documents in received world wide web documents based on text terms in the received document defined as of interest to user |
US20050114795A1 (en) * | 2000-07-28 | 2005-05-26 | Luc Beaudoin | Method of displaying nodes and links |
US7855978B2 (en) * | 2000-07-28 | 2010-12-21 | Nortel Networks Limited | Method of displaying nodes and links |
WO2002010928A1 (en) * | 2000-07-28 | 2002-02-07 | Freshwater Software, Inc. | A method, system and apparatus for providing monitoring of electronic transactions |
US7278105B1 (en) | 2000-08-21 | 2007-10-02 | Vignette Corporation | Visualization and analysis of user clickpaths |
US7660869B1 (en) | 2000-08-21 | 2010-02-09 | Vignette Software, LLC | Network real estate analysis |
US20100153518A1 (en) * | 2000-08-21 | 2010-06-17 | Vignette Software Llc | Network real estate analysis |
US8392551B2 (en) * | 2000-08-21 | 2013-03-05 | Open Text S.A. | Network real estate analysis |
US8024448B2 (en) | 2000-08-21 | 2011-09-20 | Vignette Software Llc | Network real estate analysis |
US20110282991A1 (en) * | 2000-08-21 | 2011-11-17 | Kitts Brendan J | Network real estate analysis |
US8195786B2 (en) * | 2000-08-21 | 2012-06-05 | Open Text S.A. | Network real estate analysis |
US20120221691A1 (en) * | 2000-08-21 | 2012-08-30 | Kitts Brendan J | Network Real Estate Analysis |
US7636894B2 (en) * | 2000-09-14 | 2009-12-22 | Microsoft Corporation | Mapping tool graphical user interface |
US20050021513A1 (en) * | 2000-09-14 | 2005-01-27 | Microsoft Corporation | Mapping tool graphical user interface |
US20050015732A1 (en) * | 2000-09-14 | 2005-01-20 | Microsoft Corporation | Mapping tool graphical user interface |
US7676756B2 (en) * | 2000-09-14 | 2010-03-09 | Microsoft Corporation | Mapping tool graphical user interface |
US7890571B1 (en) * | 2000-09-22 | 2011-02-15 | Xcelera Inc. | Serving dynamic web-pages |
US7277926B1 (en) * | 2000-09-28 | 2007-10-02 | International Business Machines Corporation | Business method and user interface for representing business analysis information side-by-side with product pages of an online store |
US20020038368A1 (en) * | 2000-09-28 | 2002-03-28 | Gou Kojima | User interface integration method |
US20020039114A1 (en) * | 2000-09-29 | 2002-04-04 | Kirk Feathers | Method and system of navigating using a graphical portal |
KR20020030641A (en) * | 2000-10-19 | 2002-04-25 | 문병조 | Method and system for maintaining and managing of homepage used in internet |
US11048857B2 (en) * | 2000-10-31 | 2021-06-29 | Software Research Inc. | Spidering a website from a browser using a document object model |
US8145742B1 (en) | 2000-10-31 | 2012-03-27 | Red Hat, Inc. | Method of and apparatus for network administration |
US20020107958A1 (en) * | 2000-10-31 | 2002-08-08 | Faraldo David D. | Method of and apparatus for notification of state changes in a monitored system |
US8219663B2 (en) | 2000-10-31 | 2012-07-10 | Red Hat, Inc. | Method of and apparatus for notification of state changes in a monitored system |
US6950868B1 (en) | 2000-10-31 | 2005-09-27 | Red Hat, Inc. | Method of and apparatus for remote monitoring |
US20140157112A1 (en) * | 2000-10-31 | 2014-06-05 | Software Research Inc. | Method and System for Testing Websites |
US6385590B1 (en) | 2000-11-22 | 2002-05-07 | Philip Levine | Method and system for determining the effectiveness of a stimulus |
US6996845B1 (en) | 2000-11-28 | 2006-02-07 | S.P.I. Dynamics Incorporated | Internet security analysis system and process |
US20020123998A1 (en) * | 2000-11-30 | 2002-09-05 | Pascal Breut | Data transmission system involving a server, station suitable for such a system and method of downloading data |
US20020069378A1 (en) * | 2000-12-01 | 2002-06-06 | Mclellan Mark F. | Method of remotely monitoring an internet web site |
US7461297B2 (en) | 2000-12-01 | 2008-12-02 | Internetseer.Com, Inc. | Method of remotely monitoring an internet web site |
US6854074B2 (en) * | 2000-12-01 | 2005-02-08 | Internetseer.Com Corp. | Method of remotely monitoring an internet web site |
US20050278590A1 (en) * | 2000-12-01 | 2005-12-15 | Mclellan Mark F | Method of remotely monitoring an internet Web site |
US20020128925A1 (en) * | 2000-12-11 | 2002-09-12 | Patrick Angeles | system and method for detecting and reporting online activity using real-time content-based network monitoring |
US9058416B2 (en) | 2000-12-11 | 2015-06-16 | Peter K. Trzyna | System and method for detecting and reporting online activity using real-time content-based network monitoring |
US7672955B2 (en) | 2000-12-21 | 2010-03-02 | Vignette Software L.L.C. | Method and system for platform-independent file system interaction |
US7194506B1 (en) | 2000-12-21 | 2007-03-20 | Vignette Corporation | Method and system for cache management of locale-sensitive content |
US7146369B2 (en) | 2000-12-21 | 2006-12-05 | Vignette Corporation | Method and system for native-byte form handling |
US7325030B2 (en) | 2001-01-25 | 2008-01-29 | Yahoo, Inc. | High performance client-server communication system |
US20020099768A1 (en) * | 2001-01-25 | 2002-07-25 | Wright Robert A. | High performance client-server communication system |
US8830272B2 (en) * | 2001-02-22 | 2014-09-09 | Sony Corporation | User interface for a digital production system including multiple window viewing of flowgraph nodes |
US20020158887A1 (en) * | 2001-02-22 | 2002-10-31 | Sony Corporation And Sony Electronics, Inc. | User interface for a digital production system including multiple window viewing and navigating |
US9024967B2 (en) | 2001-02-22 | 2015-05-05 | Sony Corporation | Digital video editing system including multiple viewing windows of a same image |
US9947367B2 (en) | 2001-02-22 | 2018-04-17 | Sony Corporation | Assignment of a local physical user interface control function to a remote physical user interface control for local control in a media production system |
US20020127530A1 (en) * | 2001-03-06 | 2002-09-12 | Weakly Mark A. | System and method for tracking and displaying a user's progress in a distance learning environment |
US7752661B2 (en) | 2001-03-21 | 2010-07-06 | International Business Machines Corporation | Method and system for server support of pluggable authorization systems |
US20020178377A1 (en) * | 2001-03-21 | 2002-11-28 | International Business Machines Corporation | Method and system for server support for pluggable authorization systems |
US7320141B2 (en) | 2001-03-21 | 2008-01-15 | International Business Machines Corporation | Method and system for server support for pluggable authorization systems |
US20080052762A1 (en) * | 2001-03-21 | 2008-02-28 | Hemsath David K | Method and System for Server Support of Pluggable Authorization Systems |
US7085753B2 (en) * | 2001-03-22 | 2006-08-01 | E-Nvent Usa Inc. | Method and system for mapping and searching the Internet and displaying the results in a visual form |
US7496558B2 (en) | 2001-03-22 | 2009-02-24 | E-Nvent Usa Inc. | Method and system for mapping and searching the internet and displaying the results in a visual form |
US20060277200A1 (en) * | 2001-03-22 | 2006-12-07 | E-Nvent Usa Inc. | Method and system for mapping and searching the internet and displaying the results in a visual form |
US20020141121A1 (en) * | 2001-03-27 | 2002-10-03 | Brohlin Paul L. | Supply independent low quiescent current undervoltage lockout circuit |
US6842321B2 (en) | 2001-03-27 | 2005-01-11 | Texas Instruments Incorporated | Supply independent low quiescent current undervoltage lockout circuit |
US20020165755A1 (en) * | 2001-03-29 | 2002-11-07 | Kitts Brendan J. | Method of predicting behavior of a customer at a future date and a data processing system readable medium |
US20030067481A1 (en) * | 2001-03-31 | 2003-04-10 | Christopher Chedgey | System and method for computer-aided graph-based dependency analysis with integrated documentation |
US20020198938A1 (en) * | 2001-04-24 | 2002-12-26 | Fujitsu Limited | Display engagement system |
US7174505B2 (en) * | 2001-04-24 | 2007-02-06 | Fujitsu Limited | Display engagement system |
US7000199B2 (en) | 2001-05-09 | 2006-02-14 | Fairisaac And Company Inc. | Methodology for viewing large strategies via a computer workstation |
US20020167551A1 (en) * | 2001-05-09 | 2002-11-14 | Steele Michael S. | Methodology for viewing large strategies via a computer workstation |
US20020188890A1 (en) * | 2001-06-04 | 2002-12-12 | Shupps Eric A. | System and method for testing an application |
US20030088643A1 (en) * | 2001-06-04 | 2003-05-08 | Shupps Eric A. | Method and computer system for isolating and interrelating components of an application |
US20030051055A1 (en) * | 2001-06-04 | 2003-03-13 | Nct Group, Inc. | System and method for modifying a data stream using element parsing |
US20030014504A1 (en) * | 2001-06-29 | 2003-01-16 | Hess Christopher L. | Method and apparatus for dynamic common gateway interface Web site management |
WO2003005168A2 (en) * | 2001-07-06 | 2003-01-16 | Clickfox, Llc | Use of various methods to reconstruct experiences of web site visitors |
WO2003005168A3 (en) * | 2001-07-06 | 2004-04-22 | Clickfox Llc | Use of various methods to reconstruct experiences of web site visitors |
US7152106B2 (en) | 2001-07-06 | 2006-12-19 | Clickfox, Llc | Use of various methods to reconstruct experiences of web site visitors |
US20030214525A1 (en) * | 2001-07-06 | 2003-11-20 | Esfahany Kouros H. | System and method for managing object based clusters |
US20030115333A1 (en) * | 2001-07-06 | 2003-06-19 | Tal Cohen | System and method for analyzing system visitor activities |
US20040205586A1 (en) * | 2001-07-06 | 2004-10-14 | Tal Cohen | Use of various methods to reconstruct experiences of web site visitors |
US7644134B2 (en) * | 2001-07-06 | 2010-01-05 | Clickfox, Llc | System and method for analyzing system visitor activities |
US7603327B2 (en) | 2001-07-06 | 2009-10-13 | Computer Associates Think, Inc. | System and method for managing object based clusters |
US7197474B1 (en) | 2001-07-12 | 2007-03-27 | Vignette Corporation | Method of modeling product demand subject to a large number of interactions |
US6954752B2 (en) * | 2001-07-19 | 2005-10-11 | International Business Machines Corporation | Methods and apparatus for clustering and prefetching data objects |
US20030018639A1 (en) * | 2001-07-19 | 2003-01-23 | International Business Machines Corporation | Methods and apparatus for clustering and prefetching data objects |
US20030055850A1 (en) * | 2001-07-26 | 2003-03-20 | Larsen James Gregory | Method and computer program product for generating a list of items for viewing in a browser |
EP1280070A1 (en) * | 2001-07-26 | 2003-01-29 | Hewlett-Packard Company, A Delaware Corporation | Method and computer program for generating a list of items for viewing in a browser |
US20030023641A1 (en) * | 2001-07-27 | 2003-01-30 | Gorman William Phillip | Web page authoring tool |
WO2003012576A2 (en) * | 2001-07-27 | 2003-02-13 | Quigo Technologies Inc. | System and method for automated tracking and analysis of document usage |
WO2003012576A3 (en) * | 2001-07-27 | 2003-10-30 | Quigo Technologies Inc | System and method for automated tracking and analysis of document usage |
US20040172389A1 (en) * | 2001-07-27 | 2004-09-02 | Yaron Galai | System and method for automated tracking and analysis of document usage |
US20060036400A1 (en) * | 2001-08-06 | 2006-02-16 | Stephane Kasriel | Web-site performance analysis system and method of providing a web-site performance analysis service |
US7647323B2 (en) | 2001-08-06 | 2010-01-12 | Digital River, Inc. | Web-site performance analysis system and method of providing a web-site performance analysis service |
US20040177015A1 (en) * | 2001-08-14 | 2004-09-09 | Yaron Galai | System and method for extracting content for submission to a search engine |
US7809710B2 (en) | 2001-08-14 | 2010-10-05 | Quigo Technologies Llc | System and method for extracting content for submission to a search engine |
US8495049B2 (en) | 2001-08-14 | 2013-07-23 | Microsoft Corporation | System and method for extracting content for submission to a search engine |
US20030037291A1 (en) * | 2001-08-17 | 2003-02-20 | International Business Machines Corporation | Method, system and program for handling errors occurring in function calls |
US6973643B2 (en) | 2001-08-17 | 2005-12-06 | International Business Machines Corporation | Method, system and program for handling errors occurring in function calls |
US10002032B2 (en) | 2001-08-22 | 2018-06-19 | Open Text SA ULC. | System and method for automatic generation of service-specific data conversion templates |
US10860391B2 (en) | 2001-08-22 | 2020-12-08 | Open Text Sa Ulc | System and method for automatic generation of service-specific data conversion templates |
US8307045B1 (en) | 2001-08-22 | 2012-11-06 | Open Text S.A. | System and method for creating target-specific data conversion templates using a master style template |
US7254526B2 (en) * | 2001-08-24 | 2007-08-07 | International Business Machines Corporation | Apparatus and method for determining compatibility of web sites with designated requirements based on functional characteristics of the web sites |
US20030051031A1 (en) * | 2001-09-07 | 2003-03-13 | Streble Mary Catherine | Method and apparatus for collecting page load abandons in click stream data |
US6973492B2 (en) | 2001-09-07 | 2005-12-06 | International Business Machines Corporation | Method and apparatus for collecting page load abandons in click stream data |
US7860964B2 (en) | 2001-09-28 | 2010-12-28 | Level 3 Communications, Llc | Policy-based content delivery network selection |
US20080215718A1 (en) * | 2001-09-28 | 2008-09-04 | Level 3 Communications, Llc | Policy-based content delivery network selection |
US20030066031A1 (en) * | 2001-09-28 | 2003-04-03 | Siebel Systems, Inc. | Method and system for supporting user navigation in a browser environment |
US9203636B2 (en) | 2001-09-28 | 2015-12-01 | Level 3 Communications, Llc | Distributing requests across multiple content delivery networks based on subscriber policy |
US6978445B2 (en) * | 2001-09-28 | 2005-12-20 | Siebel Systems, Inc. | Method and system for supporting user navigation in a browser environment |
US20080147866A1 (en) * | 2001-09-28 | 2008-06-19 | Level 3 Communications, Llc | Distributing requests across multiple content delivery networks based on subscriber policy |
US7822871B2 (en) | 2001-09-28 | 2010-10-26 | Level 3 Communications, Llc | Configurable adaptive global traffic control and management |
US20030065762A1 (en) * | 2001-09-28 | 2003-04-03 | Cable & Wireless Internet Services, Inc. | Configurable adaptive global traffic control and management |
US8645517B2 (en) | 2001-09-28 | 2014-02-04 | Level 3 Communications, Llc | Policy-based content delivery network selection |
US10771541B2 (en) | 2001-10-02 | 2020-09-08 | Level 3 Communications, Llc | Automated management of content servers based on change in demand |
US20080162700A1 (en) * | 2001-10-02 | 2008-07-03 | Level 3 Communications Llc | Automated server replication |
US9338227B2 (en) | 2001-10-02 | 2016-05-10 | Level 3 Communications, Llc | Automated management of content servers based on change in demand |
US7373644B2 (en) | 2001-10-02 | 2008-05-13 | Level 3 Communications, Llc | Automated server replication |
US20030069962A1 (en) * | 2001-10-10 | 2003-04-10 | Pandya Aroopratan D. | Method for characterizing and directing real-time Website usage |
US7376730B2 (en) | 2001-10-10 | 2008-05-20 | International Business Machines Corporation | Method for characterizing and directing real-time website usage |
US20080275744A1 (en) * | 2001-10-11 | 2008-11-06 | Visual Sciences Technologies, Llc | System, method and computer program product for processing and visualization of information |
US20030074217A1 (en) * | 2001-10-12 | 2003-04-17 | International Business Machines Corporation | Resource adapter and integrated development environment |
US7480916B2 (en) | 2001-10-12 | 2009-01-20 | International Business Machines Corporation | Exploiting services in an integrated development environment |
US10476984B2 (en) | 2001-10-18 | 2019-11-12 | Level 3 Communications, Llc | Content request routing and load balancing for content distribution networks |
US20080279222A1 (en) * | 2001-10-18 | 2008-11-13 | Level 3 Communications Llc | Distribution of traffic across a computer network |
US9021112B2 (en) | 2001-10-18 | 2015-04-28 | Level 3 Communications, Llc | Content request routing and load balancing for content distribution networks |
US20030079027A1 (en) * | 2001-10-18 | 2003-04-24 | Michael Slocombe | Content request routing and load balancing for content distribution networks |
US20030084059A1 (en) * | 2001-10-31 | 2003-05-01 | International Business Machines Corporation | Context management super tools and filter/sort model for aggregated display webpages |
US7552136B2 (en) | 2001-10-31 | 2009-06-23 | International Business Machines Corporation | Context management super tools and filter/sort model for aggregated display webpages |
US7370014B1 (en) | 2001-11-01 | 2008-05-06 | Metavante Corporation | Electronic bill presentment and payment system that obtains user bill information from biller web sites |
US7958049B2 (en) | 2001-11-01 | 2011-06-07 | Metavante Corporation | System and method for obtaining customer bill information and facilitating bill payment at biller websites |
US20030191711A1 (en) * | 2001-11-01 | 2003-10-09 | Jamison Eric W. | System and method for obtaining customer bill information and facilitating bill payment at biller websites |
US20030131106A1 (en) * | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Web-page performance toolbar |
US20030131097A1 (en) * | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Interactive path analysis |
US7631035B2 (en) | 2002-01-09 | 2009-12-08 | Digital River, Inc. | Path-analysis toolbar |
US20030128233A1 (en) * | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Path-analysis toolbar |
US20030128231A1 (en) * | 2002-01-09 | 2003-07-10 | Stephane Kasriel | Dynamic path analysis |
US7240326B2 (en) | 2002-01-14 | 2007-07-03 | International Business Machines Corporation | System and method for obtaining display names from management models |
US20030135661A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for packaging and installing management models with specific console interfaces |
US20030132963A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for mapping management objects to console neutral user interface |
US20030135665A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for obtaining display names from management models |
US7177793B2 (en) | 2002-01-14 | 2007-02-13 | International Business Machines Corporation | System and method for managing translatable strings displayed on console interfaces |
US20030135657A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for converting management models to specific console interfaces |
US20030135360A1 (en) * | 2002-01-14 | 2003-07-17 | International Business Machines Corporation | System and method for managing translatable strings displayed on console interfaces |
US7065744B2 (en) | 2002-01-14 | 2006-06-20 | International Business Machines Corporation | System and method for converting management models to specific console interfaces |
US7191404B2 (en) | 2002-01-14 | 2007-03-13 | International Business Machines Corporation | System and method for mapping management objects to console neutral user interface |
US20030138275A1 (en) * | 2002-01-23 | 2003-07-24 | Makoto Yabuki | Color image recording apparatus |
US20050198105A1 (en) * | 2002-02-04 | 2005-09-08 | 24/7 Real Media, Inc. | Method and system for using natural language in computer resource utilization analysis via a communication network |
US20030154442A1 (en) * | 2002-02-13 | 2003-08-14 | Karen Papierniak | Visualization tool for web analytics |
US10979499B2 (en) | 2002-02-14 | 2021-04-13 | Level 3 Communications, Llc | Managed object replication and delivery |
US20070174463A1 (en) * | 2002-02-14 | 2007-07-26 | Level 3 Communications, Llc | Managed object replication and delivery |
US20080065724A1 (en) * | 2002-02-14 | 2008-03-13 | Level 3 Communications, Llc | Peer server handoff in content delivery network |
US9992279B2 (en) | 2002-02-14 | 2018-06-05 | Level 3 Communications, Llc | Managed object replication and delivery |
US9167036B2 (en) | 2002-02-14 | 2015-10-20 | Level 3 Communications, Llc | Managed object replication and delivery |
US20060015574A1 (en) * | 2002-02-14 | 2006-01-19 | Digital Island, Inc. | Managed object replication and delivery |
US8924466B2 (en) | 2002-02-14 | 2014-12-30 | Level 3 Communications, Llc | Server handoff in content delivery network |
US7689667B2 (en) | 2002-02-21 | 2010-03-30 | International Business Machines Corporation | Protocol to fix broken links on the world wide web |
US20030158953A1 (en) * | 2002-02-21 | 2003-08-21 | Lal Amrish K. | Protocol to fix broken links on the world wide web |
US20030167274A1 (en) * | 2002-02-26 | 2003-09-04 | International Business Machines Corporation | Modification of a data repository based on an abstract data representation |
US8244702B2 (en) | 2002-02-26 | 2012-08-14 | International Business Machines Corporation | Modification of a data repository based on an abstract data representation |
US20030177233A1 (en) * | 2002-03-14 | 2003-09-18 | Yahoo! Inc. | Proxy client-server communication system |
US7103671B2 (en) * | 2002-03-14 | 2006-09-05 | Yahoo! Inc. | Proxy client-server communication system |
US9390186B2 (en) | 2002-03-19 | 2016-07-12 | Amazon Technologies, Inc. | Adaptive learning methods for selecting page components to include on dynamically generated pages |
US9135359B2 (en) | 2002-03-19 | 2015-09-15 | Amazon Technologies, Inc. | Adaptive learning methods for selecting page components to include on dynamically generated pages |
US8965998B1 (en) * | 2002-03-19 | 2015-02-24 | Amazon Technologies, Inc. | Adaptive learning methods for selecting web page components for inclusion in web pages |
US9053458B2 (en) * | 2002-03-25 | 2015-06-09 | Hewlett-Packard Development Company, L.P. | System and method for profiling clients within a system for harvesting community knowledge |
US20130041906A1 (en) * | 2002-03-25 | 2013-02-14 | Eytan Adar | System and method for profiling clients within a system for harvesting community knowledge |
US20030202009A1 (en) * | 2002-04-24 | 2003-10-30 | Stephane Kasriel | Integration toolbar |
EP1499982A1 (en) * | 2002-04-29 | 2005-01-26 | Meshnetworks, Inc. | A system and method for creating a graphical view of a network from a node's perspective |
EP1499982A4 (en) * | 2002-04-29 | 2007-03-28 | Meshnetworks Inc | A system and method for creating a graphical view of a network from a node's perspective |
WO2003098447A1 (en) * | 2002-04-29 | 2003-11-27 | Meshnetworks, Inc. | A system and method for creating a graphical view of a network from a node's perspective |
US20030231216A1 (en) * | 2002-06-13 | 2003-12-18 | International Business Machines Corp. | Internet navigation tree with bookmarking and emailing capability |
US20030231196A1 (en) * | 2002-06-13 | 2003-12-18 | International Business Machines Corporation | Implementation for determining user interest in the portions of lengthy received web documents by dynamically tracking and visually indicating the cumulative time spent by user in the portions of received web document |
US20050044064A1 (en) * | 2002-06-17 | 2005-02-24 | Kenneth Haase | Systems and methods for processing queries |
US7966311B2 (en) | 2002-06-17 | 2011-06-21 | Kenneth Haase | Systems and methods for processing queries |
US7860901B2 (en) * | 2002-06-27 | 2010-12-28 | Siebel Systems, Inc. | Dynamic generation of user interface components |
US20080010244A1 (en) * | 2002-06-27 | 2008-01-10 | Siebel Systems, Inc. | Dynamic Generation of User Interface Components |
US7240070B1 (en) * | 2002-06-27 | 2007-07-03 | Siebel Systems, Inc. | Dynamic generation of user interface components |
US9529859B2 (en) | 2002-06-28 | 2016-12-27 | Adobe Systems Incorporated | Capturing and presenting site visitation path data |
US8738609B2 (en) | 2002-06-28 | 2014-05-27 | Adobe Systems Incorporated | Capturing and presenting site visitation path data |
US20040098229A1 (en) * | 2002-06-28 | 2004-05-20 | Brett Error | Efficient click-stream data collection |
US8370420B1 (en) | 2002-07-11 | 2013-02-05 | Citrix Systems, Inc. | Web-integrated display of locally stored content objects |
US20050257006A1 (en) * | 2002-07-19 | 2005-11-17 | Atsushi Yoshida | Device linkage control apparatus |
US8417808B2 (en) * | 2002-07-19 | 2013-04-09 | Panasonic Corporation | Device linkage control apparatus |
US9946788B2 (en) | 2002-07-23 | 2018-04-17 | Oath Inc. | System and method for automated mapping of keywords and key phrases to documents |
US20040181525A1 (en) * | 2002-07-23 | 2004-09-16 | Ilan Itzhak | System and method for automated mapping of keywords and key phrases to documents |
US20040083294A1 (en) * | 2002-09-11 | 2004-04-29 | International Business Machines Corporation | Ubiqitous visited links |
US7359977B2 (en) * | 2002-09-11 | 2008-04-15 | International Business Machines Corporation | Ubiquitous visited links |
US20080163040A1 (en) * | 2002-09-11 | 2008-07-03 | International Business Machines Corporation | Ubiquitous visited links |
US7552224B2 (en) | 2002-09-11 | 2009-06-23 | International Business Machines Corporation | Ubiquitous visited links |
US20040104946A1 (en) * | 2002-09-23 | 2004-06-03 | Yufeng Li | System and method for automated positioning of graphic objects |
US20040133853A1 (en) * | 2002-09-23 | 2004-07-08 | Colleen Poerner | System and method for navigating an HMI |
US7668868B1 (en) * | 2002-11-04 | 2010-02-23 | Adobe Systems Incorporated | Group file delivery including user-defined metadata |
US7346678B1 (en) | 2002-11-14 | 2008-03-18 | Web Ex Communications, Inc. | System and method for monitoring and managing a computing service |
US20040107267A1 (en) * | 2002-12-02 | 2004-06-03 | International Business Machines Corporation | System and method for determining the availability of a web page |
US7194531B2 (en) * | 2002-12-02 | 2007-03-20 | International Business Machines Corporation | System and method for determining the availability of a web page |
US7254481B2 (en) * | 2002-12-27 | 2007-08-07 | Fujitsu Limited | Action support method and apparatus |
US20050149254A1 (en) * | 2002-12-27 | 2005-07-07 | Fujitsu Limited | Action support method and apparatus |
US7035860B2 (en) | 2003-01-17 | 2006-04-25 | International Business Machines Corporation | Trusted access by an extendible framework method, system, article of manufacture, and computer program product |
US20080270433A1 (en) * | 2003-01-17 | 2008-10-30 | International Business Machines Corporation | Trusted access by an extendible framework system, article of manufacture, and computer program product |
US20040143583A1 (en) * | 2003-01-17 | 2004-07-22 | International Business Machines Corporation | Trusted access by an extendible framework method, system, article of manufacture, and computer program product |
US20040168066A1 (en) * | 2003-02-25 | 2004-08-26 | Alden Kathryn A. | Web site management system and method |
US20090006995A1 (en) * | 2003-03-04 | 2009-01-01 | Omniture, Inc. | Associating Website Clicks With Links On A Web Page |
US8196048B2 (en) | 2003-03-04 | 2012-06-05 | Adobe Systems Incorporated | Associating website clicks with links on a web page |
US7603373B2 (en) | 2003-03-04 | 2009-10-13 | Omniture, Inc. | Assigning value to elements contributing to business success |
US20040254942A1 (en) * | 2003-03-04 | 2004-12-16 | Error Brett M. | Associating website clicks with links on a web page |
US20050114510A1 (en) * | 2003-03-04 | 2005-05-26 | Error Brett M. | Assigning value to elements contributing to business success |
US7441195B2 (en) | 2003-03-04 | 2008-10-21 | Omniture, Inc. | Associating website clicks with links on a web page |
US20040210520A1 (en) * | 2003-04-02 | 2004-10-21 | Fitzgerald Daleen R. | Bill payment payee information management system and method |
US20040215613A1 (en) * | 2003-04-17 | 2004-10-28 | Manikandan Venkataraman | System and method for controlling web pages |
US7814413B2 (en) * | 2003-04-17 | 2010-10-12 | Oracle International Corporation | System and method for controlling web pages |
US20040215560A1 (en) * | 2003-04-25 | 2004-10-28 | Peter Amalraj | Integrated payment system and method |
US7480716B2 (en) | 2003-04-28 | 2009-01-20 | International Business Machines Corporation | Non-invasive collection of data |
US7853690B2 (en) | 2003-04-28 | 2010-12-14 | International Business Machines Corporation | Non-invasive collection of data |
US20040215511A1 (en) * | 2003-04-28 | 2004-10-28 | International Business Machines Corporation | System and method for filtering non-invasive data collection |
US7519704B2 (en) | 2003-04-28 | 2009-04-14 | International Business Machines Corporation | Filtering non-invasive data collection |
US20040215715A1 (en) * | 2003-04-28 | 2004-10-28 | International Business Machines Corporation | System and method for non-invasive collection of data |
US20080307050A1 (en) * | 2003-04-28 | 2008-12-11 | International Business Machines Corporation | Non-Invasive Collection of Data |
US20060150249A1 (en) * | 2003-05-07 | 2006-07-06 | Derek Gassen | Method and apparatus for predictive and actual intrusion detection on a network |
US8640234B2 (en) | 2003-05-07 | 2014-01-28 | Trustwave Holdings, Inc. | Method and apparatus for predictive and actual intrusion detection on a network |
US20080015870A1 (en) * | 2003-05-30 | 2008-01-17 | Lawrence Benjamin Elowitz | Apparatus and method for facilitating a search for gems |
US8301747B2 (en) * | 2003-06-07 | 2012-10-30 | Hurra Communications Gmbh | Method and computer system for optimizing a link to a network page |
US20110087563A1 (en) * | 2003-06-07 | 2011-04-14 | Schweier Rene | Method and computer system for optimizing a link to a network page |
US10318598B2 (en) | 2003-06-27 | 2019-06-11 | Adobe Inc. | One-click segmentation definition |
US20050086296A1 (en) * | 2003-08-15 | 2005-04-21 | Blackboard Inc. | Content system and associated methods |
US8745222B2 (en) * | 2003-08-15 | 2014-06-03 | Blackboard Inc. | Content system and associated methods |
US8260844B2 (en) | 2003-08-25 | 2012-09-04 | Sybase, Inc. | Information messaging and collaboration system |
US20050050021A1 (en) * | 2003-08-25 | 2005-03-03 | Sybase, Inc. | Information Messaging and Collaboration System |
US8312480B2 (en) | 2003-09-16 | 2012-11-13 | Open Text S.A. | System and method for incorporating web services in a web site |
US10223335B2 (en) | 2003-09-16 | 2019-03-05 | Open Text Sa Ulc | Client-side web service provider |
US9792262B2 (en) | 2003-09-16 | 2017-10-17 | Open Text Sa Ulc | Client-side web service provider |
US20100312829A1 (en) * | 2003-09-16 | 2010-12-09 | O'connell Jr Conleth S | Client-Side Web Service Provider |
US8966509B2 (en) | 2003-09-16 | 2015-02-24 | Open Text S.A. | Client-side web service provider |
US7788681B1 (en) | 2003-09-16 | 2010-08-31 | Vignette Software, LLC | System and method for incorporating web services in a web site |
US20050171760A1 (en) * | 2003-10-08 | 2005-08-04 | Marc Tinkler | Visual thesaurus |
US20050096950A1 (en) * | 2003-10-29 | 2005-05-05 | Caplan Scott M. | Method and apparatus for creating and evaluating strategies |
US20050114382A1 (en) * | 2003-11-26 | 2005-05-26 | Lakshminarayan Choudur K. | Method and system for data segmentation |
US20050132282A1 (en) * | 2003-12-15 | 2005-06-16 | Microsoft Corporation | Mapper compiler |
US7237207B2 (en) * | 2003-12-15 | 2007-06-26 | Microsoft Corporation | Mapper compiler |
US20050168353A1 (en) * | 2004-01-16 | 2005-08-04 | Mci, Inc. | User interface for defining geographic zones for tracking mobile telemetry devices |
US20060123340A1 (en) * | 2004-03-03 | 2006-06-08 | Bailey Michael P | WEB usage overlays for third-party WEB plug-in content |
US20050216844A1 (en) * | 2004-03-03 | 2005-09-29 | Error Brett M | Delayed transmission of website usage data |
US7584435B2 (en) | 2004-03-03 | 2009-09-01 | Omniture, Inc. | Web usage overlays for third-party web plug-in content |
US7216256B2 (en) | 2004-03-30 | 2007-05-08 | Bellsouth Intellectual Property Corporation | Methods, systems, and products for verifying integrity of web-server served content |
US20050246448A1 (en) * | 2004-03-30 | 2005-11-03 | Karthiksundar Sankaran | Methods, systems, and products for verifying integrity of web-server served content |
US7363364B2 (en) | 2004-03-30 | 2008-04-22 | At&T Delaware Intellectual Property, Inc. | Methods, systems, and products for verifying integrity of web-server served content |
US7809823B2 (en) | 2004-03-30 | 2010-10-05 | At&T Intellectual Property I, L.P. | Methods, systems, and products for verifying integrity of web-server served content |
US7426556B2 (en) | 2004-03-30 | 2008-09-16 | At&T Intellectual Property I, L.P. | Methods, systems, and products for verifying integrity of web-server served content |
US20050261989A1 (en) * | 2004-04-06 | 2005-11-24 | Mark Vadon | Apparatus and method for facilitating a search for gem settings |
US20050262063A1 (en) * | 2004-04-26 | 2005-11-24 | Watchfire Corporation | Method and system for website analysis |
US20050256924A1 (en) * | 2004-05-14 | 2005-11-17 | Microsoft Corporation | Systems and methods for persisting data between web pages |
US9026578B2 (en) | 2004-05-14 | 2015-05-05 | Microsoft Corporation | Systems and methods for persisting data between web pages |
US10783464B2 (en) | 2004-05-20 | 2020-09-22 | Manyworlds, Inc. | Method and device for temporally sequenced adaptive recommendations of activities |
US20110153452A1 (en) * | 2004-05-20 | 2011-06-23 | Manyworlds, Inc. | Contextual Commerce Systems and Methods |
USRE43768E1 (en) | 2004-05-20 | 2012-10-23 | Manyworlds, Inc. | Adaptive commerce systems and methods |
US8380579B2 (en) | 2004-05-20 | 2013-02-19 | Manyworlds, Inc. | Contextual commerce systems and methods |
US7979857B2 (en) | 2004-05-21 | 2011-07-12 | Computer Associates Think, Inc. | Method and apparatus for dynamic memory resource management |
US20050262504A1 (en) * | 2004-05-21 | 2005-11-24 | Esfahany Kouros H | Method and apparatus for dynamic CPU resource management |
US7979863B2 (en) | 2004-05-21 | 2011-07-12 | Computer Associates Think, Inc. | Method and apparatus for dynamic CPU resource management |
US20050262505A1 (en) * | 2004-05-21 | 2005-11-24 | Esfahany Kouros H | Method and apparatus for dynamic memory resource management |
US20050278351A1 (en) * | 2004-05-28 | 2005-12-15 | Microsoft Corporation | Site navigation and site navigation data source |
US8156448B2 (en) * | 2004-05-28 | 2012-04-10 | Microsoft Corporation | Site navigation and site navigation data source |
US20050267872A1 (en) * | 2004-06-01 | 2005-12-01 | Yaron Galai | System and method for automated mapping of items to documents |
US7248168B2 (en) * | 2004-06-21 | 2007-07-24 | Sap Aktiengesellschaft | Accessing data tag information using database queries |
US20050280540A1 (en) * | 2004-06-21 | 2005-12-22 | Gordon Muehl | Accessing data tag information using database queries |
US8572233B2 (en) * | 2004-07-15 | 2013-10-29 | Hewlett-Packard Development Company, L.P. | Method and system for site path evaluation using web session clustering |
US20060015504A1 (en) * | 2004-07-15 | 2006-01-19 | Qingfeng Yu | Method and system for site path evaluation using web session clustering |
US9223492B2 (en) | 2004-08-02 | 2015-12-29 | International Business Machines Corporation | Tear-away topology views |
US8627234B2 (en) * | 2004-08-02 | 2014-01-07 | International Business Machines Corporation | Tear-away topology views |
US20060048075A1 (en) * | 2004-08-02 | 2006-03-02 | International Business Machines Corporation | Tear-away topology views |
US7484178B2 (en) * | 2004-08-30 | 2009-01-27 | International Business Machines Corporation | Method and apparatus for self validating URL links |
US20060048049A1 (en) * | 2004-08-30 | 2006-03-02 | International Business Machines Corporation | Method and apparatus for self validating URL links |
US20060047956A1 (en) * | 2004-08-31 | 2006-03-02 | Citrix Systems, Inc. | Methods and apparatus for secure online access on a client device |
US7797724B2 (en) | 2004-08-31 | 2010-09-14 | Citrix Systems, Inc. | Methods and apparatus for secure online access on a client device |
US20060085766A1 (en) * | 2004-10-15 | 2006-04-20 | Microsoft Corporation | Browsing web content using predictive navigation links |
US7810035B2 (en) * | 2004-10-15 | 2010-10-05 | Microsoft Corporation | Browsing web content using predictive navigation links |
US20060116999A1 (en) * | 2004-11-30 | 2006-06-01 | International Business Machines Corporation | Sequential stepwise query condition building |
US8762280B1 (en) | 2004-12-02 | 2014-06-24 | Google Inc. | Method and system for using a network analysis system to verify content on a website |
US10257208B1 (en) | 2004-12-02 | 2019-04-09 | Google Llc | Method and system for using a network analysis system to verify content on a website |
US8078631B2 (en) | 2004-12-06 | 2011-12-13 | International Business Machines Corporation | Research rapidity and efficiency improvement by analysis of research artifact similarity |
US20090063477A1 (en) * | 2004-12-06 | 2009-03-05 | Adams James C | Research rapidity and efficiency improvement by analysis of research artifact similarity |
US8583624B2 (en) | 2004-12-06 | 2013-11-12 | International Business Machines Corporation | Research rapidity and efficiency improvement by analysis of research artifact similarity |
US20060122965A1 (en) * | 2004-12-06 | 2006-06-08 | International Business Machines Corporation | Research rapidity and efficiency improvement by analysis of research artifact similarity |
US20080154845A1 (en) * | 2004-12-06 | 2008-06-26 | International Business Machines Corporation | Research rapidity and efficiency improvement by analysis of research artifact similarity |
US7480648B2 (en) | 2004-12-06 | 2009-01-20 | International Business Machines Corporation | Research rapidity and efficiency improvement by analysis of research artifact similarity |
US20060184655A1 (en) * | 2004-12-30 | 2006-08-17 | Brandon Shalton | Traffic analysis |
US8195647B2 (en) | 2005-01-14 | 2012-06-05 | International Business Machines Corporation | Abstract records |
US8122012B2 (en) | 2005-01-14 | 2012-02-21 | International Business Machines Corporation | Abstract record timeline rendering/display |
US20060161556A1 (en) * | 2005-01-14 | 2006-07-20 | International Business Machines Corporation | Abstract record timeline rendering/display |
US20100076961A1 (en) * | 2005-01-14 | 2010-03-25 | International Business Machines Corporation | Abstract records |
US8370483B2 (en) | 2005-01-24 | 2013-02-05 | Daintree Networks, Pty. Ltd. | Network analysis system and method |
US20060168206A1 (en) * | 2005-01-24 | 2006-07-27 | Choong Jason Y C | Network analysis system and method |
US7660892B2 (en) | 2005-01-24 | 2010-02-09 | Daintree Networks, Pty. Ltd. | Network analysis system and method |
US7962606B2 (en) | 2005-01-24 | 2011-06-14 | Daintree Networks, Pty. Ltd. | Network analysis system and method |
US7792956B2 (en) | 2005-01-24 | 2010-09-07 | Daintree Networks, Pty. Ltd. | Network analysis system and method |
US20100135186A1 (en) * | 2005-01-24 | 2010-06-03 | Daintree Networks, Pty. Ltd. | Network Analysis System and Method |
US20060168205A1 (en) * | 2005-01-24 | 2006-07-27 | Barron Gregory J | Network analysis system and method |
US20060168207A1 (en) * | 2005-01-24 | 2006-07-27 | Choong Jason Y C | Network analysis system and method |
US20060167717A1 (en) * | 2005-01-27 | 2006-07-27 | Desenberg Roger M | System and method for listing and finding goods and services over the internet |
US7493321B2 (en) | 2005-02-23 | 2009-02-17 | International Business Machines Corporation | Method, system, and computer program product for creating navigation views based on historical user behavior |
US20090041589A1 (en) * | 2005-03-09 | 2009-02-12 | Knorr-Bremse Systeme Fur Schienenfahrzeuge Gmbh | Oil-Injected Compressor with a Temperature Switch |
US20060212418A1 (en) * | 2005-03-17 | 2006-09-21 | International Business Machines Corporation | Sequence support operators for an abstract database |
US8095553B2 (en) | 2005-03-17 | 2012-01-10 | International Business Machines Corporation | Sequence support operators for an abstract database |
US8230072B1 (en) * | 2005-03-18 | 2012-07-24 | Oracle America, Inc. | Linking to popular navigation paths in a network |
US20060212452A1 (en) * | 2005-03-18 | 2006-09-21 | Cornacchia Louis G Iii | System and method for remotely inputting and retrieving records and generating reports |
US20060217930A1 (en) * | 2005-03-24 | 2006-09-28 | Inventec Corporation | Website-performance testing method |
US20070094157A1 (en) * | 2005-04-08 | 2007-04-26 | Manyworlds, Inc. | Adaptive Digital Asset and Media Management |
US20060241988A1 (en) * | 2005-04-12 | 2006-10-26 | David Yaskin | Method and system for generating an assignment binder within an assessment management system |
US8826154B2 (en) | 2005-05-03 | 2014-09-02 | Mcafee, Inc. | System, method, and computer program product for presenting an indicia of risk associated with search results within a graphical user interface |
US7562304B2 (en) | 2005-05-03 | 2009-07-14 | Mcafee, Inc. | Indicating website reputations during website manipulation of user information |
US20080114709A1 (en) * | 2005-05-03 | 2008-05-15 | Dixon Christopher J | System, method, and computer program product for presenting an indicia of risk associated with search results within a graphical user interface |
US20100042931A1 (en) * | 2005-05-03 | 2010-02-18 | Christopher John Dixon | Indicating website reputations during website manipulation of user information |
US8566726B2 (en) | 2005-05-03 | 2013-10-22 | Mcafee, Inc. | Indicating website reputations based on website handling of personal information |
US8516377B2 (en) | 2005-05-03 | 2013-08-20 | Mcafee, Inc. | Indicating Website reputations during Website manipulation of user information |
US7822620B2 (en) | 2005-05-03 | 2010-10-26 | Mcafee, Inc. | Determining website reputations using automatic testing |
US8438499B2 (en) | 2005-05-03 | 2013-05-07 | Mcafee, Inc. | Indicating website reputations during user interactions |
US7765481B2 (en) | 2005-05-03 | 2010-07-27 | Mcafee, Inc. | Indicating website reputations during an electronic commerce transaction |
US8429545B2 (en) | 2005-05-03 | 2013-04-23 | Mcafee, Inc. | System, method, and computer program product for presenting an indicia of risk reflecting an analysis associated with search results within a graphical user interface |
US20080109473A1 (en) * | 2005-05-03 | 2008-05-08 | Dixon Christopher J | System, method, and computer program product for presenting an indicia of risk reflecting an analysis associated with search results within a graphical user interface |
US20060253578A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Indicating website reputations during user interactions |
US8321791B2 (en) | 2005-05-03 | 2012-11-27 | Mcafee, Inc. | Indicating website reputations during website manipulation of user information |
US20060253579A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Indicating website reputations during an electronic commerce transaction |
US8826155B2 (en) | 2005-05-03 | 2014-09-02 | Mcafee, Inc. | System, method, and computer program product for presenting an indicia of risk reflecting an analysis associated with search results within a graphical user interface |
US8296664B2 (en) | 2005-05-03 | 2012-10-23 | Mcafee, Inc. | System, method, and computer program product for presenting an indicia of risk associated with search results within a graphical user interface |
US20060253458A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Determining website reputations using automatic testing |
US20060253581A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Indicating website reputations during website manipulation of user information |
US20060253580A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Website reputation product architecture |
US20060253582A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Indicating website reputations within search results |
US20060253584A1 (en) * | 2005-05-03 | 2006-11-09 | Dixon Christopher J | Reputation of an entity associated with a content item |
US9384345B2 (en) | 2005-05-03 | 2016-07-05 | Mcafee, Inc. | Providing alternative web content based on website reputation assessment |
US8108183B2 (en) | 2005-05-04 | 2012-01-31 | Henri Hein | System and method for load testing a web-based application |
US20060265190A1 (en) * | 2005-05-04 | 2006-11-23 | Henri Hein | System and method for load testing a web-based application |
US9081863B2 (en) | 2005-06-03 | 2015-07-14 | Adobe Systems Incorporated | One-click segmentation definition |
US8578041B2 (en) | 2005-06-03 | 2013-11-05 | Adobe Systems Incorporated | Variable sampling rates for website visitation analysis |
US20060277197A1 (en) * | 2005-06-03 | 2006-12-07 | Bailey Michael P | Data format for website traffic statistics |
US8538969B2 (en) | 2005-06-03 | 2013-09-17 | Adobe Systems Incorporated | Data format for website traffic statistics |
US20060277212A1 (en) * | 2005-06-03 | 2006-12-07 | Error Brett M | User interface providing summary information or a status pane in a web analytics tool |
US7941394B2 (en) | 2005-06-03 | 2011-05-10 | Adobe Systems Incorporated | User interface providing summary information or a status pane in a web analytics tool |
US20060274763A1 (en) * | 2005-06-03 | 2006-12-07 | Error Christopher R | Variable sampling rates for website visitation analysis |
US20060277198A1 (en) * | 2005-06-03 | 2006-12-07 | Error Brett M | One-click segmentation definition |
US7991732B2 (en) | 2005-06-03 | 2011-08-02 | Adobe Systems Incorporated | Incrementally adding segmentation criteria to a data set |
US9171093B2 (en) | 2005-06-03 | 2015-10-27 | Adobe Systems Incorporated | User interface providing summary information or a status pane in a web analytics tool |
US7761457B2 (en) | 2005-06-06 | 2010-07-20 | Adobe Systems Incorporated | Creation of segmentation definitions |
US8135722B2 (en) | 2005-06-06 | 2012-03-13 | Adobe Systems Incorporated | Creation of segmentation definitions |
US20060277585A1 (en) * | 2005-06-06 | 2006-12-07 | Error Christopher R | Creation of segmentation definitions |
US20060282318A1 (en) * | 2005-06-10 | 2006-12-14 | Emergency 24, Inc. | Method of suspending an internet advertising campaign for an advertised web site when the web site is inaccessible |
US9965561B2 (en) * | 2005-06-16 | 2018-05-08 | Gula Consulting Limited Liability Company | Auto-refinement of search results based on monitored search activities of users |
US11809504B2 (en) | 2005-06-16 | 2023-11-07 | Gula Consulting Limited Liability Company | Auto-refinement of search results based on monitored search activities of users |
US20160196357A1 (en) * | 2005-06-16 | 2016-07-07 | Gula Consulting Limited Liability Company | Auto-refinement of search results based on monitored search activities of users |
US10599735B2 (en) * | 2005-06-16 | 2020-03-24 | Gula Consulting Limited Liability Company | Auto-refinement of search results based on monitored search activities of users |
US11188604B2 (en) * | 2005-06-16 | 2021-11-30 | Gula Consulting Limited Liability Company | Auto-refinement of search results based on monitored search activities of users |
US8200676B2 (en) | 2005-06-28 | 2012-06-12 | Nokia Corporation | User interface for geographic search |
US20070198494A1 (en) * | 2005-07-08 | 2007-08-23 | Vadon Mark C | Apparatus and method for facilitating a search for sets of gems |
US20070033276A1 (en) * | 2005-08-08 | 2007-02-08 | Southern Company Services, Inc. | Application portfolio and architecture research tool |
US20070078958A1 (en) * | 2005-09-19 | 2007-04-05 | Victor Bennett | Traffic prediction for web sites |
US8670319B2 (en) * | 2005-09-19 | 2014-03-11 | Google, Inc. | Traffic prediction for web sites |
US8271865B1 (en) | 2005-09-19 | 2012-09-18 | Google Inc. | Detection and utilization of document reading speed |
US8104033B2 (en) | 2005-09-30 | 2012-01-24 | Computer Associates Think, Inc. | Managing virtual machines based on business priorty |
US20070079308A1 (en) * | 2005-09-30 | 2007-04-05 | Computer Associates Think, Inc. | Managing virtual machines |
US8255907B2 (en) | 2005-09-30 | 2012-08-28 | Ca, Inc. | Managing virtual machines based on business priority |
US8225313B2 (en) | 2005-10-19 | 2012-07-17 | Ca, Inc. | Object-based virtual infrastructure management |
US20070094367A1 (en) * | 2005-10-19 | 2007-04-26 | Esfahany Kouros H | Object-based virtual infrastructure management |
US8326837B2 (en) | 2005-10-27 | 2012-12-04 | International Business Machines Corporation | Dynamically generating a portal site map |
US20070124506A1 (en) * | 2005-10-27 | 2007-05-31 | Brown Douglas S | Systems, methods, and media for dynamically generating a portal site map |
US20080183720A1 (en) * | 2005-10-27 | 2008-07-31 | Douglas Stuart Brown | Systems, Methods, and Media for Dynamically Generating a Portal Site Map |
US7383334B2 (en) | 2005-10-28 | 2008-06-03 | Omniture, Inc. | Comparison of website visitation data sets generated from using different navigation tools |
US20070100846A1 (en) * | 2005-10-28 | 2007-05-03 | Adobe Systems Incorporated | Aggregate file containing a content-description file and a resource file |
US20070100992A1 (en) * | 2005-10-28 | 2007-05-03 | Wong Catherine J | Comparison of Website Visitation Data Sets |
US20070100865A1 (en) * | 2005-10-28 | 2007-05-03 | Adobe Systems Incorporated | Aggregate file containing content-description files having native file formats |
US20070112712A1 (en) * | 2005-11-02 | 2007-05-17 | Manyworlds, Inc. | Adaptive Knowledge Lifecycle Management |
US20110022564A1 (en) * | 2005-11-02 | 2011-01-27 | Manyworlds, Inc. | Adaptive Knowledge Lifecycle Management Methods |
US7831535B2 (en) | 2005-11-02 | 2010-11-09 | Manyworlds, Inc. | Adaptive knowledge lifecycle management aligned with assessed financial value based on organizing structure of knowledge assets |
US8046357B2 (en) * | 2005-11-07 | 2011-10-25 | Iac Search & Media, Inc. | Sampling internet user traffic to improve search results |
WO2007055872A3 (en) * | 2005-11-07 | 2007-09-13 | Iac Search & Media Inc | Sampling internet user traffic to improve search results |
WO2007055872A2 (en) * | 2005-11-07 | 2007-05-18 | Iac Search & Media, Inc. | Sampling internet user traffic to improve search results |
GB2444886A (en) * | 2005-11-07 | 2008-06-18 | Iac Search & Media Inc | Sampling internet user traffic to improve search results |
US20070112730A1 (en) * | 2005-11-07 | 2007-05-17 | Antonino Gulli | Sampling Internet user traffic to improve search results |
US20090055438A1 (en) * | 2005-11-10 | 2009-02-26 | Dettinger Richard D | Strict validation of inference rule based on abstraction environment |
US20070112827A1 (en) * | 2005-11-10 | 2007-05-17 | International Business Machines Corporation | Abstract rule sets |
US20070106807A1 (en) * | 2005-11-10 | 2007-05-10 | Cisco Technology, Inc. | Method and apparatus for dial plan debugging |
US8140571B2 (en) | 2005-11-10 | 2012-03-20 | International Business Machines Corporation | Dynamic discovery of abstract rule set required inputs |
US8145628B2 (en) | 2005-11-10 | 2012-03-27 | International Business Machines Corporation | Strict validation of inference rule based on abstraction environment |
US8484324B2 (en) * | 2005-11-10 | 2013-07-09 | Cisco Technology, Inc. | Method and apparatus for dial plan debugging |
US20080301108A1 (en) * | 2005-11-10 | 2008-12-04 | Dettinger Richard D | Dynamic discovery of abstract rule set required inputs |
US20080178122A1 (en) * | 2006-02-03 | 2008-07-24 | Crown Partners,Llc | System and method for website configuration and management |
US9411896B2 (en) | 2006-02-10 | 2016-08-09 | Nokia Technologies Oy | Systems and methods for spatial thumbnails and companion maps for media objects |
US20070219968A1 (en) * | 2006-02-10 | 2007-09-20 | Metacarta, Inc. | Systems and methods for spatial thumbnails and companion maps for media objects |
US11645325B2 (en) | 2006-02-10 | 2023-05-09 | Nokia Technologies Oy | Systems and methods for spatial thumbnails and companion maps for media objects |
US9684655B2 (en) | 2006-02-10 | 2017-06-20 | Nokia Technologies Oy | Systems and methods for spatial thumbnails and companion maps for media objects |
US20070198951A1 (en) * | 2006-02-10 | 2007-08-23 | Metacarta, Inc. | Systems and methods for spatial thumbnails and companion maps for media objects |
US10810251B2 (en) | 2006-02-10 | 2020-10-20 | Nokia Technologies Oy | Systems and methods for spatial thumbnails and companion maps for media objects |
US8271521B2 (en) | 2006-03-20 | 2012-09-18 | Blue Nile, Inc. | Computerized search technique, such as an internet-based gemstone search technique |
US20070219960A1 (en) * | 2006-03-20 | 2007-09-20 | Blue Nile, Inc. | Computerized search technique, such as an internet-based gemstone search technique |
US20070239729A1 (en) * | 2006-03-30 | 2007-10-11 | International Business Machines Corporation | System, method and program to test a web site |
US8701196B2 (en) | 2006-03-31 | 2014-04-15 | Mcafee, Inc. | System, method and computer program product for obtaining a reputation associated with a file |
US8775919B2 (en) | 2006-04-25 | 2014-07-08 | Adobe Systems Incorporated | Independent actionscript analytics tools and techniques |
US9614927B2 (en) | 2006-04-25 | 2017-04-04 | Adobe System Incorporated | Independent actionscript analytics tools and techniques |
US7483978B2 (en) * | 2006-05-15 | 2009-01-27 | Computer Associates Think, Inc. | Providing a unified user interface for managing a plurality of heterogeneous computing environments |
US20070271352A1 (en) * | 2006-05-22 | 2007-11-22 | Chirag Khopkar | Monitoring landing page experiments |
US8682712B2 (en) | 2006-05-22 | 2014-03-25 | Google Inc. | Monitoring landing page experiments |
US8015183B2 (en) * | 2006-06-12 | 2011-09-06 | Nokia Corporation | System and methods for providing statstically interesting geographical information based on queries to a geographic search engine |
US20080010262A1 (en) * | 2006-06-12 | 2008-01-10 | Metacarta, Inc. | System and methods for providing statstically interesting geographical information based on queries to a geographic search engine |
US20080010605A1 (en) * | 2006-06-12 | 2008-01-10 | Metacarta, Inc. | Systems and methods for generating and correcting location references extracted from text |
US20080010273A1 (en) * | 2006-06-12 | 2008-01-10 | Metacarta, Inc. | Systems and methods for hierarchical organization and presentation of geographic search results |
US9286404B2 (en) | 2006-06-28 | 2016-03-15 | Nokia Technologies Oy | Methods of systems using geographic meta-metadata in information retrieval and document displays |
US20090119255A1 (en) * | 2006-06-28 | 2009-05-07 | Metacarta, Inc. | Methods of Systems Using Geographic Meta-Metadata in Information Retrieval and Document Displays |
US9842093B2 (en) | 2006-06-30 | 2017-12-12 | International Business Machines Corporation | Method and apparatus for intelligent capture of document object model events |
US8868533B2 (en) | 2006-06-30 | 2014-10-21 | International Business Machines Corporation | Method and apparatus for intelligent capture of document object model events |
US9495340B2 (en) | 2006-06-30 | 2016-11-15 | International Business Machines Corporation | Method and apparatus for intelligent capture of document object model events |
US20080022216A1 (en) * | 2006-07-21 | 2008-01-24 | Duval John J | Method and system for obtaining primary search terms for use in conducting an internet search |
US20080056538A1 (en) * | 2006-08-04 | 2008-03-06 | Metacarta, Inc. | Systems and methods for obtaining and using information from map images |
US20080065685A1 (en) * | 2006-08-04 | 2008-03-13 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US20080052638A1 (en) * | 2006-08-04 | 2008-02-28 | Metacarta, Inc. | Systems and methods for obtaining and using information from map images |
US20080033921A1 (en) * | 2006-08-04 | 2008-02-07 | Yan Arrouye | Method and apparatus for processing metadata |
US9721157B2 (en) | 2006-08-04 | 2017-08-01 | Nokia Technologies Oy | Systems and methods for obtaining and using information from map images |
US20080040336A1 (en) * | 2006-08-04 | 2008-02-14 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US20080033935A1 (en) * | 2006-08-04 | 2008-02-07 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US20080033936A1 (en) * | 2006-08-04 | 2008-02-07 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US20080033944A1 (en) * | 2006-08-04 | 2008-02-07 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US7996380B2 (en) * | 2006-08-04 | 2011-08-09 | Apple Inc. | Method and apparatus for processing metadata |
US7831526B1 (en) | 2006-08-25 | 2010-11-09 | Fair Isaac Corporation | Article and method for finding a compact representation to visualize complex decision trees |
US7644375B1 (en) | 2006-09-18 | 2010-01-05 | Adobe Systems Incorporated | Dynamic path flow reports |
US20080140348A1 (en) * | 2006-10-31 | 2008-06-12 | Metacarta, Inc. | Systems and methods for predictive models using geographic text search |
US20110078044A1 (en) * | 2006-11-10 | 2011-03-31 | Media Patents, S.L. | Process for implementing a method for the on-line sale of software product use licenses through a data network, and software component which allows carrying out said process |
US20100235263A1 (en) * | 2006-11-10 | 2010-09-16 | Media Patents, S.L. | Process for implementing a method for the on-line sale of software product use licenses through a data network, and software component which allows carrying out said process |
US20100228647A1 (en) * | 2006-11-10 | 2010-09-09 | Media Patents, S.L. | Process for implementing a method for the on-line sale of software product use licenses through a data network, and software component which allows carrying out said process |
US20100235262A1 (en) * | 2006-11-10 | 2010-09-16 | Media Patents, S.L. | Process for implementing a method for the on-line sale of software product use licenses through a data network, and software component which allows carrying out said process |
US20100153873A1 (en) * | 2006-11-10 | 2010-06-17 | Media Patents, S.L. | Process for implementing a method for the on-line sale of software product use licenses through a data network, and software component which allows carrying out said process |
US20110060689A1 (en) * | 2006-11-10 | 2011-03-10 | Media Patents, S.L. | Process for implementing a method for the on-line sale of software products and the activation of use licenses through a data network |
US8645278B2 (en) | 2006-11-10 | 2014-02-04 | Media Patents, S.L. | Process for the on-line sale of a software product |
US20100153231A1 (en) * | 2006-11-10 | 2010-06-17 | Media Patents, S.L. | Process for implementing a method for the on-line sale of software product use licenses through a data network, and software component which allows carrying out said process |
US8645277B2 (en) | 2006-11-10 | 2014-02-04 | Media Patents, S.L. | Process for the on-line sale of a software product |
US20100235264A1 (en) * | 2006-11-10 | 2010-09-16 | Media Patents, S.L. | Process for the on-line sale of a software product |
US20080114695A1 (en) * | 2006-11-10 | 2008-05-15 | Semantic Components S.L. | Process for implementing a method for the on-line sale of software product use licenses through a data network, and software component which allows carrying out said process |
US20100235265A1 (en) * | 2006-11-10 | 2010-09-16 | Media Patents, S.L. | Process for the on-line sale of a software product |
US8988418B1 (en) | 2007-01-05 | 2015-03-24 | Florelle, Inc. | System and method for parametric display of modular aesthetic designs |
US20080177588A1 (en) * | 2007-01-23 | 2008-07-24 | Quigo Technologies, Inc. | Systems and methods for selecting aesthetic settings for use in displaying advertisements over a network |
US20080256435A1 (en) * | 2007-01-26 | 2008-10-16 | Citation Technologies, Inc. | Interconnection of Document Preparation, Document Viewing, and Alert Processing in Structured Documents |
US8694890B2 (en) * | 2007-01-31 | 2014-04-08 | Adobe Sytems Incorporated | Use of color in a site analysis report |
US20080183860A1 (en) * | 2007-01-31 | 2008-07-31 | Omniture, Inc. | Intelligent node positioning in a site analysis report |
US20080181463A1 (en) * | 2007-01-31 | 2008-07-31 | Omniture, Inc. | Use of color in a site analysis report |
US8812957B2 (en) * | 2007-01-31 | 2014-08-19 | Adobe Systems Incorporated | Relevance slider in a site analysis report |
US20080184113A1 (en) * | 2007-01-31 | 2008-07-31 | Omniture, Inc. | Relevance slider in a site analysis report |
US8099491B2 (en) | 2007-01-31 | 2012-01-17 | Adobe Systems Incorporated | Intelligent node positioning in a site analysis report |
US20080189406A1 (en) * | 2007-02-05 | 2008-08-07 | Jian Shen | System and method of a peer-to-peer web service monitoring network |
US9317494B2 (en) * | 2007-04-03 | 2016-04-19 | Sap Se | Graphical hierarchy conversion |
US20080250318A1 (en) * | 2007-04-03 | 2008-10-09 | Sap Ag | Graphical hierarchy conversion |
US20110137754A1 (en) * | 2007-04-04 | 2011-06-09 | Media Patents, S.L. | Methods for distributions of digital files |
US20100235237A1 (en) * | 2007-04-04 | 2010-09-16 | Media Patents, S.L. | Methods for distributions of digital files |
US20110137738A1 (en) * | 2007-04-04 | 2011-06-09 | Media Patents, S.L. | Methods for distributions of digital files |
US8140557B2 (en) | 2007-05-15 | 2012-03-20 | International Business Machines Corporation | Ontological translation of abstract rules |
US20080294617A1 (en) * | 2007-05-22 | 2008-11-27 | Kushal Chakrabarti | Probabilistic Recommendation System |
US8301623B2 (en) | 2007-05-22 | 2012-10-30 | Amazon Technologies, Inc. | Probabilistic recommendation system |
US8549436B1 (en) | 2007-06-04 | 2013-10-01 | RedZ, Inc. | Visual web search interface |
US10489286B2 (en) | 2007-06-05 | 2019-11-26 | Software Research, Inc. | Driving a web browser for testing web pages using a document object model |
US8219447B1 (en) | 2007-06-06 | 2012-07-10 | Amazon Technologies, Inc. | Real-time adaptive probabilistic selection of messages |
US8200609B2 (en) | 2007-08-31 | 2012-06-12 | Fair Isaac Corporation | Construction of decision logic with graphs |
US20090058859A1 (en) * | 2007-08-31 | 2009-03-05 | Crawford Stuart L | Construction of decision logic with graphs |
US8266090B2 (en) | 2007-08-31 | 2012-09-11 | Fair Isaac Corporation | Color-coded visual comparison of decision logic |
US8312389B2 (en) | 2007-08-31 | 2012-11-13 | Fair Isaac Corporation | Visualization of decision logic |
US8990714B2 (en) | 2007-08-31 | 2015-03-24 | International Business Machines Corporation | Replaying captured network interactions |
US9037484B2 (en) | 2007-09-25 | 2015-05-19 | Amazon Technologies, Inc. | Dynamic control system for managing redirection of requests for content |
US10311124B1 (en) | 2007-09-25 | 2019-06-04 | Amazon Technologies, Inc. | Dynamic redirection of requests for content |
US8738733B1 (en) | 2007-09-25 | 2014-05-27 | Amazon Technologies, Inc. | Dynamic control system for managing redirection of requests for content |
US8296643B1 (en) * | 2007-10-18 | 2012-10-23 | Google Inc. | Running multiple web page experiments on a test page |
US8234632B1 (en) | 2007-10-22 | 2012-07-31 | Google Inc. | Adaptive website optimization experiment |
US8791948B2 (en) * | 2007-11-09 | 2014-07-29 | Ebay Inc. | Methods and systems to generate graphical representations of relationships between persons based on transactions |
US20090125543A1 (en) * | 2007-11-09 | 2009-05-14 | Ebay Inc. | Transaction data representations using an adjacency matrix |
US20090122065A1 (en) * | 2007-11-09 | 2009-05-14 | Ebay Inc. | Network rating visualization |
US8775475B2 (en) * | 2007-11-09 | 2014-07-08 | Ebay Inc. | Transaction data representations using an adjacency matrix |
US9870630B2 (en) | 2007-11-09 | 2018-01-16 | Ebay Inc. | Methods and systems to generate graphical representations of relationships between persons based on transactions |
US11074511B2 (en) | 2007-11-30 | 2021-07-27 | Paypal, Inc. | System and method for graph pattern analysis |
US8412571B2 (en) | 2008-02-11 | 2013-04-02 | Advertising.Com Llc | Systems and methods for selling and displaying advertisements over a network |
US20090204485A1 (en) * | 2008-02-11 | 2009-08-13 | Anthony Joseph Wills | Systems and methods for selling and displaying advertisements over a network |
US20090210863A1 (en) * | 2008-02-19 | 2009-08-20 | Google Inc. | Code-based website experiments |
US9087296B2 (en) | 2008-02-22 | 2015-07-21 | Adobe Systems Incorporated | Navigable semantic network that processes a specification to and uses a set of declaritive statements to produce a semantic network model |
US8332782B1 (en) * | 2008-02-22 | 2012-12-11 | Adobe Systems Incorporated | Network visualization and navigation |
US8239489B1 (en) | 2008-02-25 | 2012-08-07 | Google Inc. | Web page experiments with fragmented section variations |
US8676885B2 (en) | 2008-03-18 | 2014-03-18 | Zaron Remote Llc | Methods and transmitting multimedia files and advertisements |
US8090774B2 (en) | 2008-03-18 | 2012-01-03 | Media Patents, S.L. | Methods for transmitting multimedia files and advertisements |
US9324097B2 (en) | 2008-03-18 | 2016-04-26 | Tamiras Per Pte. Ltd., Llc | Methods and apparatus for transmitting multimedia files and advertisements |
US20110238509A1 (en) * | 2008-03-18 | 2011-09-29 | Media Patents, S.L. | Methods for Transmitting Multimedia Files and Advertisements |
US9955198B2 (en) | 2008-03-18 | 2018-04-24 | Tamiras Per Pte. Ltd., Llc | Methods and apparatus for transmitting multimedia files and advertisements |
US9270764B2 (en) | 2008-03-18 | 2016-02-23 | Tamiras Per Pte Ltd., Llc | Methods for transmitting multimedia files and advertisements |
US9762692B2 (en) | 2008-04-04 | 2017-09-12 | Level 3 Communications, Llc | Handling long-tail content in a content delivery network (CDN) |
US10924573B2 (en) | 2008-04-04 | 2021-02-16 | Level 3 Communications, Llc | Handling long-tail content in a content delivery network (CDN) |
US8930538B2 (en) | 2008-04-04 | 2015-01-06 | Level 3 Communications, Llc | Handling long-tail content in a content delivery network (CDN) |
US10218806B2 (en) | 2008-04-04 | 2019-02-26 | Level 3 Communications, Llc | Handling long-tail content in a content delivery network (CDN) |
US20100332595A1 (en) * | 2008-04-04 | 2010-12-30 | David Fullagar | Handling long-tail content in a content delivery network (cdn) |
US10970467B2 (en) | 2008-04-11 | 2021-04-06 | Verizon Media Inc. | Systems and methods for video content association |
US20090259927A1 (en) * | 2008-04-11 | 2009-10-15 | Quigo Technologies, Inc. | Systems and methods for video content association |
US10387544B2 (en) | 2008-04-11 | 2019-08-20 | Oath (Americas) Inc. | Systems and methods for video content association |
US8726146B2 (en) | 2008-04-11 | 2014-05-13 | Advertising.Com Llc | Systems and methods for video content association |
US11947897B2 (en) | 2008-04-11 | 2024-04-02 | Yahoo Ad Tech Llc | Systems and methods for video content association |
US20090271505A1 (en) * | 2008-04-28 | 2009-10-29 | Bea Systems, Inc. | System and method for executing third party module with web servers |
US9888092B2 (en) * | 2008-04-28 | 2018-02-06 | Oracle International Corporation | System and method for executing third party module with web servers |
US20090307086A1 (en) * | 2008-05-31 | 2009-12-10 | Randy Adams | Systems and methods for visually grouping links to documents |
US20120221939A1 (en) * | 2008-07-09 | 2012-08-30 | Hill Matthew D | Methods and Systems for Node-Based Website Design |
US10002347B2 (en) | 2008-07-09 | 2018-06-19 | The Interpose Corporation | Methods and systems for node-based website design |
US10217094B2 (en) * | 2008-07-09 | 2019-02-26 | Beguided Inc. | Methods and systems for node-based website design |
US20100023850A1 (en) * | 2008-07-25 | 2010-01-28 | Prajakta Jagdale | Method And System For Characterising A Web Site By Sampling |
US8136029B2 (en) * | 2008-07-25 | 2012-03-13 | Hewlett-Packard Development Company, L.P. | Method and system for characterising a web site by sampling |
US20100037169A1 (en) * | 2008-08-08 | 2010-02-11 | Eastman Kodak Company | Display of system operating status in a multi-node system |
US9207955B2 (en) | 2008-08-14 | 2015-12-08 | International Business Machines Corporation | Dynamically configurable session agent |
US20100042573A1 (en) * | 2008-08-14 | 2010-02-18 | Tealeaf Technology, Inc. | Method and system for communication between a client system and a server system |
US9787803B2 (en) | 2008-08-14 | 2017-10-10 | International Business Machines Corporation | Dynamically configurable session agent |
US8898275B2 (en) | 2008-08-14 | 2014-11-25 | International Business Machines Corporation | Dynamically configurable session agent |
US8949406B2 (en) | 2008-08-14 | 2015-02-03 | International Business Machines Corporation | Method and system for communication between a client system and a server system |
US20100060642A1 (en) * | 2008-09-08 | 2010-03-11 | Gaurav Chhaparwal | Techniques For Drawing Curved Edges In Graphs |
US8730241B2 (en) | 2008-09-08 | 2014-05-20 | Fair Isaac Corporation | Techniques for drawing curved edges in graphs |
US20100060643A1 (en) * | 2008-09-08 | 2010-03-11 | Kashyap Babu Rao Kolipaka | Algorithm For Drawing Directed Acyclic Graphs |
US8237716B2 (en) | 2008-09-08 | 2012-08-07 | Fair Isaac Corporation | Algorithm for drawing directed acyclic graphs |
US8280836B2 (en) | 2008-09-08 | 2012-10-02 | Fair Isaac Corporation | Converting unordered graphs to oblivious read once ordered graph representation |
CN101729288A (en) * | 2008-10-31 | 2010-06-09 | 中国科学院计算机网络信息中心 | Method and device for counting network access behaviours of internet users |
US8132095B2 (en) * | 2008-11-02 | 2012-03-06 | Observepoint Llc | Auditing a website with page scanning and rendering techniques |
US8365062B2 (en) * | 2008-11-02 | 2013-01-29 | Observepoint, Inc. | Auditing a website with page scanning and rendering techniques |
US20140082482A1 (en) * | 2008-11-02 | 2014-03-20 | Observepoint Llc | Rule-based validation of websites |
US20110041090A1 (en) * | 2008-11-02 | 2011-02-17 | Observepoint Llc | Auditing a website with page scanning and rendering techniques |
US20110035486A1 (en) * | 2008-11-02 | 2011-02-10 | Observepoint, Inc. | Monitoring the health of web page analytics code |
US9203720B2 (en) | 2008-11-02 | 2015-12-01 | Observepoint, Inc. | Monitoring the health of web page analytics code |
US8589790B2 (en) | 2008-11-02 | 2013-11-19 | Observepoint Llc | Rule-based validation of websites |
US20110078557A1 (en) * | 2008-11-02 | 2011-03-31 | Observepoint, Inc. | Auditing a website with page scanning and rendering techniques |
US8578019B2 (en) | 2008-11-02 | 2013-11-05 | Observepoint, Llc | Monitoring the health of web page analytics code |
US9606971B2 (en) * | 2008-11-02 | 2017-03-28 | Observepoint, Inc. | Rule-based validation of websites |
US20110119220A1 (en) * | 2008-11-02 | 2011-05-19 | Observepoint Llc | Rule-based validation of websites |
US20100125757A1 (en) * | 2008-11-14 | 2010-05-20 | Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. | System and method for correcting errors in downloading web pages |
US8015453B2 (en) * | 2008-11-14 | 2011-09-06 | Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. | System and method for correcting errors in downloading web pages |
US10965745B2 (en) | 2008-11-26 | 2021-03-30 | Calgary Scientific Inc. | Method and system for providing remote access to a state of an application program |
US10334042B2 (en) | 2008-11-26 | 2019-06-25 | Calgary Scientific Inc. | Method and system for providing remote access to a state of an application program |
US8341540B1 (en) * | 2009-02-03 | 2012-12-25 | Amazon Technologies, Inc. | Visualizing object behavior |
US9459766B1 (en) | 2009-02-03 | 2016-10-04 | Amazon Technologies, Inc. | Visualizing object behavior |
US8234582B1 (en) | 2009-02-03 | 2012-07-31 | Amazon Technologies, Inc. | Visualizing object behavior |
US8250473B1 (en) | 2009-02-03 | 2012-08-21 | Amazon Technoloies, Inc. | Visualizing object behavior |
US9128895B2 (en) | 2009-02-19 | 2015-09-08 | Oracle International Corporation | Intelligent flood control management |
US20100251128A1 (en) * | 2009-03-31 | 2010-09-30 | Matthew Cordasco | Visualization of website analytics |
US10521486B2 (en) | 2009-03-31 | 2019-12-31 | Acoustic, L.P. | Method and apparatus for using proxies to interact with webpage analytics |
US8930818B2 (en) * | 2009-03-31 | 2015-01-06 | International Business Machines Corporation | Visualization of website analytics |
US9934320B2 (en) | 2009-03-31 | 2018-04-03 | International Business Machines Corporation | Method and apparatus for using proxy objects on webpage overlays to provide alternative webpage actions |
US20140215311A1 (en) * | 2009-06-25 | 2014-07-31 | Oracle International Corporation | Technique For Skipping Irrelevant Portions Of Documents During Streaming XPath Evaluation |
US10037311B2 (en) * | 2009-06-25 | 2018-07-31 | Oracle International Corporation | Technique for skipping irrelevant portions of documents during streaming XPath evaluation |
KR101158843B1 (en) * | 2009-07-28 | 2012-06-27 | 박승범 | management system |
US8689117B1 (en) | 2009-10-30 | 2014-04-01 | Google Inc. | Webpages with conditional content |
US10026098B2 (en) | 2010-01-06 | 2018-07-17 | Evidon, Inc. | Systems and methods for configuring and presenting notices to viewers of electronic ad content regarding targeted advertising techniques used by Internet advertising entities |
US20120143919A1 (en) * | 2010-01-20 | 2012-06-07 | Oracle International Corporation | Hybrid Binary XML Storage Model For Efficient XML Processing |
US9165086B2 (en) * | 2010-01-20 | 2015-10-20 | Oracle International Corporation | Hybrid binary XML storage model for efficient XML processing |
US20110234637A1 (en) * | 2010-03-24 | 2011-09-29 | Microsoft Corporation | Smart gestures for diagram state transitions |
US8914736B2 (en) | 2010-03-30 | 2014-12-16 | International Business Machines Corporation | On-page manipulation and real-time replacement of content |
US20110252045A1 (en) * | 2010-04-07 | 2011-10-13 | Yahoo! Inc. | Large scale concept discovery for webpage augmentation using search engine indexers |
US8886623B2 (en) * | 2010-04-07 | 2014-11-11 | Yahoo! Inc. | Large scale concept discovery for webpage augmentation using search engine indexers |
US9921720B2 (en) * | 2010-04-26 | 2018-03-20 | Salesforce.Com, Inc. | Tab navigation and page view personalization |
US20140237414A1 (en) * | 2010-04-26 | 2014-08-21 | Salesforce.Com, Inc. | Tab navigation and page view personalization |
US8601059B2 (en) | 2010-05-13 | 2013-12-03 | International Business Machines Corporation | Sharing form training result utilizing a social network |
US8788583B2 (en) * | 2010-05-13 | 2014-07-22 | International Business Machines Corporation | Sharing form training result utilizing a social network |
US20110282941A1 (en) * | 2010-05-13 | 2011-11-17 | International Business Machines Corporation | Sharing form training result utilizing a social network |
US8826495B2 (en) | 2010-06-01 | 2014-09-09 | Intel Corporation | Hinged dual panel electronic device |
US9141134B2 (en) | 2010-06-01 | 2015-09-22 | Intel Corporation | Utilization of temporal and spatial parameters to enhance the writing capability of an electronic device |
US9996227B2 (en) | 2010-06-01 | 2018-06-12 | Intel Corporation | Apparatus and method for digital content navigation |
US20110296344A1 (en) * | 2010-06-01 | 2011-12-01 | Kno, Inc. | Apparatus and Method for Digital Content Navigation |
US9037991B2 (en) * | 2010-06-01 | 2015-05-19 | Intel Corporation | Apparatus and method for digital content navigation |
US20130104018A1 (en) * | 2010-06-11 | 2013-04-25 | Visual Domains Ltd. | Method and system for displaying visual content in a virtual three-dimensional space |
US9678925B2 (en) * | 2010-06-11 | 2017-06-13 | Yoav Shefi | Method and system for displaying visual content in a virtual three-dimensional space |
US20150066981A1 (en) * | 2010-06-24 | 2015-03-05 | Amazon Technologies, Inc. | Url rescue by execution of search using information extracted from invalid url |
US9760632B2 (en) * | 2010-06-24 | 2017-09-12 | Amazon Technologies, Inc. | URL rescue by execution of search using information extracted from invalid URL |
US20120030558A1 (en) * | 2010-07-29 | 2012-02-02 | Pegatron Corporation | Electronic Book and Method for Displaying Annotation Thereof |
US9582590B2 (en) * | 2010-12-28 | 2017-02-28 | Verizon Patent And Licensing Inc. | Method and system for presenting a navigation path for enabling retrieval of content |
US20120166961A1 (en) * | 2010-12-28 | 2012-06-28 | Verizon Patent And Licensing Inc. | Method and system for presenting a navigation path for enabling retrieval of content |
US8930831B2 (en) * | 2010-12-30 | 2015-01-06 | Sap Se | User interface generation based on business process definition |
US20120173996A1 (en) * | 2010-12-30 | 2012-07-05 | Nick Bartomeli | User interface generation based on business process definition |
US10410306B1 (en) * | 2011-01-04 | 2019-09-10 | Calgary Scientific Inc. | Method and system for providing remote access to data for display on a mobile device |
US10911554B2 (en) | 2011-03-17 | 2021-02-02 | Ebay Inc. | Method and system for tracking web link usage |
US10091313B2 (en) | 2011-03-17 | 2018-10-02 | Ebay Inc. | Method and system for tracking web link usage |
US8676742B2 (en) | 2011-03-29 | 2014-03-18 | Manyworlds, Inc. | Contextual scope-based discovery systems |
US8694457B2 (en) | 2011-03-29 | 2014-04-08 | Manyworlds, Inc. | Adaptive expertise clustering system and method |
US8655829B2 (en) | 2011-03-29 | 2014-02-18 | Manyworlds, Inc. | Activity stream-based recommendations system and method |
US8694442B2 (en) | 2011-03-29 | 2014-04-08 | Manyworlds, Inc. | Contextually integrated learning layer |
US8650149B2 (en) | 2011-03-29 | 2014-02-11 | Manyworlds, Inc. | Portable inferred interest and expertise profiles |
US8843433B2 (en) | 2011-03-29 | 2014-09-23 | Manyworlds, Inc. | Integrated search and adaptive discovery system and method |
US8645312B2 (en) | 2011-03-29 | 2014-02-04 | Manyworlds, Inc. | Expertise discovery methods and systems |
US8719213B2 (en) | 2011-03-29 | 2014-05-06 | Manyworlds, Inc. | Contextually transformed learning layer |
US8645292B2 (en) | 2011-03-29 | 2014-02-04 | Manyworlds, Inc. | Serendipitous recommendations system and method |
US8600926B2 (en) | 2011-03-29 | 2013-12-03 | Manyworlds, Inc. | Integrated interest and expertise-based discovery system and method |
US9342579B2 (en) * | 2011-05-31 | 2016-05-17 | International Business Machines Corporation | Visual analysis of multidimensional clusters |
US20120311496A1 (en) * | 2011-05-31 | 2012-12-06 | International Business Machines Corporation | Visual Analysis of Multidimensional Clusters |
US10693940B2 (en) | 2011-08-15 | 2020-06-23 | Calgary Scientific Inc. | Remote access to an application program |
US10474514B2 (en) | 2011-08-15 | 2019-11-12 | Calgary Scientific Inc. | Method for flow control and for reliable communication in a collaborative environment |
US10904363B2 (en) | 2011-09-30 | 2021-01-26 | Calgary Scientific Inc. | Tiered framework for proving remote access to an application accessible at a uniform resource locator (URL) |
US10284688B2 (en) | 2011-09-30 | 2019-05-07 | Calgary Scientific Inc. | Tiered framework for proving remote access to an application accessible at a uniform resource locator (URL) |
US9300545B2 (en) | 2011-10-11 | 2016-03-29 | Google Inc. | Page layout in a flow visualization |
US9021361B1 (en) | 2011-10-11 | 2015-04-28 | Google Inc. | System and method for flow visualization and interaction with network traffic |
US8838602B1 (en) | 2011-10-11 | 2014-09-16 | Google Inc. | Systems and methods for web page grouping based on URLs |
US8650492B1 (en) | 2011-10-11 | 2014-02-11 | Google Inc. | System and method for page navigation visualization and analysis |
US8745504B1 (en) * | 2011-10-11 | 2014-06-03 | Google Inc. | Goal flow visualization |
US8984414B2 (en) * | 2011-11-07 | 2015-03-17 | Google Inc. | Function extension for browsers or documents |
US20130117716A1 (en) * | 2011-11-07 | 2013-05-09 | Google Inc. | Function Extension for Browsers or Documents |
US8204977B1 (en) | 2011-11-08 | 2012-06-19 | Google Inc. | Content access analytics |
US10083056B2 (en) * | 2011-11-11 | 2018-09-25 | Calgary Scientific Inc. | Session transfer and suspension in a remote access application framework |
US20160253199A1 (en) * | 2011-11-11 | 2016-09-01 | Calgary Scientific Inc. | Session transfer and suspension in a remote access application framework |
US10454979B2 (en) | 2011-11-23 | 2019-10-22 | Calgary Scientific Inc. | Methods and systems for collaborative remote application sharing and conferencing |
US9456053B2 (en) | 2011-12-14 | 2016-09-27 | Level 3 Communications, Llc | Content delivery network |
US10841398B2 (en) | 2011-12-14 | 2020-11-17 | Level 3 Communications, Llc | Control in a content delivery network |
US20140372588A1 (en) | 2011-12-14 | 2014-12-18 | Level 3 Communications, Llc | Request-Response Processing in a Content Delivery Network |
US9451045B2 (en) | 2011-12-14 | 2016-09-20 | Level 3 Communications, Llc | Content delivery network |
US10187491B2 (en) | 2011-12-14 | 2019-01-22 | Level 3 Communications, Llc | Request-response processing an a content delivery network |
US11218566B2 (en) | 2011-12-14 | 2022-01-04 | Level 3 Communications, Llc | Control in a content delivery network |
US11838385B2 (en) | 2011-12-14 | 2023-12-05 | Level 3 Communications, Llc | Control in a content delivery network |
US9516136B2 (en) | 2011-12-14 | 2016-12-06 | Level 3 Communications, Llc | Customer-specific request-response processing in a content delivery network |
US20130262704A1 (en) * | 2012-04-03 | 2013-10-03 | Google Inc. | System and method for improving delivery of content over a network |
US11176563B1 (en) | 2012-06-29 | 2021-11-16 | Google Llc | Content placement optimization |
US10366401B1 (en) | 2012-06-29 | 2019-07-30 | Google Llc | Content placement optimization |
US10346858B2 (en) | 2012-07-23 | 2019-07-09 | Amazon Technologies, Inc. | Assigning slots to user interface elements |
US9665556B1 (en) | 2012-07-23 | 2017-05-30 | Amazon Technologies, Inc. | Assigning slots to user interface elements |
US11868357B2 (en) | 2012-08-08 | 2024-01-09 | Google Llc | Search result ranking and presentation |
US11403301B2 (en) | 2012-08-08 | 2022-08-02 | Google Llc | Search result ranking and presentation |
US10445328B2 (en) * | 2012-08-08 | 2019-10-15 | Google Llc | Search result ranking and presentation |
US20140052851A1 (en) * | 2012-08-15 | 2014-02-20 | Evidon, Inc. | Systems and methods for discovering sources of online content |
US10291492B2 (en) * | 2012-08-15 | 2019-05-14 | Evidon, Inc. | Systems and methods for discovering sources of online content |
US9635094B2 (en) | 2012-10-15 | 2017-04-25 | International Business Machines Corporation | Capturing and replaying application sessions using resource files |
US10523784B2 (en) | 2012-10-15 | 2019-12-31 | Acoustic, L.P. | Capturing and replaying application sessions using resource files |
US10003671B2 (en) | 2012-10-15 | 2018-06-19 | International Business Machines Corporation | Capturing and replaying application sessions using resource files |
US10474840B2 (en) | 2012-10-23 | 2019-11-12 | Acoustic, L.P. | Method and apparatus for generating privacy profiles |
US9536108B2 (en) | 2012-10-23 | 2017-01-03 | International Business Machines Corporation | Method and apparatus for generating privacy profiles |
US8793236B2 (en) | 2012-11-01 | 2014-07-29 | Adobe Systems Incorporated | Method and apparatus using historical influence for success attribution in network site activity |
US9535720B2 (en) | 2012-11-13 | 2017-01-03 | International Business Machines Corporation | System for capturing and replaying screen gestures |
US10474735B2 (en) | 2012-11-19 | 2019-11-12 | Acoustic, L.P. | Dynamic zooming of content with overlays |
US10992547B2 (en) | 2012-12-13 | 2021-04-27 | Level 3 Communications, Llc | Rendezvous systems, methods, and devices |
US9654356B2 (en) * | 2012-12-13 | 2017-05-16 | Level 3 Communications, Llc | Devices and methods supporting content delivery with adaptation services |
US9628344B2 (en) * | 2012-12-13 | 2017-04-18 | Level 3 Communications, Llc | Framework supporting content delivery with reducer services network |
US9887885B2 (en) | 2012-12-13 | 2018-02-06 | Level 3 Communications, Llc | Dynamic fill target selection in a content delivery framework |
US9628347B2 (en) | 2012-12-13 | 2017-04-18 | Level 3 Communications, Llc | Layered request processing in a content delivery network (CDN) |
US9641402B2 (en) | 2012-12-13 | 2017-05-02 | Level 3 Communications, Llc | Configuring a content delivery network (CDN) |
US9641401B2 (en) | 2012-12-13 | 2017-05-02 | Level 3 Communications, Llc | Framework supporting content delivery with content delivery services |
US9647900B2 (en) | 2012-12-13 | 2017-05-09 | Level 3 Communications, Llc | Devices and methods supporting content delivery with delivery services |
US9647899B2 (en) | 2012-12-13 | 2017-05-09 | Level 3 Communications, Llc | Framework supporting content delivery with content delivery services |
US9647901B2 (en) | 2012-12-13 | 2017-05-09 | Level 3 Communications, Llc | Configuring a content delivery network (CDN) |
US9654354B2 (en) * | 2012-12-13 | 2017-05-16 | Level 3 Communications, Llc | Framework supporting content delivery with delivery services network |
US11368548B2 (en) | 2012-12-13 | 2022-06-21 | Level 3 Communications, Llc | Beacon services in a content delivery framework |
US9654353B2 (en) | 2012-12-13 | 2017-05-16 | Level 3 Communications, Llc | Framework supporting content delivery with rendezvous services network |
US9847917B2 (en) | 2012-12-13 | 2017-12-19 | Level 3 Communications, Llc | Devices and methods supporting content delivery with adaptation services with feedback |
US9654355B2 (en) | 2012-12-13 | 2017-05-16 | Level 3 Communications, Llc | Framework supporting content delivery with adaptation services |
US9628342B2 (en) | 2012-12-13 | 2017-04-18 | Level 3 Communications, Llc | Content delivery framework |
US11121936B2 (en) | 2012-12-13 | 2021-09-14 | Level 3 Communications, Llc | Rendezvous optimization in a content delivery framework |
US9660876B2 (en) | 2012-12-13 | 2017-05-23 | Level 3 Communications, Llc | Collector mechanisms in a content delivery network |
US9660875B2 (en) | 2012-12-13 | 2017-05-23 | Level 3 Communications, Llc | Devices and methods supporting content delivery with rendezvous services having dynamically configurable log information |
US9661046B2 (en) | 2012-12-13 | 2017-05-23 | Level 3 Communications, Llc | Devices and methods supporting content delivery with adaptation services |
US9628346B2 (en) | 2012-12-13 | 2017-04-18 | Level 3 Communications, Llc | Devices and methods supporting content delivery with reducer services |
US20140172951A1 (en) * | 2012-12-13 | 2014-06-19 | Level 3 Communications, Llc | Framework Supporting Content Delivery With Hybrid Content Delivery Services |
US20140173039A1 (en) * | 2012-12-13 | 2014-06-19 | Level 3 Communications, Llc | Framework Supporting Content Delivery With Reducer Services Network |
US20140173042A1 (en) * | 2012-12-13 | 2014-06-19 | Level 3 Communications, Llc | Framework Supporting Content Delivery With Delivery Services Network |
US10931541B2 (en) | 2012-12-13 | 2021-02-23 | Level 3 Communications, Llc | Devices and methods supporting content delivery with dynamically configurable log information |
US20140173043A1 (en) * | 2012-12-13 | 2014-06-19 | Level 3 Communications, Llc | Devices And Methods Supporting Content Delivery With Adaptation Services |
US9819554B2 (en) | 2012-12-13 | 2017-11-14 | Level 3 Communications, Llc | Invalidation in a content delivery framework |
US9660874B2 (en) | 2012-12-13 | 2017-05-23 | Level 3 Communications, Llc | Devices and methods supporting content delivery with delivery services having dynamically configurable log information |
US9628343B2 (en) | 2012-12-13 | 2017-04-18 | Level 3 Communications, Llc | Content delivery framework with dynamic service network topologies |
US9628345B2 (en) | 2012-12-13 | 2017-04-18 | Level 3 Communications, Llc | Framework supporting content delivery with collector services network |
US9667506B2 (en) * | 2012-12-13 | 2017-05-30 | Level 3 Communications, Llc | Multi-level peering in a content delivery framework |
US10135697B2 (en) * | 2012-12-13 | 2018-11-20 | Level 3 Communications, Llc | Multi-level peering in a content delivery framework |
US10142191B2 (en) | 2012-12-13 | 2018-11-27 | Level 3 Communications, Llc | Content delivery framework with autonomous CDN partitioned into multiple virtual CDNs |
US10862769B2 (en) | 2012-12-13 | 2020-12-08 | Level 3 Communications, Llc | Collector mechanisms in a content delivery network |
US10841177B2 (en) | 2012-12-13 | 2020-11-17 | Level 3 Communications, Llc | Content delivery framework having autonomous CDN partitioned into multiple virtual CDNs to implement CDN interconnection, delegation, and federation |
US9634918B2 (en) | 2012-12-13 | 2017-04-25 | Level 3 Communications, Llc | Invalidation sequencing in a content delivery framework |
US9634907B2 (en) | 2012-12-13 | 2017-04-25 | Level 3 Communications, Llc | Devices and methods supporting content delivery with adaptation services with feedback |
US10826793B2 (en) | 2012-12-13 | 2020-11-03 | Level 3 Communications, Llc | Verification and auditing in a content delivery framework |
US10791050B2 (en) | 2012-12-13 | 2020-09-29 | Level 3 Communications, Llc | Geographic location determination in a content delivery framework |
US9787551B2 (en) | 2012-12-13 | 2017-10-10 | Level 3 Communications, Llc | Responsibility-based request processing |
US9634904B2 (en) * | 2012-12-13 | 2017-04-25 | Level 3 Communications, Llc | Framework supporting content delivery with hybrid content delivery services |
US10742521B2 (en) | 2012-12-13 | 2020-08-11 | Level 3 Communications, Llc | Configuration and control in content delivery framework |
US9634905B2 (en) | 2012-12-13 | 2017-04-25 | Level 3 Communications, Llc | Invalidation systems, methods, and devices |
US9634906B2 (en) | 2012-12-13 | 2017-04-25 | Level 3 Communications, Llc | Devices and methods supporting content delivery with adaptation services with feedback |
US10708145B2 (en) | 2012-12-13 | 2020-07-07 | Level 3 Communications, Llc | Devices and methods supporting content delivery with adaptation services with feedback from health service |
US10700945B2 (en) | 2012-12-13 | 2020-06-30 | Level 3 Communications, Llc | Role-specific sub-networks in a content delivery framework |
US10701149B2 (en) | 2012-12-13 | 2020-06-30 | Level 3 Communications, Llc | Content delivery framework having origin services |
US10701148B2 (en) | 2012-12-13 | 2020-06-30 | Level 3 Communications, Llc | Content delivery framework having storage services |
US9755914B2 (en) | 2012-12-13 | 2017-09-05 | Level 3 Communications, Llc | Request processing in a content delivery network |
US9749190B2 (en) | 2012-12-13 | 2017-08-29 | Level 3 Communications, Llc | Maintaining invalidation information |
US9686148B2 (en) | 2012-12-13 | 2017-06-20 | Level 3 Communications, Llc | Responsibility-based cache peering |
US20150180725A1 (en) * | 2012-12-13 | 2015-06-25 | Level 3 Communications, Llc | Multi-level peering in a content delivery framework |
US9749191B2 (en) | 2012-12-13 | 2017-08-29 | Level 3 Communications, Llc | Layered request processing with redirection and delegation in a content delivery network (CDN) |
US9749192B2 (en) | 2012-12-13 | 2017-08-29 | Level 3 Communications, Llc | Dynamic topology transitions in a content delivery framework |
US10652087B2 (en) | 2012-12-13 | 2020-05-12 | Level 3 Communications, Llc | Content delivery framework having fill services |
US10608894B2 (en) | 2012-12-13 | 2020-03-31 | Level 3 Communications, Llc | Systems, methods, and devices for gradual invalidation of resources |
US9722883B2 (en) | 2012-12-13 | 2017-08-01 | Level 3 Communications, Llc | Responsibility-based peering |
US20150180971A1 (en) * | 2012-12-13 | 2015-06-25 | Level 3 Communications, Llc | Multi-level peering in a content delivery framework |
US9722882B2 (en) | 2012-12-13 | 2017-08-01 | Level 3 Communications, Llc | Devices and methods supporting content delivery with adaptation services with provisioning |
US9722884B2 (en) | 2012-12-13 | 2017-08-01 | Level 3 Communications, Llc | Event stream collector systems, methods, and devices |
US9705754B2 (en) | 2012-12-13 | 2017-07-11 | Level 3 Communications, Llc | Devices and methods supporting content delivery with rendezvous services |
US9928224B1 (en) | 2013-02-06 | 2018-03-27 | Amazon Technologies, Inc. | Assigning slots to content in a pipeline |
US8949712B1 (en) * | 2013-02-06 | 2015-02-03 | Amazon Technologies, Inc. | Assigning slots to content in a pipeline |
EP2973338A4 (en) * | 2013-03-11 | 2017-01-18 | Yodlee, Inc. | Automated financial data aggregation |
US11282146B2 (en) | 2013-03-11 | 2022-03-22 | Yodlee, Inc. | Automated financial data aggregation |
US10049089B2 (en) * | 2013-03-13 | 2018-08-14 | Usablenet Inc. | Methods for compressing web page menus and devices thereof |
US20140281882A1 (en) * | 2013-03-13 | 2014-09-18 | Usablenet Inc. | Methods for compressing web page menus and devices thereof |
US11263221B2 (en) * | 2013-05-29 | 2022-03-01 | Microsoft Technology Licensing, Llc | Search result contexts for application launch |
US11526520B2 (en) | 2013-05-29 | 2022-12-13 | Microsoft Technology Licensing, Llc | Context-based actions from a source application |
US20150012612A1 (en) * | 2013-06-05 | 2015-01-08 | Tencent Technology (Shenzhen) Company Limited | Prompt method for adding quick link in browser, device and system thereof |
US9111037B1 (en) | 2013-08-21 | 2015-08-18 | Ca, Inc. | Method and apparatus to enable mainframe computer testing for software testing management platform |
US10152477B2 (en) * | 2014-03-14 | 2018-12-11 | International Business Machines Corporation | Communication method and system for accessing media data |
US8862646B1 (en) * | 2014-03-25 | 2014-10-14 | PlusAmp, Inc. | Data file discovery, visualization, and importing |
USD839288S1 (en) | 2014-04-30 | 2019-01-29 | Oath Inc. | Display screen with graphical user interface for displaying search results as a stack of overlapping, actionable cards |
US20150317365A1 (en) * | 2014-04-30 | 2015-11-05 | Yahoo! Inc. | Modular search object framework |
US9830388B2 (en) * | 2014-04-30 | 2017-11-28 | Excalibur Ip, Llc | Modular search object framework |
US11922492B2 (en) | 2014-05-21 | 2024-03-05 | Plaid Inc. | System and method for programmatically accessing financial data |
US10319029B1 (en) | 2014-05-21 | 2019-06-11 | Plaid Technologies, Inc. | System and method for programmatically accessing financial data |
US9449346B1 (en) | 2014-05-21 | 2016-09-20 | Plaid Technologies, Inc. | System and method for programmatically accessing financial data |
US11030682B1 (en) | 2014-05-21 | 2021-06-08 | Plaid Inc. | System and method for programmatically accessing financial data |
US9595023B1 (en) | 2014-05-21 | 2017-03-14 | Plaid Technologies, Inc. | System and method for facilitating programmatic verification of transactions |
US11216814B1 (en) | 2014-05-21 | 2022-01-04 | Plaid Inc. | System and method for facilitating programmatic verification of transactions |
US11798072B1 (en) | 2014-05-21 | 2023-10-24 | Plaid Inc. | System and method for programmatically accessing data |
US10614463B1 (en) | 2014-05-21 | 2020-04-07 | Plaid Inc. | System and method for facilitating programmatic verification of transactions |
US12056702B1 (en) | 2014-05-21 | 2024-08-06 | Plaid Inc. | System and method for facilitating programmatic verification of transactions |
US12067537B2 (en) | 2014-05-21 | 2024-08-20 | Plaid Inc. | System and method for facilitating programmatic verification of transactions |
US9715545B2 (en) * | 2014-06-12 | 2017-07-25 | International Business Machines Corporation | Continuous collection of web API ecosystem data |
US20150363493A1 (en) * | 2014-06-12 | 2015-12-17 | International Business Machines Corporation | Continuous collection of web api ecosystem data |
US20150370880A1 (en) * | 2014-06-20 | 2015-12-24 | International Business Machines Corporation | Identifying items on a second website already browsed at a first website |
CN105302711B (en) * | 2014-07-09 | 2020-08-25 | 腾讯科技(深圳)有限公司 | Application restoration method and device and terminal |
CN105302711A (en) * | 2014-07-09 | 2016-02-03 | 腾讯科技(深圳)有限公司 | Application repairing method and apparatus and terminal |
US20160085433A1 (en) * | 2014-09-23 | 2016-03-24 | Samsung Electronics Co., Ltd. | Apparatus and Method for Displaying Preference for Contents in Electronic Device |
US9935926B2 (en) | 2014-09-30 | 2018-04-03 | The Nielsen Company (Us), Llc | Methods and apparatus to identify media distributed via a network |
US9516001B2 (en) | 2014-09-30 | 2016-12-06 | The Nielsen Company (Us), Llc | Methods and apparatus to identify media distributed via a network |
US9996225B2 (en) * | 2014-10-23 | 2018-06-12 | International Business Machines Corporation | Displaying nodes on a view screen |
US20170160887A1 (en) * | 2014-10-23 | 2017-06-08 | International Business Machines Corporation | Displaying nodes on a view screen |
US20160117058A1 (en) * | 2014-10-23 | 2016-04-28 | International Business Machines Corporation | Displaying nodes on a view screen |
US10007665B2 (en) * | 2014-10-23 | 2018-06-26 | International Business Machines Corporation | Displaying nodes on a view screen |
US20160140091A1 (en) * | 2014-11-19 | 2016-05-19 | Kiran K. Bhat | Visual Hierarchy Navigation System |
US20170116259A1 (en) * | 2014-12-29 | 2017-04-27 | Palantir Technologies Inc. | Interactive user interface for dynamic data analysis exploration and query processing |
US10678783B2 (en) * | 2014-12-29 | 2020-06-09 | Palantir Technologies Inc. | Interactive user interface for dynamic data analysis exploration and query processing |
US10157200B2 (en) * | 2014-12-29 | 2018-12-18 | Palantir Technologies Inc. | Interactive user interface for dynamic data analysis exploration and query processing |
US9870389B2 (en) * | 2014-12-29 | 2018-01-16 | Palantir Technologies Inc. | Interactive user interface for dynamic data analysis exploration and query processing |
US20170102863A1 (en) * | 2014-12-29 | 2017-04-13 | Palantir Technologies Inc. | Interactive user interface for dynamic data analysis exploration and query processing |
US11895138B1 (en) * | 2015-02-02 | 2024-02-06 | F5, Inc. | Methods for improving web scanner accuracy and devices thereof |
US9588738B2 (en) | 2015-02-16 | 2017-03-07 | International Business Machines Corporation | Supporting software application developers to iteratively refine requirements for web application programming interfaces |
US9588739B2 (en) | 2015-02-16 | 2017-03-07 | International Business Machines Corporation | Supporting software application developers to iteratively refine requirements for web application programming interfaces |
US9973585B2 (en) | 2015-04-11 | 2018-05-15 | Evidon, Inc. | Methods, apparatus and systems for providing notice of digital tracking technologies in mobile apps on mobile devices, and for recording user consent in connection with same |
AU2016276284B9 (en) * | 2015-06-07 | 2020-05-21 | Wix.Com Ltd | System and method for the generation of an adaptive user interface in a website building system |
US10459699B2 (en) * | 2015-06-07 | 2019-10-29 | Wix.Com Ltd. | System and method for the generation of an adaptive user interface in a website building system |
AU2016276284B2 (en) * | 2015-06-07 | 2020-02-27 | Wix.Com Ltd | System and method for the generation of an adaptive user interface in a website building system |
US12131137B2 (en) | 2015-06-07 | 2024-10-29 | Wix.Com Ltd. | System and method for the generation of an adaptive user interface in a website building system |
US20160357527A1 (en) * | 2015-06-07 | 2016-12-08 | Wix.Com Ltd | System and method for the generation of an adaptive user interface in a website building system |
US12021854B2 (en) | 2015-09-08 | 2024-06-25 | Plaid Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US11595374B2 (en) | 2015-09-08 | 2023-02-28 | Plaid Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US10003591B2 (en) | 2015-09-08 | 2018-06-19 | Plaid Technologies, Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US11050729B2 (en) | 2015-09-08 | 2021-06-29 | Plaid Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US10904239B2 (en) | 2015-09-08 | 2021-01-26 | Plaid Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US11503010B2 (en) | 2015-09-08 | 2022-11-15 | Plaid Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US10104059B2 (en) | 2015-09-08 | 2018-10-16 | Plaid Technologies, Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US10530761B2 (en) | 2015-09-08 | 2020-01-07 | Plaid Technologies, Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US10523653B2 (en) | 2015-09-08 | 2019-12-31 | Plaid Technologies, Inc. | Secure permissioning of access to user accounts, including secure deauthorization of access to user accounts |
US11941661B2 (en) * | 2015-09-30 | 2024-03-26 | Groupon, Inc. | Method, apparatus, and computer program product for predicting web browsing behaviors of consumers |
US20220222705A1 (en) * | 2015-09-30 | 2022-07-14 | Groupon, Inc. | Method, apparatus, and computer program product for predicting web browsing behaviors of consumers |
US11430057B1 (en) | 2015-12-28 | 2022-08-30 | Plaid Inc. | Parameter-based computer evaluation of user accounts based on user account data stored in one or more databases |
US10726491B1 (en) | 2015-12-28 | 2020-07-28 | Plaid Inc. | Parameter-based computer evaluation of user accounts based on user account data stored in one or more databases |
US10984468B1 (en) | 2016-01-06 | 2021-04-20 | Plaid Inc. | Systems and methods for estimating past and prospective attribute values associated with a user account |
US11682070B2 (en) | 2016-01-06 | 2023-06-20 | Plaid Inc. | Systems and methods for estimating past and prospective attribute values associated with a user account |
US12067615B2 (en) | 2016-01-06 | 2024-08-20 | Plaid Inc. | Systems and methods for estimating past and prospective attribute values associated with a user account |
US9740368B1 (en) * | 2016-08-10 | 2017-08-22 | Quid, Inc. | Positioning labels on graphical visualizations of graphs |
US9836183B1 (en) * | 2016-09-14 | 2017-12-05 | Quid, Inc. | Summarized network graph for semantic similarity graphs of large corpora |
CN107844484A (en) * | 2016-09-18 | 2018-03-27 | 北京国双科技有限公司 | A kind of method and apparatus for identifying exposure code |
US10860373B2 (en) * | 2016-10-11 | 2020-12-08 | Microsoft Technology Licensing, Llc | Enhanced governance for asynchronous compute jobs |
US11468085B2 (en) | 2017-07-22 | 2022-10-11 | Plaid Inc. | Browser-based aggregation |
US10878421B2 (en) | 2017-07-22 | 2020-12-29 | Plaid Inc. | Data verified deposits |
US11580544B2 (en) | 2017-07-22 | 2023-02-14 | Plaid Inc. | Data verified deposits |
CN108304176A (en) * | 2017-12-14 | 2018-07-20 | 广东数果科技有限公司 | Point methods are buried in a kind of visualization of cross-platform mobile terminal |
US10885021B1 (en) | 2018-05-02 | 2021-01-05 | Palantir Technologies Inc. | Interactive interpreter and graphical user interface |
US12074880B2 (en) | 2018-09-14 | 2024-08-27 | Plaid Inc. | Secure authorization of access to user accounts by one or more authorization mechanisms |
US11316862B1 (en) | 2018-09-14 | 2022-04-26 | Plaid Inc. | Secure authorization of access to user accounts by one or more authorization mechanisms |
US11985023B2 (en) | 2018-09-27 | 2024-05-14 | Juniper Networks, Inc. | Supporting graphQL based queries on yang based configuration data models |
US11321359B2 (en) * | 2019-02-20 | 2022-05-03 | Tamr, Inc. | Review and curation of record clustering changes at large scale |
US10892952B2 (en) * | 2019-02-21 | 2021-01-12 | Juniper Networks, Inc. | Supporting compilation and extensibility on unified graph-based intent models |
US20200274772A1 (en) * | 2019-02-21 | 2020-08-27 | Juniper Networks, Inc. | Supporting compilation and extensibility on unified graph-based intent models |
US11689419B2 (en) | 2019-03-29 | 2023-06-27 | Juniper Networks, Inc. | Supporting concurrency for graph-based high level configuration models |
US10841182B2 (en) | 2019-03-29 | 2020-11-17 | Juniper Networks, Inc. | Supporting near real time service level agreements |
US11296954B2 (en) | 2019-03-29 | 2022-04-05 | Juniper Networks, Inc. | Supporting near real time service level agreements |
US10897396B2 (en) | 2019-03-29 | 2021-01-19 | Juniper Networks, Inc. | Supporting concurrency for graph-based high level configuration models |
US11922162B2 (en) | 2019-04-10 | 2024-03-05 | Juniper Networks, Inc. | Intent-based, network-aware network device software-upgrade scheduling |
US11640291B2 (en) | 2019-04-10 | 2023-05-02 | Juniper Networks, Inc. | Intent-based, network-aware network device software-upgrade scheduling |
US11165647B2 (en) | 2019-06-28 | 2021-11-02 | Juniper Networks, Inc. | Managing multiple semantic versions of device configuration schemas |
US11887069B2 (en) | 2020-05-05 | 2024-01-30 | Plaid Inc. | Secure updating of allocations to user accounts |
US11327960B1 (en) | 2020-10-16 | 2022-05-10 | Plaid Inc. | Systems and methods for data parsing |
CN113064881A (en) * | 2021-04-15 | 2021-07-02 | 深信服科技股份有限公司 | Database management method, device, equipment and readable storage medium |
CN113064881B (en) * | 2021-04-15 | 2024-05-24 | 深信服科技股份有限公司 | Database management method, device, equipment and readable storage medium |
US12148028B2 (en) | 2024-01-16 | 2024-11-19 | Plaid Inc. | System and method for programmatically accessing financial data |
Also Published As
Publication number | Publication date |
---|---|
US6341310B1 (en) | 2002-01-22 |
US20020147805A1 (en) | 2002-10-10 |
US6470383B1 (en) | 2002-10-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5870559A (en) | Software system and associated methods for facilitating the analysis and management of web sites | |
US5958008A (en) | Software system and associated methods for scanning and mapping dynamically-generated web documents | |
US6144962A (en) | Visualization of web sites and hierarchical data structures | |
US5974572A (en) | Software system and methods for generating a load test using a server access log | |
US6052730A (en) | Method for monitoring and/or modifying web browsing sessions | |
US6304870B1 (en) | Method and apparatus of automatically generating a procedure for extracting information from textual information sources | |
JP4024426B2 (en) | How to describe and visualize the characteristics of website usage patterns by network users | |
EP0777187B1 (en) | A history display apparatus | |
US20060253594A1 (en) | Personalized multi-service computer environment | |
US7673340B1 (en) | System and method for analyzing system user behavior | |
US7027052B1 (en) | Treemap display with minimum cell size | |
US7333978B2 (en) | Searching to identify web page(s) | |
US7428705B2 (en) | Web map tool | |
US6897885B1 (en) | Invisible link visualization method and system in a hyperbolic space | |
US20020019837A1 (en) | Method for annotating statistics onto hypertext documents | |
US20080163067A1 (en) | System for visualizing weblog social network communities | |
US20030074635A1 (en) | Method, apparatus, and program for finding and navigating to items in a set of web pages | |
US20100070856A1 (en) | Method for Graphical Visualization of Multiple Traversed Breadcrumb Trails | |
CN111797340B (en) | Service packaging system for user-defined extraction flow | |
JP2008015709A (en) | Test support program, device, and method | |
US6567801B1 (en) | Automatically initiating a knowledge portal query from within a displayed document | |
JP2005149136A (en) | Information collection program, information collection method, information collection system and information collection device | |
US7069511B2 (en) | Platform independent on-line project management tool | |
US6901553B1 (en) | Apparatus and method for providing intrinsic access space to user in hypertext space | |
Lease et al. | Using an issue-based hypertext system to capture the software life-cycle process |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: MERCURY INTERACTIVE, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LESHEM, ERAN;WEINBERG, AMIR;REEL/FRAME:008515/0525;SIGNING DATES FROM 19970310 TO 19970320 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
REMI | Maintenance fee reminder mailed | ||
LAPS | Lapse for failure to pay maintenance fees | ||
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20070209 |
|
AS | Assignment |
Owner name: MERCURY INTERACTIVE, LLC, DELAWARE Free format text: CHANGE OF NAME;ASSIGNOR:MERCURY INTERACTIVE CORPORATION;REEL/FRAME:019440/0564 Effective date: 20070116 |
|
AS | Assignment |
Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MERCURY INTERACTIVE, LLC;REEL/FRAME:019466/0029 Effective date: 20070604 |