Designer-created aspect for an electronic form template

Information

  • Patent Grant
  • 7725834
  • Patent Number
    7,725,834
  • Date Filed
    Friday, March 4, 2005
    19 years ago
  • Date Issued
    Tuesday, May 25, 2010
    14 years ago
Abstract
Systems and/or methods that enable addition of a designer-created aspect originating from one electronic form template into another electronic form template are described. The systems and/or methods may also, in one embodiment, enable a user to graphically package designer-created aspects of an existing electronic form template into a component capable of being added to another electronic form template. In another embodiment, these systems and/or methods may enable mapping of an existing non-structural designer-created aspect originating from one electronic form template onto a data structure of another electronic form template.
Description
TECHNICAL FIELD

This invention relates to electronic form templates.


BACKGROUND

Electronic forms are commonly used to collect information. These electronic forms may enable users to enter data and have that data stored digitally, such as in computer-accessible databases. Data so stored can be quickly retrieved, allowing others to use that data.


Electronic form templates may be designed to collect specific kinds of information or to collect it in particular ways. An electronic form template for recording tire sales, for instance, may be designed to enable entry of a tire salesman's name and employee number, the type of tire sold, the cost of the tires, and customer information. With this recorded information, the tire company may better be able to keep track of its sales, inventory, and customer information.


For consistency across multiple forms or to save time and effort, a programmer may wish to reuse part of an electronic form template when building another electronic form template. A programmer may, for example, want to reuse the part of the tire sales record for recording a customer's information in another electronic form template needing entry of such information. To do so, however, the programmer may have to write code, often requiring substantial time or programming experience.


SUMMARY

Systems and/or methods (“tools”) are described that enable addition of a designer-created aspect originating from one electronic form template into another electronic form template.


In one embodiment, the tools enable—without programming—a user to package designer-created aspects of an existing electronic form template into a component capable of being added to another electronic form template.


In another embodiment, the tools enable mapping of a non-structural designer-created aspect onto a data structure of an electronic form template.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 illustrates an exemplary operating environment.



FIG. 2 illustrates an exemplary rendered view of an existing electronic form template.



FIG. 3 is a flow diagram of an exemplary process for enabling a designer to package designer-created aspects.



FIG. 4 illustrates the view of FIG. 2 with a selection box.



FIG. 5 illustrates a design view of an exemplary current electronic form template.



FIG. 6 is a flow diagram of an exemplary process for enabling a designer to add a designer-created aspect to an electronic form template.



FIG. 7 illustrates the view of FIG. 5 with addition of exemplary, packaged designer-created aspects.



FIG. 8 illustrates a design view of an exemplary current electronic form template having an existing data structure.



FIG. 9 illustrates the view of FIG. 8 with addition of exemplary non-structural aspects.





The same numbers are used throughout the disclosure and figures to reference like components and features.


DETAILED DESCRIPTION

Overview


The following disclosure describes a user-friendly way to build into a current electronic form template aspects that previously have been created, such as those originating from an existing electronic form template. A previously created aspect may be built into a current electronic form template without requiring that a form designer have programming experience.


In one embodiment, a user may, without programming, package designer-created aspects of an existing electronic form template into a component that is capable of later being built into another electronic form template. These aspects may comprise various customizations made to the existing electronic form template, such as a structural aspect and non-structural aspects like data connections, business logic (e.g., validation and rules governing data), editing behavior, formatting, and view representations.


Aspects added to a current electronic form template may be non-structural and mapped to an existing data structure of the current electronic form template. This permits, for example, addition of previously existing, designer-created non-structural aspects to an electronic form template having a data structure that may not be changed.


Exemplary Operating Environment


Before describing the tools in detail, the following discussion of an exemplary operating environment is provided to assist the reader in understanding where and how the tools may be employed. The description provided below constitutes but one example and is not intended to limit application of the tools to any one particular operating environment.



FIG. 1 illustrates one such operating environment generally at 100 comprising a computer 102 and an accessible data source 104 having accessible computer-readable media 105. The computer is shown comprising a processor 106 and computer-readable media 108. The processor is capable of accessing and/or executing the computer-readable media. The computer-readable media comprises an existing electronic form template 110, an aspect packager 112 having an aspect user interface 114, a design application 116 having a design user interface 118, and a current electronic form template 120. The aspect packager and the design application are shown separate but may be combined.


The aspect packager is capable of enabling a user to package one or more existing designer-created aspects (shown packaged at 122) for later addition to another electronic form template, such as current electronic form template 120. Packaged designer-created aspects 122 comprise a structural aspect 124 and non-structural aspects 126. The non-structural aspects may comprise various customizations made to a form template, like a data connection aspect 128, a business logic aspect 130, an editing behavior aspect 132, a formatting aspect 134, and a view representation aspect 136.


The design application is capable of enabling addition of the packaged designer-created aspects to the current electronic form template. These packaged designer-created aspects are accessible by the computer, such as by being stored on the computer's memory or across a network 138 at the accessible data source 104 (as shown).


An Exemplary Existing Electronic Form Template


An exemplary existing electronic form template is described below. This example form template is provided to aid the reader in understanding various designer-created aspects of electronic form templates that may be packaged for later reuse.


A rendered view 200 of existing electronic form template 110 is shown in FIG. 2. The view shows an electronic form template for entering a sale of tires with data-entry fields for a tire salesman's name 202, an employee number 204, a type of tire 206, a tire cost 208, a total price 210, a car type 212, a customer name 214, a customer street 216, a customer city 218, a customer State 220, and a customer ZIP code 222.


These data-entry fields and their arrangement represent an existing, designer-created structural aspect for the existing electronic form template. The data-entry fields also may have different properties that affect their structure, such as by being repeatable (e.g., the type of tire sold and tire cost, like if the customer purchased one type of his front axel and another for his rear axel), optional (e.g., the tire salesman's name, like if his employee number indicates his name and so entering his name is redundant), only permitting entry of text (e.g., the customer's name data-entry field), or only permitting entry of numbers (e.g., the tire cost, total price, and ZIP code fields). The designer of this illustrated existing electronic form template customized it by selecting these particular types of data-entry fields, where they are arranged in the view, and where they reside within the existing electronic form template's data structure.


The existing electronic form template has other (non-structural) aspects created by its designer. Some of these are visual, and so are easy to see in this rendered view. One such aspect comprises formatting. The formatting may determine the font, size, and color of the text in and around the data-entry fields, such as the text “TIRE SALES RECORD”, “Acme Tire Company”, “A Family-Owned Company”, “Salesman Name:”, “Employee No.:”. “Type of Tire:”, “Tire Cost:”, “Total Price:”, “Customer Information”, “Car Type:”, “Customer Name:”, “Street:”, “City:”, “State:”, and “ZIP Code:”. Another visual aspect is the view representation. This aspect may determine the color and size of the data-entry fields. Data-entry fields 212, 214, 216, 218, 220, 222, and the text “Customer Information”, for instance, are within a shaded, dashed-line box marked at 224. This shaded, dashed-line box is one view representation aspect of the existing electronic form template.


The existing electronic form template may comprise other non-structural aspects, such as aspects for data connection, business logic, and editing behavior. One data connection aspect auto-populates the city and State fields. If the salesman enters a ZIP code into the customer zip code data-entry field, for instance, the existing electronic form template may connect to a data source and determine, based on this entered ZIP code, a corresponding city and State. With this information, the existing electronic form template may then populate this corresponding city and State into the city and State data-entry fields, thereby saving the salesman time and possibly reducing the chance of error.


Business logic aspects may perform operations on data entered into the fields. If a particular price is entered into tire cost data-entry field 208, for instance, business logic (e.g., script or managed code) may operate to multiply this number by four (assuming four tires were purchased), add appropriate tax, and enter this total price into total price data-entry field 210.


An aspect for editing behavior may govern how a user is permitted to interact with the existing electronic form template, such as by not permitting a salesman to enter more than a certain number of characters into the employee number field.


Each of these non-structural aspects may be linked to a structural aspect, in this case to corresponding data structures in the existing electronic form template. In one embodiment, each of these links is separable from its associated structure. This separability is described in greater detail below.


Packaging Aspects for Reuse


The following discussion describes exemplary ways in which the tools enable a user to package aspects for reuse.


