Mutually exclusive options in electronic forms

Information

  • Patent Grant
  • 7712022
  • Patent Number
    7,712,022
  • Date Filed
    Monday, November 15, 2004
    19 years ago
  • Date Issued
    Tuesday, May 4, 2010
    14 years ago
Abstract
Systems and methods enabling creation and/or use of an electronic form capable of allowing a user to select from mutually exclusive options without the electronic form being in an invalid state are described. One of the described electronic forms remains valid to its schema by atomic swapping of data substructures corresponding to the form's mutually exclusive options. A method and a user interface for creating some of these electronic forms are also described.
Description
TECHNICAL FIELD

This invention relates to mutually exclusive options in electronic forms.


BACKGROUND

Extensible markup language (XML) is increasingly becoming the preferred format for transferring data. XML is a tag-based hierarchical language that is extremely rich in terms of the data that it can be used to represent. For example, XML can be used to represent data spanning the spectrum from semi-structured data (such as one would find in a word-processing document) to generally structured data (such as that which is contained in a table). XML is well-suited for many types of communication including business-to-business and client-to-server communication.


Data represented in XML is often created and retained in electronic documents, such as electronic forms. An electronic form that is written in XML typically is governed by an XML schema (XSD) and can be altered by applying an eXtensible Style-sheet Language Transformation (XSLT) file on the form. For more information on XML, XSLT, and XSD (schemas), the reader is referred to the following documents which are the work of, and available from the W3C (World Wide Web consortium): XML Schema Part 2: Datatypes; XML Schema Part 1: Structures; and XSL Transformations (XSLT) Version 1.0; and XML 1.0 Second Edition Specification.


In some instances, a schema governing an electronic form may define sets of information that are syntactically mutually exclusive, such as a schema defining an address as either an international address or a U.S. address, but not both at the same time. The schema may define these sets to enforce a mutual exclusivity.


Mutual exclusivity may be a useful way in which to govern sets of information that may potentially be entered into an electronic form, such as when a user enters either a U.S. mailing address or an international mailing address for a particular person, by permitting only one set of information when only one set is useful or possible (e.g., when a person can have only one address).


Some electronic forms enable users to enter information into both mutually exclusive options at the same time but in so doing these forms are not respecting throughout the editing process the syntax defined in the schema. In the ongoing example, these electronic forms may present two groups of data-entry fields, one designed for entry of a U.S. address and the other designed for entry of an international address. The schemas governing these electronic forms, however, do not permit both of these options to exist at once. Thus, the electronic forms may present both groups of data-entry fields but in doing so permit, at least temporarily, the electronic form to be invalid to the form's schema. If the form remains invalid, it can be useless.


To rectify this invalid state, a programmer may write script designed to fix the invalid state. If successful, this script may select a part of the form's data that should be retained and a part that should be removed. But this script can require extensive time and programming experience to write. And in some cases, the invalid state is not properly corrected by the script, causing the form to either remain invalid, require a person to manually correct the invalidity, or permit erroneous data to be retained.


SUMMARY

Systems and/or methods (“tools”) enabling creation and/or use of an electronic form capable of allowing a user to select from mutually exclusive options without the electronic form being in an invalid state are described.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 illustrates an exemplary architecture capable of facilitating creation and use of electronic forms.



FIG. 2 sets forth an exemplary flow diagram showing interactions between components of the architecture of FIG. 1.



FIG. 3 illustrates an exemplary domestic-address set of data-entry fields.



FIG. 4 illustrates a screen shot showing an exemplary option menu dialog.



FIG. 5 illustrates an exemplary international-address set of data-entry fields.



FIG. 6 sets forth a flow diagram of an exemplary process for building mutually exclusive options.



FIG. 7 illustrates an exemplary form-design area having an exemplary non-repeating container.



FIG. 8 illustrates the form-design area of FIG. 7 updated to show a graphical selection of two options placed within an option area of the non-repeating container.



FIG. 9 illustrates the form-design area of FIG. 7 showing a graphical selection of three options placed within an option area of an exemplary repeating container.





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


