Popular Books:
Java Related Terminologies
This chapter provides a list of terminologies related to Java programming language. 2022-10-01, ∼363🔥, 0💬
Archived: Adding PHP to IIS as CGI
This section provides a tutorial example on how to add the PHP engine to the IIS server to serve PHP scripts as Web pages. 2022-10-01, ∼362🔥, 0💬
Archived: GC Test - Releasing Old vs. New Objects
This section provides a tutorial example on testing garbage collection by comparing performances between release old objects and new objects. 2022-10-01, ∼362🔥, 0💬
Horoscope and Horoscopic Astrology
This chapter provides a brief overview of horoscopic astrology and horoscope. 2022-10-01, ∼362🔥, 0💬
Table Column Types for Exact Numbers
Describes 4 types of table columns to store exact numbers: NUMERIC, DECIMAL, INTEGER and SMALLINT. 2022-10-01, ∼362🔥, 0💬
Data Type - 'bool' for Boolean Values
This section describes the 'bool' data type, which only has two objects, the True and False objects. 2022-10-01, ∼362🔥, 0💬
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book. 2022-10-01, ∼361🔥, 0💬
String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes. 2022-10-01, ∼361🔥, 0💬
XML Element Transformation Chains
This section provides a tutorial example on how an XSL processor uses a transformation chain to perform a transformation inside another transformation. 2022-10-01, ∼361🔥, 0💬
Archived: Installing MySQL 5.0.2 (Alpha)
This section provides a tutorial example on how to install MySQL 5.0.2 (Alpha) on a Windows system. 2022-10-01, ∼361🔥, 0💬
Popular Posts:
This free book is a collection of notes on developing a new programming language called H (Hybrid).
This section provides a tutorial example on how to configure and use LDAP server to provide email ad...
This section provides a quick introduction of the UTF-16 (Unicode Transformation Format - 16-bit) en...
This section provides a tutorial example on how to manage a JAR file as a ZIP file with the ZIP tool...
This section provides a tutorial example on how to write a HTTPS server test program, HttpsHello.jav...