1461173208-01e15363-b654-436a-8559-7bfc7e946f1d

1. A method for associating dynamic sound content with a web page in a browser, comprising:
receiving a request for text data from the browser;
retrieving the requested text data from a source associated with the web page;
converting the retrieved text data into a sound file;
creating the web page comprising a sound tag pointing to a file path associated with the sound file; and
sending the web page in a response to the browser, wherein the browser initiates playback of the sound file from the file path.
2. The method of claim 1, further comprising:
saving the sound file; and
inserting the file path associated with the saved sound file into an object.
3. The method of claim 1, wherein converting the retrieved text data to a sound file comprises:
translating the text data into a voice, the voice comprising audio data;
formatting the audio data based on a predetermined audio format; and
writing the formatted audio data to a file.
4. The method of claim 2, wherein creating the web page comprising a sound tag pointing to a file path associated with the sound file comprises:
retrieving the file path from the object; and
inserting the file path into the sound tag.
5. The method of claim 1, wherein receiving a request for text data from the browser comprises receiving the request for text data in an action servlet running on an application server.
6. The method of claim 5, wherein converting the retrieved text data into a sound file comprises converting the retrieved text into a sound file in an action object in communication with the action servlet.
7. The method of claim 6, wherein creating a web page comprises communicating the sound tag from a dynamic servlet to the action servlet.
8. The method of claim 1, wherein the sound file comprises speech.
9. The method of claim 1, wherein the source is a database.
10. A computer system for associating dynamic sound content with a web page in a browser, comprising:
a memory for storing executable program code for creating web pages pages; and
a processor, in communication with the memory, the processor being responsive to computer-executable instructions contained in the program code and operative to:
receive a request for text data from the browser;
retrieve the requested text data from a source associated with the web page;
convert the retrieved text data into a sound file;
create the web page comprising a sound tag pointing to a file path associated with the sound file; and
send the web page in a response to the browser, wherein the browser initiates playback of the sound file from the file path.
11. The computer system of claim 10, wherein the processor is further operative to save the sound file to the memory and insert the file path associated with the saved sound file into an object.
12. The computer system of claim 10, wherein in converting the retrieved text data to a sound file the processor is further operative to translate the text data into audio data, format the audio data based on a predetermined audio format, and write the formatted audio data to a file.
13. The computer system of claim 11, wherein in creating the web page comprising a sound tag pointing to a file path associated with the sound file the processor is further operative to retrieve the file path from the object and insert the file path into the sound tag.
14. The computer system of claim 10, wherein the request for text data is received in an action servlet running on an application server.
15. The computer system of claim 14, wherein the retrieved text is converted into a sound file in an action object in communication with the action servlet.
16. The computer system of claim 14, wherein the web page comprising the sound tag is created by a dynamic servlet in communication with the action servlet.
17. The computer system of claim 1, wherein the sound file comprises speech.
18. The computer system of claim 1, wherein the source is a database.
19. A computer-readable medium having computer-executable instructions which when executed on a computer perform a method for associating dynamic speech content with a web page in a browser, the method comprising:
receiving a request for text data from the browser;
retrieving the requested text data from a source associated with the web page;
converting the retrieved text data into a speech file;
creating the web page comprising a sound tag pointing to a file path associated with the speech file;
sending the web page in a response to the browser, wherein the browser initiates playback of the speech file from the file path;
saving the speech file; and
inserting the file path associated with the saved speech file into an object.
20. The computer-readable medium of claim 19 wherein creating the web page comprising a sound tag pointing to a file path associated with the sound file comprises retrieving the file path from the object and inserting the file path into the sound tag.

The claims below are in addition to those above.
All refrences to claim(s) which appear below refer to the numbering after this setence.