DETAILED DESCRIPTION

Overview


Tools described below enable creation and/or use of an electronic form capable of allowing a user to select from mutually exclusive options without the electronic form being in an invalid state.


The tools may enable creation of these mutually exclusive options in an electronic form graphically, such as through enabling a form designer to graphically select components representing these options. By doing so, the tools enable form designers to quickly and easily create mutually exclusive options for electronic forms without needing to write script or have extensive programming experience.


Architecture


Referring to FIG. 1, an exemplary architecture 100 capable of facilitating creation and use of electronic forms is shown. The architecture 100 comprises a display 102, one or more user-input devices 104, and a computer 106. The user-input devices 104 comprise any device allowing a computer to receive a designer's preferences, such as a keyboard 108, other device(s) 110 (e.g., a touch screen, a voice-activated input device, a track ball, etc.), and a mouse 112. The computer comprises a processing unit 114 capable of executing computer-readable media 116.


The computer-readable media comprises an operating system 118 and one or more applications stored in memory and executable by the processing unit. One particular application is a design application 120, which may allow a form designer to create mutually exclusive options for an electronic form with little or no programming skill. The design application is capable of providing a visual what-you-see-is-what-you-get (WYSIWYG) user interface 122 that, in one embodiment, enables designers to graphically construct mutually exclusive options by visually selecting graphics and arranging them in a manner that can be intuitive and straight forward.


An electronic-form template 124 is also shown. This template comprises a schema 126 governing electronic form 128, and option logic 130. The option logic may be part of or separate from the template. The electronic form comprises a data structure 132 and a form view 134. The data structure may be arranged hierarchically and comprise nodes. The data structure may also be transformed to render the form view, which enables data entry into the electronic form. In one embodiment, the data structure comprises eXtensible Markup Language (XML) and can be transformed with an extensible Style-sheet Language Transformation (XSLT) to produce HyperText Machine Language (HTML) that is viewable and through which a user can enter information.


Mutually Exclusive Options


Before setting out exemplary processes for building mutually exclusive options into electronic forms, the following discussion describes examples of these options and how they may be used.


Generally, mutually exclusive options in the context of electronic forms comprise a set of options each of which excludes the other. These mutually exclusive options have many applications in electronic forms. Mailing addresses that are either domestic or international, travel that is either by air or car, or a payment method that is either through paper billing or electronic wire transfer, for instance, each may be a set of mutually exclusive options.


Often, this mutual exclusivity is tied to differences in how the data for the options is entered or stored. An international address, for instance, often does not have a ZIP code, while a domestic (U.S.) address does. Air travel may need a data-entry field and corresponding data structure in the electronic form for a frequent flier program number, while car travel does not. Paper billing may need a physical address, while an electronic wire transfer instead may need a bank deposit number and password. Thus, mutually exclusive options in electronic forms are useful to users but often need to be entered and stored in different ways.


To enable information to be entered and stored in different ways, each mutually exclusive option may correspond to and be represented in an electronic form's data structure by a data substructure (e.g., one or more nodes of a tree data structure). Because the options represented by these substructures are mutually exclusive, a schema defining the syntax of the data for the electronic form will deem the electronic form invalid if more than one of these substructures is present in the form's data structure at one time. If the substructures for the mutually exclusive options are designed to be present in a same portion of the electronic form's data structure, the schema can require that only one of data substructures occupy that portion at once for the electronic form to remain valid. Thus, in that portion of the data structure a data substructure corresponding to only one mutually exclusive option is permitted. If, for example, the portion is designed to store a mailing address, which may either be domestic or international, the data substructure for the domestic address or the international address may be present but not both.


To show and enable entry into a data substructure, the electronic form may be represented with a form view that is a transformation of the data structure. If this is the case, to present data-entry fields for each of the mutually exclusive options at once (described in the Background section above), the data structure may need to contain all of the options at once. But in so doing, the electronic form will be invalid to its governing schema because it contains two or more mutually exclusive options at once.


