< 1 2 3 4 5 6 7 > >>   Sort: Rank

setMnemonic() - Setting Keyboard Mnemonics on Menu Items
This section provides a tutorial example on how to use setMnemonic() method to associate mnemonics to menu items. Mnemonics allows user to interact with menu items using keys on keyboard.
2023-04-27, 5216👍, 5💬

💬 2023-04-27 a: thanks

💬 2021-02-05 Hailemelekot: good.

💬 2020-11-20 rose: nic

Creating Module JAR File
This section provides a tutorial example on how to use 'jar --create' command to create a module JAR file to store all class files of a Java module.
2023-04-24, 877👍, 2💬

💬 2023-04-24 Jeff: Append my comments. It actually worked. Didn't realize C in -C is a capital letter and there's a dot in the end.

💬 2023-04-24 Jeff: when I tried --describe-module option, command prompt said no module descriptor found. Derived automatic module. Also, the --lis...

AS3Compile - ActionScript 3 Compiler
This chapter provides tutorial notes and example codes on AS3Compile - An ActionScript 3 compiler developed by the SWFTools team. Topics include compiling ActionScript 3 file with 'AS3Compile' command; extending flash.display.MovieClip class to build a Flash file; adding graphics and texts in MovieC...
2023-04-24, 1241👍, 6💬

💬 2022-12-17 Basris: I loook forward

💬 2022-10-09 ethan liu: pp

💬 2021-03-01 alex: thanks

GUID Generator
This section provides a tutorial example on how to use the GUID Generator operation provided by uuidgenerator.net.
2023-04-22, 289👍, 1💬

💬 2023-04-22 me: Thanks for the info ! I used it to generate unique QR codes by pasting UUIDs into https://rocketfiles.ovh/en/CreateQRC ode.

HTTP Request and Response Raw Data
This section provides a tutorial example on how to view HTTP request and response raw data which includes HTTP header lines.
2023-04-22, 4310👍, 5💬

💬 2023-04-22 NLExecutor: meaningful comments. Thanks! ☺

💬 2023-02-07 myselfs: hello

💬 2020-06-28 Rozak: Hello

Thank You for Your Support
Hello Friend, A copy of the PDF or ePUB version of the requested book will be emailed to you as soon as I received the notification from PayPal. Note that this may take a day or two. If you have any question, please contact me at: herong_yang@yahoo.com. Thanks for you support. Herong
2023-04-16, 65225👍, 7💬

💬 2023-04-16 Anas: I have purchased unicode tutorial pdf version my email anas.nxxxxxxxxcom

💬 2021-11-09 Arun: Hey HeRong, I just purchased a copy of your vbscript tutorials. My email address is arunraj03@****.com

💬 2021-07-27 Raul: Hello, I expect you book very excited because I found it very useful for a begginer. Have a nice day.

💬 2021-06-10 Herong: Kenneth, Document sent on June 9. Thanks again

💬 2021-06-09 Kenneth R. Gardner: Hi I just purchased a PDF copy of XSD Tutorials - Herong's Tutorial Examples. My email address that you can send the PDF to is: ...

(More comments ...)

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.
2023-04-16, 82838👍, 29💬

💬 2023-04-16 Tasaduk: Great it was easy for me to understand on your site thanks once again

💬 2021-07-28 jungkook jeon: very helpful. thank u so much for your explanation

💬 2021-02-14 Herong: Theo, thanks for the nice comment!

💬 2021-02-05 Theo Bruelhart: Dr. Herong Yang: I do appreciate the clarity and simplicity of your explanation. Thank you!

💬 2019-04-08 A compiler is a special program: aler(1);

(More comments ...)

1C80: Cyrillic Extended-C
This section provides a quick summary of the Unicode code point block: 'Cyrillic Extended-C', which contains 16 code points to represent Cyrillic Extended-C alphabets used in the Cyrillic Extended-C language.
2023-04-15, 297👍, 1💬

💬 2023-04-15 EnzoGabriel: What the djagahs

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other formats.
2023-04-15, 2971👍, 10💬

💬 2017-05-24 basha: u r too good

💬 2017-04-15 Herong: You are welcome!

💬 2017-04-01 abdul: Thanks for the book

💬 2016-06-06 Jay: Thanks for the book

💬 2015-11-19 kyawzin: Thank you so much

(More comments ...)

What Is PKCS5Padding?
This section describes what is PKCS5Padding - a schema to pad cleartext to be multiples of 8-byte blocks.
2023-04-12, 45854👍, 33💬

