<< < 200 201 202 203 204 205 206 207 208 209 210 > >>   ∑:8899  Sort:Rank

Commonly Used Character Sets and Encodings
This section provides a list of commonly used character sets and their encodings.
2022-10-01, ∼330🔥, 0💬

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

.NET Programs Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing .NET programs communicating with HTTPS servers. Topics include using .NET Framework 4.0 System.Net.Request class to connect to HTTPS servers; testing how .NET programs uses root CA certificates from the trusted certificate store; catc...
2022-10-01, ∼330🔥, 0💬

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

Installing Latest JDK on macOS
This section provides a tutorial example on how to download and install the latest version JDK, which includes some nice Java tools, on a macOS system.
2022-10-01, ∼330🔥, 0💬

Hyperlinks, Table of Contents and Indexes
This chapter provides tutorial notes and example codes on hyperlinks, table of contents, and indexes. Topics include introduction of 'basic-link' formatting object; 'internal-destination' and 'external-destination' attributes; building table of contents with hyperlinks; using index-key attributes an...
2022-10-01, ∼330🔥, 0💬

Installing "AboutAndroid" to Samsung Tablet
This section provides a tutorial example on how to install my 'AboutAndroid' application to my Samsung tablet. 'HelloAndroid' needs to be uninstalled first, because both applications share the same Java package name 'com.herongyang'.
2022-10-01, ∼329🔥, 0💬

Encoding Conversion Programs for Encoded Text Files
This chapter provides tutorial notes and example codes on character encoding conversion. Topics include entering Unicode characters with \uxxxx escape sequences; viewing encoded text files in Hex values; converting text files from one encoding to another; viewing encoded text files in Web browsers; ...
2022-10-01, ∼329🔥, 0💬

What Is Swing
This section describes what is Java Swing - a JDK class package that implements a set of components for building graphical user interfaces (GUIs) and adding rich graphics functionality and interactivity to Java applications.
2022-10-01, ∼329🔥, 0💬

What Is JSP (JavaServer Pages)
This section describes what is JSP (JavaServer Pages) - A Web application technology that allows you to generate dynamic data in Web documents with embedded Java statements and other expressions in special tags.
2022-10-01, ∼329🔥, 0💬

Archived: Downloading and Installing JDK 10
This section describes how to download and install JDK 10 on a Windows system.
2022-10-01, ∼328🔥, 0💬

"Select Case" Statement Examples
This section provides a tutorial example on how to use 'Select Case' statements to select one block of statements based on the equal condition of an expected value.
2022-10-01, ∼328🔥, 0💬

XSLT Elements as Programming Statements
This chapter provides tutorial notes and example codes on XSLT programming statements. Topics include introduction of XSLT elements: 'value-of', 'variable', 'for-each', 'if', and 'choose'; example XSLT templates with programming techniques of declaring variables, evaluating expressions, running loop...
2022-10-01, ∼328🔥, 0💬

Substructure Library in Binary and SMILES Formats
This section provides a quick introduction on building molecule libraries in binary and SMILES formats to reduce memory usage. Molecule libraries can be serialized to external files, so they can be restored quickly later.
2022-10-01, ∼328🔥, 0💬

What Is a Font
A font can be considered as an instance of typeface that defines how glyphs of a character set will be displayed or printed.
2022-10-01, ∼327🔥, 0💬

Mozilla Firefox Displaying Certificate Error Page
This section provides a tutorial example showing that Mozilla Firefox fails to validate an HTTPS server certificate and displays a certificate error page.
2022-10-01, ∼327🔥, 0💬

Applying Free Personal Certificate at Comodo
This section provides a tutorial example on how to apply for a free personal email certificate at Comodo.
2022-10-01, ∼327🔥, 0💬

"jdeprscan --list" - List All Deprecated APIs
This section provides a tutorial example on how to use 'jdeprscan --list' command to list all deprecated APIs of a specific JDK release.
2022-10-01, ∼327🔥, 0💬

Submit SOAP Requests to the Server
This section provides a tutorial example on how to submit a test request to the server represented by the port location defined in the WSDL document
2022-10-01, ∼327🔥, 0💬

MenuTest.java - AWT Menu Test Program
This section provides a tutorial example on how to use the java.awt.Menu class to create multiple menus and how to add them to the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2022-10-01, ∼327🔥, 0💬

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

Build Process and Package File Content
This chapter provides tutorial notes on the Android project build process. Topics include Android project folder structure; project build process; Ant automated build command; Android Asset Packaging Tool (aapt); Java compiler (javac); Dalvik Executable (dex) conversion; 'apkbuilder' command for pac...
2022-10-01, ∼326🔥, 0💬

Saving Files in "Unicode (Big-Endian)" Option
This section provides a tutorial example on how to save text files with Word by selecting the 'Unicode (Big-Endian)' encoding option on the file conversion dialog box.
2022-10-01, ∼326🔥, 0💬

Review My Root CA Certificate on macOS
This section provides a tutorial example on how to review my self-signed root CA and make it trusted on macOS using Keychain Access.
2022-10-01, ∼326🔥, 0💬

<< < 200 201 202 203 204 205 206 207 208 209 210 > >>   ∑:8899  Sort:Rank