Electronic forms described and built herein, however, are capable of enabling a user to enter information into one of multiple, mutually exclusive options without the electronic form being invalid.


Exemplary User Interaction With Mutually Exclusive Options


These electronic forms, in conjunction with other application(s) described herein or otherwise, are capable of enabling a user to select one of the mutually exclusive options in which to enter information. The user can do so passively, by accepting a default option, or actively by swapping a default option with another option or selecting an option from a list of options. Through this swapping, a user is enabled to alter the data structure of the electronic form while in a mode permitting entry of data into the electronic form.


As an example of a user's interaction with this electronic form, consider FIG. 2. There an exemplary flow diagram showing interactions between a user and components of architecture 100 of FIG. 1 are shown. In this illustrated embodiment, a user is presented with form view 134, which is a transformation of electronic form 128's form data structure 132.


This form view is set forth in greater detail in FIG. 3, where a domestic address set of data-entry fields 302 is shown. This form is capable of accepting entry of information from a user into one of two mutually exclusive options. One of these options is shown with the domestic address fields. The other is not yet shown but can be represented by an international-address set of data-entry fields. Each of these mutually exclusive options map one-to-one with a data substructure capable of residing in the form's data structure 132. These data substructures may each separately be valid to schema 126, shown in FIG. 2.


The domestic address fields are, in this embodiment, an XSLT transformation into HTML of the data substructure of the domestic-address mutually exclusive option. These fields are shown exclusively because their corresponding data substructure is the only mutually exclusive option currently part of the form data structure. By having only one mutually exclusive option's data structure as part of the form data structure, the form data structure is valid to the electronic form's schema.


The user can begin entry of information into the domestic address fields, thereby passively selecting this mutually exclusive option rather than the international-address mutually exclusive option.


In the illustrated embodiment of FIG. 2, however, the user selects to swap the domestic-address mutually exclusive option with the international-address mutually exclusive option. This is marked as action 1, entitled “User Selects Option”.


This selection is shown visually in FIG. 4, which shows screen shot 400 and an option menu dialog 402. Through selecting an international-address option 404, the user selects that the domestic address option be swapped with the international address option. The menu dialog 402 describes the operation that will actually be performed; that of replacing the domestic address fields with the international address fields.


Responsive to the user's selection, option logic 130 of FIG. 2 swaps, as an atomic operation, the data substructure of the domestic-address mutually exclusive option with that of the international-address mutually exclusive option. In doing so, the option logic can communicate with the electronic form template and the schema to determine what is permitted by the schema, the precise syntax for the data structures, and the like. This swapping by the option logic is marked as action 2, entitled “Swap Option Data Substructure”, and is shown with a dashed lined representing possible interaction with the electronic form template and the form's schema.


In the illustrated embodiment, the option logic atomically swaps the data substructure for one mutually exclusive option with the data substructure of another mutually exclusive option, rather than adding both and deleting one, or deleting both and adding one back in. The data substructures can be designed to map one-to-one with each mutually exclusive option, which enables one to be swapped with another in an atomic operation. In doing so, the electronic form remains valid to its schema. It does not have to transition through an invalid state. Another potential benefit of atomic swapping is that the user may not have to view the data-entry fields of all of the mutually exclusive options at once. This allows the form view to be less cluttered. Still another benefit of atomic swapping is that a user may be permitted only structurally valid interactions with the electronic form. This may reduce the probability of erroneous data being retained by the electronic form.


Following the swap of the data substructures, the change is reflected in the form view. This change can be reflected by transforming the new data substructure added to the form data structure (e.g., action 3, entitled “Transform Swapped Data Substructure” of FIG. 2) or transforming all of the form data structure, for instance. Also, responsive to this swap, the option menu dialog of FIG. 4 may show a corresponding new option, in this case for replacing the international-address fields with the domestic-address option (not shown).


Continuing the illustrated embodiment, the change to the form view is shown with the swapping of the domestic address set of data-entry fields with an international address set of data-entry fields 502 shown in FIG. 5. These fields enable a user to enter an international address into the electronic form without the form being invalid.


