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

Viewing Encoded Text Files in Web Browsers
This section provides a tutorial example on how to view text files with different encodings with Web browser Internet Explorer. The encoded text file should be modified to add proper HTML tags using the sample program EncodingHtml.java.
2022-10-01, ∼314🔥, 0💬

What Is a Session
This section describes the session concept used by Web server side applications. A Web session represents a series of HTTP requests and responses exchanged between a browser and a Web server. Usually, a cookie is used to carry the ID of a Web session.
2022-10-01, ∼314🔥, 0💬

ShowPhoto.php - Simple Slid Show Script
This section provides a tutorial example on how to display image files in a directory in a slide show format. The getimagesize() function is used to retrieve image sizes from image files.
2022-10-01, ∼314🔥, 0💬

Archived: MySqlLoop.php using php_mysql.dll Library
This section provides a tutorial example on how to use MySQL functions to connect to a MySQL server, and run SQL statements to create a table, insert rows and fetch rows with the MySQL server.
2022-10-01, ∼314🔥, 0💬

HotSpot Memory Usages on Windows Systems
This section provides a tutorial example on how to check HotSpot memory usages on Windows systems using the Runtime class.
2022-10-01, ∼314🔥, 0💬

Xsd11SchemaValidator.java XSD 1.1 Test Result
This section provides a tutorial example on validating XML documents with XSD 1.1 schema using 'Xerces2 (XML Schema 1.1)' version.
2022-10-01, ∼314🔥, 0💬

Glossary
List of terms and their definitions used in this book.
2022-10-01, ∼314🔥, 0💬

Arithmetic Operations
This section describes arithmetic operations: Multiplication, Division, Addition, and Subtraction.
2022-10-01, ∼314🔥, 0💬

Passing Parameters to Methods
This chapter provides tutorial examples and notes on passing parameters to methods. Topics include types of parameters: value parameters, reference parameters, output parameters, and parameter arrays.
2022-10-01, ∼314🔥, 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, ∼314🔥, 0💬

Numeric Literal Evaluation Examples
This section provides tutorial examples on how numeric literals are evaluated to values of different datatypes.
2022-10-01, ∼314🔥, 0💬

Use StoneMIND Collector on Windows
This section provides a tutorial example on how to use StoneMIND Collector client on a Windows computer to capture and recognize any molecule diagrams on the screen.
2022-10-01, ∼314🔥, 0💬

Installing Microsoft SQL Server Express Edition
This section describes how to download and install Microsoft SQL Server Express Edition.
2022-10-01, ∼314🔥, 0💬

Running Python Scripts on Linux Systems
This chapter provides introductions and tutorial examples about running Python scripts on Linux systems. Topics include installing PHP engine on CentOS Linux systems; installing missing Python packages/modules with 'pip3' command.
2022-10-01, ∼314🔥, 0💬

"HelloAndroid" - First Android Project
This section provides a tutorial example on how to create the first Android project, HelloAndroid, using the 'android' command. Java source file and resource files are automatically created.
2022-10-01, ∼313🔥, 0💬

AndroidView v4.0 - Inserting Views to Parent Layout
This section provides a tutorial example on how to identify and reference layouts or views defined the layout resource file. This is needed to mix layouts and views created in Java code with those defined in the resource file.
2022-10-01, ∼313🔥, 0💬

Archived: Installing Android Platform 4.0.3 and Libraries
This section provides a tutorial example on how to install Android platform libraries and tools using Android SDK Manager.
2022-10-01, ∼313🔥, 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, ∼313🔥, 0💬

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

About CAcert.org
This section describes the CAcert.org, a non-profit organization that issues certificates for free.
2022-10-01, ∼313🔥, 0💬

"*" - Arithmetic Multiplication Operation
This section provides some detail rules and a tutorial example on how arithmetic multiplication operation works in VBScript.
2022-10-01, ∼313🔥, 0💬

The "Thread" Class - Creating Thread Objects With Thread Sub Classes
This section provides a tutorial example on how to create new threads with your own classes extended from the 'Thread' class. You need to override the run() method in your own classes.
2022-10-01, ∼313🔥, 0💬

Multiple Tags Working Together
This chapter provides tutorial notes and example codes on multiple tags working together. Topics include creating multiple tag classes to be used as nested custom tags; the Loop tag and Break tag example; sharing data between multiple tags.
2022-10-01, ∼313🔥, 0💬

Discontinued: GetMortgagePayment - Calculate Mortgage Payment
This chapter provides a quick introduction of the free Web service, GetMortgagePayment, returning the monthly mortgage payment amount for a given loan amount, number of years and intereste rate. Topics include usage description of GetMortgagePayment; request message sample; response message sample.
2022-10-01, ∼313🔥, 0💬

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