An exemplary process 300 for enabling a user to package aspects, such as those created by a designer and originating from an existing electronic form template, is shown in FIG. 3. Process 300 is illustrated as a series of blocks representing individual operations or acts performed by elements of the operating environment 100 of FIG. 1, such as aspect packager 112 and aspect user interface 114. This and other processes disclosed herein may be implemented in any suitable hardware, software, firmware, or combination thereof; in the case of software and firmware, these processes represent a set of operations implemented as computer-executable instructions stored in computer-readable media 108 and executable by processor 106.


At block 302, the aspect packager enables selection of designer-created aspects. A user is able, for instance, to select an existing designer-created aspect with a text-based command or graphically, such as by graphically selecting a portion of a rendered existing electronic form template representing designer-created aspects.


Continuing the illustrated embodiment, the aspect packager enables selection through the rendered view 200 of the existing electronic form template as shown in FIG. 2. Though this view, the aspect user interface enables a user to select all or particular designer-created aspects of the existing electronic form template for later reuse.


Assume, for example, that the designer of a form template wishes to reuse aspects of the customer information data-entry fields (fields 212, 214, 216, 218, 220, and 222). The form designer may want to have these aspects available for reuse in other form templates, such as a service record for recording automotive services like fixing a car's brakes.


At block 304, the aspect packager receives the user's selection. As mentioned, this selection can be textual, graphical, and otherwise not require that the user program or write code. The selection may comprise all of the existing designer-created aspects of the existing electronic form template or portions of it.


Continuing the illustrated embodiment, the user selects the customer information data-entry fields by drawing a box around these fields, shown with a selection box 402 of FIG. 4.


At block 306, the aspect packager packages the designer-created aspects selected by the user effective to enable one or more of the aspects to be added to another electronic form template. These aspects may be packaged separately or as a group. In one embodiment, these aspects are combined in one, inseparable group. In other embodiments, this packaging is effective to enable the aspects to be added separately to an electronic form template, such as by enabling non-structural aspects to be mapped to an existing data structure of a current electronic form template that has a structure similar to that of the structural aspect associated with these non-structural aspects.


The aspects may be packaged separately and saved locally or at a remote source, such as the six aspects saved at remote source 104 shown in FIG. 1: structural aspect 124; data connection aspect 128; business logic aspect 130; editing behavior aspect 132; formatting aspect 134; and view representation aspect 136. The aspects may be packaged and saved using a markup language (e.g., eXtensible Markup Language, “XML”), a transformation language (e.g., XML style sheet language transformation), an extensible style sheet language (e.g., eXtensible Stylesheet Language), a schema (e.g., XML schema), or as hypertext machine language (HTML), for example.


The aspect packager may also package aspects into a component, the component comprising the structural aspect separable from the associated non-structural aspects (e.g., those shown comprised in non-structural aspects 126 of FIG. 1). This component may comprise the structural and non-structural aspects packaged effective to enable the non-structural aspects to be added to an electronic form template without having to also add the structural aspect.


Continuing the illustrated embodiment, the aspect packager may package the structural and non-structural aspects of the customer information data-entry fields selected at block 304 with selection box 402 of FIG. 4. In this illustrated embodiment, these aspects are packaged into a component, with the structural and non-structural aspects linked but separable.


This component comprises the structural aspect represented by the structural properties of the customer information fields (212, 214, 216, 218, 220, and 222 of FIG. 2), where they are arranged in the view of the existing electronic form template, and where they reside within the existing electronic form template's data structure.


This component also comprises non-structural aspects of the customer information fields. It comprises a formatting aspect, here the font, size, and color of text in and around the data-entry fields, e.g., “Customer Information”, “Car Type:”, “Customer Name:”, “Street:”, “City:”, “State:”, and “ZIP Code:”. The component is also built to comprise the view representation aspect, such as the shaded, dashed-line box marked at 224 in FIG. 2. It also comprises a data connection aspect for auto-populating the city and State fields based on a ZIP code.


At block 308, the aspect packager may create an icon or other graphic to aid in future graphical selection of the packaged aspect(s).


Continuing the illustrated embodiment, an exemplary view 502 of the component, entitled “customer information”, is set forth in FIG. 5. This view of the component comprises an icon representing a smaller, simplified view of the portion of the existing electronic form template from which the component's aspects were packaged. This FIG. 5 also shows a design view 504 of current electronic form template 120, which is in the process of being built. The current electronic form template comprises a non-entry text box showing the title of the current electronic form template, “SERVICE RECORD”, at 506.


Following block 306 and/or block 308, computer-readable media 108 of FIG. 1 may proceed (whether through the aspect packager, design application, or otherwise) to perform the acts of process 600 set forth below. In one embodiment it proceeds from process 300 to process 600 automatically, thereby adding the aspects selected in process 300 into current electronic form template 120 without further user or designer interaction.


Adding Designer-Created Aspects


The following discussion describes exemplary ways in which the tools enable an aspect to be added to an electronic form template.


An exemplary process 600 for enabling a designer to add a packaged designer-created aspect to an electronic form template is shown in FIG. 6. Process 600 is illustrated as a series of blocks representing individual operations or acts performed by elements of the operating environment 100 of FIG. 1, such as design application 116 and design user interface 118.


At block 602, the design application (and its user interface) enables selection of a packaged designer-created aspect. The design application may do so graphically or otherwise. In one embodiment the design application also enables selection of standard, built-in controls (not shown). In this embodiment, the standard, built-in controls may be selected and used similarly as the packaged, designer-created aspect.


Continuing the illustrated embodiment, the design application presents design view 504 of current electronic form template 120 shown in FIG. 5. The design application enables graphical selection of the packaged designer-created aspects represented by component 502.


At block 604, the design application receives a selection to add a packaged designer-created aspect to the current electronic form template. The design application may enable, and may receive, selection of a group of aspects together or singularly. The design application may receive a selection to add just the structural aspect, the structural aspect and one or more of the non-structural aspects, or any number of the non-structural aspects without the structural aspect.


At block 606, if the designer selects to add the structural aspect or does not indicate whether or not to add the structural aspect, the design application proceeds along the “No” path to block 608. If the designer explicitly selects to add the structural aspect, the design application proceeds along the “Yes” path to block 610.


Continuing the illustrated embodiment, the designer drags the component (see 502 of FIG. 5) into an area occupied by the design view (not shown). In this case, the designer does not indicate whether or not he or she wishes to add the structural aspect. The design application proceeds to block 608.


At block 608, the design application determines whether or not the current electronic form template comprises a data structure similar to that of the structural aspect and/or to which a non-structural aspect may be mapped. If not, the design application proceeds along the “No” path to block 610. If yes, the design application proceeds along the “Yes” path to block 612.


The design application may make this determination using a “sniffer” program capable of analyzing the current electronic form template's structure, such as a schema governing the current electronic form template. If the design application determines that the current electronic form template comprises such a data structure, it may map the non-structural aspect(s) to the similar data structure or ask the designer whether or not to do so and respond accordingly.


Continuing the illustrated embodiment, the design application determines that the current electronic form template being designed in FIG. 5 does not comprise a similar structure to that of the structural aspect. The design application then proceeds to block 610.


At block 610, the design application adds the structural aspect to the current electronic form template. In one embodiment, the design application alters the data structure of the current electronic form template to incorporate the structural aspect. It may do so by altering, for instance, a schema governing the current electronic form template.


Following or incident with this addition, the design application adds the selected non-structural aspects to the current electronic form template at block 614. In one embodiment, the design application adds the selected non-structural aspects by mapping these non-structural aspects to the added structural aspect and saving the non-structural aspects to files associated with the current electronic form template.



FIG. 7 shows this addition of the packaged designer-created aspects of the component to the current electronic form template at 702.


Returning to block 608, the design application may determine that the current electronic form template comprises a data structure similar to that of the structural aspect and/or to which a non-structural aspect may be mapped.


By way of example, FIG. 8 sets forth a second illustrated embodiment showing a design view 802 of a current electronic form template 804 having an existing data structure. This current electronic form template is a standard form template designed for billing clients. Because the form template matches a standard (whether set by an industry, billing software company, or others), a form designer may not wish to alter its data structure, as that may make the form template's intended use difficult or impossible. This form template comprises various controls, like data-entry fields and a selectable button.