1. A data filtering system, characterized in that comprising:
an extracting unit for extracting property characteristic of source data and sending it to a selecting unit;
the selecting unit for selecting at least one property characteristic based on which data filtering is performed and for sending the selected property characteristic to a filtering condition generating unit;
the filtering condition generating unit which, according to the selected at least one property characteristic, generates at least one filtering module that corresponds to the at least one property characteristic respectively and combines the at least one filtering module to generate filtering conditions;
a data filter analysis unit which performs the filtering on source data according to the filtering conditions to thereby generate target data.
2. The system according to claim 1, characterized in that the filtering condition generating unit comprises:
a filtered item generating module which receives the selected at least one property characteristic, generates at least one filtered item and sends it to a filtering module generating module, wherein each filtered item comprises filtered item name, filtering manner, filtering domains corresponding to the selected property characteristics respectively, matching manner and filtered parameter values;
the filtering module generating module for generating at least one filtering module and sending it to a control module, wherein the filtering modules correspond to the filtered items respectively;
the control module for combining the at least one filtering module to generate filtering conditions.
3. The system according to claim 1, characterized in that the filtering condition generating unit comprises:
a filtered item generating module which receives the selected at least one property characteristic, generates at least one filtered item and sends it to a filtering module generating module, wherein each filtered item comprises filtered item name, filtered item priority, filtering manner, filtering domains corresponding to the selected property characteristics respectively, matching manner and filtered parameter values;
the filtering module generating module for generating at least one filtering module and sending it to a control module, wherein the filtering modules correspond to the filtered items respectively;
the control module which combines the at least one filtering module according to the filtered item priority to generate filtering conditions.
4. The system according to any of claims 1 to 3, characterized in that the filtering manner comprises the filtering of reserving parameter and the filtering of rejecting parameter, wherein
the filtering of reserving parameter means reserving data which fits the filtered item;
the filtering of rejecting parameter means rejecting data which fits the filtered item.
5. The system according to any of claims 1 to 3, characterized in that the match manner comprises full character match, head character match, last character match, fuzzy match or section match.
6. The system according to any of claims 1 to 3, characterized in that the system further comprises an input device which is connected with the selecting unit and the filtering condition generating unit for inputting required information.
7. The system according to any of claims 1 to 3, characterized in that the system further comprises a display unit which is connected with the extracting unit and the filtering condition generating unit for displaying the information from the extracting unit and the filtering condition generating unit.
8. A data filtering method, characterized in that comprising:
A1. extracting property characteristic of source data;
A2. selecting at least one property characteristic based on which data filtering is performed;
A3. generating a filtering module according to the selected property characteristic, and combining the filtering module to generate filtering conditions;
A4. filtering the source data according to the filtering conditions to generate target data.
9. The method according to claim 8, characterized in that step A3 further comprises:
generating at least one filtered item, wherein each filtered item comprises filtered item name, filtering manner, filtering domains corresponding to the selected property characteristics respectively, matching manner and filtered parameter values;
generating at least one filtering module, wherein the filtering modules correspond to the filtered items respectively;
combining the at least one filtering module to generate filtering conditions.
10. The method according to claim 8, characterized in that step A3 further comprises:
generating at least one filtered item, wherein each filtered item comprises filtered item name, filtered item priority, filtering manner, filtering domains corresponding to the selected property characteristics respectively, matching manner and filtered parameter values;
generating a filtering module which corresponds to the filtered items respectively;
combining the at least one filtering module according to the filtered item priority to generate filtering conditions.
11. The method according to any of claims 8 to 10, characterized in that the filtering manner comprises the filtering of reserving parameter and the filtering of rejecting parameter, wherein
the filtering of reserving parameter means reserving data which fits the filtered item;
the filtering of rejecting parameter means rejecting data which fits the filtered item.
12. The method according to any of claims 8 to 10, characterized in that the match manner comprises full character match, head character match, last character match, fuzzy match or section match.

1461173198-e3281f07-f6b8-4a58-9d1f-ab75a24058f9

