EP1159663A2 - A system and method for content analysis and minimization - Google Patents

A system and method for content analysis and minimization

Info

Publication number
EP1159663A2
EP1159663A2 EP00968197A EP00968197A EP1159663A2 EP 1159663 A2 EP1159663 A2 EP 1159663A2 EP 00968197 A EP00968197 A EP 00968197A EP 00968197 A EP00968197 A EP 00968197A EP 1159663 A2 EP1159663 A2 EP 1159663A2
Authority
EP
European Patent Office
Prior art keywords
web page
minimized
data
web
components
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.)
Withdrawn
Application number
EP00968197A
Other languages
German (de)
French (fr)
Inventor
Menachem Reinschmidt
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Speedwise Ltd
Original Assignee
Speedwise Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Speedwise Ltd filed Critical Speedwise Ltd
Publication of EP1159663A2 publication Critical patent/EP1159663A2/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents

Definitions

  • the present invention relates to a system and method for content analysis and minimization, and in particular, for a system and method for minimizing specific types of content, such as graphical images and animation, thereby decreasing the amount of data which must be downloaded.
  • Web pages are documents written in a mark-up language, such as HTML (HyperText Mark-up Language), XML (Extended Mark-up Language) or VRML (Virtual Reality Modeling Language) for example.
  • Web pages are displayed as a single unit through a Web browser, which is a software program specially adapted for displaying such mark-up language documents.
  • Web pages are combinations of several different types of data, stored in different file formats. For example, graphical images are typically stored as JPEG or GIF format files. These different types of data are then combined by the Web browser for display as a single unit.
  • a single Web page may contain a large amount of data, and therefore may require significant bandwidth to download from a Web server on the Internet.
  • the amount of data is typically related to the amount of graphical image data and/or animation or streaming video data which is associated with the Web page. For example, if a Web page contains many graphical images, the amount of associated data may be significantly increased than for Web pages which are "text-only".
  • animation and/or streaming video data also require a significant amount of bandwidth, particularly if such data is presented as "moving" or animated images, rather than in a static, non-moving display.
  • For users with a low bandwidth connection to the Internet such a large amount of data may be extremely frustrating to download, as it may require a significant amount of time. Indeed, slow downloading of Web pages may even cause the user to simply stop the process of downloading, such that the user does not even see the Web page display by the Web browser.
  • Such a solution would preferably also not require client-side software, such that the user would not need to install an applet or other software for operation with the Web browser. Furthermore, such a solution would also preferably automatically parse and minimize the content of Web pages, such that the minimized Web pages could be produced substantially without manual intervention. There is thus a need for, and it would be useful to have, a system and a method for selectably reducing the amount of bandwidth required to download Web pages, thereby increasing the speed for downloading such Web pages, while still maintaining the ability of the user to view all of the components of the Web pages, without any special software installed at the client (user) computer.
  • FIG. 1 is a schematic block diagram of an overall system according to the present invention
  • FIG. 2 is a flowchart of a method according to the present invention.
  • the present invention is of a method and a system for reducing the amount of bandwidth, and hence the amount of time, required to download Web pages, while still maintaining the ability of the user to view all components of the Web page.
  • the components of the Web page are selectively minimized, for example by reducing the size of graphical image components, by only displaying animation and/or video stream data as static images, and so forth.
  • the Web page is preferably automatically parsed and selected components are then minimized.
  • the minimized Web page may then be stored, for example by the owner of the Web page, until requested by the user.
  • the Web page may be minimized automatically and dynamically, "on the fly", for example by an ISP (Internet Service Provider).
  • ISP Internet Service Provider
  • a method for minimizing a collection of data components for serving the collection through a network each data component featuring a data component size and a data component type, the method comprising the steps of: (a) determining at least one data component type for minimizing an associated data component to form a minimized type; (b) analyzing the collection of data components to identify a type of each data component; (c) if the type is the minimized type, minimizing the associated data component to form a minimized data component; (d) requesting the collection of data objects through the network; and (e) serving at least the minimized data component through the network.
  • the network is the Internet. More preferably, the collection of data components is a Web page, such that each data component corresponds to a Web page component.
  • a system for minimizing a Web page to form a minimized Web page for more rapid Web page data transfer, the Web page featuring a plurality of components comprising: (a) a
  • Web browser for displaying the minimized Web page; (b) a Web server for serving the Web page; and (c) a minimization module for minimizing the Web page to form the minimized Web page, such that at least one specific component of the Web page is selected and minimized by the minimization module.
  • Web browser refers to any software program which can display text, graphics, video, sound or other multimedia information, other information, or a combination thereof, from Web pages on World Wide Web sites, or any other Ul (user interface).
  • the Web browser is preferably able to operate a program written in the Java or JavaScript programming languages.
  • Web browser also includes any software application which extracts any amount of data in one or more types of media from HTML (hypertext mark-up language) and/or other World Wide Web-based information, including text, images, audio (streaming or downloaded), video (streaming or downloaded), 3D environments (VRML (virtual reality modeling language), MetaStreamTM or others), or any other type of media content present on or through the World Wide Web or the Internet, as well as future extensions and modifications to these technologies.
  • HTML hypertext mark-up language
  • other World Wide Web-based information including text, images, audio (streaming or downloaded), video (streaming or downloaded), 3D environments (VRML (virtual reality modeling language), MetaStreamTM or others), or any other type of media content present on or through the World Wide Web or the Internet, as well as future extensions and modifications to these technologies.
  • Web page refers to any document written in a mark-up language including, but not limited to, HTML (hypertext mark-up language) or VRML (virtual reality modeling language), dynamic HTML, XML (extended mark-up language) or related computer languages thereof, or to technologies such as FlashTM technology or that provided by ShockwaveTM, or any other interactive technology providing duplex two-way information streaming between the GUI of the user and a central system engine, as well as to any collection of such documents reachable through one specific Internet address or at one specific World Wide Web site, or any document obtainable through a particular URL (Uniform Resource Locator).
  • HTML hypertext mark-up language
  • VRML virtual reality modeling language
  • dynamic HTML XML (extended mark-up language) or related computer languages thereof
  • FlashTM technology or that provided by ShockwaveTM
  • any other interactive technology providing duplex two-way information streaming between the GUI of the user and a central system engine, as well as to any collection of such documents reachable through one specific Internet address or at one specific World Wide Web site, or any document
  • Web site refers to at least one Web page, and preferably a plurality of Web pages, virtually connected to form a coherent group.
  • Web server refers to a computer or other electronic device which is capable of serving at least one Web page for display by a Web browser.
  • the term “applet” refers to a self-contained software module written in an applet language such as Java or constructed as an ActiveXTM control.
  • the term “computer” indicates any type of electronic device which is capable of performing computations, including, but not limited to, personal computers (PC) having an operating system such as DOS, WindowsTM, OS/2TM or Linux; MacintoshTM computers; computers having JAVATM-OS or BeOSTM as the operating system; thin client computers; and graphical workstations such as the computers of Sun MicrosystemsTM and Silicon GraphicsTM, and other computers having some version of the UNIX operating system such as ATXTM or SOLARISTM of Sun MicrosystemsTM; a PalmPilotTM, a PilotPCTM, or any other handheld device, portable device for data processing such as a PDA (personal data assistant), or embedded system or device; or any other known and available operating system and computational device.
  • PC personal computers
  • an operating system such as DOS, WindowsTM, OS/2TM or Linux
  • MacintoshTM computers computers
  • WindowsTM includes but is not limited to Windows95TM, Windows 3.xTM in which "x” is an integer such as "1”, Windows NTTM, Windows98TM, Windows CETM and any upgraded versions of these operating systems by Microsoft Corp. (USA).
  • the phrase “display a Web page” includes all actions necessary to render at least a portion of the information on the Web page available to the computer user.
  • the phrase includes, but is not limited to, the static visual display of static graphical information, the audible production of audio information, the animated visual display of animation and the visual display of video stream data.
  • downloading refers to the process of receiving data by a client computer from a server computer.
  • a Web page is "downloaded” by a user computer by receiving the Web page data from the Web server.
  • a software application could be written in substantially any suitable programming language, which could easily be selected by one of ordinary skill in the art.
  • the programming language chosen should be compatible with the computer according to which the software application is executed. Examples of suitable programming languages include, but are not limited to, C, C++ and Java. DETAILED DESCRIPTION OF THE INVENTION
  • the present invention is of a method and a system for reducing the amount of bandwidth, and hence the amount of time, required to download Web pages, while still maintaining the ability of the user to view all components of the Web page.
  • the components of the Web page are selectively minimized, for example by reducing the size of graphical image components, by only displaying animation and/or video stream data as static images, and so forth.
  • the Web page is preferably automatically parsed and selected components minimized.
  • the minimized Web page may then be stored, for example by the owner of the Web page, until requested by the user.
  • the Web page may be minimized automatically and dynamically, "on the fly", for example by an ISP (Internet Service Provider).
  • ISP Internet Service Provider
  • the user is able to indicate a preference for the minimized Web page or for the "full" Web page (without minimized components), for example by "clicking" or otherwise selecting an icon on the Web page.
  • Such an icon is preferably the first, or one of the first, components of the Web page which is served to the user computer, thereby enabling the user to immediately select the minimized version if desired.
  • the user is able to indicate such a preference without the installation of additional software, such as an applet, on the user computer.
  • the user is able to request the display of the full (non-minimized) Web page at any time.
  • Various components of the Web page may optionally be minimized.
  • minimizing graphical images is relatively simple, as the images only need to be reduced in size for a significant reduction in the total amount of data for each image.
  • the image file format may be converted to a different file format, which may result in the reduction in the amount of image data, for example when converting from a non-lossy image file format to a lossy format.
  • the moving images may be replaced with a single static, still frame, as the elimination of motion also results in a significant reduction in the total amount of data for each animation and/or video stream component.
  • any type of dynamic object with motion attributes may be minimized by such a conversion to a static, still frame.
  • minimization include, but are not limited to, changing the color depth of images, changing the resolution of images and dithering.
  • the Web page including associated Java applets, scripts and other associated software objects, is parsed for the automatic conversion to the minimized version.
  • Dynamically selectable objects such as Java applets, are preferably only minimized when the Web page components are minimized dynamically or "on the fly".
  • the process of minimization at least includes the step of minimizing components, such as graphical images, which are associated with the software object. More preferably, the process of minimization also includes the step of altering the software object itself, for example by reducing the activities performed by the software object, or even by preventing the operation of the software object.
  • the advantage of the present invention is that selected, specific types of Web page components are minimized, in order to permit more efficient downloading of the entire Web page.
  • Graphical Web page components tend to be particularly large. Since graphical image Web page components typically compose about eighty percent of the overall size of the Web page data, minimizing these components by a factor of fifty percent would result in an overall minimization of forty percent, for example. Thus, the minimization of the Web page components by a particular order of magnitude would typically result in a minimization of the size of the Web page by a similar order of magnitude.
  • FIG. 1 is a schematic block diagram of an overall system according to the present invention.
  • a system 10 features a user computer 12 which operates a Web browser 14.
  • User computer 12 is connected to a network 16, which is preferably the Internet.
  • a network 16 which is preferably the Internet.
  • ISP Internet Service Provider
  • ISP 18 would then provide the connection to network 16, assuming that network 16 is the Internet.
  • Other examples of such a connection to network 16 could easily be determined by one of ordinary skill in the art.
  • Web page data receives Web page data from a Web server 20, which is also connected to network 16.
  • Web server 20 serves the components for the Web page, such that the Web page data is then transmitted to user computer 12 through network 16.
  • Web page data may require a considerable amount of time to download to user computer 12 in a non-minimized format.
  • a software module and/or hardware device which may optionally be associated with either Web server 20 or ISP 18.
  • a software module and/or hardware device may optionally be described as a "minimization module”.
  • these selected Web page components are of a file type and/or format which are typically large in size and hence in the bandwidth requirement for downloading.
  • graphical elements are minimized. The type of minimization performed for each graphical element depends upon the type and file format of each element.
  • the user is able to request the minimized Web page, for more rapid transmission to user computer 12, for example by "clicking" or otherwise selecting an icon displayed by Web browser 14 as part of the Web page to be downloaded. More preferably, such an icon is the first, or among the first, components of the Web page which are displayed by Web browser 14, such that the user is immediately given the option to receive the minimized Web page for more efficient and rapid reception of the Web page data.
  • the specific process of minimizing the Web page involves the analysis of the Web page to select one or more specific components for minimization, such that each type of component is preferably minimized according to a suitable process.
  • the minimization of graphical images is relatively simple, as the images only need to be reduced in size for a significant reduction in the total amount of data for each image.
  • the image file format for such a graphical image may be converted to a different file format, which may result in the reduction in the amount of image data, for example when converting from a non-lossy image file format to a lossy format.
  • the moving images may be replaced with a single static, still frame, as the elimination of motion also results in a significant reduction in the total amount of data for each animation and/or video stream component.
  • Substantially any type of dynamic object with motion attributes may be minimized by such a conversion to a static, still frame.
  • minimization include, but are not limited to, changing the color depth of images, changing the resolution of images and dithering.
  • Other types of content may also be minimized, for example by eliminating the background of a Web page, and filtering and minimizing software objects such as applets, Java scripts and so forth.
  • the process of minimization at least includes the step of minimizing components, such as graphical images, which are associated with the software object. More preferably, the process of minimization also includes the step of altering the software object itself, for example by reducing the activities performed by the software object, or even by preventing the operation of the software object.
  • Other types of minimization processes for both graphical elements and software objects are described in greater detail below with regard to Figure 2.
  • the Web page is minimized either statically or dynamically.
  • Static minimization is performed before the Web page is requested by the user, such that the Web page is stored at Web server 20 and is then provided to the user upon request.
  • Dynamic minimization is performed "on the fly", only when the user transmits the request through Web browser 14.
  • the latter type of minimization is preferably performed by ISP 18, such that the full Web page is received from Web server 20 by ISP 18, which then prepares and serves the minimized Web page to user computer 12 for display by Web browser 14. Both types of methods for minimization are described in greater detail below with regard to Figure 2.
  • Figure 2 includes two flowcharts of two exemplary methods for minimizing Web pages. Optionally and preferably, either method is performed automatically, substantially without manual intervention.
  • Figure 2A is a flowchart of an illustrative method for static minimization of Web pages, such that the Web page components are preferably minimized and then stored before the user requests the Web page.
  • Figure 2B is a flowchart of an illustrative method for dynamic minimization of Web pages, such that the Web page components are preferably minimized "on the fly", upon receipt of a request from the user. Both illustrative methods include the steps of analyzing the Web page data in order to select specific Web page components for minimization, and then minimizing each such component according to an appropriate process for the type of Web page data. Turning now to Figure 2A, in step 1, a location for storing the minimized
  • the Web page to be minimized is analyzed, in order to determine the specific components which compose the Web page.
  • selected components are minimized according to the type of data of each component.
  • the process for minimizing graphical images is relatively simple, as the images only need to be reduced in size for a significant reduction in the total amount of data for each image.
  • the image file format may be converted to a different file format, which may result in the reduction in the amount of image data, for example when converting from a non-lossy image file format to a lossy format.
  • the moving images may be replaced with a single static, still frame, as the elimination of motion also results in a significant reduction in the total amount of data for each animation and/or video stream component.
  • Substantially any type of dynamic object with motion attributes may be minimized by such a conversion to a static, still frame.
  • minimization include, but are not limited to, changing the color depth of images, changing the resolution of images and dithering.
  • Other types of content minimization include, but are not limited to, eliminating redundant portions of visual data, removing the background of a Web page, reorganizing the location of information, changing the representation of text and creating built-in video/audio files to selectable objects.
  • step 4 the presence of any dynamically loaded software objects is determined.
  • software objects may be optionally served "on the fly", for example from a different Web server than the server which provides the remainder of the Web page.
  • These dynamically loaded components are preferably detected through MicrosoftTM ASP; scripting languages such as CGI (Common Gateway Interface), Dynamic HTML (DHTML), Java applets, Java scripts, ActiveXTM objects (Microsoft Corp., USA); or any other form of dynamic Web pages.
  • step 5 the software object is minimized.
  • This step preferably includes at least the step of minimizing components, such as graphical images, which are associated with the software object. For example, if the dynamic software object provides animation, then preferably the animation is converted to a still, static image. More preferably, the process of minimization also includes the step of altering the software object itself, for example by reducing the activities performed by the software object, or even by preventing the operation of the software object.
  • step 6 preferably an icon or other indicator is added to the minimized Web page, such that the user is optionally able to request the full (non-minimized) Web page.
  • the minimized Web page is stored at the selected storage location.
  • step 8 preferably each link, or URL, of the minimized Web page is examined in order to locate each Web page to which such a reference is made within the minimized Web page. Steps 2-7 are then repeated for each such Web page. Optionally, step 8 is also repeated at least once, in order to follow a secondary layer of links to other Web pages. Therefore, a minimized representation of the entire Web site is preferably stored at the selected storage location.
  • step 9 the user selects the minimized version of the Web page, and optionally of the entire Web site, for example by "clicking" or otherwise selecting an icon. Such an icon would be linked to the storage location of the minimized Web page and/or Web site.
  • step 10 the data of the minimized Web page is transmitted to the user computer, such that the Web page is downloaded in a more efficient and rapid manner.
  • step 1 the minimized Web page is displayed to the user through the Web browser of the user computer.
  • steps 9-11 are repeated for one or more additional pages of the Web site.
  • each full (non-minimized) Web page is periodically re-examined in order to determine if any modifications have been made to the full Web page. If such modifications have been made, then preferably in step 14, the process of minimization is repeated for the full Web page in order to form an updated minimized Web page.
  • FIG. 2B shows a flowchart of an illustrative method for dynamic minimization of a Web page.
  • This illustrative method is described with regard to operation at an ISP, it being understood that this is for the purposes of example only and is not intended to be limited in any way.
  • this method could also be implemented with an ISP for a microbrowser operated by a cellular telephone.
  • a specialized server is installed at an ISP.
  • This server resides at an access point to the Internet, or POP (Point of Presence).
  • POP Point of Presence
  • all network traffic through the ISP also passes through this specialized server.
  • only network traffic for a particular set of subscribers passes through this specialized server.
  • the process of installation also requires the modification of the network configuration, for example by changing the routers of the ISP.
  • the user requests the minimized version of a particular Web page by selecting a particular GUI (graphical user interface) gadget.
  • This gadget is locally connected to the ISP, such that only the ISP receives the request for a minimized Web page.
  • the HTTP "GET" command itself is used to request the Web page.
  • the "GET" command of the user is passed to the appropriate Web server without alteration in step 3.
  • step 4 the specialized server receives the Web page from the Web server.
  • step 5 the steps of analysis and minimization are performed substantially as previously described in Figure 2A. However, rather than storing the minimized Web page, the minimized Web page components are transmitted to the user computer for display by the Web browser in step 6.
  • step 7 preferably the user is able to request the full (non-minimized) Web page through the special GUI gadget. Again, the request is transmitted only locally to the specialized server of the ISP, which then acts to retrieve and serve the full Web page.