Building Mutually Exclusive Options


Referring to FIG. 6, an exemplary process 600 for building mutually exclusive options is shown. The process 600 is illustrated as a series of blocks representing individual operations or acts performed by components of architecture 100, such as design application 120 and/or its user interface 122. This and other processes described herein may be implemented in any suitable hardware, software, firmware, or combination thereof. In the case of software and firmware, these processes represent sets of operations implemented as computer-executable instructions.


At block 602, the design application enables selection of a mutually exclusive option container. This container can be chosen by dragging and dropping it from one region of display 102 to another, for instance. It can also be chosen through a dialog menu or in other appropriate ways. This mutually exclusive option container may contain one set of options or an arbitrarily large number of sets of the same two or more options. In cases where the container is chosen to have multiple repeating sets, an eventual user of the electronic form may be enabled to select how many times the sets repeat.


Responsive to receiving the selection, the design application presents the option container at block 604.


The design application also enables a user to select mutually exclusive options at block 606. In the ongoing embodiment, the design application does so through an area in the presented container into which a form designer may place selected mutually exclusive options. This area in the container provides an intuitive place in which a form designer can place his or her selections, such as by dragging and dropping graphics or icons (e.g., components, data-entry fields, and/or nodes) representing mutually exclusive options.


To illustrate the ongoing embodiment, a form-design area 700 having a non-repeating container 702 (labeled “Choice Group”) is shown in FIG. 7. This non-repeating container comprises an option area 704 into which the form designer may graphically insert an option.


Returning to FIG. 6, a form designer selects options to be mutually exclusive, the selection of which is received by the design application at block 608. The form designer may be enabled to do so graphically by dragging and dropping mutually exclusive options, such as a domestic address option and an international address option, into the container. Alternatively or additionally, the form designer may be enabled to do so by dragging and dropping subcomponents into different areas in the container, the subcomponents dropped into each different area representing in sum a mutually exclusive option.


Referring to FIG. 8, the form-design area of FIG. 7 is updated to show a graphical selection of two options placed within option area 704 of non-repeating container 702. These options are a domestic address option 802 and an international address option 804. Each of these mutually exclusive options may be represented by data-entry fields mirroring how they will look to a user editing the electronic form or with other graphics or icons. See, for example, the domestic-address and international-address data-entry fields shown in FIGS. 3 and 5, respectively.


Responsive to these selections, the design application builds these mutually exclusive options into the electronic form at block 610. In so doing, the design application may generate information capable of instructing a runtime application in how to perform editing for the mutually exclusive options. Continuing the illustrated embodiment, the design application alters schema 126 to permit either of the mutually exclusive options chosen, but not both at once. To do so, the design application may add the following to the schema:

















<xsd:element name=“group1”



 <xsd:complextype>









 <xsd:choice >









<xsd:element name=“group2”>









<xsd:complexType>









<xsd:sequence>









</xsd:sequence>









</xsd:complexType>









 </xsd:element>









<xsd:element name=“group3”>









<xsd:complexType>









 <xsd:sequence>









</xsd:sequence>









</xsd:complexType>









</xsd:element>









</xsd:choice>









 </xsd:complexType>









</xsd:element>










In this embodiment, “group1” represents the option container, “group2” the domestic-address option, and the “group3” the international-address option.


If, however, a form designer places a repeating mutually exclusive option container in the form-design area, the following can be added to the schema:

















<xsd:element name=“group1”



 <xsd:complextype>









 <xsd:choice maxOccurs=“unbounded”>









<xsd:element name=“group2”>









<xsd:complexType>









<xsd:sequence>



</xsd:sequence>









</xsd:complexType>









 </xsd:element>









<xsd:element name=“group3”>









 <xsd:complexType>









<xsd:sequence>









</xsd:sequence>









</xsd:complexType>









</xsd:element>









</xsd:choice>









 </xsd:complexType>









</xsd:element>