💬 2023-04-12 {"partnerReferenceNo": "APP12345: ok

💬 2023-01-18 Servant of Elon Musk's Regent: You are the chosen one!

💬 2022-11-17 Elon Musk's Regent: mommy

💬 2022-11-14 Elon Musk: Giving away twitter to the first person to reply and call me mommy

💬 2022-10-23 merlyn: hola

(More comments ...)

UTF-16LE Encoding
This section provides a quick introduction of the UTF-16LE (Unicode Transformation Format - 16-bit Little Endian) encoding for Unicode character set. UTF-16LE is a variation of UTF-16.
2023-04-12, 22035👍, 27💬

💬 2023-02-26 diyar: 48bb6e862e54f2a795ffc4e541caed4d

💬 2023-01-05 Mucha chiin: Mamene m'a violax. Je m'exprime enfin.

💬 2022-10-26 ALLAIN DEX NUMBER ONE: Nice

💬 2022-09-13 kilac: qqq

💬 2022-08-14 yeat: Cool

(More comments ...)

UTF-16BE Encoding
This section provides a quick introduction of the UTF-16BE (Unicode Transformation Format - 16-bit Big Endian) encoding for Unicode character set. UTF-16BE is a variation of UTF-16.
2023-04-11, 9230👍, 34💬

💬 2022-08-26 asewathy: 灩捯䍔䙻ㄶ形楴獟楮獴㌴摟潦弸弰㑣〷㘰摽

💬 2022-03-02 Seth Cox: Hello

💬 2022-01-17 oussama: السلام عليكم أبو سعود

💬 2021-10-27 james: Very Helpful. Thanks.

💬 2019-11-25 Remo Harsono: Very helpful information, thanks

(More comments ...)

Relationship between Servlet and JSP
This section describes the relationship between of Servlet and JSP. Most JSP servers (containers) are implemented to support the JSP technology as an extension of the Servlet technology.
2023-04-10, 1009👍, 2💬

UTF-16 Encoding
This section provides a quick introduction of the UTF-16 (Unicode Transformation Format - 16-bit) encoding for Unicode character set. Paired surrogates are used for characters in the U+10000...0x10FFFF range.
2023-04-10, 3733👍, 4💬

💬 2021-11-09 77: *9999

💬 2016-12-28 anson: what a detail of explain. i think i complete understand it. thanks very much.

Install MetaMask Extension for Chrome
This section describes how to install MetaMask extension for Chrome.
2023-04-10, 426👍, 1💬

💬 2023-04-10 mike: you can find more information about metamask extension on my blog https://sites.google.com/metamsklogs .com/metamaskextension/hom...

XML Tools Plugin for Notepad++
This chapter provides notes and tutorial examples on XML Tools Plugin for Notepad++. Topics include downloading and installing Notepad++ and XML Tools Plugin; generating pretty print XML format; XSD validation; XSLT transformation.
2023-04-05, 167474👍, 69💬

💬 2023-04-05 Marcin: great tool

💬 2022-12-03 Herong: Stuart, may be you need to set the output encoding as UTF-8: &lt;xsl:output encoding="UTF-8" ...>

💬 2022-12-01 Stuart: The XML tools are great. I've just tried the XSL Transformation too for an XML-HTML transformation containing Arabic characters ...

💬 2019-09-10 xiaolu: Great tool

💬 2019-08-06 Took: Great

(More comments ...)

"RefillOrder" Web Service - WSDL 1.1 and SOAP 1.1
"RefillOrder" is an XML document based Web service for testing purpose only. High level information about this "Reservation" Web service: WSDL Document: RefillOrder_WSDL_11_SOAP_11_Do cument.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Name: R...
2023-04-04, 2451👍, 1💬

"g++ -I..." and CPATH Environment Variable
This section provides a tutorial example on how to use 'g++ -I...' option and/or CPATH environment variable to specify paths of include header files for GCC compiler.
2023-04-01, 2094👍, 1💬

Storing Non-ASCII Characters in Database
This section describes how to store non-ASCII characters in MySQL database using different character set settings set column, table or database level.
2023-03-31, 378👍, 1💬

11D00: Masaram Gondi
This section provides a quick summary of the Unicode code point block: 'Masaram Gondi', which contains 76 code points to represent the Masaram Gondi script which was created in 1918 by Munshi Mangal Singh Masaram of Madhya Pradesh, India to write the Gondi language, a Dravidian language spoken in ce...
2023-03-27, 230👍, 1💬

💬 2023-03-27 sravan: sravan kumar

16800: Bamum Supplement
This section provides a quick summary of the Unicode code point block: 'Bamum Supplement', which contains 576 code points to represent additional Bamum alphabets used in the Bamum language.
2023-03-26, 334👍, 2💬

GB2312 Encoding for GB2312 Character Set
This section provides a quick introduction of the GB2312 encoding for the GB2312 character set. GB2312 is a 2-byte (8 bits per bytes) encoding.
2023-03-24, 550👍, 2💬

JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver
This chapter provides tutorial notes on the JDBC-ODBC Bridge driver produced by Sun and DataDirect. Topics include loading JDBC-ODBC Bridge driver; creating a DSN (Data Source Name) with a ODBC driver; Connecting to SQL Server with JDBC-ODBC Bridge.
2023-03-23, 28396👍, 29💬

💬 2019-10-15 felipe: um teste de mensagem

💬 2017-09-12 tilahun bekele: good site

💬 2017-08-27 Herong: Can you try to the 32-bit 1.7JDK?

💬 2017-08-24 jaime: Hi I have created a DSN and the test is Ok. I have this program: import java.sql.*; public class OdbcDsnConnection { public stat...

💬 2017-06-27 Herong: Shubhankar, you can download JDK 1.7. It has JDBC-ODBC bridge included.

(More comments ...)

Download and Install PHP 7.3.0 on Windows
This section describes how to download and install PHP 7.3.0 on Windows systems.
2023-03-23, 24763👍, 6💬

💬 2023-03-23 Simon: I need pictures in teaching

💬 2021-09-14 DTR: alright alrigght alright

💬 2017-05-03 harish: this is best site for all students for satup downloading.

💬 2017-05-03 harish: this is good

< 1 2 3 4 5 6 7 > >>   Sort: Rank