Abstract

A method and a system (10) for reducing the amount of bandwidth, and hence the amount of time, required to download Web pages (20), while still maintaining the ability of the user (12) to view all components of the Web page (20). The components of the Web page (20) are selectively minimized, for example by reducing the size of graphical image components, by only displaying animation and/or video stream data as static images. The Web page (20) is preferably automatically parsed and selected components minimized. The minimized Web page (20) may then be stored, for example by the owner of the Web page (20), until requested by the user (12). Alternatively, the Web page (20) may be minimized automatically and dynamically, 'on the fly', for example by an ISP, Internet Service Provider (18). Thus, the user (12) is able to view the entire Web page (20) through the Web browser (14), while still enjoying improved performance through reduced down loading time an bandwidth requirement.

Description

A SYSTEM AND METHOD FOR CONTENT ANALYSIS AND MINIMIZATION
FIELD AND BACKGROUND OF THE INVENTION
The present invention relates to a system and method for content analysis and minimization, and in particular, for a system and method for minimizing specific types of content, such as graphical images and animation, thereby decreasing the amount of data which must be downloaded.
The World Wide Web is one example of a mechanism for providing data through the Internet, in this case Web pages. Web pages are documents written in a mark-up language, such as HTML (HyperText Mark-up Language), XML (Extended Mark-up Language) or VRML (Virtual Reality Modeling Language) for example. Web pages are displayed as a single unit through a Web browser, which is a software program specially adapted for displaying such mark-up language documents. In reality, however, Web pages are combinations of several different types of data, stored in different file formats. For example, graphical images are typically stored as JPEG or GIF format files. These different types of data are then combined by the Web browser for display as a single unit.
Unfortunately, a single Web page may contain a large amount of data, and therefore may require significant bandwidth to download from a Web server on the Internet. The amount of data is typically related to the amount of graphical image data and/or animation or streaming video data which is associated with the Web page. For example, if a Web page contains many graphical images, the amount of associated data may be significantly increased than for Web pages which are "text-only". Similarly, animation and/or streaming video data also require a significant amount of bandwidth, particularly if such data is presented as "moving" or animated images, rather than in a static, non-moving display. For users with a low bandwidth connection to the Internet, such a large amount of data may be extremely frustrating to download, as it may require a significant amount of time. Indeed, slow downloading of Web pages may even cause the user to simply stop the process of downloading, such that the user does not even see the Web page display by the Web browser.
One alternative is simply to present only the text of a Web page, without presenting any graphical images or other graphical data. Certain Web sites provide this option by allowing the user to "click" or otherwise select an icon to download a "text-only" version of the Web page. However, such an option may also prevent images such as advertising data from being displayed. Furthermore, without graphical image data, Web pages may not hold the attention of the user, as they are less interesting and exciting to examine. Thus, clearly this solution is deficient. A better solution would enable the user to view the graphical images, and/or the animation or video stream data, while still providing a more rapid format for downloading the Web page data. This solution would preferably minimize the size of certain components of the Web page, such as graphical images, and/or animation or streaming video data. Such a solution would preferably also not require client-side software, such that the user would not need to install an applet or other software for operation with the Web browser. Furthermore, such a solution would also preferably automatically parse and minimize the content of Web pages, such that the minimized Web pages could be produced substantially without manual intervention. There is thus a need for, and it would be useful to have, a system and a method for selectably reducing the amount of bandwidth required to download Web pages, thereby increasing the speed for downloading such Web pages, while still maintaining the ability of the user to view all of the components of the Web pages, without any special software installed at the client (user) computer.
BRIEF DESCRIPTION OF THE DRAWINGS The foregoing and other objects, aspects and advantages will be better understood from the following detailed description of a preferred embodiment of the invention with reference to the drawings, wherein:
FIG. 1 is a schematic block diagram of an overall system according to the present invention; and FIG. 2 is a flowchart of a method according to the present invention.
SUMMARY OF THE INVENTION
The present invention is of a method and a system for reducing the amount of bandwidth, and hence the amount of time, required to download Web pages, while still maintaining the ability of the user to view all components of the Web page. The components of the Web page are selectively minimized, for example by reducing the size of graphical image components, by only displaying animation and/or video stream data as static images, and so forth. The Web page is preferably automatically parsed and selected components are then minimized. The minimized Web page may then be stored, for example by the owner of the Web page, until requested by the user. Alternatively, the Web page may be minimized automatically and dynamically, "on the fly", for example by an ISP (Internet Service Provider). Thus, the user is able to view the entire Web page through the Web browser, while still enjoying improved performance through reduced downloading time and bandwidth requirements.
(a) According to the present invention, there is provided a method for minimizing a collection of data components for serving the collection through a network, each data component featuring a data component size and a data component type, the method comprising the steps of: (a) determining at least one data component type for minimizing an associated data component to form a minimized type; (b) analyzing the collection of data components to identify a type of each data component; (c) if the type is the minimized type, minimizing the associated data component to form a minimized data component; (d) requesting the collection of data objects through the network; and (e) serving at least the minimized data component through the network. Preferably the network is the Internet. More preferably, the collection of data components is a Web page, such that each data component corresponds to a Web page component.
(a)According to another embodiment of the present invention, there is provided a system for minimizing a Web page to form a minimized Web page for more rapid Web page data transfer, the Web page featuring a plurality of components, the system comprising: (a) a
Web browser for displaying the minimized Web page; (b) a Web server for serving the Web page; and (c) a minimization module for minimizing the Web page to form the minimized Web page, such that at least one specific component of the Web page is selected and minimized by the minimization module.
Hereinafter, the term "Web browser" refers to any software program which can display text, graphics, video, sound or other multimedia information, other information, or a combination thereof, from Web pages on World Wide Web sites, or any other Ul (user interface). The Web browser is preferably able to operate a program written in the Java or JavaScript programming languages. The term "Web browser" also includes any software application which extracts any amount of data in one or more types of media from HTML (hypertext mark-up language) and/or other World Wide Web-based information, including text, images, audio (streaming or downloaded), video (streaming or downloaded), 3D environments (VRML (virtual reality modeling language), MetaStream™ or others), or any other type of media content present on or through the World Wide Web or the Internet, as well as future extensions and modifications to these technologies. Hereinafter, the term "Web page" refers to any document written in a mark-up language including, but not limited to, HTML (hypertext mark-up language) or VRML (virtual reality modeling language), dynamic HTML, XML (extended mark-up language) or related computer languages thereof, or to technologies such as Flash™ technology or that provided by Shockwave™, or any other interactive technology providing duplex two-way information streaming between the GUI of the user and a central system engine, as well as to any collection of such documents reachable through one specific Internet address or at one specific World Wide Web site, or any document obtainable through a particular URL (Uniform Resource Locator). Hereinafter, the term "Web site" refers to at least one Web page, and preferably a plurality of Web pages, virtually connected to form a coherent group. Hereinafter, the term "Web server" refers to a computer or other electronic device which is capable of serving at least one Web page for display by a Web browser.
Hereinafter, the term "applet" refers to a self-contained software module written in an applet language such as Java or constructed as an ActiveX™ control. Hereinafter, the term "computer" indicates any type of electronic device which is capable of performing computations, including, but not limited to, personal computers (PC) having an operating system such as DOS, Windows™, OS/2™ or Linux; Macintosh™ computers; computers having JAVA™-OS or BeOS™ as the operating system; thin client computers; and graphical workstations such as the computers of Sun Microsystems™ and Silicon Graphics™, and other computers having some version of the UNIX operating system such as ATX™ or SOLARIS™ of Sun Microsystems™; a PalmPilot™, a PilotPC™, or any other handheld device, portable device for data processing such as a PDA (personal data assistant), or embedded system or device; or any other known and available operating system and computational device. Hereinafter, the term "Windows™" includes but is not limited to Windows95™, Windows 3.x™ in which "x" is an integer such as "1", Windows NT™, Windows98™, Windows CE™ and any upgraded versions of these operating systems by Microsoft Corp. (USA).
Hereinafter, the phrase "display a Web page" includes all actions necessary to render at least a portion of the information on the Web page available to the computer user. As such, the phrase includes, but is not limited to, the static visual display of static graphical information, the audible production of audio information, the animated visual display of animation and the visual display of video stream data.
Hereinafter, the term "downloading" refers to the process of receiving data by a client computer from a server computer. For example, a Web page is "downloaded" by a user computer by receiving the Web page data from the Web server.
Hereinafter, the terms "computer user" and "user" both refer to the person who operates the Web browser or other GUI interface and navigates through the system of the present invention by operating a computer. The method of the present invention could also be described as a plurality of instructions being performed by a data processor, such that the method of the present invention could be implemented as hardware, software, firmware or a combination thereof. For the present invention, a software application could be written in substantially any suitable programming language, which could easily be selected by one of ordinary skill in the art. The programming language chosen should be compatible with the computer according to which the software application is executed. Examples of suitable programming languages include, but are not limited to, C, C++ and Java. DETAILED DESCRIPTION OF THE INVENTION
The present invention is of a method and a system for reducing the amount of bandwidth, and hence the amount of time, required to download Web pages, while still maintaining the ability of the user to view all components of the Web page. The components of the Web page are selectively minimized, for example by reducing the size of graphical image components, by only displaying animation and/or video stream data as static images, and so forth. The Web page is preferably automatically parsed and selected components minimized. The minimized Web page may then be stored, for example by the owner of the Web page, until requested by the user.
Alternatively, the Web page may be minimized automatically and dynamically, "on the fly", for example by an ISP (Internet Service Provider). Thus, the user is able to view the entire Web page through the Web browser, while still enjoying improved performance through reduced downloading time and bandwidth requirements.
Preferably, the user is able to indicate a preference for the minimized Web page or for the "full" Web page (without minimized components), for example by "clicking" or otherwise selecting an icon on the Web page. Such an icon is preferably the first, or one of the first, components of the Web page which is served to the user computer, thereby enabling the user to immediately select the minimized version if desired. More preferably, the user is able to indicate such a preference without the installation of additional software, such as an applet, on the user computer. Most preferably, the user is able to request the display of the full (non-minimized) Web page at any time. Various components of the Web page may optionally be minimized. For example, minimizing graphical images is relatively simple, as the images only need to be reduced in size for a significant reduction in the total amount of data for each image. Alternatively or additionally, the image file format may be converted to a different file format, which may result in the reduction in the amount of image data, for example when converting from a non-lossy image file format to a lossy format. For animations and/or video stream data, the moving images may be replaced with a single static, still frame, as the elimination of motion also results in a significant reduction in the total amount of data for each animation and/or video stream component. Substantially any type of dynamic object with motion attributes may be minimized by such a conversion to a static, still frame.
With regard to both moving and still graphic images, alternative or additional types of minimization include, but are not limited to, changing the color depth of images, changing the resolution of images and dithering.
Other types of content minimization include, but are not limited to, eliminating redundant portions of visual data, removing the background of a Web page, reorganizing the location of information, changing the bit representation of text, images, animation, video files, and other types of objects. According to preferred embodiments of the present invention, the Web page, including associated Java applets, scripts and other associated software objects, is parsed for the automatic conversion to the minimized version. Dynamically selectable objects, such as Java applets, are preferably only minimized when the Web page components are minimized dynamically or "on the fly". With regard to the associated software objects, preferably the process of minimization at least includes the step of minimizing components, such as graphical images, which are associated with the software object. More preferably, the process of minimization also includes the step of altering the software object itself, for example by reducing the activities performed by the software object, or even by preventing the operation of the software object.
The advantage of the present invention is that selected, specific types of Web page components are minimized, in order to permit more efficient downloading of the entire Web page. Graphical Web page components tend to be particularly large. Since graphical image Web page components typically compose about eighty percent of the overall size of the Web page data, minimizing these components by a factor of fifty percent would result in an overall minimization of forty percent, for example. Thus, the minimization of the Web page components by a particular order of magnitude would typically result in a minimization of the size of the Web page by a similar order of magnitude.
The principles and operation of a system and a method according to the present invention may be better understood with reference to the drawings and the accompanying description, it being understood that these drawings are given for illustrative purposes only and are not meant to be limiting.
Furthermore, although the following description centers upon the selective minimization of components of Web pages, it is understood that this is for the purposes of example only and is not intended to be limiting in any way, as the present invention is suitable for the selective minimization of substantially any content provided through a network such as the Internet, for example, as long as such content can be described as a collection of data components.
Referring now to the drawings, Figure 1 is a schematic block diagram of an overall system according to the present invention. A system 10 features a user computer 12 which operates a Web browser 14. User computer 12 is connected to a network 16, which is preferably the Internet. Such a connection could be provided in substantially any manner which is well known in the art, and which could be easily selected by one of ordinary skill in the art. For example, user computer 12 could be connected to network 16 through a modem connected to the telephony system, which in turn would be connected to an ISP (Internet Service Provider) 18. ISP 18 would then provide the connection to network 16, assuming that network 16 is the Internet. Other examples of such a connection to network 16 could easily be determined by one of ordinary skill in the art. User computer 12 receives Web page data from a Web server 20, which is also connected to network 16. Although only one such Web server 20 is shown, it is understood that this is for the purposes of example only and is not intended to be limiting in any way. For example, components of a single Web page could be served by a plurality of Web servers (not shown). In this illustration, Web server 20 serves the components for the Web page, such that the Web page data is then transmitted to user computer 12 through network 16. Depending upon the bandwidth of network 16 and/or the connection of user computer 12 to network 16, such Web page data may require a considerable amount of time to download to user computer 12 in a non-minimized format.
Therefore, according to the present invention, preferably selected Web page components are minimized, for example by a software module and/or hardware device which may optionally be associated with either Web server 20 or ISP 18. Collectively, such a software module and/or hardware device may optionally be described as a "minimization module".
More preferably, these selected Web page components are of a file type and/or format which are typically large in size and hence in the bandwidth requirement for downloading. For example, preferably graphical elements are minimized. The type of minimization performed for each graphical element depends upon the type and file format of each element.
Preferably, the user is able to request the minimized Web page, for more rapid transmission to user computer 12, for example by "clicking" or otherwise selecting an icon displayed by Web browser 14 as part of the Web page to be downloaded. More preferably, such an icon is the first, or among the first, components of the Web page which are displayed by Web browser 14, such that the user is immediately given the option to receive the minimized Web page for more efficient and rapid reception of the Web page data.
The specific process of minimizing the Web page involves the analysis of the Web page to select one or more specific components for minimization, such that each type of component is preferably minimized according to a suitable process. The minimization of graphical images is relatively simple, as the images only need to be reduced in size for a significant reduction in the total amount of data for each image. Alternatively or additionally, the image file format for such a graphical image may be converted to a different file format, which may result in the reduction in the amount of image data, for example when converting from a non-lossy image file format to a lossy format. For animations and/or video stream data, the moving images may be replaced with a single static, still frame, as the elimination of motion also results in a significant reduction in the total amount of data for each animation and/or video stream component. Substantially any type of dynamic object with motion attributes may be minimized by such a conversion to a static, still frame.
With regard to both moving and still graphic images, alternative or additional types of minimization include, but are not limited to, changing the color depth of images, changing the resolution of images and dithering. Other types of content may also be minimized, for example by eliminating the background of a Web page, and filtering and minimizing software objects such as applets, Java scripts and so forth. Preferably the process of minimization at least includes the step of minimizing components, such as graphical images, which are associated with the software object. More preferably, the process of minimization also includes the step of altering the software object itself, for example by reducing the activities performed by the software object, or even by preventing the operation of the software object. Other types of minimization processes for both graphical elements and software objects are described in greater detail below with regard to Figure 2.
According to preferred embodiments of the present invention, the Web page is minimized either statically or dynamically. Static minimization is performed before the Web page is requested by the user, such that the Web page is stored at Web server 20 and is then provided to the user upon request. Dynamic minimization is performed "on the fly", only when the user transmits the request through Web browser 14. The latter type of minimization is preferably performed by ISP 18, such that the full Web page is received from Web server 20 by ISP 18, which then prepares and serves the minimized Web page to user computer 12 for display by Web browser 14. Both types of methods for minimization are described in greater detail below with regard to Figure 2.
Figure 2 includes two flowcharts of two exemplary methods for minimizing Web pages. Optionally and preferably, either method is performed automatically, substantially without manual intervention. Figure 2A is a flowchart of an illustrative method for static minimization of Web pages, such that the Web page components are preferably minimized and then stored before the user requests the Web page. Figure 2B is a flowchart of an illustrative method for dynamic minimization of Web pages, such that the Web page components are preferably minimized "on the fly", upon receipt of a request from the user. Both illustrative methods include the steps of analyzing the Web page data in order to select specific Web page components for minimization, and then minimizing each such component according to an appropriate process for the type of Web page data. Turning now to Figure 2A, in step 1, a location for storing the minimized
Web page is determined. In step 2, the Web page to be minimized is analyzed, in order to determine the specific components which compose the Web page. In step 3, selected components are minimized according to the type of data of each component. For example, the process for minimizing graphical images is relatively simple, as the images only need to be reduced in size for a significant reduction in the total amount of data for each image. Alternatively or additionally, the image file format may be converted to a different file format, which may result in the reduction in the amount of image data, for example when converting from a non-lossy image file format to a lossy format. With regard to the process for minimizing animations and/or video stream data, the moving images may be replaced with a single static, still frame, as the elimination of motion also results in a significant reduction in the total amount of data for each animation and/or video stream component. Substantially any type of dynamic object with motion attributes may be minimized by such a conversion to a static, still frame.
With regard to both moving and still graphic images, alternative or additional types of minimization include, but are not limited to, changing the color depth of images, changing the resolution of images and dithering. Other types of content minimization include, but are not limited to, eliminating redundant portions of visual data, removing the background of a Web page, reorganizing the location of information, changing the representation of text and creating built-in video/audio files to selectable objects.
In step 4, the presence of any dynamically loaded software objects is determined. Such software objects may be optionally served "on the fly", for example from a different Web server than the server which provides the remainder of the Web page. These dynamically loaded components are preferably detected through Microsoft™ ASP; scripting languages such as CGI (Common Gateway Interface), Dynamic HTML (DHTML), Java applets, Java scripts, ActiveX™ objects (Microsoft Corp., USA); or any other form of dynamic Web pages.
If such a software object is located, then in step 5, the software object is minimized. This step preferably includes at least the step of minimizing components, such as graphical images, which are associated with the software object. For example, if the dynamic software object provides animation, then preferably the animation is converted to a still, static image. More preferably, the process of minimization also includes the step of altering the software object itself, for example by reducing the activities performed by the software object, or even by preventing the operation of the software object. In step 6, preferably an icon or other indicator is added to the minimized Web page, such that the user is optionally able to request the full (non-minimized) Web page. In step 7, the minimized Web page is stored at the selected storage location. In step 8, preferably each link, or URL, of the minimized Web page is examined in order to locate each Web page to which such a reference is made within the minimized Web page. Steps 2-7 are then repeated for each such Web page. Optionally, step 8 is also repeated at least once, in order to follow a secondary layer of links to other Web pages. Therefore, a minimized representation of the entire Web site is preferably stored at the selected storage location.
In step 9, the user selects the minimized version of the Web page, and optionally of the entire Web site, for example by "clicking" or otherwise selecting an icon. Such an icon would be linked to the storage location of the minimized Web page and/or Web site. In step 10, the data of the minimized Web page is transmitted to the user computer, such that the Web page is downloaded in a more efficient and rapid manner. In step 1 1, the minimized Web page is displayed to the user through the Web browser of the user computer. Optionally, in step 12, steps 9-11 are repeated for one or more additional pages of the Web site.
In step 13, optionally and preferably, each full (non-minimized) Web page is periodically re-examined in order to determine if any modifications have been made to the full Web page. If such modifications have been made, then preferably in step 14, the process of minimization is repeated for the full Web page in order to form an updated minimized Web page.
Figure 2B shows a flowchart of an illustrative method for dynamic minimization of a Web page. This illustrative method is described with regard to operation at an ISP, it being understood that this is for the purposes of example only and is not intended to be limited in any way. For example, this method could also be implemented with an ISP for a microbrowser operated by a cellular telephone.
In step 1, a specialized server is installed at an ISP. This server resides at an access point to the Internet, or POP (Point of Presence). Preferably, all network traffic through the ISP also passes through this specialized server. Alternatively, only network traffic for a particular set of subscribers passes through this specialized server. Thus, the process of installation also requires the modification of the network configuration, for example by changing the routers of the ISP. In step 2, the user requests the minimized version of a particular Web page by selecting a particular GUI (graphical user interface) gadget. This gadget is locally connected to the ISP, such that only the ISP receives the request for a minimized Web page. The HTTP "GET" command itself is used to request the Web page. The "GET" command of the user is passed to the appropriate Web server without alteration in step 3.
In step 4, the specialized server receives the Web page from the Web server. In step 5, the steps of analysis and minimization are performed substantially as previously described in Figure 2A. However, rather than storing the minimized Web page, the minimized Web page components are transmitted to the user computer for display by the Web browser in step 6.
In step 7, as previously described above, preferably the user is able to request the full (non-minimized) Web page through the special GUI gadget. Again, the request is transmitted only locally to the specialized server of the ISP, which then acts to retrieve and serve the full Web page.
It will be appreciated that the above descriptions are intended only to serve as examples, and that many other embodiments are possible within the spirit and the scope of the present invention.

