<< < 135 136 137 138 139 140 141 142 143 144 145 > >>   ∑:9020  Sort:Date

Using DML to Insert, Update and Delete Records
This chapter provides tutorial notes on DML (Data Manipulation Language) statements. Topics include INSERT, UPDATE, and DELETE statements; inserting records into tables; updating records in tables; delete records from tables.
2022-10-01, ∼345🔥, 0💬

Configuring and Testing SOAP Extension
This section provides a tutorial example on how to configure and test SOAP Extension with a WSDL 2.0 document. It fails with an error.
2019-07-19, ∼345🔥, 1💬

Localization Overview of Web Applications
This chapter provides tutorial examples and notes about Web application localization. Topics include what is localization; software components in Web applications; travel paths of output and input character strings; outputting ASCII character from PHP scripts.
2018-04-01, ∼345🔥, 1💬

💬 2018-04-01 Jeremy Fish: a great way to learn how to deal with software encoding.

What Is an Array?
This section provides an introduction of what is an array. VBScript supports fixed size arrays and dynamic size arrays.
2022-10-01, ∼344🔥, 0💬

InnoDB Storage Engine - Primary and Secondary Indexes
This chapter provides tutorial notes to demonstrate how InnoDB stores data rows, the primary index, and secondary indexes.
2022-10-01, ∼344🔥, 0💬

Crypt::CBC Prepending IV to Ciphertext
A tutorial Perl example is provided to show how to use Crypt::CBC to prepend the IV value to the ciphertext, if IV is specified by the user. This saves the effort to pass the IV to receiver separately from the ciphertext.
2022-10-01, ∼344🔥, 0💬

"reg.exe" - Query Registry Keys and Values
This section provides a tutorial example on how to query registry keys and values with the 'query' command of the 'reg.exe' program.
2023-12-12, ∼343🔥, 1💬

💬 2023-12-12 JOGA: hi, good job how i del firefox, unistall in appdata. FOR /F "skip=2 tokens=2,*" %%A IN ('reg.exe query "HKEY_CURRENT_USER\Softwa...

Visio 2010 UML Model Diagram Template
This section provides a tutorial example on how to load UML Model Diagram template in MS Visio 2010 to use built-in shapes to crate UML diagrams.
2022-10-06, ∼343🔥, 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, ∼343🔥, 0💬

javadoc - The Java Document Generator
This chapter provides tutorial notes on 'javadoc', the Java document generator. Topics include list of 'javadoc' command options, running 'javadoc' command to generate API document for a single class, and a package of classes; using 'javadoc' command options to specify directories for source/class/d...
2022-10-01, ∼343🔥, 0💬

What Is PHP SOAP Extension
This section describes the PHP SOAP Extension and its features: support of WSDL 1.1, SOAP 1.1, SOAP 1.2, HTTP, and HTTPS.
2022-10-01, ∼343🔥, 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, ∼343🔥, 0💬

SocketClient.java - A Simple Client Socket Application
This section provides a tutorial example on how to write a network application, SocketClient.java, that creates a client socket, connects to a remote socket server, sends and receives text messages.
2022-01-09, ∼343🔥, 0💬

Building Back-of-Book Indexes
This section provides a tutorial example on how to build a clickable back-of-book indexes with hyperlinks using index-key attributes and index-page-citation-list formatting objects.
2023-03-09, ∼342🔥, 1💬

💬 2023-03-09 Henrik Laurell: this code example does not show any pagenumbers for some reason ? ...

ECMAScript Language Specification and JavaScript Dialects
This chapter provides introductions and tutorial examples on the ECMAScript language specification and JavaScript dialects. Topics include history of JavaScript; versions of dialects: LiveScript, JavaScript, JScript, JScript .NET; interface with host environments; automatic semicolon insertion.
2022-10-01, ∼342🔥, 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, ∼342🔥, 0💬

AWT (Abstract Windows Toolkit)
This chapter provides tutorial JDK AWT (Abstract Windows Toolkit). Topics include introduction of AWT classes; creating and closing AWT frames; drawing graphics on components; creating labels and buttons; Text field and action listeners; using menu bar, menu and menu items.
2022-10-01, ∼342🔥, 0💬

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

"Dim x()" - Dynamic-Size Array Example
This section provides a tutorial example on how to declare a dynamic-size array 'Dim x()'. 'ReDim x(n)' statement must be used on to set the size of a dynamic-size array before it can be used.
2022-10-01, ∼342🔥, 0💬

Archived: GC Test - Client vs. Server
This section provides a tutorial example on testing garbage collection by comparing performances between HotSpot Server VM and HotSpot Client VM.
2022-10-01, ∼342🔥, 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, ∼342🔥, 0💬

"Legacy SunEC curve disabled" Error
This section provides a tutorial example on how to resolve the 'Legacy SunEC curve disabled' error and get short and insecure EC private-public key pairs.
2022-10-01, ∼342🔥, 0💬

Full Version in PDF/ePUB
This section provides information on how to obtain the full version of this book in PDF, ePUB, or other formats.
2024-01-23, ∼341🔥, 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, ∼341🔥, 0💬

<< < 135 136 137 138 139 140 141 142 143 144 145 > >>   ∑:9020  Sort:Date