WO2002044953A2 - Customizing tabular data for wireless handset units - Google Patents

Customizing tabular data for wireless handset units Download PDF

Info

Publication number
WO2002044953A2
WO2002044953A2 PCT/US2001/049990 US0149990W WO0244953A2 WO 2002044953 A2 WO2002044953 A2 WO 2002044953A2 US 0149990 W US0149990 W US 0149990W WO 0244953 A2 WO0244953 A2 WO 0244953A2
Authority
WO
WIPO (PCT)
Prior art keywords
request
information
enable
tabular data
processor
Prior art date
Application number
PCT/US2001/049990
Other languages
French (fr)
Other versions
WO2002044953A3 (en
Inventor
Murth Nanja
Original Assignee
Intel Corporation
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 Intel Corporation filed Critical Intel Corporation
Priority to AU2002241694A priority Critical patent/AU2002241694A1/en
Priority to DE10196915T priority patent/DE10196915T1/en
Priority to GB0303961A priority patent/GB2383161B/en
Publication of WO2002044953A2 publication Critical patent/WO2002044953A2/en
Publication of WO2002044953A3 publication Critical patent/WO2002044953A3/en

Links

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
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Definitions

  • Wireless data communication can provide wireless data service subscribers with up-to-date information for stocks, weather, news, sports, etc.
  • Numerous wireless data services are based on a wireless technology known as the Wireless Application Protocol (WAP) .
  • WAP Wireless Application Protocol
  • WAP-100 Wireless Application Protocol Architecture Specification available from the Wireless Application Protocol Forum Ltd., Mountain View, California 94040.
  • WAP is a set of wireless protocol specifications, aiming to standardize the way wireless handset units such as cell phones and pagers access Internet data and services.
  • the WAP specifications leverage and extend existing Internet standards, enabling web application developers to tailor their content to the need of the wireless users.
  • WAP applications or services are based on Wireless Markup Language (WML) and WML Scripts (WMLS) .
  • WML is based on the Extensible Markup Language (XML) . It uses a deck/card metaphor to specify a WML service. A card is a unit of interaction with the user, either a presentation of information or a request for information from the user. A collection of cards is called a deck, which constitutes a WML service. Each WML document represents a deck.
  • WMLS which is ECMA Script, is a lightweight procedural scripting language. It can be used for enhancing services written in WML. For example, it can be used for validating user input on the wireless handset unit.
  • WAP In addition to being wireless network independent, the WAP is also independent of any particular wireless handset device. Instead, WAP specifies a bare minimum functionality for a handset device.
  • a wireless data service client e.g., cell phone or personal digital assistant (PDA)
  • PDA personal digital assistant
  • a wireless data service client may have a less powerful processor, less memory, restricted power consumption, different input devices (e.g., phone keypad) and a smaller display.
  • the smaller size of the display restricts the amount of information that can be displayed on wireless handset units. For instance, a typical cell phone's display consists of about 5-6 lines and about 12-20 characters per line. This restriction may severely impact the amount or types of information that can be rendered on a wireless handset unit.
  • many wireless data service subscribers are used to viewing rich contents including tabular data on their desktop systems. Tabular data is two-dimensional. It has an arbitrary number of columns and rows of information.
  • each column represents a specific aspect or property of an entity, while each row represents information for different entities.
  • a stock portfolio data may have the following information for every stock in the portfolio: ticker, symbol, time, last price, open price, day's high, day' s low, 52-week high, 52-week low, volume, and average volume .
  • Tabular data is typically generated on the web server from database tables or from persistent storage such as text files.
  • Common Gateway Interface (CGI) scripts are mainly used to create tabular data dynamically. WAP applications or services can be hosted on web servers using CGI script technologies such as Active Server Pages (ASPs) , Java Servlets, Java Server Pages (JSPs), etc.
  • ASPs Active Server Pages
  • JSPs Java Server Pages
  • Wireless data service providers may simply display a smaller subset of the tabular data on the wireless handset unit.
  • the data to be displayed on the wireless handset unit is prepackaged on the web server by the service provider.
  • a wireless data service subscriber may not have access to other relevant information within the tabular data.
  • FIG. 1 is a block diagram of a wireless data services system in accordance with one embodiment of the present invention
  • Figure 2 is a block diagram of a request, response model in accordance with one embodiment of the present invention.
  • Figure 3 is a message diagram for communications between a wireless handset unit and web server in accordance with one embodiment of the present invention
  • Figure 4 is a depiction of a user interface in accordance with one embodiment of the present invention
  • Figure 5 is a block diagram of a web server in accordance with one embodiment of the present invention.
  • Figure 6 is a flow chart for software stored on said web server in accordance with one embodiment of the present invention.
  • a wireless communication system 10, shown in Figure 1, includes a wireless handset unit 101, a WAP gateway 102, and a web server 103.
  • the WAP 106 is the protocol interface between the wireless handset unit 101 and the WAP gateway
  • a wireless network 104 couples the wireless handset unit 101 and the WAP gateway 102.
  • the Internet 105 couples the wireless gateway 102 and the web server 103.
  • the wireless handset unit 101 may be a cell phone, a pager, or a PDA, as examples.
  • the handset unit 101 is a WAP enabled device; however, handset unit 101 implementation may have different display characteristics.
  • the WAP gateway 102 acting as an intermediary or as a proxy for the wireless handset unit 101, couples the wireless network domain with the Web.
  • the Web server 103 may provide content for the wireless handset unit 101.
  • the wireless network 104 may be one of a variety of wireless networks supported by WAP such as GSM (Global System for Mobile Communication) , IS-95 CDMA (Code Division Multiple Access), IS-136 TDMA (Time Division Multiple Access) , and PDC (Packetized Digital Cellular) .
  • WAP Global System for Mobile Communication
  • CDMA Code Division Multiple Access
  • IS-136 TDMA Time Division Multiple Access
  • PDC Packetized Digital Cellular
  • the wireless network 104 may use the WAP protocol 106, which is a family of protocols derived from the Internet standards, while the Internet 105 uses the standard Internet HTTP protocol 107.
  • software components on the web server 103 may enable the presentation of tabular data on the unit 101. No modifications or additional components, either hardware or software, may be needed, in some embodiments .
  • FIG. 2 depicts a typical request/response model used by the wireless data services system in accordance with one embodiment of the present invention.
  • a WAP micro-browser 208 running on the wireless handset unit 101 initiates a WAP request 204 for content from the web server 103 via the WAP Gateway 102 by inputting a specific uniform resource locator (URL) .
  • the micro-browser 208 encodes the WAP request to reduce the size and number of packets traveling over the wireless data network before sending that request to the WAP gateway 102.
  • URL uniform resource locator
  • the WAP gateway 102 When the WAP gateway 102 receives the WAP request 204, it decodes the WAP request 204, using the encoder/decoder 209, resolves the address specified by the URL, and finally creates an HTTP request 205 to the Web Server 103 using the Internet HTTP protocol.
  • the web server 103 processes the HTTP request 205 received from the WAP gateway 102 using a CGI script 210 and then sends a response as a HTTP response 206 to the WAP gateway 102.
  • the CGI script 210 accesses the target web content 212 directly or indirectly, through for example middleware software components, and generates tabular data 211.
  • the CGI script 210 uses the tabular data 211 to define one or more WML cards within a WML deck and encapsulates the resulting WML deck as part of the HTTP response 206.
  • the WAP gateway 102 encodes the HTTP response 206 using the encoder/decoder 209, creates a WAP response 207, and then sends the WAP response to the micro-browser 208.
  • FIG 3 shows a typical interaction between a wireless handset unit 101 and a WAP service on a web server 103 in accordance with one embodiment of the present invention.
  • a wireless subscriber accesses WAP WML services from the wireless data service provider' s web site by entering a specific URL as shown by arrow 303.
  • This WAP request results in execution of a CGI script on the web server 103.
  • the web server 103 creates a WAP response and sends this response to the wireless handset 101. This action may result in display of a welcome screen on the wireless handset unit 101 as shown by the arrow 304.
  • This welcome screen has a set of menu options that facilitate subscriber log in and subsequent access to the tabular data on the service provider's web site. After logging in to the service provider's web site, the subscriber selects one of the menu options to dynamically generate tabular data on the web server 103 and display that data on the wireless handset unit 101. This interaction is shown as arrow 305 in Figure 3. This action results in another WAP request to the web server 103. This time a different CGI script on the web server generates tabular data and sends a WAP response back to the wireless handset unit 101 as shown by the arrow 306.
  • the WAP response just received by the wireless handset unit 101 may not carry the actual tabular data created on the web server 103. Rather, it may include two pieces of information about the tabular data: (1) meta-information about the tabular data (e.g., number of rows and number of columns) , and (2) a display menu to define a fragment of the tabular data to be displayed on the wireless handset unit 101.
  • the display menu may include options such as Default Display, Row-wise Display, and Custom Display in one embodiment.
  • another WAP request is generated and sent to the web server 103 as shown by arrow 307, which in turn dynamically selects a fragment of the tabular data and then sends the resulting WAP response back to the wireless handset unit 101 as shown by arrow 308.
  • FIG. 4 shows an example of a user interface 400 for a wireless handset unit for the interaction depicted in Figure 3.
  • the user interface display screens 401-406 involve stock portfolio information service to demonstrate the working principles of one embodiment.
  • the wireless subscriber enters the URL for the wireless service provider's web site. This will result in a Welcome Menu as shown in screen display 401.
  • the wireless subscriber first logs in to the wireless service provider's web site. After authenticating the wireless subscriber, a new menu screen display 402 is displayed on the unit 101. At this point the wireless subscriber may select Default Display, Row-wise Display and Custom Display in one example. If the wireless subscriber selects the Default Display option, then the screen display 404 is displayed. This screen display 404 includes only the ticker symbol and last price for all stocks in the stock portfolio. Depending on the number of stocks in the stock portfolio, more than one WML card may be used to display all the data. At this point the wireless subscriber has the option to go back to the screen display 402 by selecting the Again soft key 407 on the unit 101 or to display more tabular data by selecting the Next soft key 408.
  • the screen display 405 is displayed. In this mode, each row of the tabular data is displayed, one row at a time, starting with the first row. The wireless subscriber at this point can either view the remaining rows in the tabular data by selecting the Next soft key 408 on the unit 101 or the subscriber can go back to the screen shown in 402 by selecting the Again soft key 407. If the wireless subscriber selects the last option, Custom Display, then the screen display menu 403 is displayed. Using the screen display 403 the wireless subscriber can fully customize the tabular data by choosing the subset of columns for display. The custom display 406 results when the user requests Ticker, Last, Time and Open. The custom display screen 403 provides a flexible way to display the tabular data. Again, the wireless subscriber has the option to go back to the screen display 402 by selecting the Again soft key 407 or to display more tabular data by selecting the Next soft key 408 on the unit 101.
  • the display of tabular data may be customized by the subscriber using a wireless handset unit 101.
  • the tabular data is generated on the server 103, and then the meta- information about the tabular data is displayed together with customization options on the wireless handset unit 101.
  • a fragment of the tabular data is then delivered to the wireless subscriber based on the indicated preferences.
  • the customization may be implemented using only software components in the form of CGI scripts running on the web server 103. No modifications or changes are required on the wireless handset unit 101 or the WAP gateway 202 in one embodiment. Thus, in some embodiments only existing wireless data services infrastructures may be needed.
  • the web server 103 may be a processor-based device as shown in Figure 5.
  • a processor 500 may be coupled to an interface 502 to system memory 504.
  • the interface 502 may also coupled to a bus 506.
  • the bus 506 may couple another interface 508 which couples the server 103 to the Internet 105.
  • the bridge 510 is coupled to a storage device 512 which stores the software 514.
  • the tabular data server software 514 initially detects a service request from a wireless handset unit 101 as indicated in diamond 600. When such a request is received, a welcome display is provided as indicated in block 602. The software then awaits a tabular data request as indicated in diamond 604. Once the request is received, the software causes the meta-information and display options to be displayed as indicated in block 606. When the user makes a selection, as determined in diamond 608, the tabular data is provided in the requested format as indicated in block 610.

Abstract

Tabular data for display on wireless handset unit may be customized prior to display on the handset unit. Upon request, a server may provide information about the tabular data and a display menu to define a fragment of the tabular data to be displayed on the wireless handset unit. Based on the wireless subscriber's response to that information, the tabular data is provided in a customized fashion.

Description

CUSTOMIZING TABULAR DATA FOR WIRELESS HANDSET UNITS
Background This invention relates in general to wireless data communication systems . Wireless data communication can provide wireless data service subscribers with up-to-date information for stocks, weather, news, sports, etc. Numerous wireless data services are based on a wireless technology known as the Wireless Application Protocol (WAP) . See WAP-100, Wireless Application Protocol Architecture Specification available from the Wireless Application Protocol Forum Ltd., Mountain View, California 94040. WAP is a set of wireless protocol specifications, aiming to standardize the way wireless handset units such as cell phones and pagers access Internet data and services. The WAP specifications leverage and extend existing Internet standards, enabling web application developers to tailor their content to the need of the wireless users.
WAP applications or services are based on Wireless Markup Language (WML) and WML Scripts (WMLS) . WML is based on the Extensible Markup Language (XML) . It uses a deck/card metaphor to specify a WML service. A card is a unit of interaction with the user, either a presentation of information or a request for information from the user. A collection of cards is called a deck, which constitutes a WML service. Each WML document represents a deck. WMLS, which is ECMA Script, is a lightweight procedural scripting language. It can be used for enhancing services written in WML. For example, it can be used for validating user input on the wireless handset unit.
In addition to being wireless network independent, the WAP is also independent of any particular wireless handset device. Instead, WAP specifies a bare minimum functionality for a handset device.
Unlike a desktop computer, a wireless data service client (e.g., cell phone or personal digital assistant (PDA) ) may have a less powerful processor, less memory, restricted power consumption, different input devices (e.g., phone keypad) and a smaller display. The smaller size of the display restricts the amount of information that can be displayed on wireless handset units. For instance, a typical cell phone's display consists of about 5-6 lines and about 12-20 characters per line. This restriction may severely impact the amount or types of information that can be rendered on a wireless handset unit. In contrast, many wireless data service subscribers are used to viewing rich contents including tabular data on their desktop systems. Tabular data is two-dimensional. It has an arbitrary number of columns and rows of information. Typically, each column represents a specific aspect or property of an entity, while each row represents information for different entities. For example, a stock portfolio data may have the following information for every stock in the portfolio: ticker, symbol, time, last price, open price, day's high, day' s low, 52-week high, 52-week low, volume, and average volume . Tabular data is typically generated on the web server from database tables or from persistent storage such as text files. Common Gateway Interface (CGI) scripts are mainly used to create tabular data dynamically. WAP applications or services can be hosted on web servers using CGI script technologies such as Active Server Pages (ASPs) , Java Servlets, Java Server Pages (JSPs), etc.
Displaying tabular data on wireless handset units poses challenges due to the smaller size of the wireless handset display. Wireless data service providers may simply display a smaller subset of the tabular data on the wireless handset unit. In other words, the data to be displayed on the wireless handset unit is prepackaged on the web server by the service provider. As a result, a wireless data service subscriber may not have access to other relevant information within the tabular data.
Thus, there is a need for better ways to facilitate the display of tabular data on wireless handset units .
Brief Description of the Drawings
Figure 1 is a block diagram of a wireless data services system in accordance with one embodiment of the present invention
Figure 2 is a block diagram of a request, response model in accordance with one embodiment of the present invention;
Figure 3 is a message diagram for communications between a wireless handset unit and web server in accordance with one embodiment of the present invention; Figure 4 is a depiction of a user interface in accordance with one embodiment of the present invention;
Figure 5 is a block diagram of a web server in accordance with one embodiment of the present invention; and Figure 6 is a flow chart for software stored on said web server in accordance with one embodiment of the present invention.
Detailed Description
A wireless communication system 10, shown in Figure 1, includes a wireless handset unit 101, a WAP gateway 102, and a web server 103. The WAP 106 is the protocol interface between the wireless handset unit 101 and the WAP gateway
102, while HTTP 107 is the protocol interface between the WAP gateway 102 and the web server 103. A wireless network 104 couples the wireless handset unit 101 and the WAP gateway 102. The Internet 105 couples the wireless gateway 102 and the web server 103. The wireless handset unit 101 may be a cell phone, a pager, or a PDA, as examples. The handset unit 101 is a WAP enabled device; however, handset unit 101 implementation may have different display characteristics. The WAP gateway 102, acting as an intermediary or as a proxy for the wireless handset unit 101, couples the wireless network domain with the Web. The Web server 103 may provide content for the wireless handset unit 101.
The wireless network 104 may be one of a variety of wireless networks supported by WAP such as GSM (Global System for Mobile Communication) , IS-95 CDMA (Code Division Multiple Access), IS-136 TDMA (Time Division Multiple Access) , and PDC (Packetized Digital Cellular) . The wireless network 104 may use the WAP protocol 106, which is a family of protocols derived from the Internet standards, while the Internet 105 uses the standard Internet HTTP protocol 107.
In some embodiments, software components on the web server 103 may enable the presentation of tabular data on the unit 101. No modifications or additional components, either hardware or software, may be needed, in some embodiments .
Figure 2 depicts a typical request/response model used by the wireless data services system in accordance with one embodiment of the present invention. A WAP micro-browser 208 running on the wireless handset unit 101 initiates a WAP request 204 for content from the web server 103 via the WAP Gateway 102 by inputting a specific uniform resource locator (URL) . The micro-browser 208 encodes the WAP request to reduce the size and number of packets traveling over the wireless data network before sending that request to the WAP gateway 102. When the WAP gateway 102 receives the WAP request 204, it decodes the WAP request 204, using the encoder/decoder 209, resolves the address specified by the URL, and finally creates an HTTP request 205 to the Web Server 103 using the Internet HTTP protocol.
The web server 103 processes the HTTP request 205 received from the WAP gateway 102 using a CGI script 210 and then sends a response as a HTTP response 206 to the WAP gateway 102. The CGI script 210 accesses the target web content 212 directly or indirectly, through for example middleware software components, and generates tabular data 211. The CGI script 210 uses the tabular data 211 to define one or more WML cards within a WML deck and encapsulates the resulting WML deck as part of the HTTP response 206. The WAP gateway 102 encodes the HTTP response 206 using the encoder/decoder 209, creates a WAP response 207, and then sends the WAP response to the micro-browser 208. Figure 3 shows a typical interaction between a wireless handset unit 101 and a WAP service on a web server 103 in accordance with one embodiment of the present invention. A wireless subscriber accesses WAP WML services from the wireless data service provider' s web site by entering a specific URL as shown by arrow 303. This WAP request results in execution of a CGI script on the web server 103. In response to this WAP request, the web server 103 creates a WAP response and sends this response to the wireless handset 101. This action may result in display of a welcome screen on the wireless handset unit 101 as shown by the arrow 304.
This welcome screen has a set of menu options that facilitate subscriber log in and subsequent access to the tabular data on the service provider's web site. After logging in to the service provider's web site, the subscriber selects one of the menu options to dynamically generate tabular data on the web server 103 and display that data on the wireless handset unit 101. This interaction is shown as arrow 305 in Figure 3. This action results in another WAP request to the web server 103. This time a different CGI script on the web server generates tabular data and sends a WAP response back to the wireless handset unit 101 as shown by the arrow 306.
The WAP response just received by the wireless handset unit 101 may not carry the actual tabular data created on the web server 103. Rather, it may include two pieces of information about the tabular data: (1) meta-information about the tabular data (e.g., number of rows and number of columns) , and (2) a display menu to define a fragment of the tabular data to be displayed on the wireless handset unit 101. The display menu may include options such as Default Display, Row-wise Display, and Custom Display in one embodiment. Depending on the display option selected, another WAP request is generated and sent to the web server 103 as shown by arrow 307, which in turn dynamically selects a fragment of the tabular data and then sends the resulting WAP response back to the wireless handset unit 101 as shown by arrow 308. This results in a display of a fragment of the tabular data on the wireless handset unit 101. The wireless subscriber may repeat the actions 306, 307 and 308 to select and view a different fragment of the tabular data. Any fragment of the tabular data may be displayed on the wireless handset unit 101 under the direct control of the wireless subscriber. In this way, the wireless subscriber has the freedom and flexibility to display any part of the tabular data. Figure 4 shows an example of a user interface 400 for a wireless handset unit for the interaction depicted in Figure 3. The user interface display screens 401-406 involve stock portfolio information service to demonstrate the working principles of one embodiment.
The wireless subscriber enters the URL for the wireless service provider's web site. This will result in a Welcome Menu as shown in screen display 401.
The wireless subscriber first logs in to the wireless service provider's web site. After authenticating the wireless subscriber, a new menu screen display 402 is displayed on the unit 101. At this point the wireless subscriber may select Default Display, Row-wise Display and Custom Display in one example. If the wireless subscriber selects the Default Display option, then the screen display 404 is displayed. This screen display 404 includes only the ticker symbol and last price for all stocks in the stock portfolio. Depending on the number of stocks in the stock portfolio, more than one WML card may be used to display all the data. At this point the wireless subscriber has the option to go back to the screen display 402 by selecting the Again soft key 407 on the unit 101 or to display more tabular data by selecting the Next soft key 408. If the wireless subscriber selects the Row-wise Display option, then the screen display 405 is displayed. In this mode, each row of the tabular data is displayed, one row at a time, starting with the first row. The wireless subscriber at this point can either view the remaining rows in the tabular data by selecting the Next soft key 408 on the unit 101 or the subscriber can go back to the screen shown in 402 by selecting the Again soft key 407. If the wireless subscriber selects the last option, Custom Display, then the screen display menu 403 is displayed. Using the screen display 403 the wireless subscriber can fully customize the tabular data by choosing the subset of columns for display. The custom display 406 results when the user requests Ticker, Last, Time and Open. The custom display screen 403 provides a flexible way to display the tabular data. Again, the wireless subscriber has the option to go back to the screen display 402 by selecting the Again soft key 407 or to display more tabular data by selecting the Next soft key 408 on the unit 101.
The display of tabular data may be customized by the subscriber using a wireless handset unit 101. The tabular data is generated on the server 103, and then the meta- information about the tabular data is displayed together with customization options on the wireless handset unit 101. A fragment of the tabular data is then delivered to the wireless subscriber based on the indicated preferences.
In one embodiment, the customization may be implemented using only software components in the form of CGI scripts running on the web server 103. No modifications or changes are required on the wireless handset unit 101 or the WAP gateway 202 in one embodiment. Thus, in some embodiments only existing wireless data services infrastructures may be needed.
Although embodiments of the present invention are described using the WAP protocol, the underlying working principles are applicable to other types of non-WAP wireless data services . Many modifications and variations of the present invention are possible. One such variant is the ability to save a specific preference of a wireless subscriber as a default display option. The web server 103 may be a processor-based device as shown in Figure 5. A processor 500 may be coupled to an interface 502 to system memory 504. The interface 502 may also coupled to a bus 506. In one embodiment, the bus 506 may couple another interface 508 which couples the server 103 to the Internet 105. The bridge 510 is coupled to a storage device 512 which stores the software 514.
Referring to Figure 6, the tabular data server software 514 initially detects a service request from a wireless handset unit 101 as indicated in diamond 600. When such a request is received, a welcome display is provided as indicated in block 602. The software then awaits a tabular data request as indicated in diamond 604. Once the request is received, the software causes the meta-information and display options to be displayed as indicated in block 606. When the user makes a selection, as determined in diamond 608, the tabular data is provided in the requested format as indicated in block 610.
While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.

Claims

What is claimed is:
1. A method comprising: receiving a request for tabular data from a wireless device; and in response to the request, providing information about how the tabular data may be provided to the device.
2. The method of claim 1 wherein receiving a request includes receiving a hypertext transfer protocol request from a gateway.
3. The method of claim 2 wherein receiving a request from a gateway, includes receiving a request from a wireless gateway.
4. The method of claim 1 wherein providing information about how the tabular data may be provided to the device includes providing meta-information.
5. The method of claim 1 wherein providing information includes providing a menu of display options.
6. The method of claim 1 including providing a graphical user interface to enable a user to define a fragment of the tabular data to be displayed on the wireless device.
7. The method of claim 6 including receiving a request for a customized display of information from the wireless device.
8. The method of claim 7 including transmitting the tabular data to a gateway so that said information may be forwarded to the wireless device.
9. The method of claim 6 including providing for a row by row display of information.
10. The method of claim 9 including receiving a request for an additional row.
11. The method of claim 9, in response to the receipt of the requested information, requesting tabular data from an Internet web site, receiving the data from the Internet web site and providing the data in an appropriate format for display on the wireless device.
12. An article comprising a medium storing instructions that enable a processor-based system to: receive a request for tabular data from a wireless device; and in response to the request, provide information about how the tabular data may be provided to the device.
13. The article of claim 12 further storing instructions that enable the processor-based system to receive a hypertext transfer protocol request.
14. The article of claim 13 further storing instructions that enable the processor-based system to communicate through a gateway with a wireless device.
15. The article of claim 12 further storing instructions that enable the processor-based system to provide meta-information in response to the request.
16. The article of claim 12 further storing instructions that enable the processor-based system, in response to the request, to provide a menu of display options .
17. The article of claim 16 further storing instructions that enable the processor-based system to provide a graphical user interface to enable a user to define a fragment of the tabular data to be displayed on the wireless device.
18. The article of claim 17 further storing instructions that enable the processor-based system to receive a request for a customized display of information from the wireless device.
19. The article of claim 18 further storing instructions that enable the processor-based system to transmit the tabular data to a gateway so that said information may be forwarded to the wireless device.
20. The article of claim 17 further storing instructions that enable the processor-based system to provide for a row by row display of information.
21. The article of claim 20 further storing instructions that enable the processor-based system to receive a request for an additional row.
22. The article of claim 20 further storing instructions that enable the processor-based system, in response to the receipt of the requested information, to request tabular data from an Internet web site, receive the data from the Internet web site and provide the data in an appropriate format for display on the wireless device.
23. A system comprising: a processor-based device; and storage coupled to said processor-based device, said storage storing instructions that enable the processor- based device to receive a request for tabular data from a wireless device and, in response to the request, provide information about how the tabular data may be provided to the device .
24. The system of claim 23 wherein said system is a web server.
25. The system of claim 24 wherein said instructions enable said processor-based device to provide meta- information in response to the request.
26. The system of claim 25 wherein said storage stores instructions that enable the processor-based device to provide a menu of display options in response to said request .
27. The system of claim 26 wherein said storage stores instructions that enable said device to provide a graphical user interface to enable the user to define a fragment of the tabular data to be displayed on the wireless device.
28. The system of claim 27 wherein said storage stores instructions that enable the processor-based device to receive a request for a customized display of information from the wireless device, said request specifying the columns of information to be displayed, and in response, provide the information in the requested format.
29. The system of claim 28 wherein said storage stores instructions that enable the processor-based device to provide for a row by row display of information.
30. The system of claim 23 wherein said storage stores instructions that enable the device, in response to the receipt of a request for information, to request tabular data from a Internet web site, receive the data from the Internet web site and provide the data in appropriate format for display on a wireless device.
PCT/US2001/049990 2000-11-17 2001-10-18 Customizing tabular data for wireless handset units WO2002044953A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
AU2002241694A AU2002241694A1 (en) 2000-11-17 2001-10-18 Customizing tabular data for wireless handset units
DE10196915T DE10196915T1 (en) 2000-11-17 2001-10-18 Individual preparation of tabular data for mobile radio handset units
GB0303961A GB2383161B (en) 2000-11-17 2001-10-18 Customizing tabular data for wireless handset units

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US71578100A 2000-11-17 2000-11-17
US09/715,781 2000-11-17

Publications (2)

Publication Number Publication Date
WO2002044953A2 true WO2002044953A2 (en) 2002-06-06
WO2002044953A3 WO2002044953A3 (en) 2003-09-04

Family

ID=24875452

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/049990 WO2002044953A2 (en) 2000-11-17 2001-10-18 Customizing tabular data for wireless handset units

Country Status (6)

Country Link
CN (1) CN1494696A (en)
AU (1) AU2002241694A1 (en)
DE (1) DE10196915T1 (en)
GB (1) GB2383161B (en)
MY (1) MY127113A (en)
WO (1) WO2002044953A2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003073328A2 (en) * 2002-02-22 2003-09-04 Informatica Corporation Method and system for navigating a large amount of data
EP1603052A1 (en) * 2004-06-02 2005-12-07 Research In Motion Limited Representing spreadsheet document content
EP1708098A1 (en) * 2005-03-30 2006-10-04 Arizan Corporation Method for Requesting and Viewing a Preview of a Table Attachment on a Mobile Communication Device
US7299406B2 (en) 2004-06-02 2007-11-20 Research In Motion Limited Representing spreadsheet document content
US7725813B2 (en) 2005-03-30 2010-05-25 Arizan Corporation Method for requesting and viewing a preview of a table attachment on a mobile communication device

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102005030361A1 (en) * 2004-08-25 2006-03-30 Siemens Ag Operating device for the individual operation of a motor vehicle device
JP6287441B2 (en) * 2014-03-26 2018-03-07 日本電気株式会社 Database device
CN111950241A (en) * 2019-05-16 2020-11-17 珠海金山办公软件有限公司 Method, system, terminal and storage medium for displaying table data

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000039666A1 (en) * 1998-12-28 2000-07-06 Spyglass, Inc. Converting content of markup data for wireless devices

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000039666A1 (en) * 1998-12-28 2000-07-06 Spyglass, Inc. Converting content of markup data for wireless devices

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BICKMORE T ET AL: "WEB PAGE FILTERING AND RE-AUTHORING FOR MOBILE USERS" COMPUTER JOURNAL, OXFORD UNIVERSITY PRESS, SURREY, GB, vol. 42, no. 6, 1999, pages 534-546, XP000920338 ISSN: 0010-4620 *
MOHAN R ET AL: "CONTENT ADAPTATION FRAMEWORK: BRINGING THE INTERNET TO INFORMATION APPLIANCES" 1999 IEEE GLOBAL TELECOMMUNICATIONS CONFERENCE. GLOBECOM'99. SEAMLESS INTERCONNECTION FOR UNIVERSAL SERVICES. RIO DE JANEIRO, BRAZIL, DEC. 5-9, 1999, IEEE GLOBAL TELECOMMUNICATIONS CONFERENCE, NEW YORK, NY: IEEE, US, vol. 4, 5 December 1999 (1999-12-05), pages 2015-2021, XP000951336 ISBN: 0-7803-5797-3 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003073328A2 (en) * 2002-02-22 2003-09-04 Informatica Corporation Method and system for navigating a large amount of data
WO2003073328A3 (en) * 2002-02-22 2004-07-29 Informatica Corp Method and system for navigating a large amount of data
EP1603052A1 (en) * 2004-06-02 2005-12-07 Research In Motion Limited Representing spreadsheet document content
US7299406B2 (en) 2004-06-02 2007-11-20 Research In Motion Limited Representing spreadsheet document content
EP1708098A1 (en) * 2005-03-30 2006-10-04 Arizan Corporation Method for Requesting and Viewing a Preview of a Table Attachment on a Mobile Communication Device
US7725813B2 (en) 2005-03-30 2010-05-25 Arizan Corporation Method for requesting and viewing a preview of a table attachment on a mobile communication device

Also Published As

Publication number Publication date
GB2383161B (en) 2004-08-18
WO2002044953A3 (en) 2003-09-04
DE10196915T1 (en) 2003-10-09
MY127113A (en) 2006-11-30
GB2383161A (en) 2003-06-18
GB0303961D0 (en) 2003-03-26
AU2002241694A1 (en) 2002-06-11
CN1494696A (en) 2004-05-05

Similar Documents

Publication Publication Date Title
US10462247B2 (en) Web content customization via adaptation web services
US7653744B2 (en) Method and apparatus for sharing wireless content
FI104873B (en) Data service in a mobile network
US7136894B2 (en) Distinctive vibrate system, apparatus and method
US6721804B1 (en) Portal system for converting requested data into a bytecode format based on portal device's graphical capabilities
EP0779759B1 (en) A method and architecture for an interactive two-way data communication network
US5911485A (en) Predictive data entry method for a keypad
US20050015772A1 (en) Method and system for device specific application optimization via a portal server
US7739407B1 (en) Systems for customizing behaviors and interfaces in service invocations
US20050015406A1 (en) Method and system for customizable client aware content selection and rendering in a portal server
US20020039899A1 (en) Method and architecture for an interactive two-way data communication network
KR101424261B1 (en) Method for prviding mobile web service and a mobile phone for excuting the method
US20020001295A1 (en) System and method for providing wireless application protocol service through internet
JP2005063440A (en) Method, system and program product for integrating web services on a client
ES2327782T3 (en) METHOD AND SYSTEM FOR COMMUNICATING INFORMATION ON UPDATES OF CAPABILITIES OF A DEVICE.
RU2316131C2 (en) Method for storing pages in memory of mobile device (variants) and mobile device for realization of the method
US20050015718A1 (en) Method and system for client aware content aggregation and rendering in a portal server
US8856270B2 (en) Method and apparatus for simplified user access to multiple browser transports in a mobile communication device
WO2002044953A2 (en) Customizing tabular data for wireless handset units
US20090024664A1 (en) Method and system for generating a content-based file, and content-based data structure
KR20050060662A (en) Wireless telecommunication terminal for save world wide web site information and its method
US20050015500A1 (en) Method and system for response buffering in a portal server for client devices
US20030191819A1 (en) Client aware notification in a wireless portal server
CA2599774C (en) Method and apparatus for simplified user access to multiple browser transports in a mobile communication device
US20020143891A1 (en) Method and apparatus for a mobile phone with internet link

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PH PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

ENP Entry into the national phase

Ref document number: 0303961

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20011018

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 018189202

Country of ref document: CN

RET De translation (de og part 6b)

Ref document number: 10196915

Country of ref document: DE

Date of ref document: 20031009

Kind code of ref document: P

WWE Wipo information: entry into national phase

Ref document number: 10196915

Country of ref document: DE

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP