<< < 229 230 231 232 233 234 235 236 237 238 239 > >>   ∑:7917

Controlling HTTP Response Header Lines in PHP Scripts
This chapter provides tutorial examples and notes about HTTP response header line. Topics include understanding of HTTP response structure and standard header lines; controling header lines using the header() function; dumping HTTP responses to view header lines; IIS and PHP engine added header line...
2022-10-01, 173🔥, 0💬

Defining Your Own Functions - Example
This section provides a tutorial example on how to define your own JavaScript functions.
2022-10-01, 173🔥, 0💬

Using "Array" Objects as "Object" Objects
This section provides a tutorial example on how to use an 'Array' object as an 'Object' object named properties and methods.
2022-10-01, 173🔥, 0💬

"interface" - Interface Definition Element
This section describes 'interface', a definition element that defines an interface type with one or multiple operations. An operation is defined with an input-output pattern. An input or output is defined use a given data element.
2022-10-01, 173🔥, 0💬

Example - Variable Scope in Procedures
This section provides a tutorial example on validating scope of global variables in the main code and local variables in procedures.
2022-10-01, 173🔥, 0💬

Archived: Download and Install Latest JDK 10 on Windows
This section provides a tutorial example on how to download and install the latest version JDK, which contains the HotSpot JVM, on a Windows system. A simple Java program was entered, compiled, and executed to verify the JDK installation.
2022-10-01, 173🔥, 0💬

Information of JSP Execution Context
This section provides a tutorial example on how to obtain information from the JSP execution context environment through 'session' and 'application' implicit object provided by the JSP container.
2022-10-01, 173🔥, 0💬

Deriving New Simple Datatypes - "simpleType" Element
This section describes a tutorial example on how to define a simple datatype based on a built-in datatype by adding restriction facets.
2022-10-01, 173🔥, 0💬

"language" Datatype Values and Representations
This section describes the first derived datatype of 'token': 'language'. Input strings are converted to 'token' values before they are matched against the '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1, 8})*'pattern.
2022-10-01, 173🔥, 0💬

Archived: Downloading and installing Java SE 1.6 Update 2
This section describes a tutorial example on how to install Java SE (JDK) 1.6 Update 2.
2022-10-01, 173🔥, 0💬

Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country
This chapter provides a quick introduction of the free Web service, GetGMTbyCountry, returning the GMT time zone range of a given country.. Topics include usage description of GetGMTbyCountry; request message sample; response message sample.
2022-10-01, 173🔥, 0💬

mysql - The Client Tool for End Users
This section provides a quick introduction of mysql, the client tool for end users to manage their data on MySQL servers. You can run mysql on a remote system to create new databases and new tables, to insert, update or delete data from tables.
2022-10-01, 173🔥, 0💬

Arithmetic Operations
This section provides a list of numeric operations supported by SQL and some examples.
2022-10-01, 173🔥, 0💬

UPDATE with Joined Tables
This section provides a tutorial example on how to use UPDATE statements to update records in one or multiple tables with joined tables.
2022-10-01, 173🔥, 0💬

System Variables Like @@version
This section provides a quick introduction on system variables, which are used by MySQL server to represent system information or control system behaviors.
2022-10-01, 173🔥, 0💬

Quicksort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Quicksort algorithm. Topics include introduction of the Quicksort algorithm, Java implementation and performance of the Quicksort algorithm.
2022-10-01, 173🔥, 0💬

java.util.Arrays.sort() - Performance
This section provides a tutorial on how to measure the performance of the java.util.Arrays.sort() function provided by JDK.
2022-10-01, 173🔥, 0💬

Archived: Calculate Rewards with ethereumfaucet.info
This section describes how to calculate rewards with ethereumfaucet.info.
2022-10-01, 173🔥, 0💬

Keychain Access - Certificate Manager
This chapter provides tutorial notes and example codes on Keychain Access as the certificate manager on macOS. Topics include introduction of Keychain Access; listing trusted root CA certificates; exporting certificates from or importing them to Keychain Access; detrusting or deleting certificates; ...
2022-10-01, 173🔥, 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, 173🔥, 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, 173🔥, 0💬

Character String Traveling Paths
This section describes steps of connection paths that character strings must travel through in a typical Web based application: output characters strings come from PHP files or data base tables and input character strings come from user's Web browser.
2022-10-01, 172🔥, 0💬

Review Private Key of My CA Certificate on macOS
This section provides a tutorial example on how to review my private and public key pair that was used in my self-signed root CA certificate on macOS using Keychain Access.
2022-10-01, 172🔥, 0💬

Overview of WSDL 2.0 Document Structure
This section describes the high level structure of a WSDL 2.0 document, an XML document with 'description' as the root element, and 'types', 'interface', 'binding' and 'service' as top level elements.
2022-10-01, 172🔥, 0💬

<< < 229 230 231 232 233 234 235 236 237 238 239 > >>   ∑:7917