Tutorial Books:
Downloading and Installing Notepad++ with XML Tools
This section provides a tutorial example on how to download and install Notepadd++ on Windows system; and how to add the XML Tools Plugin in Notepadd++. 2021-02-02, 195256👍, 66💬
💬 2021-02-02 Dina: Thank you. This article is helpful!
💬 2019-04-25 Thierry: thanks a lot, it helps me a lot.
💬 2019-01-26 Herong: HG, Thanks for sharing the download link!
💬 2019-09-10 xiaolu: Great tool
💬 2019-02-07 Ralph Stålberg: Need to format xml to be able to read it
Compilation and Execution Process of C Programs
This section describes steps of the compilation and execution process of C programs: preprocessing, compilation, assembly, linking and loading. 2021-02-14, 69892👍, 27💬
💬 2021-02-14 Herong: Theo, thanks for the nice comment!
💬 2019-04-08 A compiler is a special program: aler(1);
💬 2018-12-22 Ishika Garg: nice
Comments on Herong's Tutorial Books
Please share your general comments on my tutorial books here. Comments should not contain hyperlinks to any external Web sites. 2019-04-22, 61751👍, 188💬
💬 2019-02-15 Julia: Nice website!
💬 2016-02-12 krishna: type conversion topic with example: [URL removed]
"services.msc" - Program Services Console
This section provides a quick description of the Services Console and a tutorial example on how to list all program services. 2019-12-08, 61233👍, 12💬
💬 2019-12-07 hardwick: keep getting error when attenpt to print
💬 2019-10-29 Stan: How can I fix print spooler service is not running
Downloading and Installing JDK 10
This section describes how to download and install JDK 10 on a Windows system. 2019-06-17, 57156👍, 50💬
💬 2019-06-12 sothea: Java is good
💬 2019-05-13 Myo Nyein: don't know
💬 2018-12-23 Thin Ga Ha: Very good
Installing OpenSSL on Windows
This section provides a tutorial example on how to install OpenSSL on a Windows system. 2017-10-29, 46458👍, 18💬
💬 2017-10-29 Max: Te possino! How I obtain the .o, .h files to use like include in my .c mail file?
💬 2017-02-03 Jim: Now run along...
Configuring PHP OpenSSL on Windows
This section provides a tutorial example on how to install and configure the PHP OpenSSL module on Windows systems. PHP OpenSSL is provided as a DLL file called php_openssl.dll. 2020-05-21, 46217👍, 14💬
💬 2020-01-21 Herong: Nietzsche, can you provide the logic for the hasMeaning() function?
💬 2019-10-09 Michael: Thank you! This helped me enable SSL on my PHP install
"OpenSSL" Viewing Certificates in DER and PEM
This section provides a tutorial example on how to use 'OpenSSL' to view certificates in DER and PEM formats generated by the 'keytool -exportcert' command. 2019-10-05, 44506👍, 7💬
💬 2019-10-05 Herong: Fatin, what are you getting from the output?
💬 2019-09-27 Fatin: Please help me, i cannot get it that way
💬 2017-05-27 Herong: Yes, asn1parse is a nice tool. I will add some examples later.
💬 2017-05-23 poshak: MIIC8DCCAIGgAwIBAgIJAM/+E5HIKoWGMAoG ...
💬 2017-05-23 Herong: Poshak, do you need any help with your certificate?
Using java.net.HttpURLConnection to Send SOAP Messages
This section describes steps to follow if you want to use the java.net.HttpURLConnection class to send out a SOAP XML message. 2018-12-21, 40751👍, 13💬
"keytool" Exporting Certificates in DER and PEM
This section provides a tutorial example on how to export certificates in DER and PEM format using the 'keytool -exportcert' command. 2019-02-20, 35352👍, 5💬
💬 2018-09-25 Srinivas: After generating certificate, there are some special characters appended.
💬 2021-01-08 Herong: Abigail, you are welcome!
💬 2021-01-06 Abigail: Thank you so much, just what I needed for my university assignment!
💬 2020-12-05 Herong: Donghua, h is any integer you pick to help generating g.
💬 2020-12-04 Donghua: What's the h means in step three. How to calculate it?
💬 2017-06-17 Herong: Neil, I will try my best. Thanks for the comment.
💬 2017-06-14 Neil Shrestha-Birtch: It helped me! thanks for keeping this resource up.
What Is PKCS5Padding?
This section describes what is PKCS5Padding - a schema to pad cleartext to be multiples of 8-byte blocks. 2021-01-07, 29905👍, 10💬
💬 2021-01-07 Your Name: Please write meaningful comments. Thanks! ☺
💬 2020-11-04 perico: otra vez va a salir trump??
💬 2016-04-04 ankit: this is me.
💬 2019-09-15 Herong: Any more information about this Web service?
💬 2019-09-10 previsualizacion: http://200.54.27.12/wsGetPdf/service s/view?wsdl
JDBC-ODBC - Loading sun.jdbc.odbc.JdbcOdbcDriver
This section describes how to load the JDBC-ODBC Bridge driver class with the Class.forName() method. 2017-06-06, 27556👍, 17💬
💬 2017-06-06 Panther: Need to run mdb server
💬 2017-04-07 Herong: Yaiphaba, Are you referring to the Apache OpenOffice software?
💬 2017-04-02 yaiphaba: ddbc database driver class already installed andopen office
Request Differences between SOAP 1.1 and SOAP 1.2
This section describes differences between a SOAP 1.1 request and SOAP 1.2 request for GetSpeech Web service provided by xmlme.com. 2019-09-19, 26510👍, 4💬
💬 2017-04-06 Syed Mohammad: Very Nice Diffrence highlighter in brief
"sc.exe create/delete" - Create or Delete Services
This section provides a tutorial example on how to create and delete a program service with 'sc.exe' Service Controller command tool. 2019-08-13, 26216👍, 3💬
Playing DAT Files with Windows Media Player
This section describes a tutorial on how to play DAT files directly with Windows Media Player. 2019-07-19, 25504👍, 4💬
💬 2015-11-18 Herong: Sophart, I really appreciate your nice comment.
💬 2015-11-17 Sophart: This, is helping me and provides the best knowledge at all the time.
XSLT Transformation
This section provides a tutorial example on how to perform XSLT (Extensible Stylesheet Language Transformations) using XML Tools Plugin in Notepad++. 2020-07-22, 25011👍, 20💬
💬 2020-07-15 Herong: Does anybody have suggestions for CC?
Popular Posts:
This section provides a tutorial example on how to use the FFmpeg 'ffplay' command to play movie fil...
This section provides a tutorial example on how to download and install JDK 1.8.0 (Java SE 8), which...
This section describes a tutorial example of a complete SOAP application with both server and client...
This section provides a tutorial example on how to check FTP server log file.
This section provides a quick introduction of Web server log files with examples of IIS and Apache s...