US20100287467A1 - Method for requesting and viewing a preview of a table attachment on a mobile communication device - Google Patents

Method for requesting and viewing a preview of a table attachment on a mobile communication device Download PDF

Info

Publication number
US20100287467A1
US20100287467A1 US12/755,773 US75577310A US2010287467A1 US 20100287467 A1 US20100287467 A1 US 20100287467A1 US 75577310 A US75577310 A US 75577310A US 2010287467 A1 US2010287467 A1 US 2010287467A1
Authority
US
United States
Prior art keywords
document
preview
mobile communication
communication device
command
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/755,773
Inventor
Olav A. Sylthe
Jianwei (Oliver) Yuan
Dan Dumitru
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.)
Malikie Innovations Ltd
Original Assignee
Research in Motion Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Research in Motion Ltd filed Critical Research in Motion Ltd
Priority to US12/755,773 priority Critical patent/US20100287467A1/en
Assigned to ARIZAN CORPORATION reassignment ARIZAN CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DUMITRU, DAN, SYLTHE, OLAV A., YUAN, JIANWEI (OLIVER)
Assigned to RESEARCH IN MOTION LIMITED reassignment RESEARCH IN MOTION LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ARIZAN CORPORATION
Publication of US20100287467A1 publication Critical patent/US20100287467A1/en
Assigned to BLACKBERRY LIMITED reassignment BLACKBERRY LIMITED CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: RESEARCH IN MOTION LIMITED
Assigned to MALIKIE INNOVATIONS LIMITED reassignment MALIKIE INNOVATIONS LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BLACKBERRY LIMITED
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Definitions

  • the following is directed in general to displaying content on mobile communication devices, and more particularly to a method for previewing a table attachment on a mobile communication device.
  • Handheld mobile communication devices are essentially portable computers having wireless capability, and come in various forms. These include Personal Digital Assistants (PDAs), cellular phones and smart phones. While their reduced size is an advantage to portability, limitations in download bandwidth and device screen size give rise to challenges in viewing large documents with multiple embedded tables, having a large number of columns and rows for presenting information in a tabular format.
  • PDAs Personal Digital Assistants
  • cellular phones While their reduced size is an advantage to portability, limitations in download bandwidth and device screen size give rise to challenges in viewing large documents with multiple embedded tables, having a large number of columns and rows for presenting information in a tabular format.
  • Attachment Server for delivering “on-demand” content to wireless device users in order to minimize bandwidth, and device CPU/memory usage.
  • Attachment Server typically downloads the document text to the Attachment Viewer (AV) on the mobile device along with a selectable link (e.g. [Table: N]), rather than the entire table contents.
  • AV Attachment Viewer
  • the user can then retrieve the entire table, if desired, by selecting the link.
  • the selectable link (e.g. [Table: N]) provides no information relating to the actual content of the table.
  • Some documents use tables extensively to present information. Indeed, in some cases the entire document is created using only tables containing the entire textual content.
  • These types of table-centric documents when viewed on the wireless device through the foregoing on-demand architecture, are represented only by a large number of selectable table links, without any other textual information.
  • the user is unable to discern which of the table(s) contain information that is relevant to them and thus should be retrieved. The user is therefore required to retrieve some, if not all, of the tables in the document in order to identify any table(s) of interest. Consequently, the design principle of offering on-demand retrieval, wherever possible, is defeated by such multiple downloads of irrelevant attachment parts.
  • a method for previewing a table attachment on a mobile communication device, and upon identifying table content of interest viewing and/or retrieving the entire table.
  • a small 4 ⁇ 4 row/column preview is presented on the device of every table found in a document attachment, with the cell content textual information limited to the requesting device display capabilities (e.g. typically 8-32 characters per cell). This limitation avoids any requirement to download large amounts of individual cell content to the device, which otherwise would defeat the on-demand architectural design principle.
  • the embodiments set forth herein allow the user to quickly identify which table(s) is (are) of interest and then request full table download from the Attachment Server in an on-demand fashion.
  • the preview table itself preferably also functions as a link to the full table stored at the server to facilitate easy retrieval to the device for viewing in a spreadsheet view.
  • FIG. 1 is a block diagram of a network environment in which the preferred embodiment may be practiced
  • FIG. 2 is a device screen display of a plurality of table attachments, according to the prior art
  • FIG. 3 is a device screen display showing preview of a plurality of table attachments as in FIG. 2 , according to an embodiment
  • FIGS. 4A and 4B are device screen displays showing menu command options for retrieving and viewing, respectively, the previewed table attachment of FIG. 3 ;
  • FIG. 5 is a device screen display showing the retrieved table of FIGS. 4A and 4B ;
  • FIG. 6 is a tree diagram showing the basic structure of a Document Object Model (DOM);
  • FIG. 7 shows the top-level of the DOM structure in FIG. 6 ;
  • FIG. 8 shows an exemplary DOM structure for a word processing document
  • FIG. 9 shows an exemplary DOM structure for a table document
  • FIG. 10 shows an exemplary DOM structure for a word processing document containing an image subdocument
  • FIG. 11 is a flowchart showing a client-side process for previewing a table attachment using an attachment viewed on a mobile communication device
  • FIG. 12 is a DOM structure graph presentation of a sample document containing a referenced table component added to the DOM structure as an attribute of an external component reference (ECR) command;
  • ECR external component reference
  • FIG. 13 is a flowchart showing a server-side process for constructing a table component as a preview for the referenced table component of FIG. 12 , and adding the preview table component as an attribute to the ECR command for previewing a table attachment;
  • FIG. 14 is a DOM structure graph presentation of the document in FIG. 12 following the process of FIG. 13 ;
  • FIG. 15 is a flowchart showing a server-side process for persisting the ECR command and the attached preview table component with its formatting properties to construct the preview table;
  • FIG. 16 is an illustration of sample documents.
  • Network environment 10 includes at least one mobile communication device 12 communicating via a wireless network/Internet 14 to a server 28 , via a firewall security server 29 , for downloading document attachments to the devices 12 . While only one server 28 is shown for illustration purposes, a person of skill in the art will understand that network environment 10 could have many such servers for hosting web sites or graphic download sites, providing access to picture files such as JPEG, TIFF, BMP, PNG, SGI, MP4, MOV, GIF, SVG, etc.
  • server 28 is shown for illustration purposes, a person of skill in the art will understand that network environment 10 could have many such servers for hosting web sites or graphic download sites, providing access to picture files such as JPEG, TIFF, BMP, PNG, SGI, MP4, MOV, GIF, SVG, etc.
  • wireless networks 14 include GSM/GPRS, CDPD, TDMA, iDEN Mobitex, DataTAC networks, or future networks such as EDGE or UMTS, and broadband networks like Bluetooth and variants of 802.11.
  • the existing “on-demand” architecture displays a series of embedded links to the tables, as shown in FIG. 2 . This forces the user to retrieve each and every table in order to view the table content, which is a time/bandwidth consuming operation if the user only needs information from one or a few of the tables.
  • the table preview feature set forth herein presents the user with a small preview of the table content on a mobile device 12 in “Document View”, as show in FIG. 3 .
  • the table preview feature displays the first 4 columns/rows of an embedded table in order to quickly give the user an idea of what the table content is.
  • the “Table Link” header in the preview acts as a selectable link and “Retrieve” is available from the menu when clicking the track wheel of device 12 , as shown in FIG. 4A .
  • the full table can then be viewed in “Spreadsheet View” using the “View” command, as shown in FIG. 4B .
  • the attachment server 28 uses a file-parsing distiller in the preferred embodiment, for a specific document type, to build an in-memory Document Object Model (DOM) structure representing an attachment of that document type.
  • DOM Document Object Model
  • the document DOM structure is stored in a memory cache of server 28 , and can be iterated bi-directionally.
  • the graph-based document DOM structure consists of nodes and leaves.
  • the nodes serve as the parents of leaves and nodes, while leaves are end points of a branch in the graph.
  • Each node and leaf can have a set of attributes to specify its own characteristics. For example, a paragraph node can contain attributes to specify its alignment, style, entry of document TOC, etc.
  • each of the nodes and the leaves has a unique identifier, called a DOM ID, to identify itself in the document DOM structure.
  • the document DOM structure is divided into three parts: top-level, component and references.
  • the top level refers to the document root structure, while the main document is constructed in the component and the references represent document references to either internal or external sub-document parts. The following paragraphs examine each part in detail.
  • the root node of a document DOM structure contains several children nodes, referred to as “Contents”, which represent different aspects of the document contents.
  • Each “Contents” node contains one or multiple “Container” nodes used to store various document global attributes.
  • the children of the “Container” nodes are components, which store the document structural and navigational information.
  • attachment server 28 Three types of components are defined by the attachment server 28 : text components, table components and image components, which represent text, tables and images in a document, respectively.
  • text components table components and image components, which represent text, tables and images in a document, respectively.
  • image components represent text, tables and images in a document, respectively.
  • the text and table components are described in detail below, and the image component structure is identical.
  • a component consists of a hierarchy of command nodes.
  • Each command represents a physical entity, a property, or a reference defined in a document.
  • the physical entity commands are page, section, paragraph, text segments, comments, footnote and endnote commands, which by name define the corresponding entity contained in a document.
  • the property commands for the text component are font, text color, text background color, hyperlink start/end and bookmark commands.
  • the text component has only one reference command, referred to as the text reference command, which is used to reference a subdocument defined in the main body of a document.
  • the children of a text component are page or section command nodes that, in turn, comprise a set of paragraph command nodes.
  • the paragraph command can contain one or multiple nodes for the remaining command types.
  • the section command which is the child of the text component, consists of two paragraph commands.
  • the first paragraph command contains one text segment command and the text content for that paragraph is added as an attribute to the text segment command.
  • the second paragraph command has a relatively more complex structure, as the text properties in the paragraph are much richer.
  • Each time a text property (font, text color, etc) changes a corresponding text property command is created and the change value is added to that command as an attribute.
  • the subsequent text segment command records the text with the same text property as an attribute.
  • the table component has the same three types of commands as the text component, but different command names.
  • the document DOM structure for the sample table document below is shown in FIG. 9 :
  • the table component has physical entity type commands of table, tablerow and tablecell, where the tablecell command can contain all available commands for the text component.
  • the first child TableRow command of the table command has an attribute “Index” defined by value of 0. This indicates that the indicated table row is the first one defined in the table.
  • the attribute of the leftmost table cell command in FIG. 9 has the same meaning.
  • a document sometimes contains subdocuments, for example images, tables, text boxes etc.
  • the DOM structure set forth herein uses a reference command to point to the graph of such subdocuments.
  • the attachment server 28 generates the DOM structure shown in FIG. 10 .
  • the structure shown in FIG. 10 is identical to that discussed above in connection with FIGS. 8 and 9 , except for the attributes of the two reference commands.
  • the attachment server 28 constructs the image in “Sample Three” as a separate image component, which contains all of the image data in its own DOM hierarchy.
  • the values of the “Ref” attributes of those two reference commands point to the image component, as indicated by the dashed lines, such that the DOM structure connects together all parts of the document.
  • the client component when requesting a document attachment conversion from the server component (Attachment Server (AS) 28 ), informs the server of its device and feature specific capabilities such as screen size, color capabilities and functionality support when requesting an operation.
  • This allows the server 28 to tailor its response to the requesting device 12 and optimize bandwidth utilization and minimize device CPU/storage usage while preserving the device presentation capabilities (e.g. color presentation data will not be returned to a monochrome device and vice versa).
  • the client (AV) will as part of the attachment conversion request inform the server 28 that it is capable of showing table previews as well as supplying the requesting device 12 screen resolution and color information.
  • This information enables the server 28 to return UCS (Universal Content Stream) data back to the device 12 containing preview table information preferably for a 4 ⁇ 4 row/column table with individual cell content limited to between 8-32 characters based on the requesting device screen information as well as preview table color information if supported by the device.
  • a DOM ID for the full table is also returned to the AV on device 12 that allows the user to request the full table for viewing in spreadsheet view, if desired.
  • a flow chart of the device side request process is shown in FIG. 11 .
  • the user requests the full content of an attachment (e.g. an attachment to an email), by appropriate operation of the user interface for device 12 .
  • the device AV issues a document request to the AS server 28 for the first chunk (e.g. typically 3K) of the document attachment configured for the device display width, height and number of colors the device can display.
  • the first chunk e.g. typically 3K
  • the client-side AV determines whether a table preview is included in the first portion (e.g. 3K of downloaded data. If not (step 125 ), the device displays the normal text content (step 130 ).
  • the AV then issues any further requests for additional chunks of the document attachment (a YES at step 135 ), and process flow returns to step 120 . Otherwise, if the entire document has been downloaded (a NO at step 135 ), then the process terminates (step 140 ).
  • step 120 If a request to download a chunk of data from the AS on server 28 is unsuccessful (i.e. a NO at step 120 ), then an error flag is generated and an error message displayed (step 145 ), following which the process terminates (step 140 ).
  • step 125 a table preview is included in the chunk of downloaded data the AV displays the table preview, as shown in FIG. 3 , and associates the DOM ID for the full table (stored in server 28 ) in the table link (step 150 ). If additional content (beyond the table preview) is available in the data chunk for viewing (step 155 ), the additional content is displayed (step 130 ). Otherwise, process flow branches to step 135 .
  • the attachment server 28 when the attachment server 28 receives a document containing embedded tables, it first constructs the DOM structure for the document if it does not already exist in the in-memory DOM structure cache.
  • Each embedded table in the file is constructed as an external table component and is added to the DOM structure as an attribute of an external component reference (ECR) command, as described in greater detail below.
  • ECR external component reference
  • the corresponding DOM structure for the following sample document containing an embedded table is shown in FIG. 12 where, in order to simplify the graph, the DOM structure does not contain the detailed graph presentation for the embedded table:
  • the table component is added as attribute “Ref” to the external component reference command (ECR), which is a node in the DOM graph structure for the main document.
  • ECR external component reference command
  • the server-side process of FIG. 13 begins at step 135 to iterate through the entire document DOM structure 130 . Provided the un-iterated remaining portion of the DOM structure continues to contain commands (step 140 ), the next command is iterated (step 145 ). Otherwise, the process ends (step 150 ). If the process encounters an ECR command (step 155 ) and the component being referenced is a table (step 160 ), the process constructs a table component (step 165 ), which is a preview for the referenced table component. This preview table component is added as an attribute to the ECR command (step 170 ), as shown in FIG. 14 .
  • the preview table component contains only partial information about the referenced table.
  • the preview table preferably has only a maximum of 4 rows and 4 columns of the original table, and each table cell includes up to 16 characters.
  • the numbers of table rows, columns and table cell characters are configurable and can be dynamically set in the conversion request.
  • the table formatting information is preserved in the preview table component.
  • the attachment server 28 persists the ECR command and the attached preview table component with its formatting properties.
  • the flow chart of FIG. 15 sets forth the steps of persisting the ECR command and attached preview table component in the document DOM structure of FIG. 14 with the required formatting properties.
  • the server process After initialization of variables ( 140 ), the server process iterates the referenced table component (step 145 ) extracted from the ECR command shown in FIG. 14 . Provided that there are commands remaining to be iterated (step 150 ), a determination is made as to whether the next command is a Table Row command (step 160 ), Table Cell command (step 165 ), Text Segment command (step 170 ), or whether (step 175 ) the table cell character index (m_iCharindex) is less than the maximum number of character in each table cell (kiMaxCellChar). If the result of each of these determinations is NO, then process flow returns to step 150 . On the other hand, if there are no further commands then the process ends (step 155 ).
  • m_iCharindex table cell character index
  • next command is a Table Row command (step 160 )
  • next command is a Table Cell command (step 165 )
  • next command is a Text Segment command (step 170 )
  • the new command is then added to the preview table DOM structure hierarchy (step 200 ). If at step 230 the table cell character index (m_iCharindex) is not less than the maximum number of characters in each cell (kiMaxCellChar), then process flow returns to step 150 .
  • step 175 If at step 175 the table cell character index (m_iCharindex) is less than the maximum number of character in each table cell (kiMaxCellChar), then a command is created (step 250 ) that is of the same type as in the original document. The new command is then added to the preview table DOM structure hierarchy (step 200 ).

Abstract

A process is set forth for previewing a table attachment on a mobile communication device, and upon identifying table content of interest viewing and/or retrieving the entire table from an attachment server. In one embodiment, a small 4×4 row/column preview is presented on the device of every table found in a document attachment, with the cell content textual information limited to the requesting device display capabilities. This limitation avoids any requirement to download large amounts of individual cell content to the device. Thus, the user is able to quickly identify which tables are of interest and then request a full table download from the attachment server in an on-demand fashion. In this regard, the preview table itself preferably also functions as a link to the full table stored at the server to facilitate easy retrieval to the device for viewing in a spreadsheet view.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • The instant application is a continuation of U.S. patent application Ser. No. 11/093,853, filed Mar. 30, 2005, titled “Method for Requesting and Viewing a Preview of a Table Attachment on a Mobile Communication Device,” the contents of which are incorporated herein.
  • FIELD
  • The following is directed in general to displaying content on mobile communication devices, and more particularly to a method for previewing a table attachment on a mobile communication device.
  • BACKGROUND
  • Mobile communication devices are becoming increasingly popular for business and personal use due to a relatively recent increase in number of services and features that the devices and mobile infrastructures support. Handheld mobile communication devices, sometimes referred to as mobile stations, are essentially portable computers having wireless capability, and come in various forms. These include Personal Digital Assistants (PDAs), cellular phones and smart phones. While their reduced size is an advantage to portability, limitations in download bandwidth and device screen size give rise to challenges in viewing large documents with multiple embedded tables, having a large number of columns and rows for presenting information in a tabular format.
  • For wireless devices that support viewing of attachments, this represents a large amount of information for downloading, requiring a large amount of bandwidth and the associated cost thereof. Additionally, the user must wait for an extended period of time while the device is downloading the complete table.
  • Since mobile communication devices have limited screen real estate, it is known in the art to provide an Attachment Server (AS) for delivering “on-demand” content to wireless device users in order to minimize bandwidth, and device CPU/memory usage. When the user of a wireless device views a document attachment that uses tables, the Attachment Server typically downloads the document text to the Attachment Viewer (AV) on the mobile device along with a selectable link (e.g. [Table: N]), rather than the entire table contents. The user can then retrieve the entire table, if desired, by selecting the link. By downloading only the text and a link to the table, and providing the user with an option for retrieving or viewing the entire table attachment, such existing architectures thereby adhere to the on-demand design principle set forth above.
  • Unfortunately, the selectable link (e.g. [Table: N]) provides no information relating to the actual content of the table. Some documents use tables extensively to present information. Indeed, in some cases the entire document is created using only tables containing the entire textual content. These types of table-centric documents, when viewed on the wireless device through the foregoing on-demand architecture, are represented only by a large number of selectable table links, without any other textual information. For these types of documents the user is unable to discern which of the table(s) contain information that is relevant to them and thus should be retrieved. The user is therefore required to retrieve some, if not all, of the tables in the document in order to identify any table(s) of interest. Consequently, the design principle of offering on-demand retrieval, wherever possible, is defeated by such multiple downloads of irrelevant attachment parts.
  • SUMMARY
  • According to one aspect, a method is provided for previewing a table attachment on a mobile communication device, and upon identifying table content of interest viewing and/or retrieving the entire table.
  • In one embodiment, a small 4×4 row/column preview is presented on the device of every table found in a document attachment, with the cell content textual information limited to the requesting device display capabilities (e.g. typically 8-32 characters per cell). This limitation avoids any requirement to download large amounts of individual cell content to the device, which otherwise would defeat the on-demand architectural design principle.
  • Thus, the embodiments set forth herein allow the user to quickly identify which table(s) is (are) of interest and then request full table download from the Attachment Server in an on-demand fashion. In this regard, the preview table itself preferably also functions as a link to the full table stored at the server to facilitate easy retrieval to the device for viewing in a spreadsheet view.
  • Additional aspects and advantages will be apparent to a person of ordinary skill in the art, residing in the details of construction and operation as more fully hereinafter described and claimed, reference being had to the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • A detailed description of the preferred embodiment is set forth in detail below, with reference to the following drawings, in which:
  • FIG. 1 is a block diagram of a network environment in which the preferred embodiment may be practiced;
  • FIG. 2 is a device screen display of a plurality of table attachments, according to the prior art;
  • FIG. 3 is a device screen display showing preview of a plurality of table attachments as in FIG. 2, according to an embodiment;
  • FIGS. 4A and 4B are device screen displays showing menu command options for retrieving and viewing, respectively, the previewed table attachment of FIG. 3;
  • FIG. 5 is a device screen display showing the retrieved table of FIGS. 4A and 4B;
  • FIG. 6 is a tree diagram showing the basic structure of a Document Object Model (DOM);
  • FIG. 7 shows the top-level of the DOM structure in FIG. 6;
  • FIG. 8 shows an exemplary DOM structure for a word processing document;
  • FIG. 9 shows an exemplary DOM structure for a table document;
  • FIG. 10 shows an exemplary DOM structure for a word processing document containing an image subdocument;
  • FIG. 11 is a flowchart showing a client-side process for previewing a table attachment using an attachment viewed on a mobile communication device;
  • FIG. 12 is a DOM structure graph presentation of a sample document containing a referenced table component added to the DOM structure as an attribute of an external component reference (ECR) command;
  • FIG. 13 is a flowchart showing a server-side process for constructing a table component as a preview for the referenced table component of FIG. 12, and adding the preview table component as an attribute to the ECR command for previewing a table attachment;
  • FIG. 14 is a DOM structure graph presentation of the document in FIG. 12 following the process of FIG. 13;
  • FIG. 15 is a flowchart showing a server-side process for persisting the ECR command and the attached preview table component with its formatting properties to construct the preview table; and
  • FIG. 16 is an illustration of sample documents.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • With reference to FIG. 1, network environment 10 is shown in which the preferred embodiment may be practiced. Network environment 10 includes at least one mobile communication device 12 communicating via a wireless network/Internet 14 to a server 28, via a firewall security server 29, for downloading document attachments to the devices 12. While only one server 28 is shown for illustration purposes, a person of skill in the art will understand that network environment 10 could have many such servers for hosting web sites or graphic download sites, providing access to picture files such as JPEG, TIFF, BMP, PNG, SGI, MP4, MOV, GIF, SVG, etc. As would be understood by one of ordinary skill in the art, wireless networks 14 include GSM/GPRS, CDPD, TDMA, iDEN Mobitex, DataTAC networks, or future networks such as EDGE or UMTS, and broadband networks like Bluetooth and variants of 802.11.
  • As discussed above, for documents that use embedded tables, or for documents that are constructed using only tables the existing “on-demand” architecture displays a series of embedded links to the tables, as shown in FIG. 2. This forces the user to retrieve each and every table in order to view the table content, which is a time/bandwidth consuming operation if the user only needs information from one or a few of the tables.
  • The table preview feature set forth herein, presents the user with a small preview of the table content on a mobile device 12 in “Document View”, as show in FIG. 3. Specifically, the table preview feature displays the first 4 columns/rows of an embedded table in order to quickly give the user an idea of what the table content is. In order to view the full table, the “Table Link” header in the preview acts as a selectable link and “Retrieve” is available from the menu when clicking the track wheel of device 12, as shown in FIG. 4A. The full table can then be viewed in “Spreadsheet View” using the “View” command, as shown in FIG. 4B.
  • Finally, the full table in the document can be viewed in Spreadsheet View after it has been successfully been retrieved from the Attachment Service, as shown in FIG. 5.
  • Before turning to the specifics of the client-side and server-side applications for the table preview feature, a description is provided herein of the structure of a Document Object Model (DOM) for a document attachment to be viewed on the mobile communication device 12.
  • The attachment server 28 uses a file-parsing distiller in the preferred embodiment, for a specific document type, to build an in-memory Document Object Model (DOM) structure representing an attachment of that document type. The document DOM structure is stored in a memory cache of server 28, and can be iterated bi-directionally.
  • As shown in FIG. 6, the graph-based document DOM structure consists of nodes and leaves. The nodes serve as the parents of leaves and nodes, while leaves are end points of a branch in the graph. Each node and leaf can have a set of attributes to specify its own characteristics. For example, a paragraph node can contain attributes to specify its alignment, style, entry of document TOC, etc. In addition, each of the nodes and the leaves has a unique identifier, called a DOM ID, to identify itself in the document DOM structure.
  • The document DOM structure is divided into three parts: top-level, component and references. The top level refers to the document root structure, while the main document is constructed in the component and the references represent document references to either internal or external sub-document parts. The following paragraphs examine each part in detail.
  • The root node of a document DOM structure, referred to as “Document”, contains several children nodes, referred to as “Contents”, which represent different aspects of the document contents. Each “Contents” node contains one or multiple “Container” nodes used to store various document global attributes. The children of the “Container” nodes are components, which store the document structural and navigational information. When the attachment server 28 builds the DOM structure for an attachment file for the first time, the top-level structure is a single parent-child chain as shown in FIG. 7:
  • Three types of components are defined by the attachment server 28: text components, table components and image components, which represent text, tables and images in a document, respectively. The text and table components are described in detail below, and the image component structure is identical.
  • A component consists of a hierarchy of command nodes. Each command represents a physical entity, a property, or a reference defined in a document. For the text component, the physical entity commands are page, section, paragraph, text segments, comments, footnote and endnote commands, which by name define the corresponding entity contained in a document. The property commands for the text component are font, text color, text background color, hyperlink start/end and bookmark commands. The text component has only one reference command, referred to as the text reference command, which is used to reference a subdocument defined in the main body of a document. Usually, the children of a text component are page or section command nodes that, in turn, comprise a set of paragraph command nodes. The paragraph command can contain one or multiple nodes for the remaining command types.
  • Using the following sample text document, the corresponding document DOM structure is shown in FIG. 8:
  • First paragraph.
    Second paragraph with bold and red text.
  • As FIG. 8 demonstrates, the section command, which is the child of the text component, consists of two paragraph commands. The first paragraph command contains one text segment command and the text content for that paragraph is added as an attribute to the text segment command. The second paragraph command has a relatively more complex structure, as the text properties in the paragraph are much richer. Each time a text property (font, text color, etc) changes, a corresponding text property command is created and the change value is added to that command as an attribute. The subsequent text segment command records the text with the same text property as an attribute. As document structure gets richer and more complex, more commands of corresponding types are created and the document properties are added as attributes to those commands.
  • The table component has the same three types of commands as the text component, but different command names. The document DOM structure for the sample table document below is shown in FIG. 9:
  • Cell One Cell Two
    Cell Three Cell Four
  • As shown in the FIG. 9, the table component has physical entity type commands of table, tablerow and tablecell, where the tablecell command can contain all available commands for the text component. In the example above, the first child TableRow command of the table command has an attribute “Index” defined by value of 0. This indicates that the indicated table row is the first one defined in the table. The attribute of the leftmost table cell command in FIG. 9 has the same meaning. A document sometimes contains subdocuments, for example images, tables, text boxes etc. The DOM structure set forth herein uses a reference command to point to the graph of such subdocuments. Thus, for the sample document depicted in FIG. 16, the attachment server 28 generates the DOM structure shown in FIG. 10.
  • The structure shown in FIG. 10 is identical to that discussed above in connection with FIGS. 8 and 9, except for the attributes of the two reference commands. The attachment server 28 constructs the image in “Sample Three” as a separate image component, which contains all of the image data in its own DOM hierarchy. In the DOM structure for the main document, the values of the “Ref” attributes of those two reference commands point to the image component, as indicated by the dashed lines, such that the DOM structure connects together all parts of the document.
  • Returning now to the preferred embodiment, the client component (Attachment Viewer (AV) application on device 12), when requesting a document attachment conversion from the server component (Attachment Server (AS) 28), informs the server of its device and feature specific capabilities such as screen size, color capabilities and functionality support when requesting an operation. This allows the server 28 to tailor its response to the requesting device 12 and optimize bandwidth utilization and minimize device CPU/storage usage while preserving the device presentation capabilities (e.g. color presentation data will not be returned to a monochrome device and vice versa).
  • For the table preview capability, the client (AV) will as part of the attachment conversion request inform the server 28 that it is capable of showing table previews as well as supplying the requesting device 12 screen resolution and color information.
  • This information enables the server 28 to return UCS (Universal Content Stream) data back to the device 12 containing preview table information preferably for a 4×4 row/column table with individual cell content limited to between 8-32 characters based on the requesting device screen information as well as preview table color information if supported by the device. A DOM ID for the full table is also returned to the AV on device 12 that allows the user to request the full table for viewing in spreadsheet view, if desired.
  • A flow chart of the device side request process is shown in FIG. 11. At step 110, the user requests the full content of an attachment (e.g. an attachment to an email), by appropriate operation of the user interface for device 12. In response, at step 115, the device AV issues a document request to the AS server 28 for the first chunk (e.g. typically 3K) of the document attachment configured for the device display width, height and number of colors the device can display.
  • If the download request is successful (a YES branch at step 120), the client-side AV determines whether a table preview is included in the first portion (e.g. 3K of downloaded data. If not (step 125), the device displays the normal text content (step 130).
  • The AV then issues any further requests for additional chunks of the document attachment (a YES at step 135), and process flow returns to step 120. Otherwise, if the entire document has been downloaded (a NO at step 135), then the process terminates (step 140).
  • If a request to download a chunk of data from the AS on server 28 is unsuccessful (i.e. a NO at step 120), then an error flag is generated and an error message displayed (step 145), following which the process terminates (step 140).
  • If, as step 125, a table preview is included in the chunk of downloaded data the AV displays the table preview, as shown in FIG. 3, and associates the DOM ID for the full table (stored in server 28) in the table link (step 150). If additional content (beyond the table preview) is available in the data chunk for viewing (step 155), the additional content is displayed (step 130). Otherwise, process flow branches to step 135.
  • Turning now to the server-side process, when the attachment server 28 receives a document containing embedded tables, it first constructs the DOM structure for the document if it does not already exist in the in-memory DOM structure cache. Each embedded table in the file is constructed as an external table component and is added to the DOM structure as an attribute of an external component reference (ECR) command, as described in greater detail below.
  • The corresponding DOM structure for the following sample document containing an embedded table, is shown in FIG. 12 where, in order to simplify the graph, the DOM structure does not contain the detailed graph presentation for the embedded table:
  • TABLE
    Test
    Cell One Cell Two
    Cell Three Cell Four
  • As shown in FIG. 12, the table component is added as attribute “Ref” to the external component reference command (ECR), which is a node in the DOM graph structure for the main document.
  • The server-side process of FIG. 13 begins at step 135 to iterate through the entire document DOM structure 130. Provided the un-iterated remaining portion of the DOM structure continues to contain commands (step 140), the next command is iterated (step 145). Otherwise, the process ends (step 150). If the process encounters an ECR command (step 155) and the component being referenced is a table (step 160), the process constructs a table component (step 165), which is a preview for the referenced table component. This preview table component is added as an attribute to the ECR command (step 170), as shown in FIG. 14.
  • The preview table component contains only partial information about the referenced table. By default, as discussed above, the preview table preferably has only a maximum of 4 rows and 4 columns of the original table, and each table cell includes up to 16 characters. However, a person skilled in the art will understand that the numbers of table rows, columns and table cell characters are configurable and can be dynamically set in the conversion request. In addition the table formatting information is preserved in the preview table component.
  • After the preview table component is constructed, it is added as an attribute to the original ECR command, as discussed above. During the response and resulting DOM graph construction for a conversion request, the attachment server 28 persists the ECR command and the attached preview table component with its formatting properties. The flow chart of FIG. 15 sets forth the steps of persisting the ECR command and attached preview table component in the document DOM structure of FIG. 14 with the required formatting properties.
  • After initialization of variables (140), the server process iterates the referenced table component (step 145) extracted from the ECR command shown in FIG. 14. Provided that there are commands remaining to be iterated (step 150), a determination is made as to whether the next command is a Table Row command (step 160), Table Cell command (step 165), Text Segment command (step 170), or whether (step 175) the table cell character index (m_iCharindex) is less than the maximum number of character in each table cell (kiMaxCellChar). If the result of each of these determinations is NO, then process flow returns to step 150. On the other hand, if there are no further commands then the process ends (step 155).
  • If the next command is a Table Row command (step 160), a determination is made at step 180 as to whether the Table row index (m_iRowIndex) exceeds the maximum number of rows in the preview table (kiMaxRow). If no, then a table row command is created and the attributes from the original table row command are copied to the new table row command (step 185), the table row index (m_iRowIndex) is incremented (step 190), the table cell index (m_iCellIndex) and Table cell character index (m_iCharindex) are reset (step 195), and the new command is added to the preview table DOM structure hierarchy (step 200).
  • If the next command is a Table Cell command (step 165), a determination is made at step 210 as to whether the table cell index (m_iCellIndex) exceeds the maximum number of cells in the preview table (kiMaxCell). If no, then a table cell command is created and the attributes from the original table cell command are copied to the new table cell command (step 215), the table cell index (m_iCellIndex) is incremented (step 220), the table cell character index (m_iCharindex) is reset (step 225), and the new command is added to the preview table DOM structure hierarchy (step 200). If at step 210 the table cell index (m_iCellIndex) does not exceed the maximum number of cells in the preview table (kiMaxCell), then process flow returns to step 150.
  • If the next command is a Text Segment command (step 170), a determination is made at step 230 as to whether the table cell character index (m_iCharindex) is less than the maximum number of characters in each cell (kiMaxCellChar). If yes, then a text segment command is created (step 235), then at step 140 the text from the original text segment command is copied, where the amount of text to be copied is the lesser of the number of characters in the original text segment and (kiMaxCellChar−m_iCharindex). At step 245, the copied text is added to the new text segment command as an attribute, where m_iCellIndex. +=number of character copied. The new command is then added to the preview table DOM structure hierarchy (step 200). If at step 230 the table cell character index (m_iCharindex) is not less than the maximum number of characters in each cell (kiMaxCellChar), then process flow returns to step 150.
  • If at step 175 the table cell character index (m_iCharindex) is less than the maximum number of character in each table cell (kiMaxCellChar), then a command is created (step 250) that is of the same type as in the original document. The new command is then added to the preview table DOM structure hierarchy (step 200).
  • In summary, since the preview table for a table component is cached in the DOM structure as an attribute of the corresponding ECR command, memory consumption is slightly increased. However the processing time is significantly reduced by eliminating extra iterations of the table component on repeated file conversion requests.
  • A person skilled in the art, having read this description of the preferred embodiment, may conceive of variations and alternative embodiments.
  • All such variations and alternative embodiments are believed to be within the ambit of the claims appended hereto.

Claims (17)

1. A process for implementation on a mobile communication device, comprising:
issuing a request for a remotely stored document, said request including an indication of display capabilities for said mobile communication device;
receiving at least a portion of said remotely stored document;
determining whether said portion includes a table preview of a full table;
if said portion does not include a table preview then displaying normal text content of said document;
if said portion includes a table preview then displaying said table preview embedded in said document at the location of said full table, said preview table having a predetermined number of rows and columns of said table with cell content textual information limited to said display capabilities for said mobile communication device; and
generating a menu at said mobile communication device for initiating one of either retrieval or viewing of said full table in response to which said device transmits a further request for additional portions of said full table.
2. The process of claim 1, wherein said receiving includes receiving a document ID that is associated with said full table.
3. The process of claim 1, wherein said displaying said table preview further includes displaying text content associated therewith.
4. The process of claim 1, wherein said predetermined number of rows does not exceed four, said predetermined number of columns does not exceed four, and said cell content textual information is limited to no more than thirty-two characters.
5. The process of claim 1, further comprising issuing further requests for additional portions of said document.
6. The process of claim 2, wherein said table preview includes a link to said document ID.
7. The process of claim 6, wherein said link is included in a header of said table preview.
8. The process of claim 1, wherein said menu includes a menu command to retrieve said full table.
9. The process of claim 1, wherein said menu includes a menu command to view said full table.
10. A mobile communication device process comprising:
issuing a request for a remotely stored document having at least one embedded table, said request including an indication of display capabilities for said mobile communication device;
receiving and displaying said remotely stored document with a preview table component embedded in said document at the location of said table, said preview table component having a predetermined number of rows and columns of said table with cell content textual information limited to said display capabilities for said mobile communication device, wherein said receiving and displaying further includes receiving a document ID associated with said table in said remotely stored document; and
generating a menu selection at said mobile communication device for initiating one of either user retrieval or viewing of said table in response to which said device transmits said document ID to identify said table in said remotely stored document.
11. The mobile communication device process of claim 10, wherein said predetermined number of rows does not exceed four, said predetermined number of columns does not exceed four, and said cell content textual information is limited to no more than thirty-two characters.
12. The mobile communication device process of claim 10, wherein said displaying said preview table component further includes displaying text content associated therewith.
13. The mobile communication device process of claim 10, further comprising issuing further requests for additional portions of said document.
14. The mobile communication device process of claim 10, wherein said table preview includes a link to said document ID.
15. The mobile communication device process of claim 14, wherein said link is included in a header of said table preview.
16. The mobile communication device process of claim 10, wherein said menu includes a menu command to retrieve said full table.
17. The mobile communication device process of claim 10, wherein said menu includes a menu command to view said full table.
US12/755,773 2005-03-30 2010-04-07 Method for requesting and viewing a preview of a table attachment on a mobile communication device Abandoned US20100287467A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/755,773 US20100287467A1 (en) 2005-03-30 2010-04-07 Method for requesting and viewing a preview of a table attachment on a mobile communication device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/093,853 US7725813B2 (en) 2005-03-30 2005-03-30 Method for requesting and viewing a preview of a table attachment on a mobile communication device
US12/755,773 US20100287467A1 (en) 2005-03-30 2010-04-07 Method for requesting and viewing a preview of a table attachment on a mobile communication device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/093,853 Continuation US7725813B2 (en) 2005-03-30 2005-03-30 Method for requesting and viewing a preview of a table attachment on a mobile communication device

Publications (1)

Publication Number Publication Date
US20100287467A1 true US20100287467A1 (en) 2010-11-11

Family

ID=37072100

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/093,853 Active 2028-05-01 US7725813B2 (en) 2005-03-30 2005-03-30 Method for requesting and viewing a preview of a table attachment on a mobile communication device
US12/755,773 Abandoned US20100287467A1 (en) 2005-03-30 2010-04-07 Method for requesting and viewing a preview of a table attachment on a mobile communication device

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/093,853 Active 2028-05-01 US7725813B2 (en) 2005-03-30 2005-03-30 Method for requesting and viewing a preview of a table attachment on a mobile communication device

Country Status (1)

Country Link
US (2) US7725813B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070250583A1 (en) * 2006-04-20 2007-10-25 Research In Motion Limited System, method, and user interface for searching for messages with attachments on a mobile device
US20120166936A1 (en) * 2010-06-30 2012-06-28 International Business Machines Corporation Document object model (dom) based page uniqueness detection
US9646149B2 (en) 2014-05-06 2017-05-09 Microsoft Technology Licensing, Llc Accelerated application authentication and content delivery
US9852401B2 (en) 2011-04-04 2017-12-26 Microsoft Technology Licensing, Llc Providing additional email content in an email client

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7511723B2 (en) * 2006-03-31 2009-03-31 Research In Motion Limited Method for requesting and viewing an attachment image on a portable electronic device
US7640311B2 (en) * 2006-03-31 2009-12-29 Research In Motion Limited Method for viewing non-image attachments on a portable electronic device
US8601063B2 (en) * 2006-03-31 2013-12-03 Blackberry Limited Method for presenting an attachment within an email message
US7812852B2 (en) * 2006-10-31 2010-10-12 Research In Motion Limited Method and system for zoomable attachment handling on a portable electronic device
WO2008052301A1 (en) * 2006-10-31 2008-05-08 Research In Motion Limited Controlling display images on a mobile device
US8600942B2 (en) * 2008-03-31 2013-12-03 Thomson Reuters Global Resources Systems and methods for tables of contents
US20090313537A1 (en) * 2008-06-17 2009-12-17 Microsoft Corporation Micro browser spreadsheet viewer
US9589066B2 (en) 2009-01-26 2017-03-07 International Business Machines Corporation System, method, and computer program product for generating a representative view for a multipage compilation of information
KR20110064629A (en) * 2009-12-08 2011-06-15 삼성전자주식회사 Operation method and device for optional key map of portable device
US9913838B2 (en) 2010-08-27 2018-03-13 Neonc Technologies, Inc. Methods of treating cancer using compositions comprising perillyl alcohol derivative
US9499461B2 (en) 2010-08-27 2016-11-22 Neonc Technologies, Inc. Pharmaceutical compositions comprising POH derivatives
CN103229167A (en) * 2010-10-06 2013-07-31 星汇数据解决方案公司 System and method for indexing electronic discovery data
CN103034633B (en) * 2011-09-30 2016-08-03 国际商业机器公司 Generate the method and device of the result of page searching summary of extension
US9594814B2 (en) 2012-09-07 2017-03-14 Splunk Inc. Advanced field extractor with modification of an extracted field
US8682906B1 (en) 2013-01-23 2014-03-25 Splunk Inc. Real time display of data field values based on manual editing of regular expressions
US8751963B1 (en) 2013-01-23 2014-06-10 Splunk Inc. Real time indication of previously extracted data fields for regular expressions
US10394946B2 (en) 2012-09-07 2019-08-27 Splunk Inc. Refining extraction rules based on selected text within events
US20140208217A1 (en) 2013-01-22 2014-07-24 Splunk Inc. Interface for managing splittable timestamps across event records
US9753909B2 (en) 2012-09-07 2017-09-05 Splunk, Inc. Advanced field extractor with multiple positive examples
US9152929B2 (en) 2013-01-23 2015-10-06 Splunk Inc. Real time display of statistics and values for selected regular expressions
CN113268686B (en) * 2021-05-25 2022-08-26 山东卓创资讯股份有限公司 Processing method for multiple browsing modes of form in information at APP (application) end

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5812131A (en) * 1997-03-07 1998-09-22 International Business Machines Corp. Mobile client computer programmed to process table displays
US20020087593A1 (en) * 2001-01-02 2002-07-04 Rank Paul J. Method for dynamic function loading in spreadsheets on small devices
US20020161796A1 (en) * 2001-03-23 2002-10-31 Sylthe Olav A. Systems and methods for content delivery over a wireless communication medium to a portable computing device
US6523040B1 (en) * 1999-06-24 2003-02-18 Ibm Corporation Method and apparatus for dynamic and flexible table summarization
US6639611B1 (en) * 1999-12-15 2003-10-28 Sun Microsystems, Inc. System and method for efficient layout of a display table
US6675351B1 (en) * 1999-06-15 2004-01-06 Sun Microsystems, Inc. Table layout for a small footprint device
US20040133848A1 (en) * 2000-04-26 2004-07-08 Novarra, Inc. System and method for providing and displaying information content
US6988242B2 (en) * 2002-01-07 2006-01-17 International Business Machines Corporation Transforming a portion of a database into a custom spreadsheet
US7200615B2 (en) * 2003-10-16 2007-04-03 Xerox Corporation Viewing tabular data on small handheld displays and mobile phones
US7299406B2 (en) * 2004-06-02 2007-11-20 Research In Motion Limited Representing spreadsheet document content
US7509571B2 (en) * 2001-01-03 2009-03-24 Sun Microsystems, Inc. Method and apparatus for a file format for storing spreadsheet compactly
US7549115B2 (en) * 2000-06-21 2009-06-16 Microsoft Corporation System and method for integrated spreadsheets and word processing tables
US20090313537A1 (en) * 2008-06-17 2009-12-17 Microsoft Corporation Micro browser spreadsheet viewer
US7793210B2 (en) * 2001-01-30 2010-09-07 Oracle America, Inc. Method and apparatus for formula evaluation in spreadsheets on small devices
US8122338B2 (en) * 2003-09-11 2012-02-21 Opera Software Asa Distinguishing and displaying tables in documents

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE524391C2 (en) 1998-12-28 2004-08-03 Spyglass Inc Method and system for content conversion of electronic documents for wireless clients.
MY127113A (en) 2000-11-17 2006-11-30 Intel Corp Customizing tabular data for wireless handset units
CA2504423C (en) 2002-10-31 2011-10-18 Arizan Corporation Methods and apparatus for summarizing document content for mobile communication devices

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5812131A (en) * 1997-03-07 1998-09-22 International Business Machines Corp. Mobile client computer programmed to process table displays
US6675351B1 (en) * 1999-06-15 2004-01-06 Sun Microsystems, Inc. Table layout for a small footprint device
US6523040B1 (en) * 1999-06-24 2003-02-18 Ibm Corporation Method and apparatus for dynamic and flexible table summarization
US6639611B1 (en) * 1999-12-15 2003-10-28 Sun Microsystems, Inc. System and method for efficient layout of a display table
US20040133848A1 (en) * 2000-04-26 2004-07-08 Novarra, Inc. System and method for providing and displaying information content
US7549115B2 (en) * 2000-06-21 2009-06-16 Microsoft Corporation System and method for integrated spreadsheets and word processing tables
US20020087593A1 (en) * 2001-01-02 2002-07-04 Rank Paul J. Method for dynamic function loading in spreadsheets on small devices
US7509571B2 (en) * 2001-01-03 2009-03-24 Sun Microsystems, Inc. Method and apparatus for a file format for storing spreadsheet compactly
US7793210B2 (en) * 2001-01-30 2010-09-07 Oracle America, Inc. Method and apparatus for formula evaluation in spreadsheets on small devices
US20020161796A1 (en) * 2001-03-23 2002-10-31 Sylthe Olav A. Systems and methods for content delivery over a wireless communication medium to a portable computing device
US6988242B2 (en) * 2002-01-07 2006-01-17 International Business Machines Corporation Transforming a portion of a database into a custom spreadsheet
US8122338B2 (en) * 2003-09-11 2012-02-21 Opera Software Asa Distinguishing and displaying tables in documents
US7200615B2 (en) * 2003-10-16 2007-04-03 Xerox Corporation Viewing tabular data on small handheld displays and mobile phones
US7299406B2 (en) * 2004-06-02 2007-11-20 Research In Motion Limited Representing spreadsheet document content
US20090313537A1 (en) * 2008-06-17 2009-12-17 Microsoft Corporation Micro browser spreadsheet viewer

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070250583A1 (en) * 2006-04-20 2007-10-25 Research In Motion Limited System, method, and user interface for searching for messages with attachments on a mobile device
US20070250578A1 (en) * 2006-04-20 2007-10-25 Research In Motion Limited Searching for electronic mail (email) messages with attachments at a wireless communication device
US8099467B2 (en) 2006-04-20 2012-01-17 Research In Motion Limited System, method, and user interface for searching for messages with attachments on a mobile device
US8156187B2 (en) * 2006-04-20 2012-04-10 Research In Motion Limited Searching for electronic mail (email) messages with attachments at a wireless communication device
US9805341B2 (en) 2006-04-20 2017-10-31 Blackberry Limited System, method, and user interface for searching for messages with attachments on a mobile device
US20120166936A1 (en) * 2010-06-30 2012-06-28 International Business Machines Corporation Document object model (dom) based page uniqueness detection
US8768928B2 (en) * 2010-06-30 2014-07-01 International Business Machines Corporation Document object model (DOM) based page uniqueness detection
US9852401B2 (en) 2011-04-04 2017-12-26 Microsoft Technology Licensing, Llc Providing additional email content in an email client
US9646149B2 (en) 2014-05-06 2017-05-09 Microsoft Technology Licensing, Llc Accelerated application authentication and content delivery

Also Published As

Publication number Publication date
US7725813B2 (en) 2010-05-25
US20060225001A1 (en) 2006-10-05

Similar Documents

Publication Publication Date Title
US7725813B2 (en) Method for requesting and viewing a preview of a table attachment on a mobile communication device
US8584037B2 (en) Method for requesting and viewing a zoomed area of detail from an image attachment on a mobile communication device
US7895230B2 (en) Method of finding a search string in a document for viewing on a mobile communication device
US8266252B2 (en) Method for document delivery to a mobile communication device
US8045510B2 (en) Method for paginating a document structure of a document for viewing on a mobile communication device
US8117238B2 (en) Method of delivering an electronic document to a remote electronic device
CA2518654C (en) Method for requesting and viewing a zoomed area of detail from an image attachment on a mobile communication device
US8583691B2 (en) Method for viewing document information on a mobile communication device
JP5520856B2 (en) System and method for content delivery over a wireless communication medium to a portable computing device
US8914355B1 (en) Display-content alteration for user interface devices
US9456048B2 (en) System, method, and computer program product for server side processing in a mobile device environment
GB2347329A (en) Converting electronic documents into a format suitable for a wireless device
EP1708098A1 (en) Method for Requesting and Viewing a Preview of a Table Attachment on a Mobile Communication Device
KR20070011547A (en) Item type specific structured search
CA2517288A1 (en) Method for viewing document information on a mobile communication device
CA2527436C (en) Method of finding a search string in a document for viewing on a mobile communication device
KR20010067762A (en) A bulletin board system which provides a thumbnail for an picture file and the method thereof
CA2490559C (en) Method of delivering an electronic document to a remote electronic device
CA2479606C (en) Method for document page delivery to a mobile communication device
CA2479593C (en) Method for paginating a document structure of a document for viewing on a mobile communication device
KR20020041330A (en) Contents server device

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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

AS Assignment

Owner name: BLACKBERRY LIMITED, ONTARIO

Free format text: CHANGE OF NAME;ASSIGNOR:RESEARCH IN MOTION LIMITED;REEL/FRAME:034143/0567

Effective date: 20130709

AS Assignment

Owner name: MALIKIE INNOVATIONS LIMITED, IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BLACKBERRY LIMITED;REEL/FRAME:064104/0103

Effective date: 20230511