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

AndroidWeb - My Own Web Browser
This section provides a tutorial example on how to make my own Web browser, AndroidWeb, to work. The INTERNET permission needs to added to the Android project manifest file.
2022-10-01, ∼280🔥, 0💬

HttpsClient.java Failed with JDK 1.8
This section provides a tutorial example showing HttpsClient.java failed to complete the communication at the application level. But it works with SSL debug mode turned on.
2022-10-01, ∼280🔥, 0💬

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

Examples of XSD and XML Files with Errors
This section provides an example XML file associated with an example XML Schema file (XSD). The XML file contains some errors intentionally for see how XML validation tools report them.
2022-10-01, ∼280🔥, 0💬

System.Diagnostics.FileVersionInfo Class
This chapter provides tutorials and notes on System.Diagnostics.FileVersion Infoclass provided by .NET Framework to retrieve version information on Portable Executable (PE) files, .exe and .dll files. Topics include introduction to FileVersionInfo; creating FileVersionInfo objects; printing out file...
2022-10-01, ∼280🔥, 0💬

PHP Built-In Implementation of Base64
This section provides a test program for the default PHP implementation of the Base64 encoding algorithm - base64_encode() and base64_decode() functions.
2022-10-01, ∼280🔥, 0💬

Table Column Types for Different Types of Values
This chapter provides tutorial notes on table column types. Topics include column types for character strings, bit strings, exact numbers, approximate numbers, data and time values.
2022-10-01, ∼280🔥, 0💬

Summary
This section provides a quick summary on inputting Chinese characters into MySQL database through Web forms.
2022-10-01, ∼280🔥, 0💬

"block" with Mixed Content
This section provides a tutorial example showing a 'block' with mixed content of text and child block-level formatting objects. Text will be processed in child blocks first. Then all child blocks will be stacked to produce the final parent block.
2022-10-01, ∼280🔥, 0💬

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

Tools and Utilities
This chapter provides introductions and tutorial on Linux tools and utilities. Topics include installing Tesseract OCR engine.
2022-10-01, ∼280🔥, 0💬

Password Digest Validation Program
A Java program, WsuPasswordDigestValidation.ja va,is provided in this tutorial to demonstrate how the WSU Password Digest value is calculated. It can also be used to manually valid any WSS request that uses the Username Token.
2022-10-04, ∼279🔥, 0💬

Installing Application to Tablet using "adb -d install"
This section provides a tutorial example on how to install the debug package of my 'HelloAndroid' application to my Samsung tablet using the 'adb -d install' command through the USB debugging interface.
2022-10-01, ∼279🔥, 0💬

Archived: Redefine Text in Resource Files
This section describes how the text message string of the TextView gets redefined in the resource file, main.xml.
2022-10-01, ∼279🔥, 0💬

Secret Key Generation and Management
This chapter provides tutorial notes and example codes on secret keys. Topics include secret keys for Blowfish, DES, or HmacMD5 encryption algorithms; key generator class; test program to generate secret keys and save them in files.
2022-10-01, ∼279🔥, 0💬

What Is Localization / Internationalization
This section describes what is localization and internationalization. Locale is a concept that defines geographical and cultural specific preferences on the user interface.
2022-10-01, ∼279🔥, 0💬

Chinese Characters in String Literals - GB2312 Encoding
This section provides a tutorial example on how enter and use Chinese characters PHP string literals using GB2312 encoding. The PHP script file should be stored in GB2312 format.
2022-10-01, ∼279🔥, 0💬

Archived: Configuration for php_mysql.dll Library
This section provides a tutorial example on how to configure the PHP engine for MySQL server connection access. Setting, extension=php_mysql.dll, needs to be turned in the configuration file php.ini.
2022-10-01, ∼279🔥, 0💬

ECMAScript Language Specification
This section provides a quick description of the ECMAScript Language Specification and its version history.
2022-10-01, ∼279🔥, 0💬

XSD Schema Validator on XML DOM Object - Errors
This section provides some errors from the XSD schema validation process on invalid XML files represented in Document objects using the JAXP API.
2022-10-01, ∼279🔥, 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, ∼279🔥, 0💬

JVM Architectures and Components
This section presents a JVM architecture and components shared by most JVM implementations.
2022-10-01, ∼279🔥, 0💬

Miscellaneous Built-in Datatypes
This chapter provides notes and tutorial examples on miscellaneous built-in datatypes. Topics include introduction of anyURI, QName, NOTATION, base64Binary, hexBinary, float, double and boolean datatypes; sample XSD documents and XML documents showing how to use them.
2022-10-01, ∼279🔥, 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, ∼279🔥, 0💬

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