Claims

WHAT IS CLAIMED IS:
1. A method for minimizing a collection of data components for transferring the collection through a network, each data component featuring a data component size and a data component type, the method comprising the steps of:
(a) analyzing the collection of data components to identify a type of each data component;
(b) requesting the collection of data objects through the network;
(c) if said type is a minimizable type, minimizing said associated data component to form a minimized data component; and
(d) transferring said minimized data component to another party.
2. The method of claim 1, wherein the network is the Internet.
3. The method of claim 1, wherein the collection of data objects is a Web page, each data object corresponding to a Web page component.
4. The method of claim 1 , wherein said minimized type is a graphical image.
5. The method of claim 1, wherein said minimized type is animated data.
6. The method of claim 1 , wherein said minimized type is video stream data.
7. The method of claim 1, wherein said minimized type is a dynamic software object.
8. The method of claim 7, wherein step (c) at least comprises the step of minimizing any associated graphical image data of said dynamic software object.
9. The method of claim 8, wherein step (c) further comprises the step of altering a software code of said dynamic software object.
10. The method of claim 3, wherein steps (c) and (d) are performed for said Web page substantially before step (b) is performed, such that a minimized Web page is stored.
11. The method of claim 10, wherein steps (c) and (d) are repeated for at least one link embedded in said Web page.
12. The method of claim 11 , wherein said Web page is a primary Web page of a Web site, such that steps (c) and (d) are repeated for every link in said primary Web page.
13. The method of claim 3, wherein steps (c) and (d) are performed for said Web page after step (b) is performed.
14. The method of claim 13, wherein said Web page is received by an ISP (Internet Service Provider), such that steps (c) and (d) are performed by said ISP.
15. A system for minimizing a Web page to form a minimized Web page for more rapid Web page data transfer, the Web page featuring a plurality of components, the system comprising:
(a) a Web browser for displaying the minimized Web page; (b) a Web server for serving the Web page; and
(c) a minimization module for minimizing the Web page to form the minimized Web page, such that at least one specific component of the Web page is selected and minimized by said minimization module.
16. The system of claim 15, wherein said minimization module is a software module installed at said Web server.
17. The system of claim 15, further comprising:
(d) an ISP (Internet Service Provider) for connecting said Web browser and said Web server; and wherein said minimization module is a combined software and hardware device installed at said ISP.
EP00968197A 1999-10-08 2000-10-06 A system and method for content analysis and minimization Withdrawn EP1159663A2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
IL13228499A IL132284A0 (en) 1999-10-08 1999-10-08 System and method for content analysis and minimization
IL13228499 1999-10-08
PCT/IL2000/000628 WO2001027711A2 (en) 1999-10-08 2000-10-06 A system and method for content analysis and minimization