Consider, for example, repeating mutually exclusive options for legs of a business trip. If a trip can have an arbitrary number of legs (some trips may involve a lot of travel and stops) each of which is mutually exclusive, repeating these options to an arbitrary length can be very useful to a user of an electronic form. Assume that a user wishes to enter her trip from Seattle to Spokane, then to Boise, and back again. If a form designer chose three mutually exclusive options for each leg to be in the electronic form, the form could have options of: air; car; and hotel. Thus, for a first leg, if each leg defaults to air travel, the user may simple enter her flight to Spokane. For the second leg, she may swap the air option for a hotel option and enter her stay in a Spokane hotel. For the next leg, she may swap the air option for a car rental and enter the rental company, car model and so forth. For the next leg, assume she stays in a Boise hotel and so swaps the air default for a hotel option. For the last leg, she flies back to Seattle and so enters her airline carrier and related details.


By enabling a form designer to build a repeating set of mutually exclusive options, the tools enable creation of an electronic form that permits a heterogeneous list of arbitrary length or as long as permitted by the schema. And, each entry of this list may be one of the set of mutually exclusive options. In the ongoing example, this list may comprise an air mutually exclusive option followed by a hotel mutually exclusive option, a car mutually exclusive option, another hotel mutually exclusive option, and another air mutually exclusive option. The form view of this list could show corresponding sets of data-entry fields for each mutually exclusive option in the list, thereby enabling the user to enter information for each leg of her trip.


The result of a form designer's graphical selection of this repeating set of mutually exclusive options is set forth in FIG. 9. There, the form-design area 700 shows a graphical selection of three options placed within option area 902 of repeating container 904 (labeled “Repeating Choice Group”). These options are an air travel mutually exclusive option 906, a car travel mutually exclusive option 908, and a hotel mutually exclusive option 910. Each of these mutually exclusive options may be represented by data-entry fields mirroring how they will look to a user editing the electronic form or with other graphics or icons.


CONCLUSION

The above-described systems and methods enable creation and/or use of an electronic form capable of allowing a user to select from mutually exclusive options without the electronic form being in an invalid state. Although the invention has been described in language specific to structural features and/or methodological acts, it is to be understood that the invention 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 invention.

