<< < 116 117 118 119 120 121 122 123 124 125 126 > >>   ∑:8894  Sort:Date

SAX (Simple API for XML) Programming Interface
This chapter provides tutorial notes and example codes on SAX (Simple API for XML). Topics include introduction to SAX programming interface; Original Java implementation of SAX; SAX 1.0 and 2.0 standards; Java example of parsing XML files using SAX; printing SAX parsing pattern.
2022-10-01, ∼363🔥, 0💬

"NOTATION" Datatype Values and Representations
This section describes the built-in primitive datatype, 'NOTATION' that represents custom defined notations to describe non-XML data formats. Whitespaces are allowed and removed.
2016-05-21, ∼363🔥, 1💬

11660: Mongolian Supplement
This section provides a quick summary of the Unicode code point block: 'Mongolian Supplement', which contains 13 code points to represent a supplemental collection of birga head mark signs of various shapes and orientations to complement the Mongolian script.
2024-01-23, ∼362🔥, 0💬

File Upload Web Form
This section provides a tutorial example on how to write Web form to upload files. type='file' attribute of the 'input' displays 'Choose File' button for user to select a local file to upload.
2022-10-01, ∼362🔥, 0💬

Archived: Creating Certificates Console on Windows XP
This section provides a tutorial example on how to create certificates console as MMC (Microsoft Management Console) snap-in on a Windows system.
2022-10-01, ∼362🔥, 0💬

"Dim x(n)" - Fixed-Size Array Example
This section provides a tutorial example on how to declare a fixed-size array with 'Dim x(n)'. 'ReDim x(n)' statement can not be used on fixed-size arrays to change their sizes.
2022-10-01, ∼362🔥, 0💬

"copy" - Copy Elements from Source to Result
This section provides a tutorial example on how to generate transformation output in XML format. The third approach is to copy elements using XSLT 'copy' elements in the transformation template to copy element from the source XML document to the result document.
2022-10-01, ∼362🔥, 0💬

Declaring Complex Elements with Attributes Only
This section describes a tutorial example on how to declare an element that accepts only attributes using a user defined complexType datatype.
2022-10-01, ∼362🔥, 0💬

Page Header with 3 Parts
This section provides a tutorial example on how to generate page headers with 3 parts aligned to left, center and right separately. A table of one row and three cells is used.
2022-10-01, ∼362🔥, 0💬

bitcoin-cli Transaction Commands
This section describes transaction related 'bitcoin-cli' commands.
2022-10-01, ∼362🔥, 0💬

chain.so API - Get Address Data
This section describes how to get Address data with chain.so API.
2022-10-01, ∼362🔥, 0💬

Running EncodingSampler.java with CP1252 Encoding
This section provides a tutorial example on how to run the character encoding sample program with CP1252 encoding for character value range of 0x0000 - 0x00FF.
2020-04-29, ∼362🔥, 1💬

Literal Formats for Integers - Example
This section provides a tutorial example on how to use integer literals in 4 formats: decimal, hex, octal and binary.
2018-10-02, ∼362🔥, 1💬

Getting Personal Certificate Signed by CAcert.org
This section provides a tutorial example on how to submit a CSR (Certificate Signing Request) to CAcert.org to get a free personal certificate for an email address.
2022-10-01, ∼361🔥, 0💬

"jaccesswalker" - GUI Component Tree Browser
This section provides a tutorial example on how to use 'jabswitch' and 'jaccesswalker' to display the GUI component tree a Java GUI application on Windows computers.
2022-10-01, ∼361🔥, 0💬

Assertion as Custom Validation Rules
This chapter provides notes and tutorial examples on assertion validation rules. Topics include introduction of 'assert' validation rules for 'complexType' datatypes; 'assertion' validation rules for 'simpleType' datatypes; XPath expressions; $value representing current node value.
2022-10-01, ∼360🔥, 0💬

Using "mysql" Command to Run SQL Statements
This section provides some tutorial examples on how to run SQL statements on a MySQL server with the client tool mysql. SQL statements can be executed one by one interactively, or in batch mode.
2022-10-01, ∼360🔥, 0💬

Ethereum Mist Wallet Data File Location
This section shows where Ethereum Mist Wallet data files are located.
2022-10-01, ∼360🔥, 0💬

Heap Memory Area and Size Control
This chapter provides tutorial notes and example codes on heap memory area. Topics include OutOfMemoryError exception; Heap memory area allocation limits; OutOfMemoryError comparison of HotSpot and JRockit.
2022-10-01, ∼360🔥, 0💬

Viewing Android Virtual Device (AVD) Details
This section provides a tutorial example on how to view details of a Android Virtual Device (AVD) created in the AVD Manager.
2022-03-23, ∼360🔥, 0💬

What Is WS-Security Username Token Profile
This section describes the WS-Security Username Token Profile standard describing the profile (specific mechanisms and procedures) on username and password can be passed and how to prevent replay attacks.
2022-10-06, ∼359🔥, 0💬

Email Security Settings in Outlook
This section describes email security settings in MS Office Outlook that control adding encryption and digital signature to outgoing email messages.
2022-10-01, ∼359🔥, 0💬

Archived: JDK 1.5 keytool - keystore File Tool
This section describes all commands supported in JDK 1.5 'keytool' tool to manage certificates stored in 'keystore' files.
2022-10-01, ∼359🔥, 0💬

Sub (Subroutine) Procedure Example
This section provides a tutorial example on how to use a subroutine procedure. A 'Call' statement should be used to invoke a subroutine procedure.
2022-10-01, ∼359🔥, 0💬

<< < 116 117 118 119 120 121 122 123 124 125 126 > >>   ∑:8894  Sort:Date