<< < 320 321 322 323 324 325 326 327 > >>   ∑:7836  Sort:Rank

Sending and Receiving Cookies - Example
This section provides a tutorial example on how to set and send a cookie with the setcookie() function, and how to receive a cookie with the $_COOKIE array.
2015-10-31, 3048🔥, 1💬

💬 2015-10-31 asbak hussain: very useful thnks

Input Text Data from Web Forms
This chapter provides tutorial notes on input text data from Web forms. Topics include creating Web form; receiving input text data with PHP the $_REQUEST array; input text data in ASCII, Latin1 and UTF-8 encoding; entering Latin1 characters with Alt keycodes.
2015-10-29, 390🔥, 2💬

SslContextTest.java - javax.net.ssl.SSLContext Class Test
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.SSLContext class.
2015-10-28, 1311🔥, 1💬

JDBC-ODBC Bridge Driver - Flat Text Files
This chapter provides tutorial notes on using JDBC-ODBC Bridge to access data stored in flat text files. Topics include creating tab delimited data files; creating and configuring DSN for flat data files; running queries on flat files.
2015-10-27, 100🔥, 1💬

What Is scrrun.dll?
This section describes what is scrrun.dll - the Scripting Runtime DLL (Dynamic Link Library) provided by Microsoft with 6 classes: Dictionary, FileSystemObject, Drive, Folder, File, and TextStream.
2015-10-23, 6857🔥, 2💬

