<< < 79 80 81 82 83 84 85 86 87 88 89 > >>   ∑:9043  Sort:Date

Processing Web Form Input in UTF-8
This section describes how to display a Web form and process form input data in UTF-8.
2015-10-20, ∼620🔥, 1💬

Inserting CLOB Values with SQL INSERT Statements
This section describes how to insert CLOB values as string literals using SQL INSERT statements.
2022-10-01, ∼619🔥, 0💬

Zip Module - Managing ZIP Archive Files
This chapter provides tutorial examples and notes on Zip module for managing ZIP archive files. Topics include introduction of ZipArchive class; creating new ZIP archive; extracting files from ZIP archive; creating directory structure inside ZIP archive; creating ZIP archive in a temporary file with...
2024-07-20, ∼618🔥, 0💬

Creating Your Own Classes
This chapter provides tutorial examples and notes on classes and objects. Topics include defining a new class, instantiating a new object, assigning object reference, initializing and terminating an object, defining properties with 'Public' statements and 'Property' procedures, defining methods with...
2022-10-01, ∼618🔥, 0💬

File Handles and Data Input/Output
This chapter provides tutorial examples and notes about file handles and data input or output. Topics include using open() function to open file handles; using print() to output data; using &lt;file_handle&gt; to input data.
2016-02-19, ∼618🔥, 2💬

💬 2016-02-19 Herong: Thirumaran, Your answer is correct, only if the question is a+b=? ☺

💬 2016-02-15 ThirumaranM: a=6 b=2 so answer is 8

10000: Linear B Syllabary
This section provides a quick summary of the Unicode code point block: 'Linear B Syllabary', which contains 128 code points to represent Linear B Syllabary used in Mycenaean Greek writings.
2024-01-23, ∼617🔥, 0💬

Using HTTPS with Google Chrome
This chapter provides tutorial notes and example codes on using certificates with Google Chrome. Topics include why Web browsers need certificates; viewing the certificate from an HTTPS Web server; saving the certificate from a server to a certificate file; exporting certificates to files.
2022-10-01, ∼617🔥, 0💬

jdb - The Java Debugger
This chapter provides tutorial notes on the Java debugger 'jdb'. Topics include starting 'jdb' to debug an application, running 'jdb' separately from the application, debugging remote application, debugging multi-thread application, listing and switching execution threads.
2022-10-01, ∼617🔥, 0💬

PHP Modules Tutorials - Herong's Tutorial Examples
This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP modules himself. Topics include running PHP scripts on Windows, macOS and Linux; cURL module for getting URL responses; DOM mudule for parsing HTML Documents; GD module for processing ima...
2024-07-20, ∼616🔥, 0💬

MySQLi Module Configuration and Database Access
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.
2024-07-20, ∼616🔥, 0💬

0800: Samaritan
This section provides a quick summary of the Unicode code point block: 'Samaritan', which contains 64 code points to represent Samaritan alphabets.
2024-01-23, ∼616🔥, 0💬

"soap12:binding" - Binding Message Style and Transportation
This section describes 'soap12:binding', a SOAP extension element that specifies the binding message protocol and the transportation protocol, SOAP 1.2 over HTTP, for example.
2022-10-01, ∼616🔥, 0💬

blockchain.com - Bitcoin Blockchain Explorer
This section describes what is blockchain.com as a Bitcoin Blockchain Explorer.
2022-03-10, ∼616🔥, 1💬

💬 2022-03-10 IFO LAUNCHPAD DEVELOPMENT: I really like this blog because it’s very informative and tech related…thanks for sharing...

2FF0: Ideographic Description Characters
This section provides a quick summary of the Unicode code point block: 'Ideographic Description Characters', which contains 16 code points to represent ideographic description characters.
2024-01-23, ∼615🔥, 0💬

2F800: CJK Compatibility Ideographs Supplement
This section provides a quick summary of the Unicode code point block: 'CJK Compatibility Ideographs Supplement', which contains 544 code points to represent additional CJK (Chinese, Japanese and Korean) characters.
2024-01-23, ∼615🔥, 0💬

Generating Username Token with SoapUI
This section provides a tutorial example on how to generate Username token and insert it into SOAP request header by adding outgoing WS-Security configuration entry to request message in SoapUI.
2022-10-04, ∼615🔥, 0💬

NumberToWords - Usage Description
This section describes the free Web service NumberToWords provided by DataAccess.com. NumberToWords allows you to convert a number in digits to English words to help you write the payment amount correctly on a check.
2022-10-01, ∼615🔥, 0💬

2980: Miscellaneous Mathematical Symbols-B
This section provides a quick summary of the Unicode code point block: 'Miscellaneous Mathematical Symbols-B', which contains 128 code points to represent additional mathematical symbols.
2024-01-23, ∼614🔥, 0💬

3040: Hiragana
This section provides a quick summary of the Unicode code point block: 'Hiragana', which contains 96 code points to represent Hiragana syllables used in the Japanese language.
2024-01-23, ∼614🔥, 0💬

AA60: Myanmar Extended-A
This section provides a quick summary of the Unicode code point block: 'Myanmar Extended-A', which contains 32 code points to represent additional Myanmar alphabets used in the Burmese language.
2024-01-23, ∼614🔥, 0💬

Importing Classes Defined in Unnamed Packages
This section provides a tutorial example on how to import classes defined in an unnamed package - done in the same as importing classed defined in named packages with JDK 1.3.1. But it is not allowed with JDK 1.4.1.
2021-08-07, ∼614🔥, 2💬

💬 2021-08-03 Herong: bruce, you need to have Hello.class is in the classpath.

💬 2021-07-31 bruce: D:\javadu>echo %path% C:\Program Files\Java\jdk1.3\bin D:\javadu>javac ImportingHello.java ImportingHello.java:1: cannot resolve...

Introduction to Microsoft Windows
This chapter provides a quick introduction of Microsoft Windows operating systems. Topics include Windows versions and history, top features of Windows 7, end user components of Windows.
2021-03-26, ∼614🔥, 2💬

DOMBrowser.java - DOM Interface Java Example
This section provides a tutorial example on how to parse an XML file and print it back in a tree format using DOM interface in Java - JDK 1.8.
2017-02-22, ∼614🔥, 1💬

💬 2017-02-22 fk: windows blocks dom

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2016-07-21, ∼614🔥, 1💬

<< < 79 80 81 82 83 84 85 86 87 88 89 > >>   ∑:9043  Sort:Date