Claims
  • 1. A system comprising: a computing device including one or more processing units;one or more computer-readable media having computer-readable instructions therein that, when executed by the one or more processing units, cause the one or more processing units to: enable a user to select from mutually exclusive options in an electronic form, the electronic form including eXtensible Markup Language (XML);responsive to a selection by the user of a first mutually exclusive option, enable interaction with the first mutually exclusive option while maintaining the electronic form's validity to a schema governing the electronic form;responsive to a selection of a second mutually exclusive option, perform an atomic operation effective to replace, in a data structure corresponding to at least a portion of the electronic form, a first data substructure corresponding to the first mutually exclusive option with a second data substructure corresponding to the second mutually exclusive option while the electronic form is in a mode permitting entry of data into one or more fillable fields of the electronic form; andperform a transformation of at least a portion of the data structure effective to enable interaction with the second mutually exclusive option while maintaining the electronic form's validity to the schema governing the electronic form.
  • 2. The system of claim 1, wherein the computer-readable instructions, when executed by the one or more processing units, cause the one or more processing units to enable interaction by enabling entry of information into the selected mutually exclusive option.
  • 3. The system of claim 1, wherein the mutually exclusive options are governed by the schema.
  • 4. The system of claim 1, wherein the first mutually exclusive option and the second mutually exclusive option each correspond one-to-one with the first data substructure and the second data substructure, respectively.
  • 5. A method comprising: receiving a selection of a plurality of mutually exclusive options displayed in a graphical user interface of a design application configured to enable design of an electronic form, the electronic form including eXtensible Markup Language (XML) and each of the plurality of mutually exclusive options being mutually exclusive with respect to each other; andcausing the design application to build the plurality of mutually exclusive options into an electronic form effective to enable a runtime application to: permit data entry to a first mutually exclusive option among the plurality of mutually exclusive options without the electronic form transitioning through an invalid state;responsive to a selection of a second mutually exclusive option among the plurality of mutually exclusive options, perform an atomic operation effective to swap, in a data structure corresponding to at least a portion of the electronic form, a first data substructure corresponding to the first mutually exclusive option with a second data substructure corresponding to the second mutually exclusive option while the electronic form is in a mode permitting entry of data into one or more fillable fields of the electronic form; andperform a transformation of at least a portion of the data structure effective to permit data entry to the second mutually exclusive option without the electronic form transitioning through an invalid state.
  • 6. The method of claim 5, wherein the design application is further configured to enable the runtime application to permit data entry to data substructures corresponding to each of the plurality of mutually exclusive options.
  • 7. The method of claim 5, wherein the first mutually exclusive option and the second mutually exclusive option each maps one-to-one with the first data substructure and the second data substructure, respectively; and wherein the design application is further configured to enable the data structure to include only one of the first data substructure or the second data substructure at a given time.
  • 8. The method of claim 5, further comprising causing the design application to build the plurality of mutually exclusive options into the electronic form by adding eXtensible Markup Language (XML) to a schema governing the electronic form.
  • 9. A method comprising: presenting an electronic form having a plurality of mutually exclusive options, the electronic form including eXtensible Markup Language (XML);presenting a graphical user interface associated with the electronic form, the graphical user interface including an option menu configured to enable selection from among the plurality of mutually exclusive options, each of the plurality of mutually exclusive options including one or more fillable fields configured to receive data entry;receiving a selection of a first mutually exclusive option from the option menu;enabling data entry into one or more fillable fields associated with the first mutually exclusive option;receiving a selection of a second mutually exclusive option from the option menu;performing an atomic operation effective to swap, in a data structure corresponding to at least a portion of the electronic form, a first data substructure that corresponds to the first mutually exclusive option for a second data substructure that corresponds to the second mutually exclusive option while the electronic form is in a mode permitting entry of data into one or more fillable fields of the electronic form; andperforming a transformation of at least a portion of the data structure effective to enable data entry into fillable fields associated with the second mutually exclusive option while the electronic form is valid to a schema governing the electronic form.
  • 10. The method of claim 9, further comprising performing the transformation of the at least a portion of the data structure by transforming, with an eXtensible Stylesheet Language Transformation (XSLT), the at least a portion of the data structure, wherein the data structure comprises eXtensible Markup Language.
  • 11. The method of claim 9, wherein the option menu describes an operation of swapping one mutually exclusive option with another.
  • 12. The method of claim 9, wherein the first mutually exclusive option and the second mutually exclusive option each maps one-to-one with the first data substructure and the second data substructure, respectively.
  • 13. The method of claim 9, wherein the data substructure corresponding to a selected mutually exclusive option is present in the data structure of the electronic form but no other data substructures corresponding to unselected mutually exclusive options are present in the data structure.
  • 14. A method comprising: presenting to a user an electronic form including eXtensible Markup Language (XML) and having repeating sets of mutually exclusive options, a first set of the repeating sets including a first mutually exclusive option that is mutually exclusive with respect to a second mutually exclusive option of a second set of the repeating sets;presenting to the user a graphical user interface associated with and separate from the electronic form, the graphical user interface enabling selection of one of the mutually exclusive options for each of the repeating sets while the electronic form is in a mode permitting entry of data into one or more fillable fields of the electronic form; enabling the user, responsive to receiving selections of mutually exclusive options from the graphical user interface, to enter information into fillable fields associated with the selected mutually exclusive option for each of the repeating sets while the electronic form is valid to a schema governing the electronic form;responsive to an indication that one of the selections of the mutually exclusive options has been changed from a first mutually exclusive option to a second mutually exclusive option, perform an atomic operation effective to replace, in a data structure corresponding to at least a portion of the electronic form, a first data substructure corresponding to the first mutually exclusive option with a second data substructure corresponding to the second mutually exclusive option while the electronic form is in a mode permitting entry of data into one or more fillable fields of the electronic form; and performing a transformation of at least a portion of the data structure effective to enable the user to enter information into fillable fields associated with the second mutually exclusive option while the electronic form is valid to the schema governing the electronic form.
  • 15. The method of claim 14, wherein the repeating sets have an arbitrary number of sets.
  • 16. The method of claim 15, wherein the arbitrary number of sets is determined, responsive to receiving the selections, based on a number of selections received.
