<< < 228 229 230 231 232 233 234 235 236 237 238 > >>   ∑:9022  Sort:Rank

1995 - PHP: Hypertext Preprocessor Created by Rasmus Lerdorf
This chapter provides some history of PHP: Hypertext Preprocessor created by Rasmus Lerdorf. PHP is now a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
2022-10-01, ∼312🔥, 0💬

FROM Clause of a SELECT Statement
A tutorial example is provided on how to use the FROM clause to provide tables, filters, aggregations and sorting order to SELECT statements.
2022-10-01, ∼312🔥, 0💬

Stored Procedure Parameters
This section provides tutorial examples on how to stored procedure parameters to pass data into procedures and return data back to calling statements.
2022-10-01, ∼312🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼312🔥, 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, ∼312🔥, 0💬

What Is Bitcoin Mining
This section describes what is Bitcoin Mining.
2022-10-01, ∼312🔥, 0💬

"spindump" Processes - Dump Memory Contents
This section describes 'spindump' processes, which are created by the operating system to catch hang (not responding) application processes and save their memory contents as dump files.
2022-10-01, ∼312🔥, 0💬

References
This section provides a list of reference materials used in this book.
2022-10-01, ∼312🔥, 0💬

"tmux" - Terminal Multiplexer
This section provides a tutorial example on how to use 'tmux' tool to manage multiple shells as windows and panes in a single terminal. 'tmux' automatically keeps all shells running when the terminal is disconnected.
2022-10-01, ∼312🔥, 0💬

Install MySQL Database Server on CentOS
This section provides a tutorial example on how to install MySQL 8.0 server on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼312🔥, 0💬

android.os.Environment Class - Environment Folders
This section provides tutorial example on how to display environment folders: data, external storage, download cache, and root folders using the android.os.Environment class.
2022-10-01, ∼311🔥, 0💬

USB Debugging Applications on LG-P925g Phone
This chapter provides tutorial notes on debugging application on LG-P925g phone. Topics include installing LG USB device driver on Windows; Turning on USB debugging interface on LG-P925g phone; running 'adb -d' commands on USB connected device; installing application through USB connection; Android ...
2022-10-01, ∼311🔥, 0💬

Data Literals Examples for Integer, String and Other Data Types
This section provides a tutorial example on how to use data literals for various data types: TRUE, FALSE, and NULL; decimal, octal and hexadecimal numbers; floating point number format; single quoted, double quoted, and heredoc strings.
2022-10-01, ∼311🔥, 0💬

Using Non-ASCII Characters in HTML Documents
This chapter provides tutorial examples and notes about non-ASCII characters in HTML documents. Topics include basic rules on using non-ASCII characters in HTML documents; examples of using French characters with UTF-8 and ISO-8859-1 encodings; examples of using Chinese characters with UTF-8 and GB2...
2022-10-01, ∼311🔥, 0💬

Archived: Get_Temperature.php - First Example of SOAP
This section provides a tutorial example on how to use the SOAP extension to call a Web service provided by xmethods.org to get the current temperature.
2022-10-01, ∼311🔥, 0💬

Installing Server Certificate Permanently in IE
This section provides a tutorial example on how to install the certificate provided by a 'https' Website in IE. The certificate can be installed into a certificate store automatically selected by IE.
2022-10-01, ∼311🔥, 0💬

Introduction to Objects
This chapter provides introductions and tutorial examples on the 'Object' data type in JavaScript. Topics include creating 'Object' objects; adding and retrieving properties; adding and running methods; named and indexed properties; comparing arrays with objects.
2022-10-01, ∼311🔥, 0💬

Mouse Click Handler at the Frame Level
This section provides a tutorial example on how to create a button to handle actions by adding the MouseAdapter interface to the frame that contains the button component.
2022-10-01, ∼311🔥, 0💬

DOM API - The "window" Object
This section provides a quick description of the 'window' object of the DOM API. A tutorial example is provided on changing browser window size through the 'window' object.
2022-10-01, ∼311🔥, 0💬

What Is XSLT (XSL Transformations)
This section describes XSLT (XSL Transformations) - a language that allows you to write a stylesheet to describe rules for transformation a source XML document into a result text document. 'stylesheet', 'template' and 'apply-templates' are 3 basic XSLT statements.
2022-10-01, ∼311🔥, 0💬

XML-to-JSON Conversion Tool at onlinexmltools.com
This section provides a tutorial example on how to use an online XML-to-JSON conversion tool at onlinexmltools.com. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, ∼311🔥, 0💬

Creating SoapUI Test Projects
This section provides a tutorial example on how to create test projects with TestSuite, TestCase and TestSteps in SoapUI.
2022-10-01, ∼311🔥, 0💬

WWW and First Web Server
This section provides a quick introduction of WWW (World Wide Web) and the first Web server developed by Tim Berners-Lee in 1991.
2022-10-01, ∼311🔥, 0💬

Crypt::CBC Secret Key and IV Algorithm
The algorithm used in Crypt::CBC is described for deriving the secret key and the IV from a passphrase and a salt. It is using the MD5 hash function 4 times recursively on the combination of the passphrase and the salt to produce bytes to populate the secret key and the IV.
2022-10-01, ∼311🔥, 0💬

<< < 228 229 230 231 232 233 234 235 236 237 238 > >>   ∑:9022  Sort:Rank