Publications (1)

Publication Number Publication Date
EP1159663A2 true EP1159663A2 (en) 2001-12-05

Family

ID=11073312

Family Applications (1)

Application Number Title Priority Date Filing Date
EP00968197A Withdrawn EP1159663A2 (en) 1999-10-08 2000-10-06 A system and method for content analysis and minimization

Country Status (7)

Country Link
EP (1) EP1159663A2 (en)
JP (1) JP2003511782A (en)
KR (1) KR20020003856A (en)
AU (1) AU7814400A (en)
CA (1) CA2351330A1 (en)
IL (1) IL132284A0 (en)
WO (1) WO2001027711A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2425195A (en) * 2005-04-14 2006-10-18 Yosi Heber Website analysis method

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8464302B1 (en) 1999-08-03 2013-06-11 Videoshare, Llc Method and system for sharing video with advertisements over a network
WO2001067772A2 (en) 2000-03-09 2001-09-13 Videoshare, Inc. Sharing a streaming video
US7249196B1 (en) 2000-10-06 2007-07-24 Juniper Networks, Inc. Web page source file transfer system and method
US6834297B1 (en) 2000-10-06 2004-12-21 Redline Networks, Inc. Web resource transfer acceleration system and method
US7636792B1 (en) 2001-07-13 2009-12-22 Oracle International Corporation Methods and systems for dynamic and automatic content creation for mobile devices
US7127503B2 (en) 2001-10-10 2006-10-24 Juniper Networks, Inc. Computer networking system, device, and method for improved speed in web page rendering
KR20030070427A (en) * 2002-02-25 2003-08-30 삼성에스디에스 주식회사 The streaming transmission method of data files using symbol concept
KR100478584B1 (en) * 2002-02-25 2005-03-28 삼성에스디에스 주식회사 The duplicate contents transmission method
US20040012601A1 (en) * 2002-07-18 2004-01-22 Sang Henry W. Method and system for displaying a first image as a second image
US7610400B2 (en) 2004-11-23 2009-10-27 Juniper Networks, Inc. Rule-based networking device
JP5039922B2 (en) 2008-03-21 2012-10-03 インターナショナル・ビジネス・マシーンズ・コーポレーション Image drawing system, image drawing server, image drawing method, and computer program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5953503A (en) * 1997-10-29 1999-09-14 Digital Equipment Corporation Compression protocol with multiple preset dictionaries

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO0127711A2 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2425195A (en) * 2005-04-14 2006-10-18 Yosi Heber Website analysis method

