1. Technical Field
This invention generally relates to computer systems, and more specifically relates to apparatus and methods for developing web pages.
2. Background Art
The widespread proliferation of computers in our modern society has prompted the development of computer networks that allow computers to communicate with each other. With the introduction of the personal computer (PC), computing became accessible to large numbers of people. Networks for personal computers were developed that allow individual users to communicate with each other. In this manner, a large number of people within a company could communicate with other computers on the network.
One significant computer network that has recently become very popular is the Internet. The Internet grew out of this proliferation of computers and networks, and has evolved into a sophisticated worldwide network of computer system resources commonly known as the “world-wide-web”, or WWW. A user at an individual PC (i.e., workstation) that wishes to access the Internet typically does so using a software application known as a web browser. A web browser makes a connection via the Internet to other computers known as web servers, and receives information from the web servers that is displayed on the user's workstation. Information transmitted from the web server to the web browser is generally formatted using a specialized language called Hypertext Markup Language (HTML) and is typically organized into pages known as web pages. Many web pages include several individual components, such as text, banners, graphical images, Java applets, audio links, video links, and other components that present the web page to the user in a desired way. A designer of a web page can select a unique combination of components to provide the user with a desired overall presentation of the web page.
Certain software tools have evolved that help web page developers generate web pages. Some of these tools are known as Integrated Development Environments (IDEs). An IDE is typically menu-driven, and allows a user to easily generate a web page, and to edit existing web pages. Editors within IDEs typically provide a “what you see is what you get” view of a web page. However, none of the existing editors or IDEs provide tools that provide the user feedback regarding how the page has been accessed in the past. As a result, a web page designer may decide to modify the content or arrangement of a web page, and could change the look and feel of the website. For example, if the web page designer decides to move some links on a web page, and those links are the most commonly used links, the result may be frustration for many users of the web site that now have to hunt for the new link location. Without a way to indicate frequency of use information for one or more parts of a web page within a web page editor, web page designers will not have any information regarding frequency of use when modifying a web page.
According to the preferred embodiments, a web page development environment includes a link disambiguator that assures each link in a web page may be uniquely identified in an access log. An editor reviews the access log and displays a web page in a manner to visually indicate how often certain portions of the web page are used in certain ways. For example, links are highlighted to visually indicate their frequency of use. In addition, text within a web page that was used as a search term to find the web page is highlighted. Note that the highlighting may include any suitable visual indication of frequency of use.
The foregoing and other features and advantages of the invention will be apparent from the following more particular description of preferred embodiments of the invention, as illustrated in the accompanying drawings.
The preferred embodiments of the present invention will hereinafter be described in conjunction with the appended drawings, where like designations denote like elements, and:
The present invention provides a visual indication to a web page designer of the frequency of which certain portions of a web page have been used in the past based on historical information contained in an access log. This information will help the web page designer avoid deleting words that are often used as keywords in search engines to invoke the web page, and will help the web page designer see which links are most frequently used in the web page.
Referring to
Main memory 120 in accordance with the preferred embodiments contains data 121, an operating system 122, a web page development environment 123, and an access log 129. Data 121 represents any data that serves as input to or output from any program in computer system 100. Operating system 122 is a multitasking operating system known in the industry as OS/400; however, those skilled in the art will appreciate that the spirit and scope of the present invention is not limited to any one operating system.
Web page development environment 123 is a powerful tool for developing and publishing web pages. It is similar in many respects to Integrated Development Environments (IDE) known in the art, but includes many new features of the preferred embodiments. Web page development environment 123 includes a link disambiguator 124 and an editor 125. Link disambiguator 124 is used to process a web page (e.g., web page 126) before the web page is published for use to assure that each link in the web page is unique. There are various different ways the disambiguator 124 can guarantee that each link in the web page is unique, which are discussed in more detail below with reference to
Editor 125 displays a web page 126, and includes a link display mechanism 127 and a search word display mechanism 128. The access log 129 is a log file corresponding to web page 126 that contains a history of accesses to the web page. Access log 129 may be in any suitable form and format. In the preferred implementation, access log 129 is a common log for all pages at a given web site. The link display mechanism 127 determines frequency of use information from the access log 129 for each link on the web page 126, and highlights the links according to their frequency of use to provide a visual indication to the web page designer which links are the most frequently used. Because the link disambiguator 124 guarantees that each link in the web page is unique, the access log will contain information for each individual link in the web page, even if they point to the same page or to copies of the same page. The search word display mechanism 128 determines frequency of use information from the access log 129 regarding whether and how often each word in the web page 126 has been used as a search term (keyword) for invoking the web page. In this manner, a web page 126 displayed by editor 125 will contain visual indications of which portions of the web page 126 have been used in the past to help the web page designer make intelligent decisions about redesign of the web page.
Computer system 100 utilizes well known virtual addressing mechanisms that allow the programs of computer system 100 to behave as if they only have access to a large, single storage entity instead of access to multiple, smaller storage entities such as main memory 120 and DASD device 155. Therefore, while data 121, operating system 122, web page development environment 123, and access log 129 are shown to reside in main memory 120, those skilled in the art will recognize that these items are not necessarily all completely contained in main memory 120 at the same time. It should also be noted that the term “memory” is used herein to generically refer to the entire virtual memory of computer system 100, and may include the virtual memory of other computer systems coupled to computer system 100.
Processor 110 may be constructed from one or more microprocessors and/or integrated circuits. Processor 110 executes program instructions stored in main memory 120. Main memory 120 stores programs and data that processor 110 may access. When computer system 100 starts up, processor 110 initially executes the program instructions that make up operating system 122. Operating system 122 is a sophisticated program that manages the resources of computer system 100. Some of these resources are processor 110, main memory 120, mass storage interface 130, display interface 140, network interface 150, and system bus 160.
Although computer system 100 is shown to contain only a single processor and a single system bus, those skilled in the art will appreciate that the present invention may be practiced using a computer system that has multiple processors and/or multiple buses. In addition, the interfaces that are used in the preferred embodiment each include separate, fully programmed microprocessors that are used to off-load compute-intensive processing from processor 110. However, those skilled in the art will appreciate that the present invention applies equally to computer systems that simply use I/O adapters to perform similar functions.
Display interface 140 is used to directly connect one or more displays 165 to computer system 100. These displays 165, which may be non-intelligent (i.e., dumb) terminals or fully programmable workstations, are used to allow system administrators and users to communicate with computer system 100. Note, however, that while display interface 140 is provided to support communication with one or more displays 165, computer system 100 does not necessarily require a display 165, because all needed interaction with users and other processes may occur via network interface 150.
Network interface 150 is used to connect other computer systems and/or workstations (e.g., 175 in
At this point, it is important to note that while the present invention has been and will continue to be described in the context of a fully functional computer system, those skilled in the art will appreciate that the present invention is capable of being distributed as a program product in a variety of forms, and that the present invention applies equally regardless of the particular type of computer-readable signal bearing media used to actually carry out the distribution. Examples of suitable computer-readable signal bearing media include: recordable type media such as floppy disks and CD RW (e.g., 195 of
The preferred embodiments provide a significant advance in the art by providing visual indication to a web page designer of which portions of the web page have been used in the past based on historical information from an access log. Referring to
If there are more links on the web page to process (step 280=YES), method 200 returns to step 250 and continues until all links on the web page have been processed (step 280=NO). Note that if the editor function is not to display the web page (step 230=NO), the other specified editor function is performed (step 240). Method 200 thus processes links in a web page and highlights those links according to their frequency of use in the access log corresponding to the web page.
Some links in a web page may be identical. For example, it is common practice to put a menu of links on a web page, and to put a list of those same links at the bottom of the page as well. A link “Products” in the main part of the web page would typically be identical to the link “Products” at the bottom of the web page. Thus, if we say we are interested in the frequency of use of the “Products” link, this is ambiguous because there are two identical links for “Products”. To distinguish between these two identical links, we need to “disambiguate” these links, which means we need to be able to tell which of the identical links are taken in the access log. This disambiguation of links is preferably performed before a web page is published (i.e., made available for use). Referring to
There are different ways to disambiguate links. The preferred embodiments expressly extend to any and all methods for assuring that links in a web page are unique. Three specific implementations of step 330 in
Referring to
Other important information that is contained in an access log is the search terms that were used to invoke a web page. By analyzing the search terms in the access log, those terms in the web page may be highlighted to indicate the frequency with which those terms were used as keywords in a search to locate and invoke the web page. Referring now to
Examples are now presented to visually illustrate the concepts of the preferred embodiments. A sample web page 125 is shown in
If the duplicate links in web page 125 in
If the duplicate links in web page 125 in
We can now visually highlight the Contact Us link at the bottom of the page and the Products link at the left of the page to indicate the frequency of use for those links according to the access log. Referring to
We now present an example to show how words in a web page may be highlighted to show the frequency of use of those words as search terms. The method is shown in
The highlighting of links is shown in
The preferred embodiments provide a significant advance in the art by displaying information regarding historical frequency of use to a web page designer to help the web page designer make intelligent decisions regarding the redesign of the web page. Hot links should probably be left in the same location so users will have the same look and feel in navigating the web site after the redesign. Words that are often used as keywords to locate the web page should probably not be removed from the web page. Using historical information to highlight portions of a web page while editing the web page is a significant advantage provided by the present invention.
One skilled in the art will appreciate that many variations are possible within the scope of the present invention. Thus, while the invention has been particularly shown and described with reference to preferred embodiments thereof, it will be understood by those skilled in the art that these and other changes in form and details may be made therein without departing from the spirit and scope of the invention.
This patent application is a divisional of a patent application with the same title, U.S. ser. No. 10/687,473 filed on Oct. 16, 2003, which is incorporated herein by reference.
Number | Date | Country | |
---|---|---|---|
Parent | 10687473 | Oct 2003 | US |
Child | 11955388 | Dec 2007 | US |