At block 608, the design application determines that a set 806 of the data-entry fields (shown within a dashed-line box) has a data structure similar to that of the structural aspect of the customer information component shown in FIG. 8 at 502. This set may be governed by a schema similar to that of the structural aspect of the customer information component, for instance. This set may be similar in part due to its properties matching those of the customer information fields of FIG. 2. The set of fields 806 comprise, similar to the customer information fields of FIG. 2, six data-entry fields where two of them permit text or numbers, three permit only text, and one permits only numbers.


Responsive to this determination, the design application proceeds to block 612. At block 612, the design application maps selected non-structural aspects to a data structure of the current electronic form template. This data structure is similar to that of the structural aspect associated with the non-structural aspects and/or has a structure permitting mapping of the non-structural aspects. Through this mapping, the design application may enable a designer to add previously existing designer-created aspects to a current electronic form template that already has a data structure.


Continuing this illustrated embodiment, and assuming that the form designer selected all of the customer information component's non-structural aspects, the design application maps each of the non-structural aspects to the similar data structure of the current electronic form template of FIG. 8.


The customer information component comprises, by way of review, three non-structural aspects shown in FIG. 1: data connection aspect 128; formatting aspect 134; and view representation aspect 136. The design application maps each 11 of these to the similar data structure of the current electronic form template and adds them to the current electronic form template at block 614.


This addition of the non-structural aspects is shown in part with FIG. 9. This figure presents a design-view representation of the additional formatting and view representation aspects. The data connection aspect for auto-populating the State and city fields is not shown. The formatting is shown with the addition of text having the font, size, and color also shown in FIG. 2 with “Customer Information” at 902, “Car Type:” at 904, “Customer Name:” and 906, “Street:” at 908, “City:” at 910, “State:” at 912, and “ZIP Code:” at 914. The view representation is shown with the shaded, dashed-line box marked at 916.


The structural or non-structural aspects enabled to be added to the current electronic form template, whether the form template has a similar data structure to that of a packaged designer-created aspect or not, may be added with information sufficient to permit the aspects to be viewed differently in a design view than a user view. Also, this information may enable an added designer-created aspect to be altered through the design view.


CONCLUSION

The above-described tools enable packaging and/or reuse of aspects for electronic form templates. Although the system and method has been described in language specific to structural features and/or methodological acts, it is to be understood that the system and method defined in the appended claims is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as exemplary forms of implementing the claimed system and method.

Claims
  • 1. A method comprising: enabling graphical selection, via a graphical interface, of aspects originating from a first electronic form template, the first electronic form template existing prior to the graphical selection;receiving selection, via the graphical interface, of one or more of the aspects from the first electronic form template, at least one of the one or more selected aspects comprising a structural aspect linked to a non-structural aspect, the structural aspect comprising an arrangement of one or more visual elements of the first electronic form template and the non-structural aspect comprising one or more data behaviors of data associated with the structural aspect, the non-structural aspect being configured to be separable from the structural aspect such that the non-structural aspect is able to be added to a second electronic form template separately from its linked structural aspect without requiring the linked structural aspect also be added; andadding, responsive to the selection, the one or more selected aspects to the second electronic form template via the graphical interface by graphically transferring, from a rendered view of the one or more selected aspects, the one or more selected aspects to the second electronic form template, the second electronic form template being distinct from the first electronic form template.
  • 2. The method of claim 1, wherein the act of receiving selection comprises receiving selection of less than all of the aspects enabled to be graphically selected.
  • 3. The method of claim 2, wherein the act of adding comprises adding only the one or more selected aspects.
  • 4. The method of claim 1, wherein the act of enabling comprises enabling selection of one or more non-structural aspects.
  • 5. The method of claim 4, further comprising mapping the non-structural aspect to an existing data structure of the second electronic form template if the existing data structure is similar to a structural aspect originating from the first electronic form template and associated with the non-structural aspect.
  • 6. The method of claim 1, wherein: the act of enabling comprises enabling graphical selection of an aspect that determines formatting of a part of the first electronic form template; the act of receiving comprises receiving selection of this formatting aspect; and the act of adding comprises adding this formatting aspect to the second electronic form template effective to alter formatting of the second electronic form template.
  • 7. The method of claim 1, wherein: the act of enabling comprises enabling graphical selection of an aspect comprising a data structure that governs at least part of the first electronic form template; the act of receiving comprises receiving selection of this data structure aspect; and the act of adding comprises adding the data structure to the second electronic form template.
  • 8. A method comprising: enabling graphical selection, via a graphical interface, of one or more designer-created aspects of a first electronic form template, the first electronic form template existing prior to the graphical selection;receiving selection, via the graphical interface, of the designer-created aspect(s) of the first electronic form template; andpackaging the selected designer-created aspect(s) effective to enable packaged aspect(s) to be added, via the graphical interface, to a second electronic form template that is distinct from the first electronic form template by graphically transferring, from a rendered view of the packaged aspect(s), the packaged aspect(s) to the second electronic form template, at least one of the selected designer-created aspect(s) comprising a structural aspect linked to a non-structural aspect, the structural aspect comprising an arrangement of one or more visual elements of the first electronic form template and the non-structural aspect comprising one or more data behaviors of data associated with the structural aspect, the packaging being effective to enable the non-structural aspect to be added to the second electronic form template without requiring that the linked structural aspect also be added to the second electronic form template.
  • 9. The method of claim 8, wherein the act of enabling comprises enabling selection through a rendered view of the first electronic form template.
  • 10. The method of claim 8, wherein the act of enabling comprises enabling selection of all designer-created aspects of the first electronic form template and the act of receiving selection comprises receiving selection of all of the designer-created aspects of the first electronic form template.
  • 11. The method of claim 8, wherein the act of packaging comprises packaging and saving the selected designer-created aspect(s) using an extensible markup language.
  • 12. A method comprising: enabling graphical selection, via a graphical interface, of a non-structural aspect of a first electronic form template, the first electronic form template existing prior to selection, the non-structural aspect being created by a designer and comprising one or more data manipulation behaviors that can be applied to data of the first electronic form template;receiving selection, via the graphical interface, of the non-structural aspect without requiring a linked structural aspect to also be received; andmapping the selected non-structural aspect to an existing data structure of an existing second electronic form template effective to add, via the graphical interface, the selected non-structural aspect to the second electronic form template by graphically transferring, from a rendered view of the selected non-structural aspect, the selected non-structural aspect to the second electronic form template, the existing second electronic form template being distinct from the first electronic form template.
  • 13. The method of claim 12, further comprising determining if the data structure of the second electronic form template is one to which the selected non-structural aspect is capable of being mapped.
  • 14. One or more computer-readable media having computer-readable instructions therein that, when executed by a computer, cause the computer to perform acts comprising: enabling graphical selection, via a graphical interface, of one or more designer-created aspects of a first electronic form template, the electronic form template existing prior to the graphical selection;receiving selection, via the graphical interface, of the one or more designer-created aspects of the first electronic form template, the one or more selected designer-created aspects comprising at least one structural aspect separably linked to a non-structural aspect, the structural aspect comprising an arrangement of one or more visual elements of the first electronic form template and the non-structural aspect comprising one or more rules governing data associated with the structural aspect of the first electronic form template, the non-structural aspect being configured to be added to a second electronic form template separately from the structural aspect without requiring the structural aspect also be added, the second electronic form template being separate from the first electronic form template;packaging the one or more selected designer-created aspects for reuse; andadding, via the graphical interface, the one or more packaged aspects to the second electronic form template by graphically transferring, from a rendered view of the one or more packaged aspects, the one or more packaged aspects to the second electronic form template.
  • 15. The computer-readable media of claim 14, wherein the instructions cause the computer to perform the act of adding to comprise mapping the non-structural aspect to a data structure of the second electronic form template.
  • 16. The computer-readable media of claim 14, wherein the instructions further cause the computer to perform acts comprising determining if the data structure of the second electronic form template is similar to the structural aspect of the first electronic form template that is separably linked to the non-structural aspect.
  • 17. The computer-readable media of claim 14, wherein the instructions further cause the computer to perform acts comprising: receiving selection of the one or more packaged aspects,wherein the act of adding the one or more packaged aspects is responsive to the act of receiving selection of the one or more packaged aspects.