Also Published As

Publication number Publication date
JP2003511782A (en) 2003-03-25
IL132284A0 (en) 2001-03-19
WO2001027711A2 (en) 2001-04-19
AU7814400A (en) 2001-04-23
KR20020003856A (en) 2002-01-15
WO2001027711A3 (en) 2001-09-07
CA2351330A1 (en) 2001-04-19

Similar Documents

Publication Publication Date Title
US5838927A (en) Method and apparatus for compressing a continuous, indistinct data stream
US6237039B1 (en) Method and apparatus for downloading auxiliary data to a client from a network during client idle periods
US6834297B1 (en) Web resource transfer acceleration system and method
US7152203B2 (en) Independent update and assembly of web page elements
US8839098B2 (en) System and method for rapid document conversion
US9100861B2 (en) System and method for abbreviating information sent to a viewing device
US6338096B1 (en) System uses kernals of micro web server for supporting HTML web browser in providing HTML data format and HTTP protocol from variety of data sources
JP4584365B2 (en) Method and apparatus for document surrogate processing and transcoding in a distributed network
US7249196B1 (en) Web page source file transfer system and method
US6304909B1 (en) Client-controlled link processing in computer network
US20030011631A1 (en) System and method for document division
US20010003823A1 (en) Method for downloading a web page to a client for efficient display on a television screen
EP1220113A2 (en) Dynamically displaying markup language form elements
KR100373486B1 (en) Method for processing web documents
CN1471669A (en) Method of disseminating advertisements using an embedded media player page
WO2001027711A2 (en) A system and method for content analysis and minimization
US6253229B1 (en) Hotspots only interfaces to links in hypertext document pages in network display stations
EP1041497B1 (en) Information fetching control scheme using data type dependent strategy for reducing user response time
US6636235B1 (en) Lettering adjustments for display resolution
US20080016184A1 (en) System and method for information transfer over a network
US20030236825A1 (en) System, method and computer readable medium for transferring and rendering a web page
CA2563488C (en) A system and method for abbreviating information sent to a viewing device
WO2002029585A1 (en) Image transfer system and method
IL151438A (en) System and method for rapid document conversion

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20010515

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL

AX Request for extension of the european patent

Free format text: AL;LT;LV;MK;RO;SI

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20050503