1. An apparatus for detecting network congestion based on a destination node, comprising:
a physical information extraction unit configured to extract physical information of an electrical signal received through an antenna of the destination node;
a MAC information extraction unit configured to extract a size of a MAC frame payload from a MAC frame on the basis of the extracted physical information;
a TCP information extraction unit configured to extract a size of service data included in the MAC frame payload;
a data size comparison unit configured to compare the size of the MAC frame payload with the size of the service data and generate comparison result data; and
a congestion detection unit configured to receive the comparison result data from the data size comparison unit, compare the comparison result data with a predetermined threshold value, and determine presence or absence of network congestion.
2. The apparatus according to claim 1,
wherein the MAC information extraction unit extracts the size of the MAC frame payload when it is confirmed that the received electrical signal is data to be transmitted to the destination node by using address information recorded in a MAC frame header.
3. The apparatus according to claim 1, wherein the data size comparison unit calculates a ratio between the size of the MAC frame payload and the size of the service data, and
the comparison result data include the calculated ratio.
4. The apparatus according to claim 3,
wherein the data size comparison unit calculates the ratio according to the following Equation:
R

MAC

TCP
=
CS
MAC
CS

TCP

APP
,
and
wherein RMACTCP represents a calculated congestion ratio, CSMAC represents a cumulative size of data with respect to a payload obtained from a MAC frame of a data link layer, and CSTCPAPP represents a cumulative size of data with respect to service data obtained from a transport layer or an application layer.
5. The apparatus according to claim 1, wherein at least one of the data size comparison unit and the congestion detection unit operates in at least any one of a transport layer and an application layer of the destination node.
6. A method for detecting network congestion based on a destination node by using an apparatus for detecting network congestion based on a destination node, comprising:
extracting physical information of an electrical signal received through an antenna of the destination node;
extracting a size of a MAC frame payload from a MAC frame on the basis of the extracted physical information;
extracting a size of service data included in the MAC frame payload;
comparing the size of the MAC frame payload with the size of the service data and generating comparison result data; and
comparing the generated comparison result data with a predetermined threshold value to determine presence or absence of network congestion.
7. The method according to claim 6, wherein the step of extracting a size of service data includes extracting a size of service data of a data frame present in a transport layer or an application layer.
8. The method according to claim 6, wherein the step of extracting a size of service data includes extracting a size of service data by using data offset information and a sequence number recorded in a TCP header.
9. The method according to claim 6, wherein the step of extracting a size of a MAC frame payload includes extracting a size of a payload of the MAC frame by reading the MAC frame without damaging the MAC frame and transferring the MAC frame to its upper layer as it is.
10. The method according to claim 6, wherein the step of generating comparison result data includes generating comparison result data by calculating a ratio between the size of the MAC frame payload and the size of the service data.
11. The method according to claim 10,
wherein the step of generating comparison result data includes calculating the ratio according to the following Equation:
R

MAC

TCP
=
CS
MAC
CS

TCP

APP
,
and
wherein RMACTCP represents a calculated congestion ratio, CSMAC represents a cumulative size of data with respect to a payload obtained from a MAC frame of a data link layer, and CSTCPAPP represents a cumulative size of data with respect to service data obtained from a transport layer or an application layer.

The claims below are in addition to those above.
All refrences to claim(s) which appear below refer to the numbering after this setence.