US Referenced Citations (816)
Number Name Date Kind
4201978 Nally May 1980 A
4498147 Agnew et al. Feb 1985 A
4514800 Gruner et al. Apr 1985 A
4564752 Lepic et al. Jan 1986 A
4641274 Swank Feb 1987 A
4674040 Barker et al. Jun 1987 A
4723211 Barker et al. Feb 1988 A
4739477 Barker et al. Apr 1988 A
4815029 Barker et al. Mar 1989 A
4847749 Collins et al. Jul 1989 A
4910663 Bailey Mar 1990 A
4926476 Covey May 1990 A
4933880 Borgendale et al. Jun 1990 A
4962475 Hernandez et al. Oct 1990 A
5025484 Yamanari et al. Jun 1991 A
5072412 Henderson, Jr. et al. Dec 1991 A
5140563 Thinesen Aug 1992 A
5179703 Evans Jan 1993 A
5182709 Makus Jan 1993 A
5187786 Densmore et al. Feb 1993 A
5191645 Carlucci et al. Mar 1993 A
5195183 Miller et al. Mar 1993 A
5204947 Bernstein et al. Apr 1993 A
5206951 Khoyi et al. Apr 1993 A
5218672 Morgan et al. Jun 1993 A
5220649 Forcier Jun 1993 A
5222160 Sakai et al. Jun 1993 A
5228100 Takeda et al. Jul 1993 A
5237680 Adams et al. Aug 1993 A
5249275 Srivastava Sep 1993 A
5251273 Betts et al. Oct 1993 A
5274803 Dubin et al. Dec 1993 A
5297249 Bernstein et al. Mar 1994 A
5297283 Kelly, Jr. et al. Mar 1994 A
5313631 Kao May 1994 A
5313646 Hendricks et al. May 1994 A
5317686 Salas et al. May 1994 A
5333317 Dann Jul 1994 A
5339423 Beitel et al. Aug 1994 A
5339424 Fushimi Aug 1994 A
5341478 Travis, Jr. et al. Aug 1994 A
5369766 Nakano et al. Nov 1994 A
5369778 San Soucie et al. Nov 1994 A
5371675 Greif et al. Dec 1994 A
5377323 Vasudevan Dec 1994 A
5379419 Heffernan et al. Jan 1995 A
5381547 Flug et al. Jan 1995 A
5390325 Miller Feb 1995 A
5396623 McCall et al. Mar 1995 A
5408665 Fitzgerald Apr 1995 A
5410646 Tondevold et al. Apr 1995 A
5410688 Williams et al. Apr 1995 A
5412772 Monson May 1995 A
5434975 Allen Jul 1995 A
5436637 Gayraud et al. Jul 1995 A
5438659 Notess et al. Aug 1995 A
5440744 Jacobson et al. Aug 1995 A
5446842 Schaeffer et al. Aug 1995 A
5455875 Chevion et al. Oct 1995 A
5459865 Heninger et al. Oct 1995 A
5481722 Skinner Jan 1996 A
5497489 Menne Mar 1996 A
5504898 Klein Apr 1996 A
5517655 Collins et al. May 1996 A
5535389 Elder et al. Jul 1996 A
5542070 LeBlanc et al. Jul 1996 A
5550976 Henderson et al. Aug 1996 A
5551035 Arnold et al. Aug 1996 A
5555325 Burger Sep 1996 A
5566330 Sheffield Oct 1996 A
5572643 Judson Nov 1996 A
5572648 Bibayan Nov 1996 A
5577252 Nelson et al. Nov 1996 A
5581686 Koppolu et al. Dec 1996 A
5581760 Atkinson et al. Dec 1996 A
5600789 Parker et al. Feb 1997 A
5602996 Powers, III et al. Feb 1997 A
5608720 Biegel et al. Mar 1997 A
5625783 Ezekiel et al. Apr 1997 A
5627979 Chang et al. May 1997 A
5630126 Redpath May 1997 A
5634121 Tracz et al. May 1997 A
5634124 Khoyi et al. May 1997 A
5640544 Onodera et al. Jun 1997 A
5644738 Goldman et al. Jul 1997 A
5649099 Theimer et al. Jul 1997 A
5659729 Nielsen Aug 1997 A
5664133 Malamud et al. Sep 1997 A
5664178 Sinofsky Sep 1997 A
5668966 Ono et al. Sep 1997 A
5669005 Curbow et al. Sep 1997 A
5682536 Atkinson et al. Oct 1997 A
5689667 Kurtenbach Nov 1997 A
5689703 Atkinson et al. Nov 1997 A
5704029 Wright, Jr. Dec 1997 A
5706501 Horikiri et al. Jan 1998 A
5717939 Bricklin et al. Feb 1998 A
5721824 Taylor Feb 1998 A
5740439 Atkinson et al. Apr 1998 A
5742504 Meyer et al. Apr 1998 A
5745683 Lee et al. Apr 1998 A
5745712 Turpin et al. Apr 1998 A
5748807 Lopresti et al. May 1998 A
5758184 Lucovsky et al. May 1998 A
5758358 Ebbo May 1998 A
5761408 Kolawa et al. Jun 1998 A
5761683 Logan et al. Jun 1998 A
5764984 Loucks Jun 1998 A
5764985 Smale Jun 1998 A
5778372 Cordell et al. Jul 1998 A
5778402 Gipson Jul 1998 A
5784555 Stone Jul 1998 A
5790796 Sadowsky Aug 1998 A
5798757 Smith Aug 1998 A
5801701 Koppolu et al. Sep 1998 A
5802304 Stone Sep 1998 A
5806079 Rivette et al. Sep 1998 A
5815830 Anthony Sep 1998 A
5826031 Nielsen Oct 1998 A
5826265 Van Huben et al. Oct 1998 A
5835777 Staelin Nov 1998 A
5838906 Doyle et al. Nov 1998 A
5842018 Atkinson et al. Nov 1998 A
5845077 Fawcett Dec 1998 A
5845090 Collins, III et al. Dec 1998 A
5845122 Nielsen et al. Dec 1998 A
5854630 Nielsen Dec 1998 A
5859973 Carpenter et al. Jan 1999 A
5862372 Morris et al. Jan 1999 A
5862379 Rubin et al. Jan 1999 A
5864819 De Armas et al. Jan 1999 A
5873088 Hayashi et al. Feb 1999 A
5905492 Straub et al. May 1999 A
5907621 Bachman et al. May 1999 A
5907704 Gudmundson et al. May 1999 A
5910895 Proskauer et al. Jun 1999 A
5911776 Guck Jun 1999 A
5915112 Boutcher Jun 1999 A
5919247 Van Hoff et al. Jul 1999 A
5922072 Hutchinson et al. Jul 1999 A
5928363 Ruvolo Jul 1999 A
5929858 Shibata et al. Jul 1999 A
5940075 Mutschler, III et al. Aug 1999 A
5950010 Hesse et al. Sep 1999 A
5953731 Glaser Sep 1999 A
5956481 Walsh et al. Sep 1999 A
5960199 Brodsky et al. Sep 1999 A
5963964 Nielsen Oct 1999 A
5973696 Agranat et al. Oct 1999 A
5974454 Apfel et al. Oct 1999 A
5982370 Kamper Nov 1999 A
5983348 Ji Nov 1999 A
5987480 Donohue et al. Nov 1999 A
5991710 Papineni Nov 1999 A
5991731 Colon et al. Nov 1999 A
5991877 Luckenbaugh Nov 1999 A
5995103 Ashe Nov 1999 A
5999740 Rowley Dec 1999 A
6005570 Gayraud et al. Dec 1999 A
6006227 Freeman et al. Dec 1999 A
6012066 Discount et al. Jan 2000 A
6014135 Fernandes Jan 2000 A
6016520 Facq et al. Jan 2000 A
6018743 Xu Jan 2000 A
6021403 Horvitz et al. Feb 2000 A
6026379 Haller et al. Feb 2000 A
6026416 Kanerva et al. Feb 2000 A
6031989 Cordell Feb 2000 A
6035297 Van Huben et al. Mar 2000 A
6035309 Dauerer et al. Mar 2000 A
6044205 Reed et al. Mar 2000 A
6052531 Waldin et al. Apr 2000 A
6052710 Saliba et al. Apr 2000 A
6054987 Richardson Apr 2000 A
6057837 Hatakeda et al. May 2000 A
6058413 Flores et al. May 2000 A
6065043 Domenikos et al. May 2000 A
6069626 Cline et al. May 2000 A
6070184 Blount et al. May 2000 A
6072870 Nguyen et al. Jun 2000 A
6078326 Kilmer et al. Jun 2000 A
6078327 Liman et al. Jun 2000 A
6078924 Ainsbury et al. Jun 2000 A
6081610 Dwork et al. Jun 2000 A
6084585 Kraft et al. Jul 2000 A
6088679 Barkley Jul 2000 A
6088708 Burch et al. Jul 2000 A
6091417 Lefkowitz Jul 2000 A
6094657 Hailpern et al. Jul 2000 A
6096096 Murphy et al. Aug 2000 A
6097382 Rosen et al. Aug 2000 A
6098081 Heidorn et al. Aug 2000 A
6105012 Chang et al. Aug 2000 A
6108637 Blumenau Aug 2000 A
6108783 Krawczyk et al. Aug 2000 A
6115646 Fiszman et al. Sep 2000 A
6121965 Kenney et al. Sep 2000 A
6122647 Horowitz Sep 2000 A
6144969 Inokuchi et al. Nov 2000 A
6151624 Teare et al. Nov 2000 A
6154128 Wookey et al. Nov 2000 A
6163772 Kramer et al. Dec 2000 A
6167521 Smith et al. Dec 2000 A
6167523 Strong Dec 2000 A
6182094 Humpleman et al. Jan 2001 B1
6182095 Leymaster et al. Jan 2001 B1
6188401 Peyer Feb 2001 B1
6191797 Politis Feb 2001 B1
6192367 Hawley et al. Feb 2001 B1
6195661 Filepp et al. Feb 2001 B1
6199204 Donohue Mar 2001 B1
6209128 Gerard et al. Mar 2001 B1
6216152 Wong et al. Apr 2001 B1
6219423 Davis Apr 2001 B1
6219698 Iannucci et al. Apr 2001 B1
6225996 Gibb et al. May 2001 B1
6235027 Herzon May 2001 B1
6243088 McCormack et al. Jun 2001 B1
6253366 Mutschler, III Jun 2001 B1
6253374 Dresevic et al. Jun 2001 B1
6263313 Milsted et al. Jul 2001 B1
6266810 Tanaka et al. Jul 2001 B1
6268852 Lindhorst et al. Jul 2001 B1
6272506 Bell Aug 2001 B1
6275227 DeStefano Aug 2001 B1
6275599 Adler et al. Aug 2001 B1
6279042 Ouchi Aug 2001 B1
6281896 Alimpich et al. Aug 2001 B1
6282709 Reha et al. Aug 2001 B1
6282711 Halpern et al. Aug 2001 B1
6286033 Kishinsky et al. Sep 2001 B1
6292897 Gennaro et al. Sep 2001 B1
6292941 Jollands Sep 2001 B1
6297819 Furst Oct 2001 B1
6300948 Geller et al. Oct 2001 B1
6307955 Zank et al. Oct 2001 B1
6308179 Petersen et al. Oct 2001 B1
6308273 Goertzel et al. Oct 2001 B1
6311221 Raz et al. Oct 2001 B1
6311271 Gennaro et al. Oct 2001 B1
6314415 Mukherjee Nov 2001 B1
6321259 Ouellette et al. Nov 2001 B1
6321334 Jerger et al. Nov 2001 B1
6327628 Anuff et al. Dec 2001 B1
6331864 Coco et al. Dec 2001 B1
6336214 Sundaresan Jan 2002 B1
6342907 Petty et al. Jan 2002 B1
6343149 Motoiwa Jan 2002 B1
6343302 Graham Jan 2002 B1
6343377 Gessner et al. Jan 2002 B1
6344862 Williams et al. Feb 2002 B1
6345256 Milsted et al. Feb 2002 B1
6345278 Hitchcock et al. Feb 2002 B1
6345361 Jerger et al. Feb 2002 B1
6347323 Garber et al. Feb 2002 B1
6349408 Smith Feb 2002 B1
6351574 Yair et al. Feb 2002 B1
6353851 Anupam et al. Mar 2002 B1
6353926 Parthesarathy Mar 2002 B1
6356906 Lippert et al. Mar 2002 B1
6357038 Scouten Mar 2002 B1
6366907 Fanning et al. Apr 2002 B1
6366912 Wallent et al. Apr 2002 B1
6367013 Bisbee et al. Apr 2002 B1
6369840 Barnett et al. Apr 2002 B1
6369841 Salomon et al. Apr 2002 B1
6374402 Schmeidler et al. Apr 2002 B1
6381742 Forbes et al. Apr 2002 B2
6381743 Mutschler, III Apr 2002 B1
6389434 Rivette May 2002 B1
6393456 Ambler et al. May 2002 B1
6393469 Dozier et al. May 2002 B1
6396488 Simmons et al. May 2002 B1
6397264 Stasnick et al. May 2002 B1
6405221 Levine et al. Jun 2002 B1
6405238 Votipka Jun 2002 B1
6408311 Baisley et al. Jun 2002 B1
6414700 Kurtenbach et al. Jul 2002 B1
6421070 Ramos et al. Jul 2002 B1
6421656 Cheng et al. Jul 2002 B1
6421777 Pierre-Louis Jul 2002 B1
6425125 Fries et al. Jul 2002 B1
6429885 Saib et al. Aug 2002 B1
6434563 Pasquali et al. Aug 2002 B1
6434564 Ebert Aug 2002 B2
6442563 Bacon et al. Aug 2002 B1
6442755 Lemmons et al. Aug 2002 B1
6446110 Lection et al. Sep 2002 B1
6449617 Quinn et al. Sep 2002 B1
6457009 Bollay Sep 2002 B1
6460058 Koppolu Oct 2002 B2
6463419 Kluss Oct 2002 B1
6470349 Heninger Oct 2002 B1
6473800 Jerger et al. Oct 2002 B1
6476828 Burkett et al. Nov 2002 B1
6476833 Moshfeghi Nov 2002 B1
6477544 Bolosky Nov 2002 B1
6480860 Monday Nov 2002 B1
6487566 Sundaresan Nov 2002 B1
6490601 Markus et al. Dec 2002 B1
6493007 Pang Dec 2002 B1
6493702 Adar et al. Dec 2002 B1
6501864 Eguchi et al. Dec 2002 B1
6502101 Verprauskus et al. Dec 2002 B1
6502103 Frey et al. Dec 2002 B1
6505200 Ims et al. Jan 2003 B1
6505230 Mohan et al. Jan 2003 B1
6505300 Chan et al. Jan 2003 B2
6507856 Chen et al. Jan 2003 B1
6516322 Meredith Feb 2003 B1
6519617 Wanderski et al. Feb 2003 B1
6523027 Underwood Feb 2003 B1
6529909 Bowman-Amuah Mar 2003 B1
6535229 Kraft Mar 2003 B1
6535883 Lee et al. Mar 2003 B1
RE38070 Spies et al. Apr 2003 E
6546546 Van Doorn Apr 2003 B1
6546554 Schmidt et al. Apr 2003 B1
6549221 Brown et al. Apr 2003 B1
6549878 Lowry et al. Apr 2003 B1
6549922 Srivastava et al. Apr 2003 B1
6553402 Makarios et al. Apr 2003 B1
6560616 Garber May 2003 B1
6560620 Ching May 2003 B1
6560640 Smethers May 2003 B2
6563514 Samar May 2003 B1
6571253 Thompson et al. May 2003 B1
6578144 Gennaro et al. Jun 2003 B1
6581061 Graham Jun 2003 B2
6584469 Chiang et al. Jun 2003 B1
6584548 Bourne et al. Jun 2003 B1
6585778 Hind et al. Jul 2003 B1
6589290 Maxwell et al. Jul 2003 B1
6594686 Edwards et al. Jul 2003 B1
6598219 Lau Jul 2003 B1
6603489 Edlund et al. Aug 2003 B1
6604099 Chung et al. Aug 2003 B1
6606606 Starr Aug 2003 B2
6609200 Anderson et al. Aug 2003 B2
6611822 Beams et al. Aug 2003 B1
6611840 Baer et al. Aug 2003 B1
6611843 Jacobs Aug 2003 B1
6613098 Sorge et al. Sep 2003 B1
6615276 Mastrianni et al. Sep 2003 B1
6629109 Koshisaka Sep 2003 B1
6631357 Perkowski Oct 2003 B1
6631379 Cox Oct 2003 B2
6631497 Jamshidi et al. Oct 2003 B1
6631519 Nicholson et al. Oct 2003 B1
6632251 Rutten et al. Oct 2003 B1
6633315 Sobeski et al. Oct 2003 B1
6635089 Burkett et al. Oct 2003 B1
6636845 Chau et al. Oct 2003 B2
6643633 Chau et al. Nov 2003 B2
6643652 Helgeson et al. Nov 2003 B2
6643684 Malkin et al. Nov 2003 B1
6651217 Kennedy et al. Nov 2003 B1
6654737 Nunez Nov 2003 B1
6654932 Bahrs et al. Nov 2003 B1
6658417 Stakutis et al. Dec 2003 B1
6658622 Aiken et al. Dec 2003 B1
6661920 Skinner Dec 2003 B1
6668369 Krebs et al. Dec 2003 B1
6671805 Brown et al. Dec 2003 B1
6675202 Perttunen Jan 2004 B1
6678717 Schneider Jan 2004 B1
6681370 Gounares et al. Jan 2004 B2
6691230 Bardon Feb 2004 B1
6691281 Sorge et al. Feb 2004 B1
6697944 Jones et al. Feb 2004 B1
6701434 Rohatgi Mar 2004 B1
6701486 Weber et al. Mar 2004 B1
6704906 Yankovich et al. Mar 2004 B1
6711679 Guski et al. Mar 2004 B1
6720985 Silverbrook et al. Apr 2004 B1
6725426 Pavlov Apr 2004 B1
6728755 de Ment Apr 2004 B1
6735721 Morrow et al. May 2004 B1
6745367 Bates et al. Jun 2004 B1
6748385 Rodkin Jun 2004 B1
6748569 Brooke et al. Jun 2004 B1
6751777 Bates Jun 2004 B2
6754874 Richman Jun 2004 B1
6757826 Paltenghe Jun 2004 B1
6757868 Glaser et al. Jun 2004 B1
6760723 Oshinsky et al. Jul 2004 B2
6763343 Brooke et al. Jul 2004 B1
6772139 Smith, III Aug 2004 B1
6772165 O'Carroll Aug 2004 B2
6774926 Ellis et al. Aug 2004 B1
6779154 Nussbaum et al. Aug 2004 B1
6781609 Barker et al. Aug 2004 B1
6782144 Bellavita et al. Aug 2004 B2
6799299 Li et al. Sep 2004 B1
6801929 Donoho et al. Oct 2004 B1
6816849 Halt, Jr. Nov 2004 B1
6828992 Freeman et al. Dec 2004 B1
6845380 Su et al. Jan 2005 B2
6845499 Srivastava et al. Jan 2005 B2
6847387 Roth Jan 2005 B2
6848078 Birsan et al. Jan 2005 B1
6850895 Brodersen et al. Feb 2005 B2
6862689 Bergsten et al. Mar 2005 B2
6871220 Rajan et al. Mar 2005 B1
6871345 Crow et al. Mar 2005 B1
6874130 Baweja et al. Mar 2005 B1
6876996 Czajkowski et al. Apr 2005 B2
6883168 James et al. Apr 2005 B1
6889359 Conner et al. May 2005 B1
6901403 Bata et al. May 2005 B1
6915454 Moore et al. Jul 2005 B1
6925609 Lucke Aug 2005 B1
6931532 Davis et al. Aug 2005 B1
6941510 Ozzie et al. Sep 2005 B1
6941511 Hind et al. Sep 2005 B1
6941521 Lin et al. Sep 2005 B2
6948129 Loghmani Sep 2005 B1
6948133 Haley Sep 2005 B2
6948135 Ruthfield et al. Sep 2005 B1
6950980 Malcolm Sep 2005 B1
6950987 Hargraves et al. Sep 2005 B1
6957395 Jobs et al. Oct 2005 B1
6961897 Peel, Jr. et al. Nov 2005 B1
6963875 Moore et al. Nov 2005 B2
6968503 Chang et al. Nov 2005 B1
6968505 Stoll et al. Nov 2005 B2
6993714 Kaler et al. Jan 2006 B2
6993722 Greer et al. Jan 2006 B1
6996776 Makely et al. Feb 2006 B1
6996781 Myers et al. Feb 2006 B1
7000179 Yankovich et al. Feb 2006 B2
7002560 Graham Feb 2006 B2
7003548 Barck et al. Feb 2006 B1
7003722 Rothchiller et al. Feb 2006 B2
7010580 Fu et al. Mar 2006 B1
7020869 Abrari et al. Mar 2006 B2
7024417 Russakovsky et al. Apr 2006 B1
7032170 Poulose Apr 2006 B2
7036072 Sulistio et al. Apr 2006 B1
7039875 Khalfay et al. May 2006 B2
7043687 Knauss et al. May 2006 B2
7051273 Holt et al. May 2006 B1
7058663 Johnston et al. Jun 2006 B2
7062764 Cohen et al. Jun 2006 B2
7065493 Homsi Jun 2006 B1
7076728 Davis et al. Jul 2006 B2
7080083 Kim et al. Jul 2006 B2
7080325 Treibach-Heck et al. Jul 2006 B2
7081882 Sowden et al. Jul 2006 B2
7086009 Resnick et al. Aug 2006 B2
7086042 Abe et al. Aug 2006 B2
7088374 David et al. Aug 2006 B2
7100147 Miller et al. Aug 2006 B2
7103611 Murthy et al. Sep 2006 B2
7106888 Silverbrook et al. Sep 2006 B1
7107282 Yalamanchi Sep 2006 B1
7107521 Santos Sep 2006 B2
7107539 Abbott et al. Sep 2006 B2
7120863 Wang Oct 2006 B1
7124167 Bellotti et al. Oct 2006 B1
7130885 Chandra et al. Oct 2006 B2
7143341 Kohli Nov 2006 B1
7146564 Kim et al. Dec 2006 B2
7152205 Day et al. Dec 2006 B2
7159011 Knight et al. Jan 2007 B1
7168035 Bell et al. Jan 2007 B1
7178166 Taylor et al. Feb 2007 B1
7190376 Tonisson Mar 2007 B1
7191394 Ardeleanu et al. Mar 2007 B1
7200665 Eshghi et al. Apr 2007 B2
7200816 Falk et al. Apr 2007 B2
7213200 Abe et al. May 2007 B2
7236982 Zlatanov et al. Jun 2007 B2
7237114 Rosenberg Jun 2007 B1
7249328 Davis Jul 2007 B1
7272789 O'Brien Sep 2007 B2
7281018 Begun et al. Oct 2007 B1
7281206 Schnelle et al. Oct 2007 B2
7281245 Reynar et al. Oct 2007 B2
7284208 Matthews Oct 2007 B2
7287218 Knotz et al. Oct 2007 B1
7296017 Larcheveque et al. Nov 2007 B2
7313758 Kozlov Dec 2007 B2
7316003 Dulepet et al. Jan 2008 B1
7318237 Moriconi et al. Jan 2008 B2
7334178 Stanciu et al. Feb 2008 B1
7337391 Clarke et al. Feb 2008 B2
7337392 Lue Feb 2008 B2
7346610 Ruthfield et al. Mar 2008 B2
7346840 Ravishankar et al. Mar 2008 B1
7346848 Ruthfield et al. Mar 2008 B1
7350141 Kotler et al. Mar 2008 B2
7370066 Sikchi et al. May 2008 B1
7373595 Jones et al. May 2008 B2
7376673 Chalecki et al. May 2008 B1
7412649 Emek et al. Aug 2008 B2
7424671 Elza et al. Sep 2008 B2
7428699 Kane et al. Sep 2008 B1
7441200 Savage Oct 2008 B2
7490109 Sikchi et al. Feb 2009 B1
7496632 Chapman et al. Feb 2009 B2
7496837 Larcheveque et al. Feb 2009 B1
7543228 Kelkar Jun 2009 B2
7549115 Kotler Jun 2009 B2
7584417 Friend Sep 2009 B2
7613996 Dallett et al. Nov 2009 B2
7673227 Kotler Mar 2010 B2
7673228 Kelkar Mar 2010 B2
7676843 Stott Mar 2010 B1
7689929 Ruthfield Mar 2010 B2
7692636 Kim Apr 2010 B2
20010007109 Lange Jul 2001 A1
20010016880 Cai et al. Aug 2001 A1
20010022592 Alimpich et al. Sep 2001 A1
20010024195 Hayakawa Sep 2001 A1
20010037345 Kiernan et al. Nov 2001 A1
20010044850 Raz et al. Nov 2001 A1
20010051928 Brody Dec 2001 A1
20010054004 Powers Dec 2001 A1
20010056411 Lindskog et al. Dec 2001 A1
20010056429 Moore et al. Dec 2001 A1
20010056460 Sahota et al. Dec 2001 A1
20020010700 Wotring Jan 2002 A1
20020010743 Ryan et al. Jan 2002 A1
20020010746 Jilk, Jr. et al. Jan 2002 A1
20020010855 Reshef et al. Jan 2002 A1
20020013788 Pennell et al. Jan 2002 A1
20020019941 Chan et al. Feb 2002 A1
20020023113 Hsing et al. Feb 2002 A1
20020026441 Kutay et al. Feb 2002 A1
20020026461 Kutay et al. Feb 2002 A1
20020032590 Anand et al. Mar 2002 A1
20020032692 Suzuki et al. Mar 2002 A1
20020032706 Perla et al. Mar 2002 A1
20020032768 Voskuil Mar 2002 A1
20020035579 Wang et al. Mar 2002 A1
20020035581 Reynar et al. Mar 2002 A1
20020040469 Pramberger Apr 2002 A1
20020052769 Navani et al. May 2002 A1
20020053021 Rice et al. May 2002 A1
20020054126 Gamon May 2002 A1
20020057297 Grimes et al. May 2002 A1
20020065798 Bostleman et al. May 2002 A1
20020065847 Furukawa et al. May 2002 A1
20020070973 Croley Jun 2002 A1
20020078074 Cho et al. Jun 2002 A1
20020078103 Gorman et al. Jun 2002 A1
20020083145 Perinpanathan Jun 2002 A1
20020083148 Shaw et al. Jun 2002 A1
20020083318 Larose Jun 2002 A1
20020091738 Rohrabaugh et al. Jul 2002 A1
20020099952 Lambert et al. Jul 2002 A1
20020100027 Binding et al. Jul 2002 A1
20020107885 Brooks et al. Aug 2002 A1
20020111699 Melli et al. Aug 2002 A1
20020111932 Roberge et al. Aug 2002 A1
20020112224 Cox Aug 2002 A1
20020129056 Conant et al. Sep 2002 A1
20020133484 Chau et al. Sep 2002 A1
20020152222 Holbrook Oct 2002 A1
20020152244 Dean et al. Oct 2002 A1
20020156772 Chau et al. Oct 2002 A1
20020156846 Rawat et al. Oct 2002 A1
20020156929 Hekmatpour Oct 2002 A1
20020169752 Kusama et al. Nov 2002 A1
20020169789 Kutay et al. Nov 2002 A1
20020174147 Wang et al. Nov 2002 A1
20020174417 Sijacic et al. Nov 2002 A1
20020178187 Rasmussen et al. Nov 2002 A1
20020178380 Wolf et al. Nov 2002 A1
20020184188 Mandyam et al. Dec 2002 A1
20020184219 Preisig et al. Dec 2002 A1
20020184485 Dray et al. Dec 2002 A1
20020188597 Kern et al. Dec 2002 A1
20020188613 Chakraborty et al. Dec 2002 A1
20020194219 Bradley et al. Dec 2002 A1
20020196281 Audleman et al. Dec 2002 A1
20020196288 Emrani Dec 2002 A1
20020198891 Li et al. Dec 2002 A1
20020198935 Crandall, Sr. et al. Dec 2002 A1
20030004951 Chokshi Jan 2003 A1
20030007000 Carlson et al. Jan 2003 A1
20030014397 Chau et al. Jan 2003 A1
20030018668 Britton et al. Jan 2003 A1
20030020746 Chen et al. Jan 2003 A1
20030023641 Gorman et al. Jan 2003 A1
20030025732 Prichard Feb 2003 A1
20030026507 Zlotnick Feb 2003 A1
20030028550 Lee et al. Feb 2003 A1
20030037303 Bodlaender Feb 2003 A1
20030038788 Demartines et al. Feb 2003 A1
20030038846 Hori et al. Feb 2003 A1
20030043986 Creamer Mar 2003 A1
20030046665 Ilin Mar 2003 A1
20030048301 Menninger Mar 2003 A1
20030051243 Lemmons et al. Mar 2003 A1
20030055811 Stork et al. Mar 2003 A1
20030055828 Koch et al. Mar 2003 A1
20030056198 Al-Azzawe Mar 2003 A1
20030061386 Brown Mar 2003 A1
20030061567 Brown et al. Mar 2003 A1
20030084424 Reddy et al. May 2003 A1
20030093755 O'Carroll May 2003 A1
20030110443 Yankovich et al. Jun 2003 A1
20030120578 Newman Jun 2003 A1
20030120651 Bernstein et al. Jun 2003 A1
20030120659 Sridhar Jun 2003 A1
20030120671 Kim et al. Jun 2003 A1
20030120686 Kim et al. Jun 2003 A1
20030126555 Aggarwal et al. Jul 2003 A1
20030128196 Lapstun et al. Jul 2003 A1
20030135825 Gertner et al. Jul 2003 A1
20030140132 Champagne Jul 2003 A1
20030140160 Raz et al. Jul 2003 A1
20030142072 Lapstun et al. Jul 2003 A1
20030149934 Worden Aug 2003 A1
20030158897 Ben-Natan et al. Aug 2003 A1
20030163285 Nakamura et al. Aug 2003 A1
20030167277 Hejlsberg et al. Sep 2003 A1
20030172113 Cameron et al. Sep 2003 A1
20030182268 Lal Sep 2003 A1
20030182327 Ramanujam et al. Sep 2003 A1
20030187756 Klivington et al. Oct 2003 A1
20030187930 Ghaffar et al. Oct 2003 A1
20030188260 Jensen et al. Oct 2003 A1
20030189593 Yarvin Oct 2003 A1
20030192008 Lee Oct 2003 A1
20030200506 Abe et al. Oct 2003 A1
20030204481 Lau Oct 2003 A1
20030204511 Brundage Oct 2003 A1
20030204814 Elo et al. Oct 2003 A1
20030205615 Marappan Nov 2003 A1
20030210428 Bevlin et al. Nov 2003 A1
20030212664 Breining et al. Nov 2003 A1
20030212902 van der Made Nov 2003 A1
20030217053 Bachman et al. Nov 2003 A1
20030218620 Lai et al. Nov 2003 A1
20030220930 Milleker et al. Nov 2003 A1
20030225469 DeRemer et al. Dec 2003 A1
20030225768 Chaudhuri Dec 2003 A1
20030225829 Pena et al. Dec 2003 A1
20030226132 Tondreau et al. Dec 2003 A1
20030233374 Spinola et al. Dec 2003 A1
20030233644 Cohen et al. Dec 2003 A1
20030236859 Vaschillo et al. Dec 2003 A1
20030236903 Piotrowski Dec 2003 A1
20030237046 Parker Dec 2003 A1
20030237047 Borson Dec 2003 A1
20040002939 Arora Jan 2004 A1
20040002950 Brennan et al. Jan 2004 A1
20040003031 Brown et al. Jan 2004 A1
20040003353 Rivera et al. Jan 2004 A1
20040003389 Reynar et al. Jan 2004 A1
20040006744 Jones et al. Jan 2004 A1
20040010752 Chan et al. Jan 2004 A1
20040015783 Lennon et al. Jan 2004 A1
20040024842 Witt Feb 2004 A1
20040030991 Hepworth et al. Feb 2004 A1
20040039881 Shoebridge et al. Feb 2004 A1
20040039990 Bakar et al. Feb 2004 A1
20040039993 Kougiouris et al. Feb 2004 A1
20040044961 Pesenson Mar 2004 A1
20040044965 Toyama et al. Mar 2004 A1
20040046789 Inanoria Mar 2004 A1
20040054966 Busch et al. Mar 2004 A1
20040059754 Barghout et al. Mar 2004 A1
20040073565 Kaufman et al. Apr 2004 A1
20040073868 Easter et al. Apr 2004 A1
20040078756 Napper et al. Apr 2004 A1
20040083426 Sahu Apr 2004 A1
20040088647 Miller et al. May 2004 A1
20040088652 Abe et al. May 2004 A1
20040093596 Koyano May 2004 A1
20040107367 Kisters Jun 2004 A1
20040117769 Lauzon Jun 2004 A1
20040123277 Schrader et al. Jun 2004 A1
20040139400 Allam et al. Jul 2004 A1
20040146199 Berkner et al. Jul 2004 A1
20040148178 Brain Jul 2004 A1
20040148514 Fee et al. Jul 2004 A1
20040148571 Lue Jul 2004 A1
20040162741 Flaxer et al. Aug 2004 A1
20040163041 Engel Aug 2004 A1
20040163046 Chu et al. Aug 2004 A1
20040172442 Ripley Sep 2004 A1
20040181543 Wu et al. Sep 2004 A1
20040181711 Johnson et al. Sep 2004 A1
20040186762 Beaven et al. Sep 2004 A1
20040189708 Larcheveque et al. Sep 2004 A1
20040189716 Paoli et al. Sep 2004 A1
20040194035 Chakraborty Sep 2004 A1
20040199572 Hunt et al. Oct 2004 A1
20040205473 Fisher et al. Oct 2004 A1
20040205525 Murren et al. Oct 2004 A1
20040205534 Koelle Oct 2004 A1
20040205571 Adler et al. Oct 2004 A1
20040205592 Huang Oct 2004 A1
20040205605 Adler et al. Oct 2004 A1
20040205653 Hadfield et al. Oct 2004 A1
20040205671 Sukehiro et al. Oct 2004 A1
20040210599 Friedman et al. Oct 2004 A1
20040210645 Kouznetsov et al. Oct 2004 A1
20040216084 Brown et al. Oct 2004 A1
20040221238 Cifra et al. Nov 2004 A1
20040221245 Chickles et al. Nov 2004 A1
20040237030 Malkin Nov 2004 A1
20040260593 Abraham-Fuchs et al. Dec 2004 A1
20040261019 Imamura et al. Dec 2004 A1
20040268229 Paoli et al. Dec 2004 A1
20050004893 Sangroniz Jan 2005 A1
20050005248 Rockey et al. Jan 2005 A1
20050015279 Rucker Jan 2005 A1
20050015732 Vedula et al. Jan 2005 A1
20050022115 Baumgartner et al. Jan 2005 A1
20050027757 Kiessig et al. Feb 2005 A1
20050028073 Henry et al. Feb 2005 A1
20050033626 Kruse et al. Feb 2005 A1
20050033728 James Feb 2005 A1
20050038711 Marlelo Feb 2005 A1
20050050066 Hughes Mar 2005 A1
20050055627 Lloyd et al. Mar 2005 A1
20050060324 Johnson et al. Mar 2005 A1
20050060647 Doan et al. Mar 2005 A1
20050060721 Choudhary et al. Mar 2005 A1
20050065933 Goering Mar 2005 A1
20050065936 Goering Mar 2005 A1
20050066287 Tattrie et al. Mar 2005 A1
20050071752 Marlatt Mar 2005 A1
20050076049 Qubti et al. Apr 2005 A1
20050080801 Kothandaraman et al. Apr 2005 A1
20050091285 Krishnan et al. Apr 2005 A1
20050091305 Lange et al. Apr 2005 A1
20050097536 Bernstein et al. May 2005 A1
20050102370 Lin et al. May 2005 A1
20050102612 Allan et al. May 2005 A1
20050108104 Woo May 2005 A1
20050108624 Carrier May 2005 A1
20050114757 Sahota et al. May 2005 A1
20050114764 Gudenkauf et al. May 2005 A1
20050132043 Wang et al. Jun 2005 A1
20050132196 Dietl Jun 2005 A1
20050138031 Wefers Jun 2005 A1
20050138086 Pecht-Seibert Jun 2005 A1
20050138539 Bravery et al. Jun 2005 A1
20050149375 Wefers Jul 2005 A1
20050149726 Joshi et al. Jul 2005 A1
20050160398 Bjornson et al. Jul 2005 A1
20050171746 Thalhammer-Reyero Aug 2005 A1
20050198086 Moore et al. Sep 2005 A1
20050198125 Beck et al. Sep 2005 A1
20050198247 Perry et al. Sep 2005 A1
20050210263 Levas et al. Sep 2005 A1
20050223063 Chang et al. Oct 2005 A1
20050223320 Brintzenhofe et al. Oct 2005 A1
20050234890 Enzler et al. Oct 2005 A1
20050246304 Knight et al. Nov 2005 A1
20050257148 Goodman et al. Nov 2005 A1
20050262112 Moore Nov 2005 A1
20050268217 Garrison Dec 2005 A1
20050268222 Cheng Dec 2005 A1
20060010386 Khan Jan 2006 A1
20060020586 Prompt et al. Jan 2006 A1
20060026500 Qa 'Im-maqami' Feb 2006 A1
20060026534 Ruthfield et al. Feb 2006 A1
20060031757 Vincent, III Feb 2006 A9
20060036995 Chickles et al. Feb 2006 A1
20060041838 Khan Feb 2006 A1
20060059107 Elmore et al. Mar 2006 A1
20060059434 Boss et al. Mar 2006 A1
20060069605 Hatoun Mar 2006 A1
20060069985 Friedman et al. Mar 2006 A1
20060075245 Meier Apr 2006 A1
20060080657 Goodman Apr 2006 A1
20060085409 Rys et al. Apr 2006 A1
20060101037 Brill et al. May 2006 A1
20060101051 Carr et al. May 2006 A1
20060107206 Koskimies May 2006 A1
20060129583 Catorcini et al. Jun 2006 A1
20060129978 Abrari et al. Jun 2006 A1
20060136422 Matveief et al. Jun 2006 A1
20060143220 Spencer Jun 2006 A1
20060155857 Feenan et al. Jul 2006 A1
20060161559 Bordawekar et al. Jul 2006 A1
20060161837 Kelkar et al. Jul 2006 A1
20060173865 Fong Aug 2006 A1
20060184393 Ewin et al. Aug 2006 A1
20060195413 Davis et al. Aug 2006 A1
20060200754 Kablesh et al. Sep 2006 A1
20060230363 Rapp Oct 2006 A1
20060248468 Constantine et al. Nov 2006 A1
20070005611 Takasugi et al. Jan 2007 A1
20070036433 Teutsch et al. Feb 2007 A1
20070050719 Lui et al. Mar 2007 A1
20070061467 Essey et al. Mar 2007 A1
20070061706 Cupala Mar 2007 A1
20070074106 Ardeleanu et al. Mar 2007 A1
20070088554 Harb et al. Apr 2007 A1
20070094589 Paoli Apr 2007 A1
20070100877 Paoli May 2007 A1
20070101280 Paoli May 2007 A1
20070118538 Ahern et al. May 2007 A1
20070118803 Walker et al. May 2007 A1
20070130500 Rivers-Moore et al. Jun 2007 A1
20070130504 Betancourt et al. Jun 2007 A1
20070186157 Walker et al. Aug 2007 A1
20070208606 Mackay et al. Sep 2007 A1
20070208769 Boehm et al. Sep 2007 A1
20070276768 Pallante Nov 2007 A1
20080021916 Schnelle et al. Jan 2008 A1
20080028340 Davis Jan 2008 A1
20080126402 Sikchi et al. May 2008 A1
20080134162 James Jun 2008 A1
20090070411 Chang et al. Mar 2009 A1
20090119580 Rohrabaugh et al. May 2009 A1
20090138389 Barthel May 2009 A1
20090177961 Fortini Jul 2009 A1
Foreign Referenced Citations (20)
Number Date Country
0841615 Nov 1999 EP
0961197 Dec 1999 EP
1076290 Feb 2001 EP
1221661 Jul 2002 EP
63085960 Apr 1988 JP
401173140 Jul 1989 JP
4225466 Aug 1992 JP
5314152 Oct 1993 JP
406014105 Jan 1994 JP
6139241 May 1994 JP
6180697 Jun 1994 JP
6180698 Jun 1994 JP
3191429 Jan 2000 JP
2000132436 May 2000 JP
2002183652 Jun 2002 JP
2003173288 Jun 2003 JP
WO 9924945 May 1999 WO
WO 9956207 Nov 1999 WO
WO 0144934 Jun 2001 WO
WO0157720 Aug 2001 WO
Related Publications (1)
Number Date Country
20060197982 A1 Sep 2006 US