Popular Books:
What Is a Session
This section describes what is a session - a concept to represent a series of HTTP requests and responses exchanged between a specific Web browser and a specific Web server. 2022-10-01, ∼324🔥, 0💬
Xerces2 Sample Program dom.Counter
This section provides a tutorial example on how to use dom.Counter to count total number of elements, attributes, etc. in an XML document using DOM technology. 2022-10-01, ∼324🔥, 0💬
Code39 - Usage Description
This section describes the free Web service Code39 provided by WebserviceX.NET. Code39 allows you to generate bar code images in Code 39 (also called Code 3 of 9) format. 2022-10-01, ∼324🔥, 0💬
NDFDgenByDay - Request Message Sample
This section provides a request message sample of NDFDgenByDay Web service. 2022-10-01, ∼324🔥, 0💬
Macintosh Models and Release Years
This section provides a quick list of major Macintosh models and their release years. 2022-10-01, ∼324🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼324🔥, 0💬
Logical Expressions
This section describes logical expressions - expressions resulting a Boolean value with comparison operations and logical operations. 2022-10-01, ∼324🔥, 0💬
mysqli_connect() and Other MySQL Functions
Describes functions supported by the MySQL extension library, php_mysql.dll. mysql_connect() creates a connection to the specified MySQL server. 2022-10-01, ∼324🔥, 0💬
Archived: Non-ASCII Test Analysis on MySQL 5
This section provides a detailed analysis of the test results of a PHP script storing non-ASCII characters on MySQL 5. 2022-10-01, ∼324🔥, 0💬
CA Certificates at "/etc/ssl | /private/etc/ssl"
This section provides a tutorial example on how to find CA certificate files used by the PHP programming engine on macOS computers. 2022-10-01, ∼324🔥, 0💬
Listing All Stored Procedures - getProcedures()
This section describes how to get a list of all stored procedures in the current database on the SQL Server through the DatabaseMetaData object. 2022-10-01, ∼324🔥, 0💬
Capturing ResultSet with executeQuery()
This section describes how to capture ResultSet objects by calling executeQuery() to execute the CALL statement. 2022-10-01, ∼324🔥, 0💬
Adding and Deleting Object Own Methods
This section provides a quick description of object's own methods. A tutorial example is provided on how to add, call, and delete object's own methods. 2022-10-01, ∼323🔥, 0💬
ClassChecker.java - Reports Class Locations
This section provides a tutorial example, ClassChecker.java, which reports class locations from the classpath of a given class. 2022-10-01, ∼323🔥, 0💬
Checking Schema Documents - XsdSchemaChecker.java
This section describes a tutorial example on how to use JAXP (Java API for XML Processing) to check (compile) XML Schema (XSD) documents. 2022-10-01, ∼323🔥, 0💬
GenerateBarCode - Request Message Sample
This section provides a request message sample of GenerateBarCode Web service. 2022-10-01, ∼323🔥, 0💬
What Is Internet Gateway
This section provides a quick introduction of Telnet application that allows you to log into a remote computer over the Internet as a text based terminal. 2022-10-01, ∼323🔥, 0💬
Simple Types Are "struct" Types
This section describes simple types like 'int' and 'double'. Simple types are actually aliases of predefined 'struct' types which offers properties and methods. 2022-10-01, ∼323🔥, 0💬
Check Mining Rewards on My Account
This section describes how to check mining rewards. 2022-10-01, ∼323🔥, 0💬
ParNew Collector - Tenuring Age Distribution
This section demonstrates that the ParNew Collector uses Tenuring Age Distribution to perform Young generation GC. 2022-10-01, ∼323🔥, 0💬
JDBC-ODBC - Getting Flat File Driver Info
This section describes how to get ODBC driver and JDBC driver infor with the getMetaData() method. 2022-10-01, ∼323🔥, 0💬
Archived: Installing AdventureWorksLT Sample Database
This section describes how to install AdventureWorksLT as a sample database on SQL Server. 2022-10-01, ∼323🔥, 0💬
Popular Posts:
This tutorial book is a collection of notes and sample codes written by the author while he was lear...
This chapter provides notes and tutorial examples on UTF-16, UTF-16BE and UTF-16LE encodings. Topics...
This section provides a tutorial example on how to set and send a cookie with the setcookie() functi...
This section describes what is a digital signature and what is the process of generating and verifyi...
This section describes what is QUERY_STRING and how to use to receive information from the HTTP requ...