1-45. (canceled)
46. A method of providing a darker skin tint that emulates a healthy suntan, comprising:
ingesting at least about 20 milligrams per day of zeaxanthin to cause a noticeable darkening of skin tint, the ingested zeaxanthin being in a formulation that is one of a group consisting of a capsule, a tablet, and a liquid, the zeaxanthin in the formulation being predominantly present in the form of the R-R stereoisomer of zeaxanthin; and
after the noticeable darkening of the skin tint has been achieved, continuing to ingest at least about 20 milligrams per day of zeaxanthin from the formulation so as to maintain a darker skin tint.
47. The method of claim 46, wherein the noticeable darkening of skin tint is noticeable to a person who uses a printed color strip that enables comparison of skin tint prior to ingesting zeaxanthin, to skin tint of the same person after ingestion of the zeaxanthin.
48. The method of claim 46, wherein the formulation containing the zeaxanthin is ingested by an adult in a quantity that ranges from about 30 to about 100 milligrams of zeaxanthin per day, for a sufficient number of days to cause the noticeable darkening of skin tint.
49. The method of claim 46, wherein zeaxanthin is ingested in a quantity that is sufficient to cause the noticeable darkening of skin tint by at least two color shades, when measured using a color chart used by dermatologists and comparing post-ingestion skin color of a person taking zeaxanthin to pre-ingestion skin color of the person.
50. The method of claim 46, wherein the zeaxanthin is formulated in the formulation in an oily carrier substance.
51. The method of claim 46, further including ingesting at least one second active agent in a dosage that is believed to induce darker skin tint in at least some people.
52. The method of claim 51, wherein the second agent is selected from the group consisting of melanocyte-stimulating hormone and analogs, non-zeaxanthin carotenoids, tyrosine, green tea extract, lutein, lipoic acid, and selenomethionine.
53. The method of claim 51, wherein the at least one second agent is present in the formulation.
54. The method of claim 51, wherein the zeaxanthin is the predominate carotenoid in the formulation.
55. The method of claim 46, further including exposing at least one area of skin to ultraviolet radiation at a level which induces melanin production within the exposed area of skin, thereby creating a combination of elevated zeaxanthin concentration and elevated melanin levels in one or more epidermal layers in the exposed area of skin.
56. The method of claim 46, wherein the formulation is presented in the form of capsules and the ingesting at least about 20 milligrams per day of zeaxanthin is achieved by taking multiple capsules per day.
57. The method of claim 46, wherein the initial ingesting of the formulation and the continued ingesting of the formulation after the noticeable darkening of the skin tint has been achieved are at in different amounts of zeaxanthin per day.
58. The method of claim 57, wherein the continued ingesting of the formulation after the noticeable darkening of the skin tint has been achieved is at 20 milligrams per day of zeaxanthin.
59. The method of claim 46, wherein the zeaxanthin is the predominate carotenoid in the formulation.
60. The method of claim 59, wherein the formulation further includes lutein.
61. A method of providing a darker skin tint that emulates a healthy suntan, comprising:
ingesting at least about 20 milligrams per day of zeaxanthin to cause a noticeable darkening of the skin by a single color shade as measured on a skin-color chart, the ingested zeaxanthin being in a formulation that is one of a group consisting of a capsule, a tablet, and a liquid, the zeaxanthin in the formulation being predominantly present in the form of the R-R stereoisomer of zeaxanthin; and
after the darkening of skin tint by the single color shade on the skin-color chart, continuing to ingest the formulation so as to ingest at least about 20 milligrams per day of zeaxanthin to cause at least a two-color shade difference from the pre-ingestion skin color of the person when measured on the skin-color chart.
62. The method of claim 61, wherein the formulation includes at least one second active agent in a dosage that is believed to induce darker skin tint.
63. The method of claim 62, wherein the second agent is selected from the group consisting of melanocyte-stimulating hormone and analogs, non-zeaxanthin carotenoids, tyrosine, green tea extract, lutein, lipoic acid, and selenomethionine.
64. The method of claim 61, further including exposing at least one area of skin to ultraviolet radiation at a level that induces melanin production within the exposed area of skin, thereby creating a combination of elevated zeaxanthin concentration and elevated melanin concentration in one or more epidermal layers in the exposed area of skin.
65. The method of claim 61, wherein the formulation is presented in the form of capsules and the ingesting at least about 20 milligrams per day of zeaxanthin is achieved by taking between two and ten capsules.
66. The method of claim 61, wherein the zeaxanthin is the predominate carotenoid in the formulation.