<< < 217 218 219 220 221 222 223 224 225 226 227 > >>   ∑:7888  Sort:Rank

Managing File Upload
This chapter provides tutorial examples and notes about managing file upload with PHP. Topics include creating Web form for user to select and submit uploaded files; creating PHP script to process uploaded files on the Web server.
2022-10-01, 176🔥, 0💬

Conditional "if" Statements
This section provides quick descriptions of different flavors of conditional 'if' statements.
2022-10-01, 176🔥, 0💬

WSDL 1.1 Framework and Extensions
This section describes WSDL 1.1 core framework and 4 extensions: SOAP 1.1, HTTP, MIME and SOAP 1.2
2022-10-01, 176🔥, 0💬

What Is an Expression?
This section provides an introduction of what is an expression. A data literal or a variable is a simple expression. A single operation or a group of multiple operations is a complex express.
2022-10-01, 176🔥, 0💬

"Function" Statement and Function Call
This section describes how to define and invoke a function procedure. Assigning a value to the procedure name in the function procedure sets the return value.
2022-10-01, 176🔥, 0💬

GetInteger() - Crash-Free Integer Conversion
This section provides a tutorial example of writing a crash-free code logic to convert a user entered string into a Long integer value. The built-in function CLng() will crash with a string like '3.3e200'.
2022-10-01, 176🔥, 0💬

Use "interface" as Annotation
This section provides a tutorial example on how to use 'interface' type to do the same job, roughly, as 'annotation' type.
2022-10-01, 176🔥, 0💬

"if-then-else" Statements
This section describes 'if-then-else' statements, which is a decision-making statement that executes only one of two its containing block based on the given 'boolean' expression.
2022-10-01, 176🔥, 0💬

What Is Custom Tag
This section describes what is JSP custom tag. A custom tag can be define by the user through the JSP tag extension facility using a Java tag class.
2022-10-01, 176🔥, 0💬

Using Elements Declared in Different Namespaces - Errors
This section describes a tutorial example of incorrect usages of imported element declarations from a different namespace.
2022-10-01, 176🔥, 0💬

Variables and Assignments - Example
This section provides a tutorial example on how to use variables, variable declaration statements, and assignment statements.
2022-10-01, 176🔥, 0💬

Logical Expressions and Conditional Statements
This chapter provides tutorial examples and notes on logical expressions and conditional statements. Topics include examples of logical expressions; 'if' statements and examples; 'switch' statements and examples.
2022-10-01, 176🔥, 0💬

Creating FileInfo Objects
This section provides a tutorial example on how to create a FileInfo object to represent a specific executable file using the FileInfo class constructor FileInfo(fileName).
2022-10-01, 176🔥, 0💬

HelloMySQL.pl - Sample Perl Program to Use MySQL
This section provides a sample Perl program, HelloMySQL.pl, which connects the MySQL server on the local machine, creates a table and inserts a record into the table.
2022-10-01, 176🔥, 0💬

Connection URL Tests on Older MySQL Connector/J
Describes the connection URL format test program and result with older MySQL Connector/J releases.
2022-10-01, 176🔥, 0💬

Performance of Inserting Integers to MySQL Database
This section provides a tutorial example on how to test the performance of inserting integers into MySQL server database using PHP 'mysqli' functions. MySQL server is 100 times slower on my CentOS computer and macOS computer.
2022-10-01, 176🔥, 0💬

Bulk Delete with a Simple Condition
This section provides a tutorial example on bulk deletion with a simple condition on a large table.
2022-10-01, 176🔥, 0💬

Archived: Sending Text in Latin1 Encoding to MySQL 5
This section provides a test on sending non-ASCII character strings to MySQL server in Latin1 encoding.
2022-10-01, 176🔥, 0💬

MySQL Encoding Issue Example
This section provides an example of MySQL server encoding issue with Chinese characters, when incorrectly encoded string is stored in database and wrong character_set_* settings are used.
2022-10-01, 176🔥, 0💬

Sorting Algorithms Implementations in Python
This chapter provides tutorial notes and codes on Python implmentations of different sorting algorithms: Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Quicksort, Selection Sort, and Shell Sort.
2022-10-01, 176🔥, 0💬

Export Copay Wallet to File
This section describes how to export Copay wallet to file.
2022-10-01, 176🔥, 0💬

OutOfMemoryError Comparison of HotSpot and JRockit
This section provides a tutorial example to compare the OutOfMemoryError exception between HotSpot 1.8, 1.7, 1.6 and JRockit 28.2.7.
2022-10-01, 176🔥, 0💬

"login" Processes - Login Window and Services
This section describes 'login' processes, which are created by the operating system to display the login window and provide login services.
2022-10-01, 176🔥, 0💬

Keychain Access - Password Manager
This chapter provides tutorial notes and example codes on Keychain Access as the password manager on macOS. Topics include introduction of Keychain Access; locking and unlocking keychains; managing passwords in keychains, avoiding keychain access popup messages.
2022-10-01, 176🔥, 0💬

<< < 217 218 219 220 221 222 223 224 225 226 227 > >>   ∑:7888  Sort:Rank