<< < 239 240 241 242 243 244 245 246 247 248 249 > >>   ∑:9022  Sort:Rank

Basic Rules of Using Non-ASCII Characters in HTML Documents
This section describes basic rules on how non-ASCII character strings should be managed at different steps to ensure localized text strings can be used in PHP script string literals and displayed correctly on the browser window.
2022-10-01, ∼294🔥, 0💬

Archived: Firefox 35 Displaying Certificate Error Page
This section provides a tutorial example showing that Mozilla Firefox fails to validate an HTTPS server certificate and displays a certificate error page.
2022-10-01, ∼294🔥, 0💬

Objects of "Object" Data Type
This section provides a quick description of the 'Object' data type, its properties and methods. A tutorial example is provided on how to create and test an object of the 'Object' data type.
2022-10-01, ∼294🔥, 0💬

WSDL 1.1 Framework and Extensions
This section describes WSDL 1.1 core framework and 4 extensions: SOAP 1.1, HTTP, MIME and SOAP 1.2
2022-10-01, ∼294🔥, 0💬

Apache Axis2/Java for WSDL 1.1
This chapter provides tutorial notes and example codes on Apache Axis2/Java for WSDL 1.1. Topics include creating a ServiceClient object for an XML document based Web service; turning off Chunked HTTP flag; invoking an operation with sendReceive() method; creating an RPCServiceClient object for an R...
2022-10-01, ∼294🔥, 0💬

java.awt.Toolkit - AWT Base Class
This section provides a tutorial example on how to use java.awt.Toolkit class to obtain the default Toolkit object, which also can provide information about the default graphics environment, the local screen.
2022-10-01, ∼294🔥, 0💬

ThreadGroup Class and "system" ThreadGroup Tree
This chapter provides tutorial notes and tutorial examples on the ThreadGroup class and the 'system' ThreadGroup tree. Topics include main methods of the ThreadGroup class, displaying the 'system' ThreadGroup tree, adding threads and thread groups, testing the reported JDK 1.3 bug - memory leak of u...
2022-10-01, ∼294🔥, 0💬

Class Loading Followed by Class Initialization
This section provides a tutorial example showing that class initialization happens immediately after class loading.
2022-10-01, ∼294🔥, 0💬

Syntax of JSP Pages and JSP Documents
This chapter provides tutorial notes and example codes on syntax of JSP Pages and JSP Documents. Topics include what is a JSP Page; what is a JSP Document; writing JSP elements in XML format; generating response in XML format; differences of directive and action 'include' elements.
2022-10-01, ∼294🔥, 0💬

c:set Action Tag
This section describes the c:set action tag in the JSTL Core library. c:set allows you to set the value of a scoped variable or a property of a target object.
2022-10-01, ∼294🔥, 0💬

Constraining Facets on Union Datatypes
This section describes constraining facets on union datatypes. New simple datatype can be defined with a 'restriction' construction component using a union datatype as the base.
2022-10-01, ∼294🔥, 0💬

Discontinued: ChangeAreaUnit - Convert Area Unit
This chapter provides a quick introduction of the free Web service, ChangeAreaUnit, returning area value in other units for a given area. Topics include usage description of ChangeAreaUnit; request message sample; response message sample.
2022-10-01, ∼294🔥, 0💬

NDFDgen - Request Message Sample
This section provides a request message sample of NDFDgen Web service.
2022-10-01, ∼294🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼294🔥, 0💬

CREATE INDEX - Statement to Create Indexes
A tutorial example is provided on how to create indexes as part of CREATE TABLE statements or using CREATE INDEX standalone statements.
2022-10-01, ∼294🔥, 0💬

Download AlphaFold Package and Databases
This section provides a tutorial example on how to download AlphaFold open source package and required databases.
2022-10-01, ∼294🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Notepad saving and opening Unicode files correctly with the BOM character prepended. But Notepad failed to open Unicode big endian files without the BOM character prepended.
2022-10-01, ∼293🔥, 0💬

First JavaScript - "Hello World!"
This section provides the first JavaScript tutorial example - 'Hello World!'.
2022-10-01, ∼293🔥, 0💬

Local Variables - Examples
This section provides a tutorial example on how local variables behave inside and outside functions.
2022-10-01, ∼293🔥, 0💬

Java GUI Test Program
This section provides a tutorial example on how to build a Java GUI application with JInternalFrame class and related listeners.
2022-10-01, ∼293🔥, 0💬

Operation Message Styles
This section describes operation message styles defined in WSDL Version 2.0 Part 2: Adjuncts - RPC, IRI, and Multipart.
2022-10-01, ∼293🔥, 0💬

DOCTYPE - Document Type Declaration Statement
This section describes syntax formats of the DOCTYPE statement, which is used to declare that this XML document has been linked to DTD document type with the specified root element name.
2022-10-01, ∼293🔥, 0💬

Generic Methods and Type Inference
This chapter provides tutorial notes and example codes on generic methods and type inference. Topics include what is a generic method; declaring type parameters; specifying type arguments; compiler performing type argument inference; using type parameter in parameterized types.
2022-10-01, ∼293🔥, 0💬

Enum Constant Inherited Methods
This section provides a tutorial on how to invoke static and instance method inherited from the generic base class of java.lang.Enum.
2022-10-01, ∼293🔥, 0💬

<< < 239 240 241 242 243 244 245 246 247 248 249 > >>   ∑:9022  Sort:Rank