💬 2015-10-23 Herong: Hi Derek, I think scrrun.dll is automatically loaded in Outlook. Try this in you macro: Set fs = CreateObject("Scripting.FileSys...

💬 2015-10-22 Derek: how do I give an outlook macro access to scrrun.dll?

Chinese Zodiac Animal Signs
This chapter provide some details of Chinese zodiac animal signs.
2015-10-22, 311🔥, 1💬

Location: - Forcing the Browser to Redirect to Another URL
This section provides a tutorial example on how to insert the 'Location:' header line in a HTTP response to tell the browser to do a URL redirect - Send a HTTP request to the specified ULR immediately.
2015-10-21, 666🔥, 4💬

💬 2015-10-21 George: Does anyone know how to tell IIS to NOT do this?

💬 2015-10-21 George: I believe it is IIS changing the contents

💬 2015-09-24 Herong: Hi Robert, you are probably right. I will compare it with the Apache server.

💬 2015-09-23 Robert: This is an issue in IIS, not php.

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, 485🔥, 1💬

Startup Programs Removal for Better System Performance
This chapter provides a quick introduction of system startup programs. Topics include system performance affected by startup programs, listing startup program with HijackThis, locations of startup program settings, removing startup program setting from Windows registry and startup folders.
2015-10-19, 314🔥, 1💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2015-10-14, 1624🔥, 1💬

💬 2015-10-14 reza: this is greate

Validating a Certificate Path with OpenSSL
This section provides a tutorial example on how to perform validation of a certificate path with the 'openssl verify' command.
2015-10-14, 24428🔥, 5💬

💬 2015-10-14 Herong: Karnan, if the issuer is a root CA, issuer certificate should be in your trusted certificate store. If the issuer is an intermed...

💬 2015-10-13 karnan: how to get issuer certificate

💬 2015-09-02 Liang: Thanks, Yang, This is a very helpful for understanding the basic concept of Crypto/SSL.

💬 2015-08-14 Chris: If you have to specify an intermediate as trusted, that means the intermediate is not qualified to be a signer.

💬 2015-08-12 Aleksandar Kostadinov: I see a strange thing: openssl verify -CApath . &lt;(cd /tmp ; cat server.pem intermediate.pem) That does not work if interm...

Cipher - Secret Key Encryption and Decryption
This chapter provides tutorial notes and example codes on the cipher process. Topics include the cipher process - data encryption and decryption; the cipher class, javax.crypto.Cipher; the cipher sample program and test results with Blowfish and DES encryption algorithms.
2015-10-13, 362🔥, 1💬

Microsoft Management Console (MMC)
This section describes the Microsoft Management Console (MMC), which can be used to create a console to manage certificate stores on Windows systems.
2015-10-11, 1015🔥, 1💬

💬 2015-10-11 koloraza: mistratra betsaka fa tena tsra ny ataonao ry namamana

opendir.pl - Sample Program to Read Directories
This section provides a tutorial example on how to open the current directory using opendir() function and read its file names using readdir() function.
2015-10-10, 500🔥, 2💬

💬 2010-11-19 Herong: Kim, I am not sure if you were talking about the opendir.pl script. If yes, reading the root directory can be done by: opendir(D...

💬 2010-11-18 Kim: I learned alot from your directory tutorials- how can I change this to read the root directory opposed to the default perl one?

"Unexpected subelement ..." Error from the Stub Class
This section provides a tutorial example on how to troubleshoot and resolve the 'Unexpected subelement ...' error occurred in the stub class. The root cause of the error is the namespace on sub elements of the response SOAP Body does not match what defined in the WSDL document.
2015-10-10, 3897🔥, 5💬

💬 2011-03-19 Jose Eduardo: Sorry for wasting your time, I think i got the solution... first i got the Date error because I change the order of the data ser...

💬 2011-03-19 Jose Eduardo: Yes, indeed... please, I don't know if it's a problem of wso2 cache of anything else, i've tried almost everything...

💬 2011-03-16 Herong: Jose, Are you referring to the error and fix discussed in "Unexpected subelement ..." Error from the Stub Class ?

💬 2011-03-16 Jose Eduardo: I saw your article about a "bug" on the client generated code of a web service at WSDL2Java Unexpected subelement Error from Stu...

Microsoft JDBC Driver - Query Statements and Result Sets
This chapter provides tutorial notes on running query statements and working with result sets with Microsoft JDBC Driver. Topics include creating statement objects; executing SQL query statements; retrieving ResultSet objects; looping through result set; obtaining field values from the result sets.
2015-10-09, 115🔥, 2💬

SWF Files for Video and Audio Streams
This chapter provides tutorial notes and example codes on SWF files for video and audio streams. Topics include SWF file structure for video and/or audio streams; installing FFmpeg to manipulate video/audio streams; 'ffprobe' to view video/audio stream properties; 'ffplay' to play stream SWF files; ...
2015-10-09, 950🔥, 2💬

💬 2015-10-09 Herong: Eduardo, what texts are you referring to?

💬 2015-10-08 Eduardo: when I convert a swf file does not show the texts

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2015-10-09, 1566🔥, 2💬

💬 2015-10-09 Herong: Rakesh, Welcome to the Perl world!

💬 2015-10-07 Rakesh Patowary: I am new in Perl scripting

Message Digest Algorithm Implementations in JDK
This chapter provides tutorial notes and example codes on message digest algorithm implementation. Topics include JCA (Java Cryptography Architecture) package; java.security.MessageDigest class; MD5 and SHA message digest program; message digest output comparison.
2015-10-06, 301🔥, 2💬

SOAP Message Structure
This chapter provides descriptions of SOAP message structures and sample messages.
2015-10-06, 449🔥, 1💬

Compiling C# Source Code Files
This chapter provides tutorial examples and notes on C# compiler options. Topics include compiling C# source code with multiple classes in a single source code file and multiple source code files; generating .NET library files.
2015-10-03, 647🔥, 1💬

💬 2015-10-03 koko: good

About My Samsung Galaxy Tab 3 Mini Tablet
This section provides a tutorial example on how to view basic information on a Samsung Galaxy mini tablet, running Android 4.4.2.
2015-10-02, 1691🔥, 2💬

💬 2015-09-30 Herong: Antonia, you are welcome. Google translation of your comment: "As I can keep my current Minitab. Thank you."

💬 2015-09-29 Antonia Hernandez: Como puedo mantener mi minitab actualizada. Gracias

Built-in String Functions
This section provides a list of commonly used built-in string functions.
2015-10-01, 775🔥, 1💬

💬 2015-10-01 Kalu khan: Very nice

Chinese Character String with Big5 Encoding
This section provides information on handling Chinese character string literals in Big5 encoding.
2015-09-29, 2976🔥, 1💬

💬 2015-09-29 你好: 你好

<< < 320 321 322 323 324 325 326 327 > >>   ∑:7836  Sort:Rank