US20090125809A1 - System and Method for Adapting Information Content for an Electronic Device - Google Patents

System and Method for Adapting Information Content for an Electronic Device Download PDF

Info

Publication number
US20090125809A1
US20090125809A1 US12/357,096 US35709609A US2009125809A1 US 20090125809 A1 US20090125809 A1 US 20090125809A1 US 35709609 A US35709609 A US 35709609A US 2009125809 A1 US2009125809 A1 US 2009125809A1
Authority
US
United States
Prior art keywords
information content
content
nodes
document
browser
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/357,096
Inventor
Matthew Frank Trapani
Leonid Polonsky
Bruce Wiatrak
Francis Edward Simon Hunt
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.)
Nokia Oyj
Original Assignee
Novarra Inc
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 Novarra Inc filed Critical Novarra Inc
Priority to US12/357,096 priority Critical patent/US20090125809A1/en
Publication of US20090125809A1 publication Critical patent/US20090125809A1/en
Assigned to NOKIA CORPORATION reassignment NOKIA CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NOVARRA, INC.
Assigned to NOVARRA, INC. reassignment NOVARRA, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HUNT, FRANCIS EDWARD SIMON, POLONSKY, LEONID, TRAPANI, MATTHEW F., WIATRAK, BRUCE
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets
    • 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

  • This present invention relates generally to the field of network communications. More specifically, it relates to a system and method for accessing, adapting, and presenting information content for electronic devices.
  • PC personal computer
  • PC-based browser Today, an abundant amount of meaningful and feature rich information content is truly at one's fingertips.
  • all of this can be done with a personal computer and a PC-based browser that is tapped into a feature rich network of computers such as the Internet, Intranet, or Extranet.
  • a mobile or wireless device with only low bandwidth capability may be unable to view information content intended for only high bandwidth applications.
  • Parameters such as the mobile or wireless device's network connection, memory capacity, power restrictions, or other limitations of the device may require customization of information content that is delivered to or from the device. Therefore, it would be desirable to streamline the information content such that the desired content is received and presented at the mobile device as it was intended to be viewed.
  • scripting languages like JavaScript or Jscript allow a user on a PC-based browser to interact with markup language such as Hypertext Markup Language (HTML) source code, thus enabling the use of dynamic content.
  • markup language such as Hypertext Markup Language (HTML) source code
  • information content is sent to the device, but often in a format that the appliance, user, or network cannot conveniently accommodate, which produces undesirable results.
  • the data content might be unreadable on the display, displayed in an unorganized fashion, be too voluminous or bandwidth intensive to be received or displayed, and so on.
  • a system and method is provided that enables electronic devices with limited hardware or network capability to successfully access the same feature rich information content as full featured PC-based browsers with a large display screen, extensive user input facilities (e.g., mouse, keyboard, etc), high CPU power, large memory, reliable network connections, a reliable power supply, and so on.
  • the system enables an electronic device to access a number of different information sources including, but not limited to, marked up content like HTML, XML, WML, voice and multimedia.
  • a script execution engine is utilized to support scripting technologies such as JavaScript that dynamically generate content.
  • a distributed browser includes separable components, a server browser and a client browser, that enable an electronic device with a small display to efficiently access information content.
  • the server browser and the client browser work together to access the information content by separating functionality between the browsers, irrespective of the component's location.
  • the functionality applied to optimize information content access, arrangement, transmission, and navigation can be performed by the server browser rather than the client browser hosted on the portable or mobile device.
  • a QDOM converts data content into a document object tree represented by a mutable object having an array structure. Based on the nodes of the object tree, the QDOM generates an array of primitive data types for efficiently developing an optimized standard structure for use by a normalizer or other processing modules. In the manner, the QDOM extends the World Wide Web Consortium (W3C) DOM interface definition to an efficient model that provides high speed parsing, storage, and access while minimizing memory resource requirements.
  • W3C World Wide Web Consortium
  • a normalizer adaptively tailors and folderizes markup based information content to accommodate an electronic device's particular software, hardware, and network characteristics.
  • the normalizer organizes any markup based information content into folders of interest. The user of the electronic device can then further explore the folders of interest as desired.
  • metatags embedded in a markup language at the information source can provide instructions to the normalizer to take appropriate actions.
  • Use of metatags can allow customization of original information content if a modified outcome is desired at the electronic device.
  • the metatags provide instruction to an automatic normalizer including, but not limited to, direct output of information content without normalization, the promotion of content into or out of folders, and dropping or filtering information content from the serialized output to an electronic device.
  • pattern-matching templates are utilized to normalize the presentation of accessed information content.
  • a template normalizer utilizes regular expression pattern-matching to impose a template over a document and attempts to match the template to the document.
  • an event translator provides additional compatibility with commercially available client browsers or end user applications that employ standardized protocols.
  • the event translator can be utilized on the server browser or the client browser to provide compatibility with standard client browsers.
  • a serializer dynamically formats normalized content to a form that is optimized for a particular electronic device.
  • the serialized output can be formatted to suit industry standard browsers, or targeted to an electronic device using the client side browser.
  • the present embodiments allow for electronic devices with limited hardware capability to access, on the fly, feature rich static and dynamic content, and applications.
  • the server browser enables a client browser that utilizes a particular markup language to access information content that is of any type of markup language or technology.
  • the distributed browser minimizes the functionality required on the device and implements the CPU and memory intensive functions on a server in the network, thus allowing wireless devices, with intermittent, limited connectivity, processing power capability etc. to provide a similar experience achieved with a desktop PC.
  • serializer normalizer
  • client browser and/or the event translator work in conjunction with each other to convert user events within one markup domain into another markup domain while staying in the transaction to translate the meaning of the interaction appropriately.
  • user events such as scrolling, clicking, voice commands interact with the QDOM to result in a change in presentation of the content.
  • the present embodiments provide significantly higher speed and an efficient use of network bandwidth as desired information content can be cached on the server browser and on the client browser, if so desired, to enable quick access to the desired portions of the information content.
  • the present embodiments also provide for server browser-centric access to user profile and client browser state information (such as cookies), thereby facilitating the use of multiple devices by a single user.
  • client browser state information such as cookies
  • the present embodiments provide a number of advantages and applications as will be more apparent to those skilled in the art.
  • the exemplary embodiments utilize distributed architecture for adaptively tailoring information content to electronic device's hardware and network characteristics.
  • FIG. 1 is a high-level diagram illustrating an exemplary system for accessing, adapting, and presenting information content to electronic devices
  • FIG. 2 is a diagram further illustrating the server browser of FIG. 1 ;
  • FIG. 3 is a diagram further illustrating the event translator of FIG. 1 ;
  • FIG. 4 is a diagram further illustrating the client browser of FIG. 1 ;
  • FIG. 5 is a diagram illustrating an events message utilized in the exemplary system of FIG. 1 ;
  • FIG. 6 is a diagram illustrating a transmission ACK/NAK message utilized in the exemplary system of FIG. 1 ;
  • FIG. 7 is a diagram illustrating a security handshake request/response and ACK/NAK message utilized in the exemplary system of FIG. 1 ;
  • FIG. 8 is a diagram illustrating an exemplary process of the QDOM of FIG. 1 ;
  • FIG. 9 is a diagram further illustrating the process of the QDOM of FIG. 8 ;
  • FIG. 10 is a diagram illustrating the process of the normalizer of FIG. 1 ;
  • FIG. 11 is a diagram further illustrating the process of FIG. 10 ;
  • FIG. 12 is a diagram showing an exemplary conversion of output from the system of FIG. 1 .
  • FIG. 1 shows a high-level block diagram illustrating an exemplary system 100 for accessing and adapting feature rich information content for presentation on an electronic device 104 .
  • the accessed and adapted information content is transmitted between an information source 102 and the electronic device 104 .
  • the information source 102 includes any type of device such as a web server, application server, database or other backend system, or any interface to an information provider.
  • the information source 102 provides information content expressed in a markup language, such as those markup languages known in the art including Hypertext Markup Language (HTML), Extensible Markup Language (XML) with or without Extensible Style Sheets (XSL), VoiceXML, Extensible Hypertext Markup Language (XHTML), or Wireless Markup Language (WML).
  • the information content can store images, video, audio information.
  • the information source 102 can be accessed through an information access network 106 such as a local area network (LAN) or wide area network (WAN).
  • LAN local area network
  • WAN wide area network
  • the electronic device 104 includes any type of device such as a personal computer (PC), wireless telephone, personal digital assistant (PDA), hand-held computer, network appliance, and a wide variety of other types of electronic devices that might have navigational capability (e.g., keyboard, touch screen, mouse, etc.) and an optional display for viewing downloaded information content.
  • the electronic device 104 can also include a device such as a set-top box, internet access appliance, infra-red remote control used with a set-top box, and so forth.
  • the electronic device 104 can include any type of device that has the capability to utilize speech synthesis markups such as W3C (www.w3.org) Voice Extensible Markup Language (VoiceXML).
  • Information content from the information source 102 is preferably retrieved and tailored for use on the electronic device 104 by a distributed browser 108 .
  • the distributed browser 108 is generally made up of a server browser 110 and a client browser 112 .
  • the distributed browser 108 By utilizing the distributed browser 108 , smaller electronic devices with limited hardware capability can access feature rich information or data.
  • the distributed browser 108 allows for efficient use of the communications network 114 bandwidth.
  • electronic devices with high processing power, fast network connection, and large memory can also use the present embodiments.
  • the server browser 110 and the client browser 112 are hosted on separate platforms.
  • the server browser 110 might be hosted on a back-end server, and the client browser 112 might be hosted on the electronic device 104 .
  • the server browser 110 and client browser 112 can be hosted on the same platform such as on an electronic device, especially if the platform or electronic device has the appropriate hardware and network capabilities.
  • the server browser 110 can access information content at the information source 102 via the information access network 106 .
  • the server browser 110 operates as a client of the information source 102 .
  • the server browser 110 can issue a Hypertext Transfer Protocol (HTTP) request to the information source 102 over the information access network 106 .
  • HTTP Hypertext Transfer Protocol
  • the server browser 110 can access information content, including applications, static and dynamic content, at the information source 102 .
  • Dynamic content can include script codes such as JavaScript, developed by Netscape (www.netscape.com), and Jscript, developed by Microsoft (www.microsoft.com).
  • communications between the client and server browsers 112 and 110 are via a defined application protocol implemented on top of a wired or wireless transport layer depending on the nature of the electronic device 104 and communications network 114 .
  • the communications network 114 might include a wired network such as those that utilize Ethernet or similarly IEEE 802.3 protocols.
  • the communications network 114 might also include a wireless network such as a local area wireless network (LAWN) or wireless local area network (WLAN).
  • LAWN local area wireless network
  • WLAN wireless local area network
  • the communications network 114 might include wireless networks that utilize other known protocols and technologies such as Bluetooth, wireless application protocol (WAP), time division multiple access (TDMA), or code division multiple access (CDMA).
  • WAP wireless application protocol
  • TDMA time division multiple access
  • CDMA code division multiple access
  • the communications network 114 is not limited to terrestrial networks, but can utilize other forms of transmission, as is known in the art, such as a satellite connection.
  • a PDA hosts a client browser
  • a PC hosts a server browser
  • the client browser and the server browser could perform information transactions over the Ethernet network. Such transactions would utilize Ethernet or similarly IEEE 802.3 protocols.
  • the client and server browsers communicate over a wired network.
  • an internet-enabled refrigerator hosts a client browser
  • a set-top box hosts a server browser
  • both could perform information transactions over a Bluetooth or IEEE 802.11 wireless LAN.
  • the client and server browsers are communicating over a wireless network.
  • an event translator 136 is used to convert a request/response protocol, such as an HTTP request, from the standard client browser 140 (e.g., WML, XHTML, cHTML, etc.) to an event that the server browser 110 recognizes.
  • the translation process includes event information, content information, and the context of the event such that transactions between the standard client browser 140 and the information source 102 (e.g. HTML form submission) are preserved. Therefore, by using the event translator 136 , the server browser 110 can provide an interface to any end user application with a known protocol.
  • an electronic device 104 can utilize the client browser 112 or standard client browser 140 , or both at the same time, if so desired.
  • the server browser 110 can be hosted on any platform with sufficient hardware capability for performing tasks by the server browser 110 described herein. Such platforms can include but are certainly not limited to desktop or laptop PCs, servers, computer clusters, or embedded devices. It should also be understood that the server browser 110 can also be hosted on the electronic device 104 , especially if the electronic device has the hardware and network connection capability.
  • the server browser 110 can authenticate itself with the information source 102 , facilitate the request of the information using a protocol acceptable to the information source 102 (e.g., an HTTP request for a web server), provide secure transactions with the information source 102 , provide secure transactions with the client browser 112 , execute embedded scripts or code segments, and resolve necessary external references (e.g., request HTML frames or script sources) to complete the information model.
  • a protocol acceptable to the information source 102 e.g., an HTTP request for a web server
  • the server browser 110 also includes information content caching and data pre-fetch for performance gain.
  • server browser 110 can perform information content transformations or apply device specific style sheets to aid in presentation (e.g., display or voice) and navigation (e.g., keyboard, touch screen, or scrolling), and perform content grouping for electronic devices that accepts data in limited quantities.
  • device specific style sheets e.g., display or voice
  • navigation e.g., keyboard, touch screen, or scrolling
  • the server browser 110 preferably contains the modules including user agent 113 , cookie handler 113 , QDOM 116 , script executor 120 , normalizer 124 , serializer 128 , and connectivity 132 , each described below.
  • a session manager 108 is also included to manage the session between the client browser 112 and the server browser 110 .
  • the session manager 108 can also manage the session between the standard client browser 24 and the server browser 110 .
  • FIG. 2 is a diagram further illustrating the server browser of FIG. 1 .
  • the server browser utilizes a user agent 113 for accessing information at the information source 102 .
  • the user agent 113 has the functionality of a traditional PC browser (e.g., Netscape Navigator, Internet Explorer, and so forth) as well as extended functionality, described below, due to the distributed nature of the electronic device 104 .
  • the user agent 113 communicates the requested resource identifier to the information source 102 .
  • the user agent 113 might transmit an HTTP request to a remote web server that hosts yahoo.com.
  • the user agent 113 would transmit a resource identifier to request a specific web page or ask the remote web server to perform a database query.
  • the request including the resource identifier is broken into HTTP packets and the packets are sent across the Internet's TCP/IP communications infrastructure to the remote web server.
  • the resource identifier then enables the host computer to locate the requested page at yahoo.com and return the information content to the user agent 113 .
  • the user agent 113 might inform the information source 102 of the client browser 112 type, electronic device 104 capabilities, and user preferences in the request headers and receives information identifying the properties of the data received (such as the content type, length and encoding) in the response headers.
  • the headers that are sent back and forth between the information source 102 and the server browser 110 may also contain one or more cookies stored at the server browser 110 on behalf of the client browser 112 .
  • the user agent 113 conforms to the broader industry definition of the term as a component of the server browser 110 that acts on behalf of the electronic device 104 to request information from an information source 102 .
  • the requested information content can be from any information source including a web server as described above, but is not restricted to a web server.
  • Other sources of information content might include an email server, Instant Messaging server, database or other storage of information.
  • the means through which the user agent 113 communicates with the information source 102 includes the HTTP protocol as described above, but of course, is not limited to that protocol.
  • Information content might also use XML information content and XSL style sheets instead of HTML as the preferred internet/intranet information content format.
  • XML information content and an XSL style sheet it can provide a clear separation of data and presentation.
  • the XSL style sheet is applied to the XML information content by an XSLT engine to present the information content to an electronic device 104 .
  • the XSL style sheet is applied to the XML information content at the information source 102 , but preferably the client browser 112 can also apply the XSL style sheet to the XML information content.
  • the server browser 110 preferably employs an XSLT engine to apply the XSL style sheet to the XML data before normalizing to produce content.
  • XSLT engine to apply the XSL style sheet to the XML data before normalizing to produce content.
  • One such example would be a WML client browser used to request an XML+XSL combination that produces XHTML.
  • the information content author may choose to use the original XML and apply templates and/or wireless markup instead of or in combination with XSL style sheets.
  • the system can also use templates and meta-tag markup to alter the original information content to better suit an end user application for which it was not originally designed. This can be achieved through the addition, removal or substitution of sections of content, tags and attributes (separately or together) in the markup, described more below.
  • VoiceXML (www.voicexml.org) which is an XML based language for specifying voice dialogs, including audio prompts and text-to-speech (TTS) for output and touch-tone keys (DTMF) as well as automatic speech recognition (ASR) for input.
  • TTS text-to-speech
  • DTMF touch-tone keys
  • ASR automatic speech recognition
  • VoiceXML technology enables consolidation of voice and web applications. For example, it can be used with voice-only devices to access a voice portal, or used to facilitate multi-modal (graphical and voice) dialogs to VoiceXML enabled client browsers).
  • the system ( 100 in FIG. 1 ) via the user agent 113 has the ability to read and process VoiceXML markup as well as convert from one markup (from WML for instance) to VoiceXML format.
  • templates and/or wireless markup can be used to specify which parts of a web page are to be audible (i.e. converted to VoiceXML) and which are to be rendered visually by the browser.
  • the server can interact with a VoiceXML gateway (much in the same way as it does with the WML gateway) to facilitate the VoiceXML based services.
  • the server browser 110 via the user agent 113 has the ability to interact with the network entity supplying the location information via a defined protocol.
  • the current coordinates of the electronic device accessing the network are preferably sent in the request headers to the content (web) server and/or be accessible via session cookies so that the device can easily utilize this location information.
  • This functionality enables useful applications such as a restaurant locator that lists restaurants within a few miles of the user's current location.
  • the server browser 110 contains a cookie handler 115 .
  • Cookies provide a means of personalizing the information content that is retrieved by the user agent 113 on behalf of the user of the electronic device 104 .
  • the cookie handler 115 supports session and persistent cookies. Session cookies are valid for the current user's session and persistent cookies can expire after a predetermined time specified in the cookie or be permanent.
  • An added benefit to server side cookie processing is that the user is provided access to his or her cookies from multiple electronic devices and the user's cookies are not lost when the user changes electronic devices.
  • the user agent 113 translates the requested data content, if necessary, into a recognizable markup language for further processing.
  • the markup language may be in the format of XML, WML, HTML, or any other markup language or technology (e.g., video, audio, image) that incorporates the features used by the present embodiments.
  • the translated information is then organized into a logically structured format for further processing by the QDOM 116 .
  • the QDOM 116 efficiently constructs a nodal structure.
  • the use of the QDOM 116 enables a standard structured interface to the retrieved content that can be utilized by all modules of the server browser 110 .
  • the QDOM 116 can effectively and efficiently store the information content in a standardized structure for use by the normalizer, more described below.
  • the server browser 110 has script executor 120 for assisting the QDOM 116 in interpreting embedded script code in the information content received from the information source 102 .
  • the script executor 120 is preferably capable of supporting the European Computer Manufactures Association standard (ECMAScript revision 3), which is most prevalent in the industry, but may also be capable of handling other scripting languages, known in the art, such as JavaScript, Jscript (Microsoft's extending implementation of ECMAScript), Visual Basic Script (VBScript), or WMLScript.
  • ECMAScript revision 3 European Computer Manufactures Association standard
  • the script executor 120 enables programmatic access to the QDOM 116 representation of the document.
  • This extension to the QDOM 116 can allow executed script code to modify the resultant document that is sent to the client browser 112 , thus enabling dynamic content generation via scripting.
  • Script executor 120 can also allow programmatic access to the cookies for a particular user, giving the content author the ability to create, modify or retrieve cookies associated with a given resource via script code.
  • communications between the script executor 120 and the client browser 112 is done via script events that are part of the application protocol between the server browser 110 and the client browser 112 .
  • data content that has been transformed into a DOM tree is then forwarded from the QDOM 116 to the normalizer 124 .
  • the normalizer 124 sends the DOM tree first to a template normalizer. If the template normalizer is unsuccessful at normalization, the DOM tree is then forwarded to an automatic normalizer where the data is normalized and then forwarded to the serializer 128 to be sent to the electronic device 104 via the connectivity manager 132 , further described below.
  • the serializer 128 utilizes the normalized tree as input and produces a media stream targeted for a specific electronic device 104 .
  • Applying a style sheet or formatting rules to the DOM tree outputs a document (e.g., an XML document) that will be streamed to the electronic device 104 .
  • the formatting rules are electronic device 104 specific and tale into account display size, font types, color etc. as well as the particular markup language(s) supported by the target electronic device 104 .
  • the server browser 110 has connectivity manager 132 for interacting with the client browser 112 .
  • Connectivity manager 132 sends and receives information to the client browser 112 using an event format and protocol such as a proprietary format (e.g., OBML, described below) and XML event messages.
  • an event format and protocol such as a proprietary format (e.g., OBML, described below) and XML event messages.
  • the events may be translated via the event translator 136 ( FIG. 1 ) to use an externally defined format and protocol such as WML and WAP.
  • the event translator 136 preferably provides the server browser 110 with compatibility with any standard client browser 140 or end user application that employs a known protocol such as HTTP.
  • Current examples of such standard client browsers 140 include both WAP and non-WAP based WML browsers, HTML browsers, XHTML browsers, as well as both iMode and non-iMode compact-HTML (cHTML) browsers.
  • FIG. 3 is a diagram further illustrating exemplary uses for the event translator of FIG. 1 .
  • the event translator 136 can be utilized on the server browser 110 side or the client browser 112 side, depending on which client browser 112 or standard client browser 140 is utilized.
  • the event translator 136 operates as the interface between a standard client browser 140 and the information content data stored in a DOM format at the server browser 110 .
  • the DOM is a QDOM 116 that identifies each node in the document using a unique value.
  • the event translator 136 can exist on the client browser 112 and provide an interface between the third party viewer and the micro-gateway 144 .
  • the event translator 136 is not limited to the server browser 110 side or the client browser 112 side, but can also operate between and externally to the server browser 110 and client browser 112 , if so desired.
  • the event translator 136 translates requests for information content to known events that can be used to generate or modify a DOM tree, dynamically assigns unique device identifiers to identify the information source 102 of standard client browser 140 events, sends events and receives responses to and from the server browser 110 , and manages sessions and transactions (including timeouts, authentication, error handling etc.)
  • the client browser 112 can be hosted on an electronic device 104 such as a PDA, handheld PC, mobile phone or any device with sufficient navigation and presentation capability.
  • the client browser 112 provides the user interface for presentation or rendering of the retrieved information as well navigational capability.
  • portions of the client browser 112 may be used by a standard or commercially available client browser.
  • the client browser 112 can provide distributed browser functionality that is compatible with the standard or commercially available client browser.
  • the electronic device 104 is preferably validated by user/appliance ID, which can be stored within a database on a server. This ID authenticates the electronic device 104 and validates that it is allowed to access specific data content found in a particular data source.
  • the client browser 112 can access information content via the server browser 110 . Additionally, the client browser 112 preferably allows the user to submit information content or form data back to the information source 102 .
  • the form data is a response to a query posed by the data content of a particular document from the information source 102 .
  • Events containing the data for each component in the form are forwarded to the server browser 110 by the electronic device 104 where they are formatted in accordance with the content of that document by the server browser 110 .
  • the result may be an error notification (e.g. network timeout, bad data, etc.) or display of a new document received from the server browser 112 as a result of server side 112 processing of the submitted form data.
  • the client browser 112 preferably includes a microbrowser 148 , event controller 152 , and DOM store 124 according to the industry standard Model View Controller (MVC) representation.
  • the microbrowser 148 is one example of an end user “View” application and represents information such as graphical or textual display, or audio to the user.
  • the event controller 152 processes events to and from the server browser 110 .
  • the DOM store 124 is utilized for caching the information content received over the communications network 114 .
  • the event controller 152 and the DOM store 124 operate as a micro-gateway 144 between the server browser 110 and an application 168 for interaction with the end user.
  • the application 168 presents a typical browser interface allowing display and navigation of content, form interaction and submission and so forth.
  • the micro-gateway 144 can also support multiple different end user applications 172 on the electronic device depending on their availability and the nature and type of content data delivered to it. Examples of such end user applications include, but are not limited to, email, instant messaging, media players and other such plug-ins. Further, multiple different kinds of browsers designed for particular markup types (HTML, cHTML, WML, etc.) and so forth can also be supported by the micro-gateway 144 .
  • the micro-gateway 144 presents an external interface to other applications 168 and 172 that consists of a well defined interface to the DOM Store 124 component and an interface to the event controller 152 using the same event model that is described below for communications internal to the distributed browser.
  • the micro-gateway 144 can be combined with the end user application 168 and 172 and use a more tightly coupled internal interface.
  • the micro-gateway 144 can use an event translator (not shown in FIG. 4 ) to provide an interface to third party or commercially available applications such as HTML or WML or cHTML browsers.
  • a micro-gateway 144 and an event translator to cHTML can be used to provide an interface between the server browser component and the third party cHTML browser known as Pocket Internet Explorer on a Pocket PC device running the Microsoft Windows CE operating system.
  • the microbrowser 148 renders the information content transmitted to the client browser 112 by the server browser 110 .
  • the rendering includes visual representations (both textual and graphical) of the markup elements, but can be extended to provide other representations (e.g., audio) according to the capabilities of the electronic device 104 .
  • the format of the representations can be fixed by particular microbrowser 148 implementations such as a WML or proprietary (e.g., OBML) browser, or can be modified according to an XSLT style defined in conjunction with the content markup.
  • the microbrowser 148 is used to directly display markup based content received through the micro-gateway 172 .
  • the markup based content can be used to adaptively tailor the microbrowser 148 according to directives contained in the information content. Adaptations can include embedding application logic in the content presentation, modifications to the interface (menus, titles, etc.) and other configuration of the browser application or device.
  • an additional property of the browser is the ability to download and install other applications or plug-ins as needed to support non-markup based content, including images, audio, video, and multipurpose internet mail extensions (MIME) or secure MIME (S/MIME) document formats such as plain text, Acrobat (e.g., “*.pdf” format), Microsoft Word and so forth.
  • MIME multipurpose internet mail extensions
  • S/MIME secure MIME
  • Acrobat e.g., “*.pdf” format
  • Microsoft Word e.g., “*.pdf” format
  • Content of these types is can be viewed through the use of these other applications or plug-ins by the micro-gateway 144 or microbrowser 148 , or both 144 and 148 .
  • the event controller 152 is an event handler. Events to and from the server browser 110 are formatted according to the particular electronic device 104 in use. In the exemplary embodiment, XML event messages and a proprietary protocol are interpreted by the event controller 152 to manage data and events to and from the server browser 110 .
  • the DOM store 124 provides a secondary cache of the information content stored on the server browser 110 .
  • the secondary cache preferably resides on the electronic device 104 to reduce the need to pass data between the server and client browsers 110 and 112 , respectfully.
  • the information content that the user desires is transmitted to the client browser 112 from the server browser 110 . In the exemplary embodiment, however, once the information has been transmitted, it is stored for reuse. The information content is retained on the electronic device 104 while it is valid and while there is sufficient space to store it.
  • the information content is stored in a DOM structure according to the W3C definition of an XML document and can be accessed by the microbrowser 148 or other applications on the client browser 112 .
  • the event controller 152 When the DOM is examined or modified, the event controller 152 preferably delegates the event to the DOM facade 118 . These events include click, blurchange, submit, expand, etc.
  • the DOM facade 118 preferably examines and executes the content and/or script associated with clicking on a given node. In the case of an blurchange event, the DOM facade 118 preferably modifies the DOM so it reflects that the user has provided data. In the case of a submit event, the DOM facade 118 preferably examines the existing user input to formulate an appropriate form submission request. In the case of an expand event, the DOM facade 118 preferably delegates to a serializer to server the contents of a given folder to the client browser.
  • An “active” page is a page from the information source that is of higher than normal interest to the user of the client browser 112 . It is given an active status in the cache and retained on the electronic device 14 when it otherwise might have been deleted for space or timing reasons. Where a document has been made part of the “active” cache (either through a push from the server or explicitly requested by the user through a client application such as the micro-browser), the content and any related data for that document can be accessed when the electronic device 104 is out of coverage.
  • the client browser 112 handles “active” page content submissions separately and can store form data for those submissions to allow repeated attempts to submit that data until either the submission is successful or the user explicitly instructs the client browser application to delete the form data. Delivery of form submission data for the “active” content pages is guaranteed by the storage of the data in the client application browser.
  • the client browser 112 retains the context of “active” page submissions and allows the user to access a history of chained interactions with the information source as a series of submissions of data and responses to the submissions. Note that each response can itself require a further submission and in turn generate another response, thus forming the chain.
  • the status of an active submission in progress can also be viewed in the client browser.
  • the distributed browser 108 preferably utilizes send and receive events to convey information between the server and client browser 110 and 112 , respectively. Events between these components can be classed as an events message, acknowledgment/negative acknowledgment (ACK/NAK) message, security handshake request/response, and decrypt ACK/NAK message.
  • ACK/NAK acknowledgment/negative acknowledgment
  • An events message preferably carries information between the server and client browsers 110 and 112 , respectively.
  • An ACK/NAK message is used to confirm or deny receipt of an events message.
  • a security handshake message is used to transport information used by encryption and decryption routines.
  • a decrypt ACK/NAK is used to report success or failure in the security routines.
  • the first byte of the messages preferably contains an identifier that uniquely defines which type of message is contained in the data being sent.
  • the 2-byte integral values are always “little endian” or bytes at lower addresses have lower significance.
  • FIG. 5 shows the structure of an exemplary events message that is transmitted between the server browser 110 and the microbrowser 148 (i.e., via the network interface 156 and event controller 152 ).
  • the event message may be modified or intercepted by the event controller 152 .
  • the event message includes header identifier, header version number, and the unique message identifier. Additionally, the event message also includes the event type such as response, original, push, or stop. Moreover, event data is included at the end of the events message.
  • the event data area of the events message may be compressed and/or encrypted as specified in the header component.
  • the data area is defined as having the following exemplary structure:
  • the session id information needs only to specify an identifier for the server browser 110 session or content page.
  • the events message should identify which client browser 112 it is associated with.
  • the page id is generated on the server browser 110 .
  • the client browser 112 has no valid server session id to send, a zero will be sent. Zero is not used as a valid session id.
  • URL Uniform Resource Locator
  • standard URL encoding as is known in the art, is used to ensure that the information content does not include any of the characters special to a proprietary packet format (i.e., “
  • XML content contained in an events message standard HTML encoding, as is known in the art, is used (e.g., where characters can be represented by “&#n;” where n is the ASCII code for that character).
  • the node value maps directly to a node in the DOM tree (e.g., output of the QDOM 116 in FIG. 2 ) and signifies the node affected by the event. For some events (e.g. load, error) the node is set to 0, indicating that there is no direct connection to a particular node. Other events (e.g. expand, onblurchange, submit, onclick) have a direct correlation to an element in the QDOM and are targeted to that element by the value set in the events message.
  • events e.g. load, error
  • Other events e.g. expand, onblurchange, submit, onclick
  • Event Attribute list Description Cleaned (none) Notification to clients that old data has been purged so that clients can check any cached page references Error Error message Description of an error on server Expand (none) Client request for content of a normalizer folder Expand Document Content of a normalizer folder Load URL, summary Client request for a new content page, option, table option, including options on whether to normalize, JavaScript option include tables and allow JavaScript processing Load URL, summary Content page response or push from server, option, table option, including options set in original request JavaScript option, document Notify Message data Non-error message to client(s) Onblurchange new value for input The user has changed the content of an input element element and moved focus away from it Onclick (none) Click on link element Reload (none) User wishes to force a reload of the current content page in the device application.
  • the server will replace any existing session with a new load of the page from the web. Stop (none) User request to stop any message identified by the MessageID in the header. Submit (none) User has completed a form and is submitting all onblurchange data to the server Authenticate Realm
  • the remote HTTP server issued a challenge string requiring the user to prove possession of a valid user id and password for the realm Authenticate Authentication tokens ⁇ username>: ⁇ password>, encoded in Base64 to be submitted back to the origin server Alert Message Server initiated message.
  • the device displays the alert message followed by an OK button.
  • Alert (none) Device returns when the user presses OK. Confirm Question Server initiated message. The device displays the question followed by an OK and Cancel button.
  • Confirm confirmation status Device returns the button pressed.
  • Prompt Message default Server initiated message. The device displays the message followed by a text input field and OK, Clear and Cancel buttons. The default message is displayed as the initial input. Prompt Button pressed, return If the user clicks the cancel button, return string string should be null. If the user clicks the OK button, Device returns the value currently displayed in the input field.
  • an events message may contain more than one event.
  • all onblurchange events are stored by the microbrowser 148 until a submit event is generated. At that point they are bundled together into a single events message for transmission to the server browser 110 .
  • FIG. 6 shows the structure of an exemplary transmission ACK/NAK message that is transmitted between the radio interface ( 156 of FIG. 4 ) and connectivity ( 132 of FIG. 2 ).
  • An ACK message is preferably used when the underlying communications network 114 does not provide message delivery confirmation to the network interface 156 and connectivity manager 132 .
  • a NAK message signifies that although an events message was received, it could not be processed (e.g. because of low memory conditions).
  • FIG. 7 shows the structure of an exemplary message used by the security subsystems of the connectivity manager 132 and the network interface 156 .
  • the security handshake request and security handshake response messages are used to exchange public keys between the connectivity manager 132 and network interface 156 .
  • the security ACK and NAK messages are used to signify successful decryption of events messages that have been encrypted using the shared public keys. Receipt of a security NAK message at any time or a need to encrypt the data in an events message when public keys have not been shared preferably initiate a security handshake request.
  • the server browser 110 includes a QDOM 116 .
  • the QDOM 116 utilizes a in-memory representation of an document tree as a single mutable object or creation of a DOM does not require creation of a language object for every node of the tree, whether that language happens to be Java or C++ or another object oriented language.
  • the mutability of a QDOM 116 is preferred, because transformations of the DOM tree will be applied, resulting in a new tree structure within the same QDOM Object.
  • the architecture of a QDOM 116 allows these transformations to be performed in an efficient manner with regard to both speed and resources used.
  • a QDOM 116 consists of an aggregation of N re-usable buffers that contain arrays of raw bytes. As the QDOM grows, additional re-usable buffers are added, only as needed. Some of the re-usable buffers contain binary information describing the DOM tree structure, tree dependencies, and references to information content data. Other buffers contain the actual content data.
  • FIG. 8 shows one exemplary embodiment in which separate QDOM 116 arrays 180 are used for the values representing the following properties of each element node 184 : element name tag 188 , parent node 192 , previous element sibling 196 , next element sibling 200 , first child element 204 , and first attribute 208 .
  • each attribute node can be described with the following properties including attribute name tag, attribute value tag, previous attribute sibling, and next attribute sibling.
  • Separate arrays can be stored in the QDOM 116 for attribute data, or it can be overlaid in the same arrays used for element data.
  • the same information can be stored in structures for each node and attribute.
  • the QDOM 116 contains one or more arrays of each of these structures. The choice of the means of storage depends on the functionality of the programming language employed for the QDOM.
  • a dictionary of the strings and their corresponding value is preferably built up as necessary to deal with a particular set of XML tags. For performance reasons, pre-compiled dictionaries can be used for the well-known markup languages, such as HTML or WML.
  • FIG. 9 shows a re-usable content buffer 212 that the QDOM array 180 references when information content that is not well known (such as plain text data) is used.
  • the QDOM array 180 preferably stores the start and end positions of the text in the content buffer 212 .
  • the content buffer 212 stores zero terminated strings and the QDOM array 180 stores the start position.
  • the interface to the QDOM 116 is value based because every node (for example, see 184 in FIG. 8 ) of the tree has a unique value associated with it. All operations on the nodes in the tree that the interface provides can be carried out using that value as a reference to the affected nodes. All comparisons between nodes are also value based, so expensive string comparisons can be avoided.
  • the QDOM 116 Since the underlying structure of the QDOM 116 groups of raw bytes, it can easily and efficiently be serialized to and from permanent storage, thus reducing the amount of random access memory (RAM) memory necessary to support multiple users and multiple documents per user.
  • RAM random access memory
  • the QDOM 116 structure in the form of DOM store, XMLDocument, and XMLelement can also be used efficiently by the client browser 112 .
  • the QDOM storage is divided into smaller groups that are held in a permanent storage area (e.g., FLASH). Only such groups as are needed for the current operations on the QDOM are retained in or moved to a fast memory area (e.g. RAM). This provides high performance through an efficient use of the data in RAM while still minimizing the actual resource load in use at any one time.
  • a QDOM 116 is implemented as a re-usable object, so rather than deleting it and having a “garbage collector” reclaim a space occupied by the document, the QDOM 116 can be easily and efficiently re-initialized and used to store some other XML Document.
  • the normalizer organizes the DOM tree into tiers or folders under headings that contain related content.
  • the result is a set of hierarchical DOM node collections.
  • the characteristics of font, font size, font color, hue saturation comparison of background and foreground color and Cascading Style Sheet or XSLT properties are used to determine the weight of a text node.
  • the weight is then used to determine whether it will be inserted into a normalized document tree as a parent or child.
  • the parent nodes become folder titles and the child nodes become the folder contents.
  • higher weight document objects are pushed to the top of the tree so the user can decide whether to “walk” down the branch or not.
  • the normalizer dynamically streamlines and folderized the content automatically or via predefined additional rules to achieve automatically an experience similar to reading a newspaper.
  • the normalizer including the template normalizer and meta-tags allow the content source to be redefined once for all networks and device types.
  • the alternative technologies in the industry are large cycle time, re-development of the content, often specific to one or more of the following: each device ergonomics, or a particular client-only browser, or a particular network type.
  • the goal to normalizing is to adapt desktop focus web content to handheld browsers. This requires filtering unsupported content, dropping unneeded content, reordering and partitioning content to improve navigation and application flow for display on a limited device.
  • Some of the functions to normalization are folderize/partition content, drop content not required on a handheld device, reorder content, provide prompts/names to input elements
  • the normalization process can utilize a weighted heuristic and pattern recognition to create a the contextual relationship of with nodes in the source tree.
  • the output from the normalization process is a hierarchical content tree.
  • the normalized tree is not specific to a particular presentation language. Therefore it can be transcoded for display by any type of client browser.
  • Content collapsing rules in the automatic normalizer utilize the previous page loaded to determine if similar constructs exist in a page which can be collapsed into folders or selectable input elements on subsequent loads. This is performed by comparing the previous page loaded with the current page. The trees of the documents are compared to determine if similar fragments (list of links, table, image) exist. The similar fragments of the tree are collapsed into folders or select input elements. The effect is to conserve display space on the device.
  • the normalizer adapts existing information content for display on the electronic device 104 .
  • the normalizer 124 includes an automatic normalizer 80 and template normalizer 84 .
  • the automatic normalizer 80 in the normalizer 124 maintains the context of the information content before taking the electronic device 104 specifics into account.
  • the automatic normalization process does this by organizing the information content into folders.
  • the result of this approach is that sets of nested folders are created which the user can “walk” the information content on the electronic device 104 .
  • the titles of the folders are sent to the electronic device 104 first and the user can determine if the contents of particular folders are of interest. This not only increases usability in terms of reduced content to scroll through for the user and time spent scrolling through the page, it also optimizes wireless bandwidth utilization because less data is sent to the electronic device 104 .
  • the automatic normalization process traverses a DOM tree from the QDOM 116 40 and creates a new, normalized tree.
  • the original DOM is transformed rather than copied, so that it becomes the normalized tree itself. This provides both efficient performance and efficient memory utilization.
  • the normalization process begins with the root node of the document and traverses the tree along a depth first path to maintain context at all times.
  • a table pattern recognition process is preferably executed.
  • the entire table is weighted and pattern recognition criteria are compared to determine if the table matches a defined pattern.
  • the table recognition criteria define a profile for different data table types. Each cell in the criteria is defined to be either greater than, less than or equal to a root table weight, a “don't care” or defined to contain certain nodes such as anchors or images.
  • the root table weight can be derived from any cell in the table such as the cell at position row 0, column 0 or can be derived outside the context of the table. These criteria define the pattern that is attempting to be matched. If a pattern is recognized, the table cells are formatted corresponding to that pattern. If a pattern cannot be recognized, the weighted node processing continues.
  • the major part of the weighted node process is the maintenance of a weighted node stack.
  • the first element of that stack is always the “DOCUMENT” itself, having by default the highest possible weight.
  • the normalization process tales the next node from the DOM tree.
  • the node is first filtered to determine if it has an effect on weighting or presentation. If the node is not significant it is preferably dropped. Nodes such as the HTML tag in HTML are not significant since the tag has no effect on presentation. Next it is determined whether the node is a weighting node or a content node.
  • Weighting nodes are nodes that affect the display of rendered content such as a bold or heading format tag. Some weighted tags may have a negative weight that allows nesting of the tags and emulates a hierarchy of nodes weights such as nested list items.
  • Content nodes are nodes such as text nodes, input nodes, and image nodes.
  • the node weight is added to the accumulated weight.
  • a content node When a content node is encountered it is assigned the accumulated weight and becomes a weighted node.
  • the weighted node finds its position on the weighted node stack by finding the lightest element on the stack with a weight greater than his (node's parent). Stack nodes from that point on are preferably deleted from the stack. The new weighted node becomes a child node for that parent.
  • the normalization process checks the weighted node stack to remove all nodes that belonged to the expired scope of influence.
  • node on the weighted node stack is part of a table and the table scope of influence has expired, then that node is removed from the weighted node stack.
  • that node belongs to more than one scope of influence (e.g. it is part of one table nested inside another table)
  • all scopes of influences are checked against that node and it is removed preferably when they are all expired.
  • node stays until it replaced by a heavier node or the outer table ends.
  • the template normalizer 84 is a tool for recognizing patterns within a document through a DOM tree and applying changes to those patterns as specified in the template syntax.
  • the template normalizer 84 is part of a larger process of normalizing all documents. One step of the larger process is an attempt to match and apply templates where possible.
  • the template normalizer 84 preferably handles numerous variations of the same document as dictated by the application logic that produces it. For example, if a certain data table could have various numbers of columns and rows, or even not be present in the document at all, the template normalizer 84 is preferably still capable of dealing with those variations.
  • the template normalizer 84 is capable of recognizing an document from a set of potential documents that could be produced by the application. For example, if the application produces two completely different documents depending on whether a user is logged on or not, a single template could still recognize the outcome and apply its changes to either one.
  • the template normalizer 84 is also capable of recognizing a change in the overall structure of the document to determine when its rules are not applicable any longer. In that case, it will not attempt to apply the changes, but will convey the document to an automatic normalizer 80 .
  • the template normalizer 84 uses a regular expression pattern-matching machine as applicable to DOM trees.
  • the syntax of a template is strict XML as described by the World Wide Web Consortium (www.w3c.org) and includes a number of proprietary regular expression tags and attributes that describe how the template normalizer 84 should match and modify original content.
  • the normalization process preferably scans a dictionary of templates and an initial comparison is made based on a URL specified for the template and the URL of a document to be processed. If the URLs match, then the template normalization process begins.
  • the template normalizer 84 deals with a document or XML document in two steps: first it uses the regular expression pattern-matching machine to impose itself over a document and attempts to match the template to the document content. The match is performed using the regular expression tags in the template to apply standard regular expression algorithms. If that process fails, the changes specified by the template are not applied, and the document is conveyed to the automatic normalizer 80 .
  • the template normalizer 84 will apply changes as specified by the attributes of the matched regular expression elements. Changes include dropping nodes, creation of new folders or tiers, re-parenting nodes, assigning new titles to nodes, etc.
  • the template normalizer 84 can use a complex state variable syntax to refer to the parts of the document. These variables can be set as pointers to nodes in the DOM or counters. Resolution of a variable expression starts with the inner most expression and is processed outward. This is similar to list processing in the LISP programming language. The inner resolutions are used to resolve subsequent resolutions.
  • variable will be resolved using the current value of the counter.
  • variable is used in the context of an Xtitle attribute, the value for the variable is derived from the text value of the DOM node that is referenced by the variable.
  • variable is used in the context of an xparent, then the variable is resolved to a DOM node to which to move the referring node as a child.
  • the xid attribute is used to set the value of a variable to the DOM node.
  • Template normalization involves matching a template DOM tree with an input DOM tree and applying changes to the input DOM tree.
  • the automatic normalization algorithms may be called during the apply step of template normalization where specified by the xaction attribute.
  • a template can be utilized to drop and reorder content while calling the automatic normalization algorithms to partition the content into a hierarchical set of folders.
  • FIGS. 10 and 11 illustrate the flow of logic in the exemplary embodiment for determining when to apply the automatic, markup assisted or template normalizer 84 algorithms. It should be noted, however, that the process is not restricted to the current flow, but can include variations such as the application of the automatic normalizer before the application of the template normalizer.
  • a DOM tree is preferably obtained from the QDOM and input into the normalizer.
  • the normalizer determines if a template exists for the DOM tree of the document. If the template does not exist, the DOM tree is forwarded to the automatic normalizer for processing per step 232 . If a template does exist, the DOM tree is forwarded to the template normalizer for processing per step 228 .
  • the template normalizer determines if the existing template matches the DOM tree per step 236 . If the template does not match per step 236 , the DOM tree is forwarded to the automatic normalizer for processing per step 232 . If the template does match the DOM tree per step 236 , the DOM tree is forwarded to the template application process per step 240 (and expanded in FIG. 10 ).
  • step 244 if the template apply process fails, then the DOM tree is forwarded to the automatic normalizer per step 232 . If the template apply process is successful, then the DOM tree has been normalized into a normalized tree.
  • the normalized tree is forwarded to the serializer for transmission to the electronic device via the connectivity manager.
  • the automatic normalizer is applied.
  • step 252 it is determined if the DOM tree has normalization markup or meta-tags. If the document does not have normalization markup or meta-tags, the DOM tree is forwarded to step 260 . If the document does have normalization markup or meta-tags, the DOM tree is forwarded to the markup assisted processing per step 256 .
  • the normalization markup or meta-tags are utilized to assist in normalizing the DOM tree into a normalized tree.
  • the normalization markup can provide instruction to the automatic normalizer to create the normalized tree.
  • the normalized tree is forwarded on to the serializer per step 248 .
  • the DOM tree is normalized using a “best guess” processing. After step 260 , the DOM tree is normalized into a normalized tree and forward on to the serializer per step 248 .
  • the template apply process per step 240 is further illustrated.
  • the template apply process determines to use the automatic normalizer process per step 268 or the template rules process per step 272 . If the template apply process determines to use the automatic normalizer rules, the DOM tree is forwarded to step 268 . If the template apply process determines to use the template rules, the DOM tree is forwarded to the apply the template rules per step 272 . If the template rules are applied per step 272 , the DOM tree has been successfully normalized and returns to the normalization process per step 288 .
  • the normalization rules such as user profile, statistics, keywords, history, are applied and the DOM tree is forwarded to step 276 to determine if the document contains normalization markup. If the document does not contain normalization markup, the DOM tree is forwarded to markup assisted processing per step 280 . If the document contains normalization markup, the DOM tree is forwarded to the “best guessing” processing for applying pattern recognition and weighting heuristics to the DOM tree and forwarded to the normalization process per step 288 .
  • Some devices do not support the display of tables as in a traditional desktop browser.
  • the problem is determining how to extract content from the table into a linear form so that it is presentable on the device.
  • Table pattern recognition looks for tables that conform to some of the more common uses of the tables for data presentation.
  • a weighting and comparison of table cell nodes in the DOM tree against each other is used to determine the order in which to extract cell data from the DOM tree.
  • the comparison of weights attempts to determine if the nodes match a recognized table pattern.
  • Cell weights are assigned in the same manner as the general normalization process, but other characteristics are also compared. ‘Other characteristics’ preferably includes the type of cell element (table heading or table data) and if the table cell contains an anchor or an image, but may extend to any particular attribute of the cell data.
  • FIG. 12 shows an example Table Pattern as formatted in the original content for a wide screen display (desktop) and reformatted for a small screen device.
  • the first row of table cells contain heavy weight text nodes. These nodes will become headings/parents for the columns. The following rows will become children of the parent nodes as shown in the small screen display result.
  • the general normalization rules may not apply to all web sites. Therefore it may be possible to specify specific rules on a URL basis.
  • URLs can be matched exactly or partially, such as in the matching of the domain name component only.
  • the concept behind adaptive browsing is that most users hit certain links or objects in a document more than others.
  • the user's statistics can be used to increase the priority/weight of an object in the tree in order that the user be displayed that object first. This allows the page to be adapted to the user's tendency/habits. This mechanism will aide in browsing efficiency for the user.
  • Content nodes will accumulate more weight based on the statistics on, for example, the click count on an anchor.
  • a User can provide keywords for his profile that can be used to assign weights to the document content. Content matching any keywords would be pushed to the top of the tree by assigning higher weights to the matched elements.
  • Markup assisted normalization defines a wireless specific markup that conforms to HTML 3.2 and 4.0 specifications and does not affect the page for display by other HTML browsers.
  • the markup defines a set of attributes that can be introduced to existing HTML content. These attributes are triggers for the automatic normalization process to perform certain operations such as move content or create a folder.
  • HTML ⁇ meta> tag ⁇ meta wireless:ml “true
  • the automatic normalizer will be triggered to perform marlup based normalization.
  • a div tag with wireless attributes is used to encompass blocks of HTML which will be processed by the automatic normalizer.
  • the wireless attributes assigned to the div tag will not affect display of the content on HTML desktop browsers.
  • the markup is extensible in that other attributes may be added in the future to trigger other automatic normalization behavior such as wireless specific javascript.
  • the style tag is used to encompass arbitrary blocks of HTML that will only be processed by the automatic normalizer.
  • the content encompassed by the style tag will not be displayed on HTML desktop browsers.
  • wireless:title used to name a folder.
  • wireless:href used in conjunction with the menu action and the folder action to define an anchor/href link in the wireless page ⁇ style> attributes
  • the distributed browser 108 preferably appears to the information source 102 as a client interface, such as a PC that is browsing an Intranet or Internet.
  • the server browser 110 can create an XML based Document Object Model (“DOM”) tree structure. This structure can organize the information content into a structured format that is interpreted and processed by the normalizer to organize the information content into folders or tiers.
  • the server browser 110 can forward the structured format to the client browser 112 hosted on the target electronic device 104 .
  • information content can be transmitted from the server browser 110 to the client browser 112 without first receiving a request from the client browser 112 . Therefore, information content such as in channels of desirable content like sports, weather, and stocks can be forwarded to the server browser 110 at periodic intervals. Additionally, the information content sent to the client browser 112 can include a note. Such a note could inform the user of the client browser 112 that additional information content is stored at the information source 102 or server browser 110 , or both.
  • the source content contains two distinct types of information—information that is visible to the user and information that carries processing instructions to the browser or viewer (e.g. a URI for new content to load when an element is selected, rules governing how to submit form data to the content source, etc.).
  • information that carries processing instructions to the browser or viewer e.g. a URI for new content to load when an element is selected, rules governing how to submit form data to the content source, etc.
  • the latter type of information while not visible to the user, often occupies more than 50% of the total source HTML code.
  • OBML Object Based Markup Language
  • an object aware distributed browser can take advantage of this distinction of information to leave the majority of the processing information on the server side and only send the end user visible information to the client browser.
  • the client version of the DOM will thus represent a functionally equivalent, but stripped-down version of the original DOM, allowing for efficiency in both content transmission to the device and event handling between the server and client components.
  • every node in the original server side DOM is assigned a unique number.
  • Every DOM node that has a processing instruction associated with it e.g. in HTML this could be a link to follow when it is clicked
  • a “P pointer” attribute for that node is sent down to the client browser. Since it is unique, the P pointer can identify the element back to the server.
  • a DOM on the server side contains the following anchor information at node 1234
  • a P pointer can also be used to identify the elements for other control events such as an input field or form submission button.
  • OBML provides support for the folders that are the output of the normalizer through the use of an “x” pointer attribute.
  • the presence of this X pointer indicates to an object aware browser that an element is an object representing a group of child elements and that those children can be requested from the server.
  • events between the browser components requesting or delivering the content for expansion of the folder identify the element using the X pointer value only.
  • an element can have a P pointer alone, an X pointer alone or both attributes together.
  • the event translator can provide an interface to a WAP gateway and translates events in the following manner, an HTTP GET request for a URL of the format p+digits where digits is a number. (e.g. p 174 ) is translated to an “onclick” event targeted at DOM node 174 , an HTTP GET request for a URL of the format x+digits where digits is a number. (e.g. x 174 ) is translated to an “expand” event targeted at DOM node 174 , an HTTP POST request for a URL of the format s+digits where digits is a number. (e.g.
  • XML documents or other documents may also originate from the electronic device 104 .
  • a user may scan a product bar code with a electronic device 104 to produce a document with a client application on the electronic device 104 , and send the document via the gateway cluster 18 to an e-commerce transaction server for processing.
  • FIG. 13 further illustrates the process of the distributed browser 108 of FIG. 1 by showing a screen shot 300 of an exemplary web page (www.yahoo.com) on both a standard PC-based desktop browser (e.g., Microsoft's Internet Explorer) and a screen shot 304 on the RIM 857 electronic device.
  • a standard PC-based desktop browser e.g., Microsoft's Internet Explorer
  • a screen shot 304 on the RIM 857 electronic device e.g., Microsoft's Internet Explorer
  • a user might use a mouse and/or keyboard to enter the Universal Resource Locator (URL) that identifies the page.
  • URL Universal Resource Locator
  • the same user can enter the URL in the RIM device to retrieve the same information as shown on the screen shot 300 .
  • the screen size of the RIM device is smaller than that of a typical computer screen of a desktop computer.
  • the information is displayed such that the important information is displayed first.
  • personal email, Departments, Stores, Features, Arts & Humanities, Business & economy are displayed first.
  • the user can then appropriately navigate through the rest of the Web site using events such as by clicking, loading, changing, etc.
  • the Business & economy folder was expanded to the more information relating to the Business & economy section, described more below.
  • the server browser Upon receipt of the event from the RIM device, the server browser proceeds to perform the request.
  • the user agent retrieves the information corresponding with the URL and appropriately forwards the bit stream to the QDOM.
  • the QDOM then utilizes the QDOM to transform the data content into a DOM tree and forwards this tree to the normalizer.
  • the normalizer (automatic, markup assisted and/or template) creates folders of content, typically by utilizing the characteristics of font, font size, and font color to determine the weight of a text node.
  • the titles of the folders are sent to the electronic device 304 first. In some instances, however, folder content can be sent down to the electronic device with the folder titles. This can occur based on a request by the user or through a determination by the serializer that the content is sufficiently small to be sent in the initial load.
  • the automatic normalizer identifies elements that are of higher importance or visibility on the desktop display and uses them as folder titles.
  • Elements identified by the normalizer are bold font items (e.g. “My Yahoo!” and “Auctions”), table headings (e.g. “Departments”) and larger font items (e.g. “Business & economy”).
  • a folder title can be derived from both ordinary text (e.g. “Departments”) or hyperlinlcs (e.g. “Business & economy”). In the latter case, the link property is preserved on the device.
  • the electronic device 304 may already contain the content for this folder cached in the micro-gateway ( FIG. 4 ), in which case it can display it immediately as shown. If the content is not cached on the electronic device 304 , however, a request is sent to the session manager where the entire DOM is cached. The content of the folder being expanded is extracted by the serializer and sent to the electronic device where it can then be displayed. It should be noted that the normalizer is not restricted to a single level of folders but will produce an appropriate level of nested folders depending on the nature of the original content.
  • the server browser interacts with the network content and performs the primary functions unique to this architecture such as automatic translations, object based browsing, and object based personalization.
  • the architecture uses XML as the protocol to exchange information between the various systems.
  • the media managers can support instant messaging capabilities between desktop browsers and multiple electronic devices. Thus, the data is appropriately sent to the electronic device. Furthermore, the user is allowed to navigate through the Web site.
  • the normalizer also reduces the data content sent to the device by allowing the user to browse only the content of interest. It can achieve this by partitioning the web page content into expandable objects.
  • the partitioning of content is achieved by a normalization process in which normalization rules are applied to the markup language tags, such as HTML tags. This feature enables the user to essentially walk a document tree and only query for content of interest.
  • Some tables which are small enough for an appliance may be sent directly to the appliance. These simple tables can be displayed as a table directly on the screen of the appliance. The default normalization for a table extracts the content of the table into an expandable object-based structure. Simple data type tables should be displayed on the device using a table control. Tables used for displaying for formatting or complex data (nested information, multiple fonts, mixed information such as text combined with links in the one cell, etc.) are not required. Limited support for merged cells in heading rows is required.
  • a user may wish to see the entire contents of a Web site without utilizing the expandable object architecture. Therefore, the user can support a “Load All” of a Web site, which can result in the full content tree of the Web site being sent to the device. In this mode, there will be no expandable objects, however the normalization can utilize white-space horizontal tabs to display the parent-child relationship.
  • the server browser can have a minimum character threshold used to determine if the children under a parent are small enough to send on a load.
  • the server browser preferably has a maximum children threshold used to determine if the number of children under a parent is small enough to send on a load. If the maximum character threshold is not exceeded and the maximum children threshold is not exceeded, the children will be sent in the load.
  • the server browser preferably has an inline threshold expansion parameter in which horizontal tabs will be used to show the parent-child relationship rather than expandable objects.
  • the user can utilize a find function on the electronic device.
  • the find function can send a request to the server browser for a find to be performed on the page with a user input string. Options for loading a page and their effect on the content is specified in the following table.
  • All content will be sent formatted be sent formatted be sent formatted Inline except for Inline except for Inline except for tables. tables. tables.
  • Load Normalized content Children under the Children under the Summary/ will be sent formatted threshold will be sent threshold will be sent with Tables as expandable objects, formatted Inline. formatted as expandable except for tables. Tables will be sent as objects. Tables will be is. sent as is.
  • the server browser preferably employs methods to partition content based on user profile characteristics. These characteristics could be keywords or usage statistics.
  • the data content sent to the electronic device may need to be adapted to a specific markup language or device dependent requirements (e.g. display size, color capability etc).
  • the protocol and data content sent to the electronic device is preferably compressed and optimized to reduce bandwidth usage and cost to the user.
  • HTTP Basic Access Authentication scheme is a method of user authentication, by passing a user name and password back to a web server. Basic Authentication does not encrypt the username and password back to the web server.
  • the server browser preferably supports HTTP 1.1 Basic Access Authentication.
  • the Device shall have the ability to allow the user to enter the username and password for authentication.
  • the SSL Protocol preferably provides privacy and reliability between at least two electronic devices. The protocol is composed of two layers. At the lowest level, layered on top of some reliable transport protocol (e.g., TCP), is the SSL Record Protocol.
  • the SSL Record Protocol can be used for encapsulation of various higher level protocols.
  • One such encapsulated protocol, the SSL Handshake Protocol allows the server and client to authenticate each other and to negotiate an encryption algorithm and cryptographic keys before the application protocol transmits or receives its first byte of data.
  • SSL Handshake Protocol allows the server and client to authenticate each other and to negotiate an encryption algorithm and cryptographic keys before the application protocol transmits or receives its first byte of data.
  • SSL is application protocol independent.
  • a higher level protocol can layer on top of the SSL Protocol Transparently.”
  • the Transport Layer Security (“TLS”) protocol is a successor to SSLv3. It is an IETF RFC rather than a defacto industry standard.
  • the server browser preferably supports SSL version 3.0 or later.
  • the present embodiments provide a unique approach to mobilizing critical enterprise content and applications without customizations.
  • dynamic information that is organized particularly for small-screened, wireless devices can be delivered.
  • the present embodiments optimize and organize data content such as Internet content, preferably eliminating the need for custom programming or “mirrored” Web sites in non-traditional markup languages such as WML, HDML, C-HTML or XML.
  • Markup languages such as HTML, JavaScript and WML content can be read and transform the existing content into either XML or WML to adapt to the ergonomics of handheld devices, so no additional development costs are incurred.
  • a computer usable medium can include a readable memory device, such as a hard drive device, CD-ROM, a DVD-ROM, or a computer diskette, having computer readable program code segments stored thereon.

Abstract

A system and method is provided for efficiently adapting information content for an electronic device. A normalizer includes a template normalizer for matching and applying a document tree to a template tree, and applying changes to the document tree. If the template normalizer does not find an appropriate template match, an automatic normalizer is utilized. The automatic normalizer utilizes weighting heuristics and pattern recognition with formatting rules to partition content into folders. The automatic normalizer can also utilize embedded normalization markup in the information content to assist in normalizing the information content. Information content can be represented by a document object tree. A document object tree is created by storing information relating to the information content into arrays. The stored information describes a document object tree structure and tree dependencies as a mutable object.

Description

    REFERENCE TO RELATED APPLICATIONS
  • This application claims priority to U.S. provisional application Ser. No. 60/199,858 filed on Apr. 26, 2000, and to U.S. patent application Ser. No. 09/843,036, filed on Apr. 25, 2001. This application is a continuation of U.S. patent application Ser. No. 09/843,036, which is entirely incorporated by reference herein.
  • FIELD OF THE INVENTION
  • This present invention relates generally to the field of network communications. More specifically, it relates to a system and method for accessing, adapting, and presenting information content for electronic devices.
  • BACKGROUND OF THE INVENTION
  • Today, an abundant amount of meaningful and feature rich information content is truly at one's fingertips. Currently, using a personal computer (PC) and PC-based browser, one can find information online regarding just about anything they desire. One can communicate with people on the other side of the U.S. or world, set up a teleconference call, tap into the resources of other computers across the earth, search through the world's finest libraries, and visit images from the world's most remarkable museums. One can even use the PC-based browser to watch videos and listen to their favorite music, monitor the financial markets, find the local weather forecast, go shopping, download application software, and so on. Currently, all of this can be done with a personal computer and a PC-based browser that is tapped into a feature rich network of computers such as the Internet, Intranet, or Extranet.
  • At the same time, the field of communications, and more specifically wireless telecommunications, is currently undergoing a radical expansion. This technological expansion allows an electronic device, such as mobile personal digital assistant (PDA), cellular phone, pager, and other electronic devices to connect to the same information sources, such as a web server or database, as one could with the PC and a PC-based browser.
  • Unfortunately, this feature rich information content was developed for a standard PC-based browser, not a mobile or portable electronic device that might be limited in memory, screen size, bandwidth, navigation capabilities, power consumption, processing power, etc. For example, an electronic device, such as portable PDA, with a small screen size may be inappropriate to display the same information content originally intended for a PC-based browser, and viewed on a 15-inch or greater size display monitor. Consequently, the PDA can not be able to faithfully access and display information content as it was originally intended to be viewed. Therefore, it would be desirable to access, organize, and navigate information content including applications.
  • In another example, a mobile or wireless device with only low bandwidth capability may be unable to view information content intended for only high bandwidth applications. Parameters such as the mobile or wireless device's network connection, memory capacity, power restrictions, or other limitations of the device may require customization of information content that is delivered to or from the device. Therefore, it would be desirable to streamline the information content such that the desired content is received and presented at the mobile device as it was intended to be viewed.
  • In yet another example, current electronic devices cannot take full advantage of dynamically generated content and interactive Web sites that are typically hosted on today's Web servers. According to this example, scripting languages like JavaScript or Jscript allow a user on a PC-based browser to interact with markup language such as Hypertext Markup Language (HTML) source code, thus enabling the use of dynamic content. However, it would be desirable for a portable electronic device, although possibly having limited abilities, to also utilize the modern and current scripting languages.
  • Currently, information content is sent to the device, but often in a format that the appliance, user, or network cannot conveniently accommodate, which produces undesirable results. For example, the data content might be unreadable on the display, displayed in an unorganized fashion, be too voluminous or bandwidth intensive to be received or displayed, and so on.
  • Thus, it would be desirable to transparently extend internet and intranet technologies to an electronic device over a wired or wireless domain.
  • SUMMARY OF THE INVENTION
  • A system and method is provided that enables electronic devices with limited hardware or network capability to successfully access the same feature rich information content as full featured PC-based browsers with a large display screen, extensive user input facilities (e.g., mouse, keyboard, etc), high CPU power, large memory, reliable network connections, a reliable power supply, and so on.
  • In an aspect of the present embodiment, the system enables an electronic device to access a number of different information sources including, but not limited to, marked up content like HTML, XML, WML, voice and multimedia. In the exemplary embodiment, a script execution engine is utilized to support scripting technologies such as JavaScript that dynamically generate content.
  • According to another aspect of the present embodiment, a distributed browser includes separable components, a server browser and a client browser, that enable an electronic device with a small display to efficiently access information content. In the exemplary embodiment, the server browser and the client browser work together to access the information content by separating functionality between the browsers, irrespective of the component's location. Preferably, the functionality applied to optimize information content access, arrangement, transmission, and navigation can be performed by the server browser rather than the client browser hosted on the portable or mobile device.
  • According to another aspect of the present embodiment, a QDOM converts data content into a document object tree represented by a mutable object having an array structure. Based on the nodes of the object tree, the QDOM generates an array of primitive data types for efficiently developing an optimized standard structure for use by a normalizer or other processing modules. In the manner, the QDOM extends the World Wide Web Consortium (W3C) DOM interface definition to an efficient model that provides high speed parsing, storage, and access while minimizing memory resource requirements.
  • In another aspect of the present embodiment, a normalizer adaptively tailors and folderizes markup based information content to accommodate an electronic device's particular software, hardware, and network characteristics. In the exemplary embodiment, the normalizer organizes any markup based information content into folders of interest. The user of the electronic device can then further explore the folders of interest as desired.
  • In yet another aspect of the present embodiment, metatags embedded in a markup language at the information source can provide instructions to the normalizer to take appropriate actions. Use of metatags can allow customization of original information content if a modified outcome is desired at the electronic device. In the exemplary embodiment, the metatags provide instruction to an automatic normalizer including, but not limited to, direct output of information content without normalization, the promotion of content into or out of folders, and dropping or filtering information content from the serialized output to an electronic device.
  • In another aspect of the present embodiment, pattern-matching templates are utilized to normalize the presentation of accessed information content. In the exemplary embodiment, a template normalizer utilizes regular expression pattern-matching to impose a template over a document and attempts to match the template to the document.
  • In another aspect of the present invention, an event translator provides additional compatibility with commercially available client browsers or end user applications that employ standardized protocols. In the exemplary embodiment, the event translator can be utilized on the server browser or the client browser to provide compatibility with standard client browsers.
  • In an aspect of the present embodiment, a serializer dynamically formats normalized content to a form that is optimized for a particular electronic device. The serialized output can be formatted to suit industry standard browsers, or targeted to an electronic device using the client side browser.
  • The present embodiments allow for electronic devices with limited hardware capability to access, on the fly, feature rich static and dynamic content, and applications. The server browser enables a client browser that utilizes a particular markup language to access information content that is of any type of markup language or technology. The distributed browser minimizes the functionality required on the device and implements the CPU and memory intensive functions on a server in the network, thus allowing wireless devices, with intermittent, limited connectivity, processing power capability etc. to provide a similar experience achieved with a desktop PC.
  • Multiple components including a serializer, normalizer, client browser, and/or the event translator work in conjunction with each other to convert user events within one markup domain into another markup domain while staying in the transaction to translate the meaning of the interaction appropriately. Thus, for example, user events such as scrolling, clicking, voice commands interact with the QDOM to result in a change in presentation of the content.
  • Additionally, the present embodiments provide significantly higher speed and an efficient use of network bandwidth as desired information content can be cached on the server browser and on the client browser, if so desired, to enable quick access to the desired portions of the information content.
  • The present embodiments also provide for server browser-centric access to user profile and client browser state information (such as cookies), thereby facilitating the use of multiple devices by a single user.
  • The present embodiments provide a number of advantages and applications as will be more apparent to those skilled in the art. The exemplary embodiments utilize distributed architecture for adaptively tailoring information content to electronic device's hardware and network characteristics.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a high-level diagram illustrating an exemplary system for accessing, adapting, and presenting information content to electronic devices;
  • FIG. 2 is a diagram further illustrating the server browser of FIG. 1;
  • FIG. 3 is a diagram further illustrating the event translator of FIG. 1;
  • FIG. 4 is a diagram further illustrating the client browser of FIG. 1;
  • FIG. 5 is a diagram illustrating an events message utilized in the exemplary system of FIG. 1;
  • FIG. 6 is a diagram illustrating a transmission ACK/NAK message utilized in the exemplary system of FIG. 1;
  • FIG. 7 is a diagram illustrating a security handshake request/response and ACK/NAK message utilized in the exemplary system of FIG. 1;
  • FIG. 8 is a diagram illustrating an exemplary process of the QDOM of FIG. 1;
  • FIG. 9 is a diagram further illustrating the process of the QDOM of FIG. 8;
  • FIG. 10 is a diagram illustrating the process of the normalizer of FIG. 1;
  • FIG. 11 is a diagram further illustrating the process of FIG. 10; and
  • FIG. 12 is a diagram showing an exemplary conversion of output from the system of FIG. 1.
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
  • FIG. 1 shows a high-level block diagram illustrating an exemplary system 100 for accessing and adapting feature rich information content for presentation on an electronic device 104. The accessed and adapted information content is transmitted between an information source 102 and the electronic device 104.
  • The information source 102 includes any type of device such as a web server, application server, database or other backend system, or any interface to an information provider. Preferably, the information source 102 provides information content expressed in a markup language, such as those markup languages known in the art including Hypertext Markup Language (HTML), Extensible Markup Language (XML) with or without Extensible Style Sheets (XSL), VoiceXML, Extensible Hypertext Markup Language (XHTML), or Wireless Markup Language (WML). Furthermore, the information content can store images, video, audio information. Preferably, the information source 102 can be accessed through an information access network 106 such as a local area network (LAN) or wide area network (WAN).
  • The electronic device 104 includes any type of device such as a personal computer (PC), wireless telephone, personal digital assistant (PDA), hand-held computer, network appliance, and a wide variety of other types of electronic devices that might have navigational capability (e.g., keyboard, touch screen, mouse, etc.) and an optional display for viewing downloaded information content. Furthermore, the electronic device 104 can also include a device such as a set-top box, internet access appliance, infra-red remote control used with a set-top box, and so forth. Moreover, the electronic device 104 can include any type of device that has the capability to utilize speech synthesis markups such as W3C (www.w3.org) Voice Extensible Markup Language (VoiceXML).
  • Information content from the information source 102 is preferably retrieved and tailored for use on the electronic device 104 by a distributed browser 108. The distributed browser 108 is generally made up of a server browser 110 and a client browser 112. By utilizing the distributed browser 108, smaller electronic devices with limited hardware capability can access feature rich information or data. Moreover, the distributed browser 108 allows for efficient use of the communications network 114 bandwidth. Of course, electronic devices with high processing power, fast network connection, and large memory can also use the present embodiments.
  • In the exemplary embodiment, the server browser 110 and the client browser 112 are hosted on separate platforms. For example, the server browser 110 might be hosted on a back-end server, and the client browser 112 might be hosted on the electronic device 104. However, it should be understood that the server browser 110 and client browser 112 can be hosted on the same platform such as on an electronic device, especially if the platform or electronic device has the appropriate hardware and network capabilities.
  • The server browser 110 can access information content at the information source 102 via the information access network 106. In the exemplary embodiment, the server browser 110 operates as a client of the information source 102. For example, using a known suite of communications protocols such as Transmission Control Protocol/Internet Protocol (TCP/IP), the server browser 110 can issue a Hypertext Transfer Protocol (HTTP) request to the information source 102 over the information access network 106. By utilizing HTTP requests, such as is known in the art, the server browser 110 can access information content, including applications, static and dynamic content, at the information source 102. Dynamic content can include script codes such as JavaScript, developed by Netscape (www.netscape.com), and Jscript, developed by Microsoft (www.microsoft.com).
  • Preferably, communications between the client and server browsers 112 and 110, respectively, are via a defined application protocol implemented on top of a wired or wireless transport layer depending on the nature of the electronic device 104 and communications network 114.
  • Therefore, the communications network 114 might include a wired network such as those that utilize Ethernet or similarly IEEE 802.3 protocols. The communications network 114 might also include a wireless network such as a local area wireless network (LAWN) or wireless local area network (WLAN). Moreover, the communications network 114 might include wireless networks that utilize other known protocols and technologies such as Bluetooth, wireless application protocol (WAP), time division multiple access (TDMA), or code division multiple access (CDMA). Furthermore, the communications network 114 is not limited to terrestrial networks, but can utilize other forms of transmission, as is known in the art, such as a satellite connection.
  • To provide an exemplary illustration, assume that a PDA hosts a client browser, a PC hosts a server browser, and the PDA and PC are both connected to an Ethernet network. Then, the client browser and the server browser could perform information transactions over the Ethernet network. Such transactions would utilize Ethernet or similarly IEEE 802.3 protocols. Nevertheless, in this example, the client and server browsers communicate over a wired network.
  • In another example, assume that an internet-enabled refrigerator hosts a client browser, a set-top box hosts a server browser, and both could perform information transactions over a Bluetooth or IEEE 802.11 wireless LAN. Then, according to this example, the client and server browsers are communicating over a wireless network.
  • Referring again to FIG. 1, a commercially available or standard client browser 140 can also be supported. Preferably, an event translator 136 is used to convert a request/response protocol, such as an HTTP request, from the standard client browser 140 (e.g., WML, XHTML, cHTML, etc.) to an event that the server browser 110 recognizes. Preferably, the translation process includes event information, content information, and the context of the event such that transactions between the standard client browser 140 and the information source 102 (e.g. HTML form submission) are preserved. Therefore, by using the event translator 136, the server browser 110 can provide an interface to any end user application with a known protocol. Thus, for example, an electronic device 104 can utilize the client browser 112 or standard client browser 140, or both at the same time, if so desired.
  • The server browser 110 can be hosted on any platform with sufficient hardware capability for performing tasks by the server browser 110 described herein. Such platforms can include but are certainly not limited to desktop or laptop PCs, servers, computer clusters, or embedded devices. It should also be understood that the server browser 110 can also be hosted on the electronic device 104, especially if the electronic device has the hardware and network connection capability.
  • According to the exemplary embodiment, the server browser 110 can authenticate itself with the information source 102, facilitate the request of the information using a protocol acceptable to the information source 102 (e.g., an HTTP request for a web server), provide secure transactions with the information source 102, provide secure transactions with the client browser 112, execute embedded scripts or code segments, and resolve necessary external references (e.g., request HTML frames or script sources) to complete the information model. Preferably, the server browser 110 also includes information content caching and data pre-fetch for performance gain.
  • Furthermore, the server browser 110 can perform information content transformations or apply device specific style sheets to aid in presentation (e.g., display or voice) and navigation (e.g., keyboard, touch screen, or scrolling), and perform content grouping for electronic devices that accepts data in limited quantities.
  • To deliver these capabilities, the server browser 110 preferably contains the modules including user agent 113, cookie handler 113, QDOM 116, script executor 120, normalizer 124, serializer 128, and connectivity 132, each described below. A session manager 108 is also included to manage the session between the client browser 112 and the server browser 110. Similarly, the session manager 108 can also manage the session between the standard client browser 24 and the server browser 110.
  • FIG. 2 is a diagram further illustrating the server browser of FIG. 1. The server browser utilizes a user agent 113 for accessing information at the information source 102. Preferably, the user agent 113 has the functionality of a traditional PC browser (e.g., Netscape Navigator, Internet Explorer, and so forth) as well as extended functionality, described below, due to the distributed nature of the electronic device 104. To access the appropriate information content at the information source 102, the user agent 113 communicates the requested resource identifier to the information source 102.
  • For example, the user agent 113 might transmit an HTTP request to a remote web server that hosts yahoo.com. According to this example, the user agent 113 would transmit a resource identifier to request a specific web page or ask the remote web server to perform a database query. The request including the resource identifier is broken into HTTP packets and the packets are sent across the Internet's TCP/IP communications infrastructure to the remote web server. The resource identifier then enables the host computer to locate the requested page at yahoo.com and return the information content to the user agent 113.
  • In addition to transmitting the resource identifier, the user agent 113 might inform the information source 102 of the client browser 112 type, electronic device 104 capabilities, and user preferences in the request headers and receives information identifying the properties of the data received (such as the content type, length and encoding) in the response headers. The headers that are sent back and forth between the information source 102 and the server browser 110 may also contain one or more cookies stored at the server browser 110 on behalf of the client browser 112.
  • Preferably, the user agent 113 conforms to the broader industry definition of the term as a component of the server browser 110 that acts on behalf of the electronic device 104 to request information from an information source 102. The requested information content can be from any information source including a web server as described above, but is not restricted to a web server. Other sources of information content might include an email server, Instant Messaging server, database or other storage of information. Additionally, the means through which the user agent 113 communicates with the information source 102 includes the HTTP protocol as described above, but of course, is not limited to that protocol.
  • Information content might also use XML information content and XSL style sheets instead of HTML as the preferred internet/intranet information content format. By using XML information content and an XSL style sheet, it can provide a clear separation of data and presentation. The XSL style sheet is applied to the XML information content by an XSLT engine to present the information content to an electronic device 104.
  • The XSL style sheet is applied to the XML information content at the information source 102, but preferably the client browser 112 can also apply the XSL style sheet to the XML information content. In this case, the server browser 110 preferably employs an XSLT engine to apply the XSL style sheet to the XML data before normalizing to produce content. One such example would be a WML client browser used to request an XML+XSL combination that produces XHTML.
  • Alternatively, the information content author may choose to use the original XML and apply templates and/or wireless markup instead of or in combination with XSL style sheets.
  • In addition to providing normalizer functionality, the system can also use templates and meta-tag markup to alter the original information content to better suit an end user application for which it was not originally designed. This can be achieved through the addition, removal or substitution of sections of content, tags and attributes (separately or together) in the markup, described more below.
  • Information content might also use VoiceXML (www.voicexml.org) which is an XML based language for specifying voice dialogs, including audio prompts and text-to-speech (TTS) for output and touch-tone keys (DTMF) as well as automatic speech recognition (ASR) for input. VoiceXML technology enables consolidation of voice and web applications. For example, it can be used with voice-only devices to access a voice portal, or used to facilitate multi-modal (graphical and voice) dialogs to VoiceXML enabled client browsers).
  • Preferably, the system (100 in FIG. 1) via the user agent 113 has the ability to read and process VoiceXML markup as well as convert from one markup (from WML for instance) to VoiceXML format. In addition, templates and/or wireless markup can be used to specify which parts of a web page are to be audible (i.e. converted to VoiceXML) and which are to be rendered visually by the browser. The server can interact with a VoiceXML gateway (much in the same way as it does with the WML gateway) to facilitate the VoiceXML based services.
  • Location based services might also prove to be very popular in this industry as they are well suited to mobile applications. Preferably, the server browser 110 via the user agent 113 has the ability to interact with the network entity supplying the location information via a defined protocol. The current coordinates of the electronic device accessing the network are preferably sent in the request headers to the content (web) server and/or be accessible via session cookies so that the device can easily utilize this location information. This functionality enables useful applications such as a restaurant locator that lists restaurants within a few miles of the user's current location.
  • Referring back to FIG. 1, the server browser 110 contains a cookie handler 115. Cookies provide a means of personalizing the information content that is retrieved by the user agent 113 on behalf of the user of the electronic device 104. Preferably, the cookie handler 115 supports session and persistent cookies. Session cookies are valid for the current user's session and persistent cookies can expire after a predetermined time specified in the cookie or be permanent. An added benefit to server side cookie processing is that the user is provided access to his or her cookies from multiple electronic devices and the user's cookies are not lost when the user changes electronic devices.
  • Referring back to FIG. 2, the user agent 113 translates the requested data content, if necessary, into a recognizable markup language for further processing. The markup language may be in the format of XML, WML, HTML, or any other markup language or technology (e.g., video, audio, image) that incorporates the features used by the present embodiments.
  • The translated information is then organized into a logically structured format for further processing by the QDOM 116. The QDOM 116 efficiently constructs a nodal structure. The use of the QDOM 116 enables a standard structured interface to the retrieved content that can be utilized by all modules of the server browser 110. The QDOM 116 can effectively and efficiently store the information content in a standardized structure for use by the normalizer, more described below.
  • Referring back to FIG. 1, the server browser 110 has script executor 120 for assisting the QDOM 116 in interpreting embedded script code in the information content received from the information source 102. The script executor 120 is preferably capable of supporting the European Computer Manufactures Association standard (ECMAScript revision 3), which is most prevalent in the industry, but may also be capable of handling other scripting languages, known in the art, such as JavaScript, Jscript (Microsoft's extending implementation of ECMAScript), Visual Basic Script (VBScript), or WMLScript. The script executor 120 enables programmatic access to the QDOM 116 representation of the document.
  • This extension to the QDOM 116 can allow executed script code to modify the resultant document that is sent to the client browser 112, thus enabling dynamic content generation via scripting. Script executor 120 can also allow programmatic access to the cookies for a particular user, giving the content author the ability to create, modify or retrieve cookies associated with a given resource via script code. To interact with the user, communications between the script executor 120 and the client browser 112 is done via script events that are part of the application protocol between the server browser 110 and the client browser 112.
  • Referring again to FIG. 2, data content that has been transformed into a DOM tree is then forwarded from the QDOM 116 to the normalizer 124. Preferably, the normalizer 124 sends the DOM tree first to a template normalizer. If the template normalizer is unsuccessful at normalization, the DOM tree is then forwarded to an automatic normalizer where the data is normalized and then forwarded to the serializer 128 to be sent to the electronic device 104 via the connectivity manager 132, further described below.
  • The serializer 128 utilizes the normalized tree as input and produces a media stream targeted for a specific electronic device 104. Applying a style sheet or formatting rules to the DOM tree outputs a document (e.g., an XML document) that will be streamed to the electronic device 104. Preferably, the formatting rules are electronic device 104 specific and tale into account display size, font types, color etc. as well as the particular markup language(s) supported by the target electronic device 104.
  • The server browser 110 has connectivity manager 132 for interacting with the client browser 112. Connectivity manager 132 sends and receives information to the client browser 112 using an event format and protocol such as a proprietary format (e.g., OBML, described below) and XML event messages. According to the requirements of the electronic device 104, the events may be translated via the event translator 136 (FIG. 1) to use an externally defined format and protocol such as WML and WAP.
  • Referring back to FIG. 1, the event translator 136 preferably provides the server browser 110 with compatibility with any standard client browser 140 or end user application that employs a known protocol such as HTTP. Current examples of such standard client browsers 140 include both WAP and non-WAP based WML browsers, HTML browsers, XHTML browsers, as well as both iMode and non-iMode compact-HTML (cHTML) browsers.
  • FIG. 3 is a diagram further illustrating exemplary uses for the event translator of FIG. 1. The event translator 136 can be utilized on the server browser 110 side or the client browser 112 side, depending on which client browser 112 or standard client browser 140 is utilized. According to the server browser 110 side, the event translator 136 operates as the interface between a standard client browser 140 and the information content data stored in a DOM format at the server browser 110. Preferably, the DOM is a QDOM 116 that identifies each node in the document using a unique value. According to the client browser 112 side, the event translator 136 can exist on the client browser 112 and provide an interface between the third party viewer and the micro-gateway 144. One skilled in the art would appreciate that the event translator 136 is not limited to the server browser 110 side or the client browser 112 side, but can also operate between and externally to the server browser 110 and client browser 112, if so desired.
  • Preferably, the event translator 136 translates requests for information content to known events that can be used to generate or modify a DOM tree, dynamically assigns unique device identifiers to identify the information source 102 of standard client browser 140 events, sends events and receives responses to and from the server browser 110, and manages sessions and transactions (including timeouts, authentication, error handling etc.)
  • Referring back to FIG. 1, the client browser 112 can be hosted on an electronic device 104 such as a PDA, handheld PC, mobile phone or any device with sufficient navigation and presentation capability. The client browser 112 provides the user interface for presentation or rendering of the retrieved information as well navigational capability.
  • Furthermore, portions of the client browser 112 may be used by a standard or commercially available client browser. In such examples, the client browser 112 can provide distributed browser functionality that is compatible with the standard or commercially available client browser.
  • Moreover, the electronic device 104 is preferably validated by user/appliance ID, which can be stored within a database on a server. This ID authenticates the electronic device 104 and validates that it is allowed to access specific data content found in a particular data source.
  • In an exemplary embodiment, the client browser 112 can access information content via the server browser 110. Additionally, the client browser 112 preferably allows the user to submit information content or form data back to the information source 102. The form data is a response to a query posed by the data content of a particular document from the information source 102. Events containing the data for each component in the form are forwarded to the server browser 110 by the electronic device 104 where they are formatted in accordance with the content of that document by the server browser 110. The result may be an error notification (e.g. network timeout, bad data, etc.) or display of a new document received from the server browser 112 as a result of server side 112 processing of the submitted form data.
  • Referring now to FIG. 4, the client browser 112 preferably includes a microbrowser 148, event controller 152, and DOM store 124 according to the industry standard Model View Controller (MVC) representation. The microbrowser 148 is one example of an end user “View” application and represents information such as graphical or textual display, or audio to the user. The event controller 152 processes events to and from the server browser 110. The DOM store 124 is utilized for caching the information content received over the communications network 114.
  • The event controller 152 and the DOM store 124 operate as a micro-gateway 144 between the server browser 110 and an application 168 for interaction with the end user. In the exemplary embodiment the application 168 presents a typical browser interface allowing display and navigation of content, form interaction and submission and so forth. It should be understood, however, that the micro-gateway 144 can also support multiple different end user applications 172 on the electronic device depending on their availability and the nature and type of content data delivered to it. Examples of such end user applications include, but are not limited to, email, instant messaging, media players and other such plug-ins. Further, multiple different kinds of browsers designed for particular markup types (HTML, cHTML, WML, etc.) and so forth can also be supported by the micro-gateway 144.
  • In one aspect of the exemplary embodiment, the micro-gateway 144 presents an external interface to other applications 168 and 172 that consists of a well defined interface to the DOM Store 124 component and an interface to the event controller 152 using the same event model that is described below for communications internal to the distributed browser. In another embodiment, the micro-gateway 144 can be combined with the end user application 168 and 172 and use a more tightly coupled internal interface.
  • Additionally, the micro-gateway 144 can use an event translator (not shown in FIG. 4) to provide an interface to third party or commercially available applications such as HTML or WML or cHTML browsers. For example, according to an aspect of the present embodiment, a micro-gateway 144 and an event translator to cHTML can be used to provide an interface between the server browser component and the third party cHTML browser known as Pocket Internet Explorer on a Pocket PC device running the Microsoft Windows CE operating system.
  • The microbrowser 148, renders the information content transmitted to the client browser 112 by the server browser 110. In the exemplary embodiment, the rendering includes visual representations (both textual and graphical) of the markup elements, but can be extended to provide other representations (e.g., audio) according to the capabilities of the electronic device 104. The format of the representations can be fixed by particular microbrowser 148 implementations such as a WML or proprietary (e.g., OBML) browser, or can be modified according to an XSLT style defined in conjunction with the content markup.
  • Typically the microbrowser 148 is used to directly display markup based content received through the micro-gateway 172. In addition, the markup based content can be used to adaptively tailor the microbrowser 148 according to directives contained in the information content. Adaptations can include embedding application logic in the content presentation, modifications to the interface (menus, titles, etc.) and other configuration of the browser application or device.
  • It should be understood, however, that an additional property of the browser is the ability to download and install other applications or plug-ins as needed to support non-markup based content, including images, audio, video, and multipurpose internet mail extensions (MIME) or secure MIME (S/MIME) document formats such as plain text, Acrobat (e.g., “*.pdf” format), Microsoft Word and so forth. Content of these types is can be viewed through the use of these other applications or plug-ins by the micro-gateway 144 or microbrowser 148, or both 144 and 148.
  • Preferably, the event controller 152 is an event handler. Events to and from the server browser 110 are formatted according to the particular electronic device 104 in use. In the exemplary embodiment, XML event messages and a proprietary protocol are interpreted by the event controller 152 to manage data and events to and from the server browser 110.
  • The DOM store 124 provides a secondary cache of the information content stored on the server browser 110. The secondary cache preferably resides on the electronic device 104 to reduce the need to pass data between the server and client browsers 110 and 112, respectfully. The information content that the user desires is transmitted to the client browser 112 from the server browser 110. In the exemplary embodiment, however, once the information has been transmitted, it is stored for reuse. The information content is retained on the electronic device 104 while it is valid and while there is sufficient space to store it. The information content is stored in a DOM structure according to the W3C definition of an XML document and can be accessed by the microbrowser 148 or other applications on the client browser 112.
  • When the DOM is examined or modified, the event controller 152 preferably delegates the event to the DOM facade 118. These events include click, blurchange, submit, expand, etc.
  • In the case of a click event, the DOM facade 118 preferably examines and executes the content and/or script associated with clicking on a given node. In the case of an blurchange event, the DOM facade 118 preferably modifies the DOM so it reflects that the user has provided data. In the case of a submit event, the DOM facade 118 preferably examines the existing user input to formulate an appropriate form submission request. In the case of an expand event, the DOM facade 118 preferably delegates to a serializer to server the contents of a given folder to the client browser.
  • In cases where a standard browser (cHTML, WML, XHTML, etc.) is used, there is preferably no event controller. The requests from the standard browser are interpreted and translated by the event translator into events that the DOM facade 118 understands.
  • An “active” page is a page from the information source that is of higher than normal interest to the user of the client browser 112. It is given an active status in the cache and retained on the electronic device 14 when it otherwise might have been deleted for space or timing reasons. Where a document has been made part of the “active” cache (either through a push from the server or explicitly requested by the user through a client application such as the micro-browser), the content and any related data for that document can be accessed when the electronic device 104 is out of coverage.
  • Preferably, the client browser 112 handles “active” page content submissions separately and can store form data for those submissions to allow repeated attempts to submit that data until either the submission is successful or the user explicitly instructs the client browser application to delete the form data. Delivery of form submission data for the “active” content pages is guaranteed by the storage of the data in the client application browser.
  • Further, the client browser 112 retains the context of “active” page submissions and allows the user to access a history of chained interactions with the information source as a series of submissions of data and responses to the submissions. Note that each response can itself require a further submission and in turn generate another response, thus forming the chain. The status of an active submission in progress can also be viewed in the client browser.
  • The distributed browser 108 preferably utilizes send and receive events to convey information between the server and client browser 110 and 112, respectively. Events between these components can be classed as an events message, acknowledgment/negative acknowledgment (ACK/NAK) message, security handshake request/response, and decrypt ACK/NAK message.
  • An events message preferably carries information between the server and client browsers 110 and 112, respectively. An ACK/NAK message is used to confirm or deny receipt of an events message. A security handshake message is used to transport information used by encryption and decryption routines. A decrypt ACK/NAK is used to report success or failure in the security routines.
  • The first byte of the messages preferably contains an identifier that uniquely defines which type of message is contained in the data being sent. The 2-byte integral values are always “little endian” or bytes at lower addresses have lower significance.
  • FIG. 5 shows the structure of an exemplary events message that is transmitted between the server browser 110 and the microbrowser 148 (i.e., via the network interface 156 and event controller 152). The event message may be modified or intercepted by the event controller 152. The event message includes header identifier, header version number, and the unique message identifier. Additionally, the event message also includes the event type such as response, original, push, or stop. Moreover, event data is included at the end of the events message.
  • The event data area of the events message may be compressed and/or encrypted as specified in the header component. When converted to plain text, the data area is defined as having the following exemplary structure:
  • <XML Events Message> = <Event Protocol Version><Event
    Separator><Session ID><Event
    Separator><XML Events><EOM>
    <Event Protocol Version> = Integer
    <Session ID> = <Server Session ID> |
    <Server Session ID><integer
    separator><Client Session ID>
    <Server Session ID> = <Device Type><integer separator><Page
    ID>
    <Device Type> = Integer (uniquely identifying different
    devices)
    <Page ID> = Integer
    <Client Session ID> = Integer
    <XML Events> = <Event> |
    <Event><Event Separator><XMLEvents>
    <Event> = <Event ID><field separator><XML
    Node><field separator><Attributes>
    <Event ID> = integer (see table below)
    <XML Node> = Integer
    <Attributes> = <value> |
    <value><value separator><Attributes>
    <value> = ASCII text
    <EOM> = \r\n (0x0D 0x0A)
    <Event Separator> = |
    <Field separator> = *
    <Value separator> = {circumflex over ( )}
    <Integer separator> = ,

    All events contained within an events message belong to the same session or page of content.
  • When there is only a single client browser 112 on the electronic device 104, the session id information needs only to specify an identifier for the server browser 110 session or content page. When there are multiple client browsers on the electronic device 104 (e.g. multiple browser windows, browser+instant message client, or other combinations), the events message should identify which client browser 112 it is associated with.
  • Preferably, the page id is generated on the server browser 110. When the client browser 112 has no valid server session id to send, a zero will be sent. Zero is not used as a valid session id.
  • For any Uniform Resource Locator (URL) data that is contained in an events message, standard URL encoding as is known in the art, is used to ensure that the information content does not include any of the characters special to a proprietary packet format (i.e., “|”, “̂”, and “*”). For any XML content contained in an events message, standard HTML encoding, as is known in the art, is used (e.g., where characters can be represented by “&#n;” where n is the ASCII code for that character).
  • The node value maps directly to a node in the DOM tree (e.g., output of the QDOM 116 in FIG. 2) and signifies the node affected by the event. For some events (e.g. load, error) the node is set to 0, indicating that there is no direct connection to a particular node. Other events (e.g. expand, onblurchange, submit, onclick) have a direct correlation to an element in the QDOM and are targeted to that element by the value set in the events message.
  • The following table lists the different events that can be contained within an events message:
  • Event Attribute list Description
    Cleaned (none) Notification to clients that old data has been
    purged so that clients can check any cached
    page references
    Error Error message Description of an error on server
    Expand (none) Client request for content of a normalizer
    folder
    Expand Document Content of a normalizer folder
    Load URL, summary Client request for a new content page,
    option, table option, including options on whether to normalize,
    JavaScript option include tables and allow JavaScript
    processing
    Load URL, summary Content page response or push from server,
    option, table option, including options set in original request
    JavaScript option,
    document
    Notify Message data Non-error message to client(s)
    Onblurchange new value for input The user has changed the content of an input
    element element and moved focus away from it
    Onclick (none) Click on link element
    Reload (none) User wishes to force a reload of the current
    content page in the device application. The
    server will replace any existing session with a
    new load of the page from the web.
    Stop (none) User request to stop any message identified
    by the MessageID in the header.
    Submit (none) User has completed a form and is submitting
    all onblurchange data to the server
    Authenticate Realm The remote HTTP server issued a challenge
    string requiring the user to prove possession
    of a valid user id and password for the realm
    Authenticate Authentication tokens <username>:<password>, encoded in Base64
    to be submitted back to the origin server
    Alert Message Server initiated message. The device displays
    the alert message followed by an OK button.
    Alert (none) Device returns when the user presses OK.
    Confirm Question Server initiated message. The device displays
    the question followed by an OK and Cancel
    button.
    Confirm confirmation status Device returns the button pressed.
    Prompt Message, default Server initiated message. The device displays
    the message followed by a text input field and
    OK, Clear and Cancel buttons. The default
    message is displayed as the initial input.
    Prompt Button pressed, return If the user clicks the cancel button, return
    string string should be null. If the user clicks the OK
    button, Device returns the value currently
    displayed in the input field.
  • To conserve bandwidth over the communications network 114 between the connectivity manager 36 and the network interface 156, an events message may contain more than one event. In one exemplary embodiment, all onblurchange events are stored by the microbrowser 148 until a submit event is generated. At that point they are bundled together into a single events message for transmission to the server browser 110.
  • FIG. 6 shows the structure of an exemplary transmission ACK/NAK message that is transmitted between the radio interface (156 of FIG. 4) and connectivity (132 of FIG. 2). An ACK message is preferably used when the underlying communications network 114 does not provide message delivery confirmation to the network interface 156 and connectivity manager 132. A NAK message signifies that although an events message was received, it could not be processed (e.g. because of low memory conditions).
  • FIG. 7 shows the structure of an exemplary message used by the security subsystems of the connectivity manager 132 and the network interface 156. The security handshake request and security handshake response messages are used to exchange public keys between the connectivity manager 132 and network interface 156. The security ACK and NAK messages are used to signify successful decryption of events messages that have been encrypted using the shared public keys. Receipt of a security NAK message at any time or a need to encrypt the data in an events message when public keys have not been shared preferably initiate a security handshake request.
  • The server browser 110 includes a QDOM 116. The QDOM 116 utilizes a in-memory representation of an document tree as a single mutable object or creation of a DOM does not require creation of a language object for every node of the tree, whether that language happens to be Java or C++ or another object oriented language.
  • The mutability of a QDOM 116 is preferred, because transformations of the DOM tree will be applied, resulting in a new tree structure within the same QDOM Object. The architecture of a QDOM 116 allows these transformations to be performed in an efficient manner with regard to both speed and resources used.
  • A QDOM 116 consists of an aggregation of N re-usable buffers that contain arrays of raw bytes. As the QDOM grows, additional re-usable buffers are added, only as needed. Some of the re-usable buffers contain binary information describing the DOM tree structure, tree dependencies, and references to information content data. Other buffers contain the actual content data.
  • FIG. 8 shows one exemplary embodiment in which separate QDOM 116 arrays 180 are used for the values representing the following properties of each element node 184: element name tag 188, parent node 192, previous element sibling 196, next element sibling 200, first child element 204, and first attribute 208. Similarly, each attribute node can be described with the following properties including attribute name tag, attribute value tag, previous attribute sibling, and next attribute sibling. Separate arrays can be stored in the QDOM 116 for attribute data, or it can be overlaid in the same arrays used for element data.
  • In another exemplary embodiment, the same information can be stored in structures for each node and attribute. The QDOM 116 contains one or more arrays of each of these structures. The choice of the means of storage depends on the functionality of the programming language employed for the QDOM.
  • The actual string names of the tags and attributes of tree elements are replaced by a corresponding value equivalent. A dictionary of the strings and their corresponding value is preferably built up as necessary to deal with a particular set of XML tags. For performance reasons, pre-compiled dictionaries can be used for the well-known markup languages, such as HTML or WML.
  • FIG. 9 shows a re-usable content buffer 212 that the QDOM array 180 references when information content that is not well known (such as plain text data) is used. The QDOM array 180 preferably stores the start and end positions of the text in the content buffer 212. In another exemplary embodiment, the content buffer 212 stores zero terminated strings and the QDOM array 180 stores the start position.
  • Preferably, the interface to the QDOM 116 is value based because every node (for example, see 184 in FIG. 8) of the tree has a unique value associated with it. All operations on the nodes in the tree that the interface provides can be carried out using that value as a reference to the affected nodes. All comparisons between nodes are also value based, so expensive string comparisons can be avoided.
  • Since the underlying structure of the QDOM 116 groups of raw bytes, it can easily and efficiently be serialized to and from permanent storage, thus reducing the amount of random access memory (RAM) memory necessary to support multiple users and multiple documents per user.
  • In situations where resources are limited, such as on a PDA, the QDOM 116 structure in the form of DOM store, XMLDocument, and XMLelement (124, 162, and 164 in FIG. 4 respectfully) can also be used efficiently by the client browser 112. The QDOM storage is divided into smaller groups that are held in a permanent storage area (e.g., FLASH). Only such groups as are needed for the current operations on the QDOM are retained in or moved to a fast memory area (e.g. RAM). This provides high performance through an efficient use of the data in RAM while still minimizing the actual resource load in use at any one time.
  • A QDOM 116 is implemented as a re-usable object, so rather than deleting it and having a “garbage collector” reclaim a space occupied by the document, the QDOM 116 can be easily and efficiently re-initialized and used to store some other XML Document.
  • A number of preliminary tests have been taken to determine the time saved using the QDOM 116 as compared to the node-based interface of the standard W3C DOM. The tests show more than 100× improvement over other W3C compliant models.
  • The normalizer organizes the DOM tree into tiers or folders under headings that contain related content. The result is a set of hierarchical DOM node collections. The characteristics of font, font size, font color, hue saturation comparison of background and foreground color and Cascading Style Sheet or XSLT properties are used to determine the weight of a text node. The weight is then used to determine whether it will be inserted into a normalized document tree as a parent or child. The parent nodes become folder titles and the child nodes become the folder contents. Thus, higher weight document objects are pushed to the top of the tree so the user can decide whether to “walk” down the branch or not.
  • The normalizer dynamically streamlines and folderized the content automatically or via predefined additional rules to achieve automatically an experience similar to reading a newspaper. The normalizer including the template normalizer and meta-tags allow the content source to be redefined once for all networks and device types. The alternative technologies in the industry are large cycle time, re-development of the content, often specific to one or more of the following: each device ergonomics, or a particular client-only browser, or a particular network type.
  • The goal to normalizing is to adapt desktop focus web content to handheld browsers. This requires filtering unsupported content, dropping unneeded content, reordering and partitioning content to improve navigation and application flow for display on a limited device. Some of the functions to normalization are folderize/partition content, drop content not required on a handheld device, reorder content, provide prompts/names to input elements
  • The normalization process can utilize a weighted heuristic and pattern recognition to create a the contextual relationship of with nodes in the source tree. The output from the normalization process is a hierarchical content tree. Preferably, the normalized tree is not specific to a particular presentation language. Therefore it can be transcoded for display by any type of client browser.
  • Content collapsing rules in the automatic normalizer utilize the previous page loaded to determine if similar constructs exist in a page which can be collapsed into folders or selectable input elements on subsequent loads. This is performed by comparing the previous page loaded with the current page. The trees of the documents are compared to determine if similar fragments (list of links, table, image) exist. The similar fragments of the tree are collapsed into folders or select input elements. The effect is to conserve display space on the device.
  • Electronic devices can have limited display characteristics such as display size, font types, color etc. Most web content is tailored for display on desktop browsers which not only suppose a large screen, but also support a rich set of fonts, colors, and formatting constructs such as tables and frames. The normalizer adapts existing information content for display on the electronic device 104. The normalizer 124 includes an automatic normalizer 80 and template normalizer 84.
  • Referring back to FIG. 2, the automatic normalizer 80 in the normalizer 124 maintains the context of the information content before taking the electronic device 104 specifics into account. The automatic normalization process does this by organizing the information content into folders. The result of this approach is that sets of nested folders are created which the user can “walk” the information content on the electronic device 104. The titles of the folders are sent to the electronic device 104 first and the user can determine if the contents of particular folders are of interest. This not only increases usability in terms of reduced content to scroll through for the user and time spent scrolling through the page, it also optimizes wireless bandwidth utilization because less data is sent to the electronic device 104.
  • It should be noted that while the exemplary embodiments of the normalizer processes concentrate on the normalization of HTML content, including that generated by scripting technologies such as JavaScript, these same processes can be applied to other markup content. It is well suited to any XML content.
  • The automatic normalization process traverses a DOM tree from the QDOM 116 40 and creates a new, normalized tree. Preferably, the original DOM is transformed rather than copied, so that it becomes the normalized tree itself. This provides both efficient performance and efficient memory utilization.
  • The normalization process begins with the root node of the document and traverses the tree along a depth first path to maintain context at all times.
  • If a node is the beginning of a table, a table pattern recognition process is preferably executed. The entire table is weighted and pattern recognition criteria are compared to determine if the table matches a defined pattern. The table recognition criteria define a profile for different data table types. Each cell in the criteria is defined to be either greater than, less than or equal to a root table weight, a “don't care” or defined to contain certain nodes such as anchors or images. The root table weight can be derived from any cell in the table such as the cell at position row 0, column 0 or can be derived outside the context of the table. These criteria define the pattern that is attempting to be matched. If a pattern is recognized, the table cells are formatted corresponding to that pattern. If a pattern cannot be recognized, the weighted node processing continues.
  • The major part of the weighted node process is the maintenance of a weighted node stack. The first element of that stack is always the “DOCUMENT” itself, having by default the highest possible weight. The normalization process tales the next node from the DOM tree. The node is first filtered to determine if it has an effect on weighting or presentation. If the node is not significant it is preferably dropped. Nodes such as the HTML tag in HTML are not significant since the tag has no effect on presentation. Next it is determined whether the node is a weighting node or a content node. Weighting nodes are nodes that affect the display of rendered content such as a bold or heading format tag. Some weighted tags may have a negative weight that allows nesting of the tags and emulates a hierarchy of nodes weights such as nested list items. Content nodes are nodes such as text nodes, input nodes, and image nodes.
  • When a weighted node is encountered, the node weight is added to the accumulated weight. When a content node is encountered it is assigned the accumulated weight and becomes a weighted node. The weighted node finds its position on the weighted node stack by finding the lightest element on the stack with a weight greater than his (node's parent). Stack nodes from that point on are preferably deleted from the stack. The new weighted node becomes a child node for that parent. When the node goes out of scope (e.g. if a TABLE is ended), the normalization process checks the weighted node stack to remove all nodes that belonged to the expired scope of influence.
  • For example, if the node on the weighted node stack is part of a table and the table scope of influence has expired, then that node is removed from the weighted node stack. However, if that node belongs to more than one scope of influence (e.g. it is part of one table nested inside another table), all scopes of influences are checked against that node and it is removed preferably when they are all expired. When the inner table ends, node stays until it replaced by a heavier node or the outer table ends.
  • The template normalizer 84 is a tool for recognizing patterns within a document through a DOM tree and applying changes to those patterns as specified in the template syntax. Preferably the template normalizer 84 is part of a larger process of normalizing all documents. One step of the larger process is an attempt to match and apply templates where possible.
  • The template normalizer 84 preferably handles numerous variations of the same document as dictated by the application logic that produces it. For example, if a certain data table could have various numbers of columns and rows, or even not be present in the document at all, the template normalizer 84 is preferably still capable of dealing with those variations.
  • The template normalizer 84 is capable of recognizing an document from a set of potential documents that could be produced by the application. For example, if the application produces two completely different documents depending on whether a user is logged on or not, a single template could still recognize the outcome and apply its changes to either one.
  • The template normalizer 84 is also capable of recognizing a change in the overall structure of the document to determine when its rules are not applicable any longer. In that case, it will not attempt to apply the changes, but will convey the document to an automatic normalizer 80.
  • The template normalizer 84 uses a regular expression pattern-matching machine as applicable to DOM trees. The syntax of a template is strict XML as described by the World Wide Web Consortium (www.w3c.org) and includes a number of proprietary regular expression tags and attributes that describe how the template normalizer 84 should match and modify original content.
  • Tags:
  • <xgrp> equivalent to a bracket in Regular Expressions
    <xany> equivalent to a wild card in Regular expressions
    <xalt> equivalent to ‘or’ in Regular expressions
    <xadd> signifies the addition of contained markup
    <xnone> equivalent to “empty” in Regular Expressions
  • Attributes:
  • “xtimes” the number of times to apply a recurring pattern
    “xtitle” specifies a new title for a matched pattern
    “xid” specifies a name of an XML node
    “xparent” re-parent an XML node to a specified element
    “xdrop” delete a node from the tree
    “xformat” produce a formatting attribute for an input field
    “xaction” apply a user-specified algorithm to the branch of a tree
  • The normalization process preferably scans a dictionary of templates and an initial comparison is made based on a URL specified for the template and the URL of a document to be processed. If the URLs match, then the template normalization process begins.
  • The template normalizer 84 deals with a document or XML document in two steps: first it uses the regular expression pattern-matching machine to impose itself over a document and attempts to match the template to the document content. The match is performed using the regular expression tags in the template to apply standard regular expression algorithms. If that process fails, the changes specified by the template are not applied, and the document is conveyed to the automatic normalizer 80.
  • If the match process succeeds, the template normalizer 84 will apply changes as specified by the attributes of the matched regular expression elements. Changes include dropping nodes, creation of new folders or tiers, re-parenting nodes, assigning new titles to nodes, etc.
  • During the application of the changes, the template normalizer 84 can use a complex state variable syntax to refer to the parts of the document. These variables can be set as pointers to nodes in the DOM or counters. Resolution of a variable expression starts with the inner most expression and is processed outward. This is similar to list processing in the LISP programming language. The inner resolutions are used to resolve subsequent resolutions.
  • Where a counter is used in a variable expression, the variable will be resolved using the current value of the counter.
  • Resolution Example
  • If $z=a and $ya=“data” the expression $(y($z)) would be resolved to
  • $(y$(z))=$ya=“data”.
  • $z gets resolved to a and this creates the expression $ya which is then resolved to “data”.
  • Counter Example
  • If xcounter=“x” and the first iteration of an Xgrp is occurring, then the expression $a($x) will be resolved to
  • $a1.
  • If a variable is used in the context of an Xtitle attribute, the value for the variable is derived from the text value of the DOM node that is referenced by the variable.
  • If the variable is used in the context of an xparent, then the variable is resolved to a DOM node to which to move the referring node as a child.
  • The xid attribute is used to set the value of a variable to the DOM node.
  • Template normalization involves matching a template DOM tree with an input DOM tree and applying changes to the input DOM tree. The automatic normalization algorithms may be called during the apply step of template normalization where specified by the xaction attribute.
  • With integration of the automatic normalization algorithms, a template can be utilized to drop and reorder content while calling the automatic normalization algorithms to partition the content into a hierarchical set of folders.
  • FIGS. 10 and 11 illustrate the flow of logic in the exemplary embodiment for determining when to apply the automatic, markup assisted or template normalizer 84 algorithms. It should be noted, however, that the process is not restricted to the current flow, but can include variations such as the application of the automatic normalizer before the application of the template normalizer.
  • At step 220, a DOM tree is preferably obtained from the QDOM and input into the normalizer.
  • At step 224, the normalizer determines if a template exists for the DOM tree of the document. If the template does not exist, the DOM tree is forwarded to the automatic normalizer for processing per step 232. If a template does exist, the DOM tree is forwarded to the template normalizer for processing per step 228.
  • At step 228, the template normalizer determines if the existing template matches the DOM tree per step 236. If the template does not match per step 236, the DOM tree is forwarded to the automatic normalizer for processing per step 232. If the template does match the DOM tree per step 236, the DOM tree is forwarded to the template application process per step 240 (and expanded in FIG. 10).
  • At step 244, if the template apply process fails, then the DOM tree is forwarded to the automatic normalizer per step 232. If the template apply process is successful, then the DOM tree has been normalized into a normalized tree.
  • At step 248, the normalized tree is forwarded to the serializer for transmission to the electronic device via the connectivity manager.
  • At step 232, the automatic normalizer is applied.
  • At step 252, it is determined if the DOM tree has normalization markup or meta-tags. If the document does not have normalization markup or meta-tags, the DOM tree is forwarded to step 260. If the document does have normalization markup or meta-tags, the DOM tree is forwarded to the markup assisted processing per step 256.
  • At step 256, the normalization markup or meta-tags are utilized to assist in normalizing the DOM tree into a normalized tree. The normalization markup can provide instruction to the automatic normalizer to create the normalized tree. The normalized tree is forwarded on to the serializer per step 248.
  • At step 260, the DOM tree is normalized using a “best guess” processing. After step 260, the DOM tree is normalized into a normalized tree and forward on to the serializer per step 248.
  • According to FIG. 11, the template apply process per step 240 is further illustrated.
  • At step 264, the template apply process determines to use the automatic normalizer process per step 268 or the template rules process per step 272. If the template apply process determines to use the automatic normalizer rules, the DOM tree is forwarded to step 268. If the template apply process determines to use the template rules, the DOM tree is forwarded to the apply the template rules per step 272. If the template rules are applied per step 272, the DOM tree has been successfully normalized and returns to the normalization process per step 288.
  • At step 268, the normalization rules such as user profile, statistics, keywords, history, are applied and the DOM tree is forwarded to step 276 to determine if the document contains normalization markup. If the document does not contain normalization markup, the DOM tree is forwarded to markup assisted processing per step 280. If the document contains normalization markup, the DOM tree is forwarded to the “best guessing” processing for applying pattern recognition and weighting heuristics to the DOM tree and forwarded to the normalization process per step 288.
  • Some devices (e.g. those with small screens) do not support the display of tables as in a traditional desktop browser. The problem is determining how to extract content from the table into a linear form so that it is presentable on the device. Table pattern recognition looks for tables that conform to some of the more common uses of the tables for data presentation. A weighting and comparison of table cell nodes in the DOM tree against each other is used to determine the order in which to extract cell data from the DOM tree. The comparison of weights attempts to determine if the nodes match a recognized table pattern. Cell weights are assigned in the same manner as the general normalization process, but other characteristics are also compared. ‘Other characteristics’ preferably includes the type of cell element (table heading or table data) and if the table cell contains an anchor or an image, but may extend to any particular attribute of the cell data.
  • FIG. 12 shows an example Table Pattern as formatted in the original content for a wide screen display (desktop) and reformatted for a small screen device. In this table the first row of table cells contain heavy weight text nodes. These nodes will become headings/parents for the columns. The following rows will become children of the parent nodes as shown in the small screen display result.
  • The general normalization rules may not apply to all web sites. Therefore it may be possible to specify specific rules on a URL basis. Preferably, URLs can be matched exactly or partially, such as in the matching of the domain name component only.
  • The concept behind adaptive browsing is that most users hit certain links or objects in a document more than others. The user's statistics can be used to increase the priority/weight of an object in the tree in order that the user be displayed that object first. This allows the page to be adapted to the user's tendency/habits. This mechanism will aide in browsing efficiency for the user. Content nodes will accumulate more weight based on the statistics on, for example, the click count on an anchor.
  • A User can provide keywords for his profile that can be used to assign weights to the document content. Content matching any keywords would be pushed to the top of the tree by assigning higher weights to the matched elements.
  • Markup assisted normalization defines a wireless specific markup that conforms to HTML 3.2 and 4.0 specifications and does not affect the page for display by other HTML browsers.
  • The markup defines a set of attributes that can be introduced to existing HTML content. These attributes are triggers for the automatic normalization process to perform certain operations such as move content or create a folder.
  • Tags:
  • HTML <meta> tag−<meta wireless:ml=“true|false”>
  • If a meta tag exists in the <head> of the HTML page with the wireless:ml attribute set to true, the automatic normalizer will be triggered to perform marlup based normalization.
  • HTML <div> tag
  • A div tag with wireless attributes is used to encompass blocks of HTML which will be processed by the automatic normalizer. The wireless attributes assigned to the div tag will not affect display of the content on HTML desktop browsers.
  • The markup is extensible in that other attributes may be added in the future to trigger other automatic normalization behavior such as wireless specific javascript.
  • HTML <style> tag
  • The style tag is used to encompass arbitrary blocks of HTML that will only be processed by the automatic normalizer. Preferably, the content encompassed by the style tag will not be displayed on HTML desktop browsers.
  • Attributes:
  • <div> attributes
    wireless:action: (default behaviour = autonormalize)
    drop the content encompassed by the div from the
    wireless content
    colbycoltablenormalizer call a formatter on a table which extracts the data column
    by column
    rowbyrowtablenormalizer call a formatter on a table which extracts the data row by
    row
    Folder create a folder with a given title which will contain the
    encompassed content
    Mark mark a place in the content with an id
    Move move the encompassed content to marked position or
    folder
    Include include a block of html defined in a style block
    Autonormalize call the automatic normalizer on the encompassed content
    Passthru pass the content encompassed by the div to the handheld
    as is
    wireless:id:
    sets an identification string for the folder, mark, move or include action.
    wireless:title:
    used to name a folder.
    wireless:href:
    used in conjunction with the menu action and the folder action to define an
    anchor/href link in the wireless page
    <style> attributes
    wireless:id:
    an identification string for the block of html which can be included into
    the wireless page.
    For example:
    <html>
    <head>
    <meta wireless:ml=“true”/>
    <style wireless:id=“html block”>
     block of html which can be included in the wireless page
    </style>
    </head>
    <body>
    <div wireless:action=“include” wireless:id=“html block”>
     </div>
    </body>
    </html>
  • Referring back to FIG. 1, the distributed browser 108 preferably appears to the information source 102 as a client interface, such as a PC that is browsing an Intranet or Internet. However, when the server browser 110 receives the information content plus script code, it can create an XML based Document Object Model (“DOM”) tree structure. This structure can organize the information content into a structured format that is interpreted and processed by the normalizer to organize the information content into folders or tiers. After the information content is in a structured format, the server browser 110 can forward the structured format to the client browser 112 hosted on the target electronic device 104.
  • Furthermore, information content can be transmitted from the server browser 110 to the client browser 112 without first receiving a request from the client browser 112. Therefore, information content such as in channels of desirable content like sports, weather, and stocks can be forwarded to the server browser 110 at periodic intervals. Additionally, the information content sent to the client browser 112 can include a note. Such a note could inform the user of the client browser 112 that additional information content is stored at the information source 102 or server browser 110, or both.
  • In any markup language (e.g. WML, HTML, cHTML, XHTML, etc.) the source content contains two distinct types of information—information that is visible to the user and information that carries processing instructions to the browser or viewer (e.g. a URI for new content to load when an element is selected, rules governing how to submit form data to the content source, etc.). The latter type of information, while not visible to the user, often occupies more than 50% of the total source HTML code.
  • Through the use of Object Based Markup Language (OBML), a proprietary markup language, an object aware distributed browser can take advantage of this distinction of information to leave the majority of the processing information on the server side and only send the end user visible information to the client browser. Under this scheme, the client version of the DOM will thus represent a functionally equivalent, but stripped-down version of the original DOM, allowing for efficiency in both content transmission to the device and event handling between the server and client components.
  • In order to support this scheme, every node in the original server side DOM is assigned a unique number. Every DOM node that has a processing instruction associated with it (e.g. in HTML this could be a link to follow when it is clicked), a “P pointer” attribute for that node is sent down to the client browser. Since it is unique, the P pointer can identify the element back to the server.
  • For example:
    A DOM on the server side contains the following anchor information at node 1234
  • <a href=“/hockey/nhl/2001/playoffs/news/2001/04/15/kings_red.wings_ap/?s=4”
    >Kings beat Wings 2-1, end 14-game playoff skid</a>

    When formatted in OBML, this node is represented as
  • <a p=“1245”>Kings beat Wings 2-1, end 14-game playoff skid</a>
  • This represents a significant savings on the amount of data that needs to be sent to the client over a network (e.g., wireless network). An event back to the server indicating that the anchor has been clicked on/selected need only carry the value of the P pointer. Note that a P pointer can also be used to identify the elements for other control events such as an input field or form submission button.
  • Similarly, OBML provides support for the folders that are the output of the normalizer through the use of an “x” pointer attribute. The presence of this X pointer indicates to an object aware browser that an element is an object representing a group of child elements and that those children can be requested from the server.
  • For example:
    If the anchor shown above was identified as a folder title by the normalizer, it would be represented in OBML as
  • <a p=“1234” x=“1234”>Kings beat Wings 2-1, end 14-game playoff skid</a>
  • As with the use of the P pointer, events between the browser components requesting or delivering the content for expansion of the folder identify the element using the X pointer value only.
  • Note that an element can have a P pointer alone, an X pointer alone or both attributes together.
  • In the exemplary embodiment, the event translator can provide an interface to a WAP gateway and translates events in the following manner, an HTTP GET request for a URL of the format p+digits where digits is a number. (e.g. p174) is translated to an “onclick” event targeted at DOM node 174, an HTTP GET request for a URL of the format x+digits where digits is a number. (e.g. x174) is translated to an “expand” event targeted at DOM node 174, an HTTP POST request for a URL of the format s+digits where digits is a number. (e.g. s174) is translated to a “submit” event targeted at DOM node 174, an HTTP POST request containing postdata name value pairs in the format n+digits=somevalue (e.g. n323=foo) is translated to an “onblurchange” event targeted at DOM node 323 with value “foo”.
  • An HTTP POST request containing postdata name value pairs in the format somename=n+digits (e.g. myName=n323) is translated to an “onblurchange” event targeted at DOM node 323 with value “1”.
  • In another embodiment, XML documents or other documents may also originate from the electronic device 104. For example, a user may scan a product bar code with a electronic device 104 to produce a document with a client application on the electronic device 104, and send the document via the gateway cluster 18 to an e-commerce transaction server for processing.
  • FIG. 13 further illustrates the process of the distributed browser 108 of FIG. 1 by showing a screen shot 300 of an exemplary web page (www.yahoo.com) on both a standard PC-based desktop browser (e.g., Microsoft's Internet Explorer) and a screen shot 304 on the RIM 857 electronic device. To view the yahoo.com web page on a PC-based desktop browser, a user might use a mouse and/or keyboard to enter the Universal Resource Locator (URL) that identifies the page.
  • The same user can enter the URL in the RIM device to retrieve the same information as shown on the screen shot 300. However, the screen size of the RIM device is smaller than that of a typical computer screen of a desktop computer. To accommodate the RIM screen size, the information is displayed such that the important information is displayed first. In this example, Personal email, Departments, Stores, Features, Arts & Humanities, Business & Economy are displayed first. The user can then appropriately navigate through the rest of the Web site using events such as by clicking, loading, changing, etc. In this example, the Business & Economy folder was expanded to the more information relating to the Business & Economy section, described more below.
  • Upon receipt of the event from the RIM device, the server browser proceeds to perform the request. The user agent retrieves the information corresponding with the URL and appropriately forwards the bit stream to the QDOM. The QDOM then utilizes the QDOM to transform the data content into a DOM tree and forwards this tree to the normalizer. The normalizer (automatic, markup assisted and/or template) creates folders of content, typically by utilizing the characteristics of font, font size, and font color to determine the weight of a text node. In general, the titles of the folders are sent to the electronic device 304 first. In some instances, however, folder content can be sent down to the electronic device with the folder titles. This can occur based on a request by the user or through a determination by the serializer that the content is sufficiently small to be sent in the initial load.
  • In this example, the automatic normalizer identifies elements that are of higher importance or visibility on the desktop display and uses them as folder titles. Elements identified by the normalizer are bold font items (e.g. “My Yahoo!” and “Auctions”), table headings (e.g. “Departments”) and larger font items (e.g. “Business & Economy”). A folder title can be derived from both ordinary text (e.g. “Departments”) or hyperlinlcs (e.g. “Business & Economy”). In the latter case, the link property is preserved on the device.
  • For example, assume the user has selected “Business & Economy” and requested an expansion of the folder. The electronic device 304 may already contain the content for this folder cached in the micro-gateway (FIG. 4), in which case it can display it immediately as shown. If the content is not cached on the electronic device 304, however, a request is sent to the session manager where the entire DOM is cached. The content of the folder being expanded is extracted by the serializer and sent to the electronic device where it can then be displayed. It should be noted that the normalizer is not restricted to a single level of folders but will produce an appropriate level of nested folders depending on the nature of the original content.
  • In accordance with the present embodiments, the server browser interacts with the network content and performs the primary functions unique to this architecture such as automatic translations, object based browsing, and object based personalization. In addition, the architecture uses XML as the protocol to exchange information between the various systems. Furthermore, the media managers can support instant messaging capabilities between desktop browsers and multiple electronic devices. Thus, the data is appropriately sent to the electronic device. Furthermore, the user is allowed to navigate through the Web site.
  • The normalizer also reduces the data content sent to the device by allowing the user to browse only the content of interest. It can achieve this by partitioning the web page content into expandable objects. The partitioning of content is achieved by a normalization process in which normalization rules are applied to the markup language tags, such as HTML tags. This feature enables the user to essentially walk a document tree and only query for content of interest.
  • Some tables which are small enough for an appliance may be sent directly to the appliance. These simple tables can be displayed as a table directly on the screen of the appliance. The default normalization for a table extracts the content of the table into an expandable object-based structure. Simple data type tables should be displayed on the device using a table control. Tables used for displaying for formatting or complex data (nested information, multiple fonts, mixed information such as text combined with links in the one cell, etc.) are not required. Limited support for merged cells in heading rows is required.
  • Additionally, a user may wish to see the entire contents of a Web site without utilizing the expandable object architecture. Therefore, the user can support a “Load All” of a Web site, which can result in the full content tree of the Web site being sent to the device. In this mode, there will be no expandable objects, however the normalization can utilize white-space horizontal tabs to display the parent-child relationship.
  • The server browser can have a minimum character threshold used to determine if the children under a parent are small enough to send on a load. The server browser preferably has a maximum children threshold used to determine if the number of children under a parent is small enough to send on a load. If the maximum character threshold is not exceeded and the maximum children threshold is not exceeded, the children will be sent in the load. The server browser preferably has an inline threshold expansion parameter in which horizontal tabs will be used to show the parent-child relationship rather than expandable objects.
  • In addition, the user can utilize a find function on the electronic device. The find function can send a request to the server browser for a find to be performed on the page with a user input string. Options for loading a page and their effect on the content is specified in the following table.
  • Threshold Not Threshold Not
    Exceeded/Threshold Exceeded/Threshold
    Threshold Exceeded Inline On Inline Off
    Load All/ Thresholding has no Thresholding has no Thresholding has no
    No Tables effect. All content will effect. All content will effect. All content will
    be sent formatted be sent formatted be sent formatted
    inline. inline. inline.
    Load Normalized content Children under the Children under the
    Summary/ will be sent formatted threshold will be sent threshold will be sent
    No Tables as expandable objects. formatted inline. formatted as expandable
    objects.
    Load All/ Thresholding has no Thresholding has no Thresholding has no
    with Tables effect. All content will effect. All content will effect. All content will
    be sent formatted be sent formatted be sent formatted
    Inline except for Inline except for Inline except for
    tables. tables. tables.
    Load Normalized content Children under the Children under the
    Summary/ will be sent formatted threshold will be sent threshold will be sent
    with Tables as expandable objects, formatted Inline. formatted as expandable
    except for tables. Tables will be sent as objects. Tables will be
    is. sent as is.
  • The server browser preferably employs methods to partition content based on user profile characteristics. These characteristics could be keywords or usage statistics. The data content sent to the electronic device may need to be adapted to a specific markup language or device dependent requirements (e.g. display size, color capability etc). The protocol and data content sent to the electronic device is preferably compressed and optimized to reduce bandwidth usage and cost to the user.
  • User authentication and secure communication is preferred by certain web sites for private end-to-end communication (from the Internet to the electronic device). This secure communication and authentication is accomplished by many mechanisms such as, SSL and HTTP Authentication. HTTP Basic Access Authentication scheme is a method of user authentication, by passing a user name and password back to a web server. Basic Authentication does not encrypt the username and password back to the web server.
  • The server browser preferably supports HTTP 1.1 Basic Access Authentication. The Device shall have the ability to allow the user to enter the username and password for authentication. The SSL Protocol preferably provides privacy and reliability between at least two electronic devices. The protocol is composed of two layers. At the lowest level, layered on top of some reliable transport protocol (e.g., TCP), is the SSL Record Protocol.
  • The SSL Record Protocol can be used for encapsulation of various higher level protocols. One such encapsulated protocol, the SSL Handshake Protocol, allows the server and client to authenticate each other and to negotiate an encryption algorithm and cryptographic keys before the application protocol transmits or receives its first byte of data. One advantage of SSL is that it is application protocol independent. A higher level protocol can layer on top of the SSL Protocol Transparently.” The Transport Layer Security (“TLS”) protocol is a successor to SSLv3. It is an IETF RFC rather than a defacto industry standard. The server browser preferably supports SSL version 3.0 or later.
  • The present embodiments, described herein as exemplary embodiments, provide a unique approach to mobilizing critical enterprise content and applications without customizations. By transforming and adapting data content in real-time, dynamic information that is organized particularly for small-screened, wireless devices can be delivered. The present embodiments optimize and organize data content such as Internet content, preferably eliminating the need for custom programming or “mirrored” Web sites in non-traditional markup languages such as WML, HDML, C-HTML or XML. Markup languages such as HTML, JavaScript and WML content can be read and transform the existing content into either XML or WML to adapt to the ergonomics of handheld devices, so no additional development costs are incurred.
  • It should be understood that the programs, processes, methods and systems described herein are not related or limited to any particular type of computer or network system (hardware or software), unless indicated otherwise. Various types of general purpose or specialized computer systems may be used with or perform operations in accordance with the teachings described herein.
  • In view of the wide variety of embodiments to which the principles of the present invention can be applied, it should be understood that the illustrated embodiments are exemplary only, and should not be taken as limiting the scope of the present invention. For example, the steps of the flow diagrams may be taken in sequences other than those described, and more or fewer elements may be used in the block diagrams. While various elements of the preferred embodiments have been described as being implemented in software, in other embodiments in hardware or firmware implementations may alternatively be used, and vice-versa.
  • It will be apparent to those of ordinary skill in the art that methods involved in the system and method for compressing and decompressing a binary code image may be embodied in a computer program product that includes a computer usable medium. For example, such as, a computer usable medium can include a readable memory device, such as a hard drive device, CD-ROM, a DVD-ROM, or a computer diskette, having computer readable program code segments stored thereon.
  • The claims should not be read as limited to the described order or elements unless stated to that effect. Therefore, all embodiments that come within the scope and spirit of the following claims and equivalents thereto are claimed as the invention.

Claims (14)

1. A method for normalizing a document tree representation, the document tree representing a format for displaying information content in a document on a device, the method comprising:
applying pattern recognition and weighting heuristics to the document tree representation to produce a normalized document tree that alters the format for displaying the information content, wherein the document tree is organized into a set of hierarchical nodes having respective weights that determine whether a node will be inserted into the normalized document tree as a folder title or folder contents;
assigning content having a higher visibility of display a weight indicative of a folder title; and
removing a node if the node has no effect on a visual display of the information content and if the node is not folder contents.
2. The method of claim 1, wherein the normalized document tree represents a hierarchical representation of information in the document tree.
3. A method for normalizing information content in a document, the method comprising:
matching and applying a template to the information content, wherein the template defines modifications to the document to adapt the document for display on a device other than an originally intended device, and if unsuccessful:
determining if the information content includes instructions indicating how to adapt the document for display on the device other than the originally intended device, and if so:
utilizing the instructions in the information content to normalize the information content.
4. The method of claim 3 further comprising:
determining if the information content includes instructions indicating how to adapt the document for display on the device other than the originally intended device, and if not:
applying pattern recognition and weighting heuristics on the information content to normalize the information content.
5. The method of claim 3 further comprising:
recognizing patterns in the information content; and
dynamically changing the information content to match the template.
6. The method of claim 3 further comprising:
determining if a variation in the information content is too great to match the template, and if so:
determining if the information content includes instructions indicating how to adapt the document for display on the device other than the originally intended device.
7. The method of claim 3, wherein the document tree is represented by a plurality of nodes, and wherein applying a template to the information content comprises adding a node to the plurality of nodes, dropping at least one of the plurality of nodes, moving at least one of the plurality of nodes, partitioning at least one of the plurality of nodes into a folder, or calling user defined formatting rules on at least one of the plurality of nodes.
8. The method of claim 3, wherein the instructions indicate which sections of the information content are to be modified for display on the device other than the originally intended device.
9. The method of claim 3, wherein the instructions comprise meta-tags embedded in the information content that provide at least one specific instruction for normalizing the information content.
10. The method of claim 9, wherein the meta-tags indicate to extract data from a table, create a folder with a given title, or move content to a marked position.
11. A method for normalizing a document tree that represents an organization of information content in a document for display on a device, wherein the document tree includes weighting nodes that affect a display of the information content on the device, and wherein the document tree includes content nodes that represent the information content to be displayed on the device, the method comprising:
determining node weighting criteria, wherein the node weighting criteria are used to define and alter the organization of the information content in the document;
weighting nodes in the document tree according to the determined criteria, wherein content having a higher visibility on a display are assigned a weight indicative of a folder title;
removing nodes that do not affect the visual display of the information content on the device and that do not represent the information content to be displayed on the device; and
determining parent-child relationships between the weighted nodes based on the weighted nodes to produce a normalized document tree, wherein a weighted node is established as a child of a parent having the lightest weight of all the parents that is also greater than the weight of the weighted node.
12. The method of claim 11 further comprising:
weighting nodes in a table; and
attempting to match the table to a predefined pattern of weights, and if successful:
extracting data in response to the predefined pattern.
13. The method of claim 12 further comprising:
attempting to match the table to a predefined pattern of weights, and if unsuccessful:
extracting data according to the weighted nodes.
14. The method of claim 11 further comprising:
applying changes to the document tree according to a normalization markup comprising adding nodes, removing nodes, moving nodes, partitioning nodes into folders, and calling user defined formatting rules on the nodes.
US12/357,096 2000-04-26 2009-01-21 System and Method for Adapting Information Content for an Electronic Device Abandoned US20090125809A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/357,096 US20090125809A1 (en) 2000-04-26 2009-01-21 System and Method for Adapting Information Content for an Electronic Device

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US19985800P 2000-04-26 2000-04-26
US09/843,036 US7500188B1 (en) 2000-04-26 2001-04-25 System and method for adapting information content for an electronic device
US12/357,096 US20090125809A1 (en) 2000-04-26 2009-01-21 System and Method for Adapting Information Content for an Electronic Device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/843,036 Continuation US7500188B1 (en) 2000-04-26 2001-04-25 System and method for adapting information content for an electronic device

Publications (1)

Publication Number Publication Date
US20090125809A1 true US20090125809A1 (en) 2009-05-14

Family

ID=40385488

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/843,036 Expired - Lifetime US7500188B1 (en) 2000-04-26 2001-04-25 System and method for adapting information content for an electronic device
US12/357,096 Abandoned US20090125809A1 (en) 2000-04-26 2009-01-21 System and Method for Adapting Information Content for an Electronic Device

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/843,036 Expired - Lifetime US7500188B1 (en) 2000-04-26 2001-04-25 System and method for adapting information content for an electronic device

Country Status (1)

Country Link
US (2) US7500188B1 (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032750A1 (en) * 2000-05-16 2002-03-14 Kanefsky Steven T. Methods and systems for searching and managing information on wireless data devices
US20040049737A1 (en) * 2000-04-26 2004-03-11 Novarra, Inc. System and method for displaying information content with selective horizontal scrolling
US20080172488A1 (en) * 2003-12-17 2008-07-17 Janardhanan Jawahar Reducing the impact of network latency on application performance
WO2008098164A2 (en) 2007-02-09 2008-08-14 Novarra, Inc. Method and server for providing a requested portion of a web page to a mobile device
US20100017464A1 (en) * 2000-11-06 2010-01-21 Yin Cheng Web page content translator
US20100030908A1 (en) * 2008-08-01 2010-02-04 Courtemanche Marc Method and system for triggering ingestion of remote content by a streaming server using uniform resource locator folder mapping
US20100228880A1 (en) * 2000-04-26 2010-09-09 Simon Hunt System and Method for Providing and Displaying Information Content
US20100306643A1 (en) * 2009-03-30 2010-12-02 Nokia Corporation Methods and Systems for Processing Document Object Models (DOM) to Process Video Content
US20100306344A1 (en) * 2009-04-06 2010-12-02 Nokia Corporation Methods and Systems for Using Multipart Messaging with Preset Constraints
US20150193090A1 (en) * 2014-01-06 2015-07-09 Ford Global Technologies, Llc Method and system for application category user interface templates
US20160103828A1 (en) * 2014-10-14 2016-04-14 Microsoft Technology Licensing, Llc. Modular updating of visualizations
WO2017020933A1 (en) * 2015-07-31 2017-02-09 Arcelik Anonim Sirketi Semi-automatic web page content retargeting system
US20170046325A1 (en) * 2010-11-18 2017-02-16 Google Inc. On-Demand Auto-Fill
US9747386B1 (en) * 2012-08-10 2017-08-29 Amazon Technologies, Inc. User-perceived performance through browser hints
US20180316604A1 (en) * 2014-10-10 2018-11-01 At&T Intellectual Property I, L.P. Centralized radio access network virtualization mechanism
WO2018204531A1 (en) * 2017-05-02 2018-11-08 Home Box Office, Inc. Virtual graph nodes
US10277704B2 (en) 2015-10-13 2019-04-30 Home Box Office, Inc. Graph for data interaction
WO2019212539A1 (en) * 2018-04-30 2019-11-07 Facebook, Inc. Applying templates to customize presentation of content based on surface type
US20200065356A1 (en) * 2016-06-10 2020-02-27 Ebay Inc. Optimization for Browser Rendering During Navigation
US10637962B2 (en) 2016-08-30 2020-04-28 Home Box Office, Inc. Data request multiplexing
US10656935B2 (en) 2015-10-13 2020-05-19 Home Box Office, Inc. Maintaining and updating software versions via hierarchy
US11640429B2 (en) 2018-10-11 2023-05-02 Home Box Office, Inc. Graph views to improve user interface responsiveness

Families Citing this family (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6185585B1 (en) * 1997-12-16 2001-02-06 Corporate Media Partners System and method for distribution and navigation of internet content
US6947440B2 (en) * 2000-02-15 2005-09-20 Gilat Satellite Networks, Ltd. System and method for internet page acceleration including multicast transmissions
US8936101B2 (en) 2008-07-17 2015-01-20 Halliburton Energy Services, Inc. Interventionless set packer and setting method for same
US9788058B2 (en) 2000-04-24 2017-10-10 Comcast Cable Communications Management, Llc Method and system for automatic insertion of interactive TV triggers into a broadcast data stream
US7668963B1 (en) * 2000-04-24 2010-02-23 Tvworks, Llc News architecture for iTV
US20020010928A1 (en) * 2000-04-24 2002-01-24 Ranjit Sahota Method and system for integrating internet advertising with television commercials
US7702995B2 (en) 2000-04-24 2010-04-20 TVWorks, LLC. Method and system for transforming content for execution on multiple platforms
US8296792B2 (en) 2000-04-24 2012-10-23 Tvworks, Llc Method and system to provide interactivity using an interactive channel bug
US7500188B1 (en) * 2000-04-26 2009-03-03 Novarra, Inc. System and method for adapting information content for an electronic device
US7415538B2 (en) * 2001-03-19 2008-08-19 International Business Machines Corporation Intelligent document filtering
ATE358298T1 (en) * 2001-07-12 2007-04-15 Research In Motion Ltd SYSTEM AND METHOD FOR PUSHING DATA FROM AN INFORMATION SOURCE TO A MOBILE TERMINAL INCLUDES TRANSCODING THE DATA
US7296243B2 (en) 2002-03-19 2007-11-13 Aol Llc Animating display motion
US20080313282A1 (en) 2002-09-10 2008-12-18 Warila Bruce W User interface, operating system and architecture
US8725792B1 (en) * 2002-11-27 2014-05-13 Sap Portals Israel Ltd. Rapid loading of multiple frames' content
US8131865B2 (en) * 2003-02-24 2012-03-06 Realnetworks, Inc. Media service delivery system providing conditional access to media content from various client devices
WO2005038555A2 (en) * 2003-09-12 2005-04-28 Aristocrat Technologies Australia Pty Ltd Communications interface for a gaming machine
GB2410814A (en) * 2004-02-05 2005-08-10 Stephen John Doyle Document conversion enabling browser content across different types of terminal devices
US8099713B2 (en) * 2005-01-18 2012-01-17 Siemens Aktiengesellschaft Program system, and method and system arrangement for configuring it
US8707167B2 (en) * 2006-11-15 2014-04-22 Ebay Inc. High precision data extraction
US8181107B2 (en) 2006-12-08 2012-05-15 Bytemobile, Inc. Content adaptation
US20100281042A1 (en) * 2007-02-09 2010-11-04 Novarra, Inc. Method and System for Transforming and Delivering Video File Content for Mobile Devices
US20080313210A1 (en) * 2007-06-15 2008-12-18 Microsoft Corporation Content Publishing Customized to Capabilities of Device
CN101350808B (en) * 2007-07-19 2012-07-04 华为技术有限公司 Method, system and apparatus for implementing conversion of medium contents
US20090094263A1 (en) * 2007-10-04 2009-04-09 Microsoft Corporation Enhanced utilization of network bandwidth for transmission of structured data
US8522136B1 (en) * 2008-03-31 2013-08-27 Sonoa Networks India (PVT) Ltd. Extensible markup language (XML) document validation
US20100114923A1 (en) * 2008-11-03 2010-05-06 Novarra, Inc. Dynamic Font Metric Profiling
WO2010051563A1 (en) * 2008-11-03 2010-05-06 Novarra, Inc. Methods and systems for providing navigation bars in a browser
CA2782674C (en) * 2008-12-03 2016-02-02 Mobophiles, Inc. System and method for providing virtual web access
US9009661B2 (en) * 2008-12-18 2015-04-14 Adobe Systems Incorporated Platform sensitive application characteristics
US9009662B2 (en) * 2008-12-18 2015-04-14 Adobe Systems Incorporated Platform sensitive application characteristics
US9436763B1 (en) * 2010-04-06 2016-09-06 Facebook, Inc. Infrastructure enabling intelligent execution and crawling of a web application
US10606928B2 (en) * 2010-04-09 2020-03-31 Open Text Holdings, Inc. Assistive technology for the impaired
US20110314028A1 (en) * 2010-06-18 2011-12-22 Microsoft Corporation Presenting display characteristics of hierarchical data structures
US8612850B2 (en) * 2011-01-13 2013-12-17 Mediatek Inc. Information browsing method for partitioning contents of page and assigning identifiers to data partitions and related machine-readable medium thereof
US9396167B2 (en) 2011-07-21 2016-07-19 Flipboard, Inc. Template-based page layout for hosted social magazines
US8935719B2 (en) 2011-08-25 2015-01-13 Comcast Cable Communications, Llc Application triggering
US9414114B2 (en) 2013-03-13 2016-08-09 Comcast Cable Holdings, Llc Selective interactivity
US9529790B2 (en) 2013-07-09 2016-12-27 Flipboard, Inc. Hierarchical page templates for content presentation in a digital magazine
EA033675B1 (en) * 2013-09-12 2019-11-15 Wix Com Ltd System and method for automated conversion of interactive sites and applications to support mobile and other display environments
US11076205B2 (en) 2014-03-07 2021-07-27 Comcast Cable Communications, Llc Retrieving supplemental content
US11593340B2 (en) 2019-12-12 2023-02-28 Fmr Llc Normalizing digital content across databases and generating personalized content recommendations

Citations (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5961590A (en) * 1997-04-11 1999-10-05 Roampage, Inc. System and method for synchronizing electronic mail between a client site and a central site
US6055229A (en) * 1998-06-29 2000-04-25 Motorola, Inc. Method and apparatus in a wireless communication system for dynamically formatting application data to be transmitted
US6182142B1 (en) * 1998-07-10 2001-01-30 Encommerce, Inc. Distributed access management of information resources
US6212550B1 (en) * 1997-01-21 2001-04-03 Motorola, Inc. Method and system in a client-server for automatically converting messages from a first format to a second format compatible with a message retrieving device
US6226675B1 (en) * 1998-10-16 2001-05-01 Commerce One, Inc. Participant server which process documents for commerce in trading partner networks
US6239797B1 (en) * 1998-04-02 2001-05-29 Partnerware Technologies Method and apparatus for remote database record scroll/update without refresh
US20010011364A1 (en) * 1998-01-07 2001-08-02 Everett W. Stoub System for converting scrolling display to non-scrolling columnar display
US6275850B1 (en) * 1998-07-24 2001-08-14 Siemens Information And Communication Networks, Inc. Method and system for management of message attachments
US6300947B1 (en) * 1998-07-06 2001-10-09 International Business Machines Corporation Display screen and window size related web page adaptation system
US6308201B1 (en) * 1999-04-08 2001-10-23 Palm, Inc. System and method for sharing data among a plurality of personal digital assistants
US6311215B1 (en) * 1997-03-25 2001-10-30 Intel Corporation System for dynamic determination of client communications capabilities
US20020023110A1 (en) * 1998-01-23 2002-02-21 Ronald E. Fortin Document markup language and system and method for generating and displaying documents therein
US6359633B1 (en) * 1999-01-15 2002-03-19 Yahoo! Inc. Apparatus and method for abstracting markup language documents
US6401132B1 (en) * 1999-08-03 2002-06-04 International Business Machines Corporation Subchaining transcoders in a transcoding framework
US20020073119A1 (en) * 2000-07-12 2002-06-13 Brience, Inc. Converting data having any of a plurality of markup formats and a tree structure
US6415329B1 (en) * 1998-03-06 2002-07-02 Massachusetts Institute Of Technology Method and apparatus for improving efficiency of TCP/IP protocol over high delay-bandwidth network
US6430624B1 (en) * 1999-10-21 2002-08-06 Air2Web, Inc. Intelligent harvesting and navigation system and method
US6507856B1 (en) * 1999-01-05 2003-01-14 International Business Machines Corporation Dynamic business process automation system using XML documents
US6507848B1 (en) * 1999-03-30 2003-01-14 Adobe Systems Incorporated Embedded dynamic content in a static file format
US6563517B1 (en) * 1998-10-02 2003-05-13 International Business Machines Corp. Automatic data quality adjustment to reduce response time in browsing
US6609157B2 (en) * 1998-09-22 2003-08-19 Microsoft Corporation Method and apparatus for bundling messages at the expiration of a time-limit
US6615212B1 (en) * 1999-08-19 2003-09-02 International Business Machines Corporation Dynamically provided content processor for transcoded data types at intermediate stages of transcoding process
US6643697B1 (en) * 1998-07-16 2003-11-04 Koninklijke Philips Electronics N.V. Network communication system provides users capabilities to perform initial registration simplied connection procedures and access multiple host systems without repeation a full registration
US6671853B1 (en) * 1999-07-15 2003-12-30 International Business Machines Corporation Method and system for selectively streaming markup language documents
US6670973B1 (en) * 1999-06-29 2003-12-30 Electronic Data Systems Corporation System and method for representing the information technology infrastructure of an organization
US6681388B1 (en) * 1998-10-02 2004-01-20 Real World Computing Partnership Method and compiler for rearranging array data into sub-arrays of consecutively-addressed elements for distribution processing
US6684088B1 (en) * 2000-03-01 2004-01-27 Axi Mobile Ltd. System and method for displaying electronic mail messages on a low bandwidth device
US6684257B1 (en) * 1999-10-15 2004-01-27 International Business Machines Corporation Systems, methods and computer program products for validating web content tailored for display within pervasive computing devices
US20040094737A1 (en) * 2002-11-18 2004-05-20 Michael Yeh Pressure regulating device
US20040133848A1 (en) * 2000-04-26 2004-07-08 Novarra, Inc. System and method for providing and displaying information content
US6775772B1 (en) * 1999-10-12 2004-08-10 International Business Machines Corporation Piggy-backed key exchange protocol for providing secure low-overhead browser connections from a client to a server using a trusted third party
US6836768B1 (en) * 1999-04-27 2004-12-28 Surfnotes Method and apparatus for improved information representation
US6857102B1 (en) * 1998-04-07 2005-02-15 Fuji Xerox Co., Ltd. Document re-authoring systems and methods for providing device-independent access to the world wide web
US6868447B1 (en) * 2000-05-09 2005-03-15 Sun Microsystems, Inc. Mechanism and apparatus for returning results of services in a distributed computing environment
US6873841B1 (en) * 1999-12-16 2005-03-29 Koninklijke Philips Electronics N.V. Shared address-data service for personal CE equipment
US6928266B1 (en) * 1999-11-12 2005-08-09 Intel Corporation Wireless apparatus interference avoidance/resolution method and apparatuses
US20050268224A1 (en) * 1996-09-27 2005-12-01 Hanson Michael R Method and apparatus for transmitting documents over a network
US6973619B1 (en) * 1998-06-30 2005-12-06 International Business Machines Corporation Method for generating display control information and computer
US7047033B2 (en) * 2000-02-01 2006-05-16 Infogin Ltd Methods and apparatus for analyzing, processing and formatting network information such as web-pages
US7068599B1 (en) * 2000-07-26 2006-06-27 At&T Corp. Wireless network having link-condition based proxies for QoS management
US7072984B1 (en) * 2000-04-26 2006-07-04 Novarra, Inc. System and method for accessing customized information over the internet using a browser for a plurality of electronic devices
US7213076B2 (en) * 2002-01-15 2007-05-01 International Business Machines Corporation Dynamic indication of email capabilities
US7500188B1 (en) * 2000-04-26 2009-03-03 Novarra, Inc. System and method for adapting information content for an electronic device

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5263157A (en) 1990-02-15 1993-11-16 International Business Machines Corporation Method and system for providing user access control within a distributed data processing system by the exchange of access control profiles
US6553410B2 (en) 1996-02-27 2003-04-22 Inpro Licensing Sarl Tailoring data and transmission protocol for efficient interactive data transactions over wide-area networks
DE29613202U1 (en) 1996-07-30 1996-11-07 Stoerk Kuefers Paul Container for holding waste materials
US6049821A (en) 1997-01-24 2000-04-11 Motorola, Inc. Proxy host computer and method for accessing and retrieving information between a browser and a proxy
US6886013B1 (en) 1997-09-11 2005-04-26 International Business Machines Corporation HTTP caching proxy to filter and control display of data in a web browser
GB2339347A (en) 1998-07-09 2000-01-19 Gen Domestic Appliances Limite Cooking appliance heating unit
FI19992746A (en) 1998-12-28 2000-06-28 Spyglass Inc A method and system for converting electronic data content to wireless devices
US6742043B1 (en) 2000-01-14 2004-05-25 Webtv Networks, Inc. Reformatting with modular proxy server
GB2366037B (en) 2000-02-24 2004-01-21 Ibm Customising an HTML document
US20040049737A1 (en) 2000-04-26 2004-03-11 Novarra, Inc. System and method for displaying information content with selective horizontal scrolling
US20010044849A1 (en) 2000-05-16 2001-11-22 Awele Ndili System for providing network content to wireless devices
US6556217B1 (en) 2000-06-01 2003-04-29 Nokia Corporation System and method for content adaptation and pagination based on terminal capabilities
GB2366633A (en) 2000-09-06 2002-03-13 Argo Interactive Group Plc Analysing hypertext documents
US20020099829A1 (en) 2000-11-27 2002-07-25 Richards Kenneth W. Filter proxy system and method
WO2002087135A2 (en) 2001-04-25 2002-10-31 Novarra, Inc. System and method for adapting information content for an electronic device

Patent Citations (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050268224A1 (en) * 1996-09-27 2005-12-01 Hanson Michael R Method and apparatus for transmitting documents over a network
US6212550B1 (en) * 1997-01-21 2001-04-03 Motorola, Inc. Method and system in a client-server for automatically converting messages from a first format to a second format compatible with a message retrieving device
US6311215B1 (en) * 1997-03-25 2001-10-30 Intel Corporation System for dynamic determination of client communications capabilities
US5961590A (en) * 1997-04-11 1999-10-05 Roampage, Inc. System and method for synchronizing electronic mail between a client site and a central site
US20010011364A1 (en) * 1998-01-07 2001-08-02 Everett W. Stoub System for converting scrolling display to non-scrolling columnar display
US20020023110A1 (en) * 1998-01-23 2002-02-21 Ronald E. Fortin Document markup language and system and method for generating and displaying documents therein
US6415329B1 (en) * 1998-03-06 2002-07-02 Massachusetts Institute Of Technology Method and apparatus for improving efficiency of TCP/IP protocol over high delay-bandwidth network
US6239797B1 (en) * 1998-04-02 2001-05-29 Partnerware Technologies Method and apparatus for remote database record scroll/update without refresh
US6857102B1 (en) * 1998-04-07 2005-02-15 Fuji Xerox Co., Ltd. Document re-authoring systems and methods for providing device-independent access to the world wide web
US6055229A (en) * 1998-06-29 2000-04-25 Motorola, Inc. Method and apparatus in a wireless communication system for dynamically formatting application data to be transmitted
US6973619B1 (en) * 1998-06-30 2005-12-06 International Business Machines Corporation Method for generating display control information and computer
US6300947B1 (en) * 1998-07-06 2001-10-09 International Business Machines Corporation Display screen and window size related web page adaptation system
US6182142B1 (en) * 1998-07-10 2001-01-30 Encommerce, Inc. Distributed access management of information resources
US6643697B1 (en) * 1998-07-16 2003-11-04 Koninklijke Philips Electronics N.V. Network communication system provides users capabilities to perform initial registration simplied connection procedures and access multiple host systems without repeation a full registration
US6275850B1 (en) * 1998-07-24 2001-08-14 Siemens Information And Communication Networks, Inc. Method and system for management of message attachments
US6609157B2 (en) * 1998-09-22 2003-08-19 Microsoft Corporation Method and apparatus for bundling messages at the expiration of a time-limit
US6563517B1 (en) * 1998-10-02 2003-05-13 International Business Machines Corp. Automatic data quality adjustment to reduce response time in browsing
US6681388B1 (en) * 1998-10-02 2004-01-20 Real World Computing Partnership Method and compiler for rearranging array data into sub-arrays of consecutively-addressed elements for distribution processing
US6226675B1 (en) * 1998-10-16 2001-05-01 Commerce One, Inc. Participant server which process documents for commerce in trading partner networks
US6507856B1 (en) * 1999-01-05 2003-01-14 International Business Machines Corporation Dynamic business process automation system using XML documents
US6359633B1 (en) * 1999-01-15 2002-03-19 Yahoo! Inc. Apparatus and method for abstracting markup language documents
US6507848B1 (en) * 1999-03-30 2003-01-14 Adobe Systems Incorporated Embedded dynamic content in a static file format
US6308201B1 (en) * 1999-04-08 2001-10-23 Palm, Inc. System and method for sharing data among a plurality of personal digital assistants
US6836768B1 (en) * 1999-04-27 2004-12-28 Surfnotes Method and apparatus for improved information representation
US6670973B1 (en) * 1999-06-29 2003-12-30 Electronic Data Systems Corporation System and method for representing the information technology infrastructure of an organization
US6671853B1 (en) * 1999-07-15 2003-12-30 International Business Machines Corporation Method and system for selectively streaming markup language documents
US6401132B1 (en) * 1999-08-03 2002-06-04 International Business Machines Corporation Subchaining transcoders in a transcoding framework
US6615212B1 (en) * 1999-08-19 2003-09-02 International Business Machines Corporation Dynamically provided content processor for transcoded data types at intermediate stages of transcoding process
US6775772B1 (en) * 1999-10-12 2004-08-10 International Business Machines Corporation Piggy-backed key exchange protocol for providing secure low-overhead browser connections from a client to a server using a trusted third party
US6684257B1 (en) * 1999-10-15 2004-01-27 International Business Machines Corporation Systems, methods and computer program products for validating web content tailored for display within pervasive computing devices
US6430624B1 (en) * 1999-10-21 2002-08-06 Air2Web, Inc. Intelligent harvesting and navigation system and method
US6928266B1 (en) * 1999-11-12 2005-08-09 Intel Corporation Wireless apparatus interference avoidance/resolution method and apparatuses
US6873841B1 (en) * 1999-12-16 2005-03-29 Koninklijke Philips Electronics N.V. Shared address-data service for personal CE equipment
US7047033B2 (en) * 2000-02-01 2006-05-16 Infogin Ltd Methods and apparatus for analyzing, processing and formatting network information such as web-pages
US6684088B1 (en) * 2000-03-01 2004-01-27 Axi Mobile Ltd. System and method for displaying electronic mail messages on a low bandwidth device
US20040133848A1 (en) * 2000-04-26 2004-07-08 Novarra, Inc. System and method for providing and displaying information content
US7072984B1 (en) * 2000-04-26 2006-07-04 Novarra, Inc. System and method for accessing customized information over the internet using a browser for a plurality of electronic devices
US7500188B1 (en) * 2000-04-26 2009-03-03 Novarra, Inc. System and method for adapting information content for an electronic device
US6868447B1 (en) * 2000-05-09 2005-03-15 Sun Microsystems, Inc. Mechanism and apparatus for returning results of services in a distributed computing environment
US20020073119A1 (en) * 2000-07-12 2002-06-13 Brience, Inc. Converting data having any of a plurality of markup formats and a tree structure
US7068599B1 (en) * 2000-07-26 2006-06-27 At&T Corp. Wireless network having link-condition based proxies for QoS management
US7213076B2 (en) * 2002-01-15 2007-05-01 International Business Machines Corporation Dynamic indication of email capabilities
US20040094737A1 (en) * 2002-11-18 2004-05-20 Michael Yeh Pressure regulating device

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040049737A1 (en) * 2000-04-26 2004-03-11 Novarra, Inc. System and method for displaying information content with selective horizontal scrolling
US20100228880A1 (en) * 2000-04-26 2010-09-09 Simon Hunt System and Method for Providing and Displaying Information Content
US20100268773A1 (en) * 2000-04-26 2010-10-21 Novarra, Inc. System and Method for Displaying Information Content with Selective Horizontal Scrolling
US20020032750A1 (en) * 2000-05-16 2002-03-14 Kanefsky Steven T. Methods and systems for searching and managing information on wireless data devices
US8793341B2 (en) 2000-11-06 2014-07-29 Crfd Research, Inc. Web page content translator
US20100017464A1 (en) * 2000-11-06 2010-01-21 Yin Cheng Web page content translator
US20100017502A1 (en) * 2000-11-06 2010-01-21 Yin Cheng Web page content translator
US20080172488A1 (en) * 2003-12-17 2008-07-17 Janardhanan Jawahar Reducing the impact of network latency on application performance
US9032096B2 (en) * 2003-12-17 2015-05-12 Cisco Technology, Inc. Reducing the impact of network latency on application performance
US9524353B2 (en) 2007-02-09 2016-12-20 Nokia Technologies Oy Method and system for providing portions of information content to a client device
WO2008098164A2 (en) 2007-02-09 2008-08-14 Novarra, Inc. Method and server for providing a requested portion of a web page to a mobile device
US20100030908A1 (en) * 2008-08-01 2010-02-04 Courtemanche Marc Method and system for triggering ingestion of remote content by a streaming server using uniform resource locator folder mapping
US10007668B2 (en) * 2008-08-01 2018-06-26 Vantrix Corporation Method and system for triggering ingestion of remote content by a streaming server using uniform resource locator folder mapping
US20100306643A1 (en) * 2009-03-30 2010-12-02 Nokia Corporation Methods and Systems for Processing Document Object Models (DOM) to Process Video Content
US20100306344A1 (en) * 2009-04-06 2010-12-02 Nokia Corporation Methods and Systems for Using Multipart Messaging with Preset Constraints
US10515144B2 (en) * 2010-11-18 2019-12-24 Google Llc On-demand auto-fill
US20170046325A1 (en) * 2010-11-18 2017-02-16 Google Inc. On-Demand Auto-Fill
US9747386B1 (en) * 2012-08-10 2017-08-29 Amazon Technologies, Inc. User-perceived performance through browser hints
US20150193090A1 (en) * 2014-01-06 2015-07-09 Ford Global Technologies, Llc Method and system for application category user interface templates
US10680937B2 (en) * 2014-10-10 2020-06-09 At&T Intellectual Property I, L.P. Centralized radio access network virtualization mechanism
US20180316604A1 (en) * 2014-10-10 2018-11-01 At&T Intellectual Property I, L.P. Centralized radio access network virtualization mechanism
US10216750B2 (en) 2014-10-14 2019-02-26 Microsoft Technology Licensing, Llc Annotated geometry
US10430382B2 (en) 2014-10-14 2019-10-01 Microsoft Technology Licensing, Llc Data visualization architecture
US10810159B2 (en) * 2014-10-14 2020-10-20 Microsoft Technology Licensing, Llc. Modular updating of visualizations
US20160103828A1 (en) * 2014-10-14 2016-04-14 Microsoft Technology Licensing, Llc. Modular updating of visualizations
WO2017020933A1 (en) * 2015-07-31 2017-02-09 Arcelik Anonim Sirketi Semi-automatic web page content retargeting system
US11019169B2 (en) 2015-10-13 2021-05-25 Home Box Office, Inc. Graph for data interaction
US11886870B2 (en) 2015-10-13 2024-01-30 Home Box Office, Inc. Maintaining and updating software versions via hierarchy
US10708380B2 (en) 2015-10-13 2020-07-07 Home Box Office, Inc. Templating data service responses
US10623514B2 (en) 2015-10-13 2020-04-14 Home Box Office, Inc. Resource response expansion
US11533383B2 (en) 2015-10-13 2022-12-20 Home Box Office, Inc. Templating data service responses
US10656935B2 (en) 2015-10-13 2020-05-19 Home Box Office, Inc. Maintaining and updating software versions via hierarchy
US10412187B2 (en) 2015-10-13 2019-09-10 Home Box Office, Inc. Batching data requests and responses
US10277704B2 (en) 2015-10-13 2019-04-30 Home Box Office, Inc. Graph for data interaction
US11005962B2 (en) 2015-10-13 2021-05-11 Home Box Office, Inc. Batching data requests and responses
US20200065356A1 (en) * 2016-06-10 2020-02-27 Ebay Inc. Optimization for Browser Rendering During Navigation
US11023657B2 (en) * 2016-06-10 2021-06-01 Ebay Inc. Optimization for browser rendering during navigation
US11520969B2 (en) 2016-06-10 2022-12-06 Ebay Inc. Optimization for browser rendering during navigation
US10637962B2 (en) 2016-08-30 2020-04-28 Home Box Office, Inc. Data request multiplexing
WO2018204531A1 (en) * 2017-05-02 2018-11-08 Home Box Office, Inc. Virtual graph nodes
US10698740B2 (en) 2017-05-02 2020-06-30 Home Box Office, Inc. Virtual graph nodes
US11360826B2 (en) 2017-05-02 2022-06-14 Home Box Office, Inc. Virtual graph nodes
WO2019212539A1 (en) * 2018-04-30 2019-11-07 Facebook, Inc. Applying templates to customize presentation of content based on surface type
US10803077B2 (en) 2018-04-30 2020-10-13 Facebook, Inc. Applying templates to customize presentation of content based on surface type
US11640429B2 (en) 2018-10-11 2023-05-02 Home Box Office, Inc. Graph views to improve user interface responsiveness

Also Published As

Publication number Publication date
US7500188B1 (en) 2009-03-03

Similar Documents

Publication Publication Date Title
US7500188B1 (en) System and method for adapting information content for an electronic device
US7072984B1 (en) System and method for accessing customized information over the internet using a browser for a plurality of electronic devices
US20100268773A1 (en) System and Method for Displaying Information Content with Selective Horizontal Scrolling
US7747782B2 (en) System and method for providing and displaying information content
US20210067609A1 (en) Content management and transformation system for digital content
US6519617B1 (en) Automated creation of an XML dialect and dynamic generation of a corresponding DTD
US8793341B2 (en) Web page content translator
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
US5793966A (en) Computer system and computer-implemented process for creation and maintenance of online services
KR101027299B1 (en) System and method for history driven optimization of web services communication
US7013424B2 (en) Dedicated processor for efficient processing of documents encoded in a markup language
WO2002087135A2 (en) System and method for adapting information content for an electronic device
US7200809B1 (en) Multi-device support for mobile applications using XML
US20020112078A1 (en) Virtual machine web browser
US20040133635A1 (en) Transformation of web description documents
Schilit et al. m-links: An infrastructure for very small internet devices
JP2003512666A (en) Intelligent harvesting and navigation systems and methods
US20020188435A1 (en) Interface for submitting richly-formatted documents for remote processing
JPH11502346A (en) Computer system and computer execution process for creating and maintaining online services
US20030106025A1 (en) Method and system for providing XML-based web pages for non-pc information terminals
US20050160070A1 (en) Systems engineering document prototyping system, program product, and related methods
US20010056497A1 (en) Apparatus and method of providing instant information service for various devices
WO2001073560A1 (en) Contents providing system
JP2001331408A (en) Method and system for specifying required device attribute to be buried in worldwide web document request
US20080222107A1 (en) Method for Multiplexing Search Result Transmission in a Multi-Tier Architecture

Legal Events

Date Code Title Description
AS Assignment

Owner name: NOKIA CORPORATION, FINLAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NOVARRA, INC.;REEL/FRAME:024838/0180

Effective date: 20100701

AS Assignment

Owner name: NOVARRA, INC., ILLINOIS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:TRAPANI, MATTHEW F.;POLONSKY, LEONID;WIATRAK, BRUCE;AND OTHERS;REEL/FRAME:025071/0862

Effective date: 20010814

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION