<< < 195 196 197 198 199 200 201 202 203 204 205 > >>   ∑:9067  Sort:Rank

Validating XML Documents Against Specified XML Schemas
This chapter provides tutorial notes and example codes on XML validation against XSD schemas. Topics include using JDK to load XSD file; creating Validator; validating XML DOM or SAX source objects; validating XML while parsing using XMLReader interface; installing Xerces-J package.
2022-10-01, ∼441🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼441🔥, 0💬

Creating MySQL Windows Service
Tutorial example on how to create MySQL Windows Service with the 'mysqld --install' command. You can start MySQL server by start the MySQL service.
2022-10-01, ∼441🔥, 0💬

"adduser/usermod/userdel" - Commands to Manage Users
This section provides a tutorial example on how to adding a new user, modifying a user setting to join a group, deleting user's login access and removing his home directory.
2022-10-01, ∼441🔥, 0💬

LDIF File Format
Describes LDIF (LDAP Data Interchange Format) - a text file format to represent LDAP data entries and change requests. LDIF files are widely used by tools to manage LDAP server databases.
2022-10-01, ∼441🔥, 0💬

Receiving Non ASCII Characters in UTF-8 Encoding
This section provides a tutorial example on how enter non-ASCII characters in HTML forms and receive them correctly with the GET method. The HTML form is using the Unicode UTF-8 encoding.
2022-10-01, ∼440🔥, 0💬

Solar Terms Used in Chinese Calendar
This section describes solar terms are used in Chinese calendar.
2022-10-01, ∼440🔥, 0💬

simple-page-master Attributes and Sub Elements
This section describes attributes and sub elements of simple-page-master: master-name is the only required attribute and region-body is the only required sub element.
2022-10-01, ∼440🔥, 0💬

Elliptic Curves with Singularities
This section describes elliptic curves with singularities where curves are not smooth.
2022-10-01, ∼440🔥, 0💬

Output of "ant -verbose debug" - Android SDK R17
This section describes the output of the 'ant -verbose debug' command, which provides more details how each of 'aidl', 'aapt', 'javac', 'dex', 'apkbuilder' and 'zipalign' tools are invoked in the Ant build process in Android SDK R17.
2022-10-01, ∼439🔥, 0💬

SOAP 1.2 Message Styles and Encoding Options
This section describes the SOAP message styles, document vs. rpc, and encoding options, literal vs. encoded. Message style is specified using style='rpc|document' attribute. Message encoding option is specified using use='literal|encoded' attribute.
2022-10-01, ∼439🔥, 0💬

What Is a Star
This section describes what is a star.
2022-10-01, ∼439🔥, 0💬

XEP Font Configuration Settings
This section describes RenderX XEP font configuration settings defined in the xep.xml file. Adobe Base-14 and some Windows fonts are predefined.
2022-10-01, ∼439🔥, 0💬

Configuring and Sending Out Emails
This chapter provides tutorial examples and notes about sending emails. Topics include setting up Windows IIS as a SMTP mail server, configuring PHP to use mail() function, 'sendmail' program or SMTP/SMTPS protocols, write PHP scripts to send out emails with PHPMailer package.
2022-10-01, ∼438🔥, 0💬

Java File Types and Related Tools
This section summarizes file types used to build Java applications and related tools to generate and manage these files.
2022-10-01, ∼438🔥, 0💬

XML Schema Processors
This section describes XML Schema processors like Xerces2 and XML Spy.
2022-10-01, ∼438🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼438🔥, 0💬

MySQL System Variables for InnoDB Engine
This section describes some important MySQL system variables that control the behavior of the InnoDB storage engine.
2022-10-01, ∼438🔥, 0💬

Introduction of Area Model
This chapter provides tutorial notes and example codes on XSL-FO area model. Topics include introduction of area model, area geometrical properties, inline stacking, block stacking, etc.
2022-10-01, ∼438🔥, 0💬

Character Set Encoding Maps - CP1252/Windows-1252
This section provides a tutorial example of analyzing and printing character set encoding maps for encoding: CP1252/Windows-1252, the default encoding for JDK on Windows systems.
2022-10-01, ∼437🔥, 0💬

Adding JDK "bin" Directory to Path Setting
This section provides a tutorial on how to add JDK 'bin' directory to the 'path' system environment variable.
2022-10-01, ∼437🔥, 0💬

PHP Scripts Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing PHP scripts communicating with HTTPS servers. Topics include configuring the OpenSSL module; using file_get_contents(), fopen(), fsockopen() and stream_socket_client() functions with OpenSSL; setting 'verify_peer' SSL context option t...
2022-10-01, ∼437🔥, 0💬

What Is XEP?
This section describes RenderX XEP, which is an XSL processor developed by RenderX that allows you to perform XSLT (XSL Transformations) and process XSL-FO (XSL Formatting Objects) to paged output devices. RenderX does offer XEP Free Person edition.
2022-10-01, ∼437🔥, 0💬

The SSL (Secure Socket Layer) Protocol
This chapter provides tutorial notes and example codes on the SSL (Secure Socket Layer) protocol. Topics include introduction of the SSL (Secure Socket Layer) protocol; JSSE (Java Secure Socket Extension) package; test program to create default SSL sockets; testing the javas.net.ssl.SSLContext class...
2022-10-01, ∼436🔥, 0💬

<< < 195 196 197 198 199 200 201 202 203 204 205 > >>   ∑:9067  Sort:Rank