US Referenced Citations (763)
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 Borgendal 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 Heffeman 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
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
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
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
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 et al. Nov 1999 A
5991731 Colon et al. Nov 1999 A
5995103 Ashe Nov 1999 A
5999740 Rowley Dec 1999 A
6005570 Gayraud 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
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 et al. 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
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 et al. 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 et al. 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 et al. Oct 2002 B2
6463419 Kluss Oct 2002 B1
6470349 Heninger et al. Oct 2002 B1
6473800 Jerger et al. Oct 2002 B1
6476828 Burkett et al. Nov 2002 B1
6476833 Moshfeghi Nov 2002 B1
6477544 Bolosky et al. Nov 2002 B1
6480860 Monday Nov 2002 B1
6487566 Sundaresan Nov 2002 B1
6490601 Markus et al. 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
6535229 Kraft Mar 2003 B1
RE38070 Spies et al. Apr 2003 E
6546546 Van Doorn et al. 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 et al. Jun 2004 B1
6751777 Bates et al. 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
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 Abriari 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
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 Yalmanchi Sep 2006 B1
7107521 Santos 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
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
7249328 Davis Jul 2007 B1
7272789 O'Brien Sep 2007 B2
7281018 Begun et al. Oct 2007 B1
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 Pierre 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
7373595 Jones et al. May 2008 B2
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
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
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
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 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
20020099952 Lambert et al. Jul 2002 A1
20020100027 Binding et al. Jul 2002 A1
20020107885 Brooks et al. Aug 2002 A1
20020111932 Roberge et al. Aug 2002 A1
20020112224 Cox Aug 2002 A1
20020129056 Conant 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 et al. Feb 2003 A1
20030038846 Hori et al. Feb 2003 A1
20030043986 Creamer et al. 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 et al. 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 et al. 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
20030182268 Lal Sep 2003 A1
20030182327 Ramanujam et al. Sep 2003 A1
20030187756 Klivington et al. Oct 2003 A1
20030187930 Ghaffar 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
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 et al. 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
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 et al. Jun 2004 A1
20040123277 Schrader et al. Jun 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
20040205473 Fisher et al. Oct 2004 A1
20040205525 Murren et al. Oct 2004 A1
20040205534 Koelle Oct 2004 A1
20040205571 Adler 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
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 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
20050246304 Knight 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
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
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 Abriani 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
20060200754 Kablesh et al. Sep 2006 A1
20070005611 Takasugi et al. Jan 2007 A1
20070036433 Teutsch Feb 2007 A1
20070050719 Lui et al. Mar 2007 A1
20070061467 Essey Mar 2007 A1
20070061706 Cupala Mar 2007 A1
20070074106 Ardeleanu 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
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
20080028340 Davis Jan 2008 A1
20080126402 Sikchi et al. May 2008 A1
20090177961 Fortini et al. Jul 2009 A1
Foreign Referenced Citations (22)
Number Date Country
0841615 Nov 1999 EP
0961197 Dec 1999 EP
1076290 Feb 2001 EP
1221661 Jul 2002 EP
83085960 Apr 1988 JP
401173140 Jul 1989 JP
3191429 Aug 1991 JP
4225466 Aug 1992 JP
5314152 Nov 1993 JP
406014105 Jan 1994 JP
6139241 May 1994 JP
6180697 Jun 1994 JP
6180698 Jun 1994 JP
10-2207805 Aug 1998 JP
10207805 Aug 1998 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 Sep 2006 WO
Related Publications (1)
Number Date Country
20060107252 A1 May 2006 US