<< < 155 156 157 158 159 160 161 162 163 164 165 > >>   ∑:8894  Sort:Date

What Is XSL (Extensible Stylesheet Language)
This section describes XSL (Extensible Stylesheet Language), which consists of 3 languages: XSLT (XSL Transformation), XPath (XML Path), and XSL-FO (XSL Formatting Objects) for defining XML document transformation and presentation.
2022-10-01, ∼276🔥, 0💬

1995 - Java Language Developed by Sun Microsystems
This chapter provides some history of Java programming language developed by Sun Systems in 1995.
2022-10-01, ∼276🔥, 0💬

Archived: Installing MySQL 5.6.28
This section provides a tutorial example on how to install MySQL 5.6.28 on a Windows system.
2022-10-01, ∼276🔥, 0💬

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

Shell Sort - Implementation in PHP
This section provides a tutorial on how to implement the Shell Sort algorithm in PHP.
2022-10-01, ∼276🔥, 0💬

Serial GC Tracing - Aged Live Objects
This section provides a tutorial of tracing how Serial GC increases the age of objects survived each additional GC in 'from' space.
2022-10-01, ∼276🔥, 0💬

"tar -c" and "tar -x" - Create and Extract Archive Files
This section provides a tutorial example on how to use 'tar -c' command to compress multiple file and sub-directories into an archive file and use 'tar -x' command to extract files out of an archive file.
2022-10-01, ∼276🔥, 0💬

Crypt::ECB Encryption with No Padding
A tutorial example is provided to show how to use Crypt::ECB to perform encryption with no padding. The plaintext must be multiples of 8-byte blocks.
2022-09-07, ∼276🔥, 1💬

Examples of Unicode Characters
Some samples of Unicode characters are provided here with their glyphs, code points, code names and code blocks for the purpose of demonstration.
2022-03-24, ∼276🔥, 10💬

Archived: Installing .NET Framework 1.0 SDK
This section provides a tutorial example on how to download and install Microsoft .NET Framework 1.0 SDK, which can be used as the programming environment for C# language.
2016-10-13, ∼276🔥, 1💬

SSL/TLS Secure Connections with Postfix Server
This chapter provides introductions and tutorial examples about SSL/TLS secure connections with Postfix server. Topics include testing SSL/TLS connections with 'openssl s_client' commands; replacing the default self-signed server certificate; requesting and installing a CA-signed server certificate.
2024-04-06, ∼275🔥, 0💬

Unicode to Big5 Mapping - All 13,461 Characters
Unicode to Big5 code point mapping is provided for all 13,461 characters defined in the Big5 standard.
2024-01-29, ∼275🔥, 0💬

What Is Layout Resource File?
This section describes a Layout Resource File, which is XML file that defines a view hierarchy of nested view groups and views to provide a user interface layout on the Android device screen.
2022-10-01, ∼275🔥, 0💬

Archived: mysql_connect() using php_mysql.dll Library
This section describes functions supported by the MySQL extension library, php_mysql.dll. mysql_connect() creates a connection to the specified MySQL server.
2022-10-01, ∼275🔥, 0💬

Creating an Array Object
This section provides a tutorial example on how to create array objects in JavaScript.
2022-10-01, ∼275🔥, 0💬

XML DOM Node Tree Example
This section provides a tutorial example on how to print out the DOM Node tree by DOMBrowser.java with a given XML file.
2022-10-01, ∼275🔥, 0💬

Using Apple Safari as an XML Syntax Checker
This section provides a tutorial example on how to use Apple Safari as an XML file syntax checker. If there are syntax errors in an XML file, Safari will stop displaying the XML file at the first error location.
2022-10-01, ∼275🔥, 0💬

Class Reflection and Introspection
This section provides a tutorial example on how to reflect a class as Class object and introspect its members: fields, methods, etc.
2022-10-01, ∼275🔥, 0💬

NDFDgenByDay - US Weather Forecast by Day
This chapter provides a quick introduction of the free Web service, NDFDgenByDay. Topics include usage description of NDFDgenByDay; request message sample; response message sample.
2022-10-01, ∼275🔥, 0💬

Passing Parameters to Methods
This chapter provides tutorial examples and notes on passing parameters to methods. Topics include types of parameters: value parameters, reference parameters, output parameters, and parameter arrays.
2022-10-01, ∼275🔥, 0💬

What Is Partial Method?
A quick introduction is provided on 'partial' method, which declares the method definition in one partial class, and method signatures in other partial classes.
2022-10-01, ∼275🔥, 0💬

URL Encoding on HTML Form Data - Firefox
This section provides a tutorial example on how Internet Explorer (IE) 7.0 is applying URL encoding on HTML form input data. Firefox uses application/x-www-form-urlenco dedencoding.
2022-10-01, ∼275🔥, 0💬

MySQL Server Administration
This chapter provides tutorial notes on MySQL server administration. Topics include 'SHOW' statement to display all types of information; capturing and analyzing slow queries; suggestions on slow queries; troubleshooting server performance.
2022-10-01, ∼275🔥, 0💬

Install MySQL Database Server on CentOS
This section provides a tutorial example on how to install MySQL 8.0 server on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼275🔥, 0💬

<< < 155 156 157 158 159 160 161 162 163 164 165 > >>   ∑:8894  Sort:Date