<< < 343 344 345 346 347 348 349 350 351 352 353 > >>   ∑:8897  Sort:Rank

"dateTimeStamp" Datatype Values and Representations
This section describes the built-in primitive datatype, 'dateTimeStamp' that represents moments of time in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is required.
2019-07-08, ∼762🔥, 1💬

ActiveX Filtering - Controlling ActiveX on Silverlight
This section provides a tutorial example on how to enable the ActiveX Filtering function in Internet Explorer 10 to stop Microsoft Silverlight Plug-in.
2019-07-05, ∼544🔥, 1💬

References
List of reference materials used in this book.
2019-06-30, ∼522🔥, 1💬

💬 2019-06-30 Wayne: This is very helpful, Thank you!

The Precession - Rotation of Earth's Axis
This section describes the precession, rotation of Earth's axis.
2019-06-30, ∼1223🔥, 2💬

💬 2019-06-30 Herong: Prof. Karwasz, this picture is not copyrighted by me. It was published by an anonymous author.

💬 2019-06-29 Grzegorz Karwasz: Dear Dr Herong Yang, I kindly ask permission to use your picture of Earh's axis precession in my book "Science and Faith". Prof....

Running Perl Scripts on Windows Systems
This section provides a tutorial example on how to run Perl scripts with ActivePerl on Windows systems. To make a Perl script file executable, you need to set the script file name extension to '.pl'.
2019-06-17, ≈13🔥, 2💬

💬 2019-06-16 Herong: Kalcifer, yes, there seems to be an problem with Windows 10 on associating default programs for file extensions. Does anyone hav...

💬 2019-06-14 Kalcifer: Something is wrong on Windows 10, Perl script does not recognize command line parameters. Example: D:\>assoc .pl .pl=PerlScript ...

What Is Ethereum
This section describes what is Ethereum.
2019-06-17, ∼461🔥, 2💬

💬 2019-06-16 Herong: Google translation of Shimon's comment: "I'm developing a Cipher factory that takes the data from Redis".

💬 2019-06-12 Shimon: Sto sviluppando una factory di Cipher che prenda i dati sorgenti da Redis

1DC0: Combining Diacritical Marks Supplement
This section provides a quick summary of the Unicode code point block: 'Combining Diacritical Marks Supplement', which contains 64 code points to represent additional diacritical marks used in conjunction with preceding letters.
2019-06-17, ∼100🔥, 2💬

Sending and Receiving Cookies
This section provides a tutorial example on how to send cookies to the Web browser and receive them back from the Web browser.
2019-06-10, ∼394🔥, 2💬

Table Column Headers and Footers
This section provides a tutorial example on how to create tables with column headers and footers. table-header and table-footer formatting objects should go before table-body formatting object.
2019-06-06, ∼1487🔥, 1💬

💬 2019-06-06 adfasdfas: it doesn't works

Enabling Pop-up Blocker
This section provides a tutorial example on how to enable the Pop-up Blocker and change its settings in Internet Explorer 10.
2019-06-05, ∼1793🔥, 2💬

💬 2019-06-05 Robert Johnson: Nice

💬 2016-02-17 Stoj: Will give it a try. Thanks.

HelloServer.php - First SOAP Server Application
This section describes a tutorial example of a complete SOAP application with both server and client programs.
2019-06-03, ≈19🔥, 4💬

💬 2016-02-15 Sanan: Great !

💬 2016-02-03 ciao: yt

"java --list-modules" - Listing Modules in JDK
This section provides a tutorial example on how to use 'java --list-modules' command to list all modules included in the JDK installation.
2019-06-01, ≈10🔥, 4💬

💬 2019-06-01 Herong: Klaus, it's probably getting them from the C:\Program Files\Java\jdk-10.0.1\lib\modules file. But you can also see a list of mod...

💬 2019-05-24 Klaus: Hi, where does this command get the modules? What is the file they lie in? I'm using CentOS

💬 2019-02-19 Herong: Felix, Thanks for pointing out the typo! It will corrected in the next update.

💬 2019-02-14 felix lee: The line "C:\herong>javac --list-modules" should be "C:\herong>java --list-modules". s/javac/java/

XML Notepad - XML Editor
This chapter provides notes and tutorial examples on XML Notepad. Topics include downloading and installing XML Notepad 2007; converting XML to pretty print format; XSD schema validation; XSLT transformation to HTML documents.
2019-06-01, ∼1505🔥, 2💬

💬 2019-06-01 Herong: John, which encoding are you referring to?

💬 2019-05-24 John: Can the encoding be changed?

How JSP Pages Are Processed
This section describes how JSP pages are processed by the Web server. Two key steps are involved: 1) compilation of the JSP page into a Java Servlet class; 2) execution of the compiled class.
2019-05-30, ∼5608🔥, 3💬

💬 2019-05-30 neel ganguly: understandable

💬 2017-01-04 Brian: You're a spa

💬 2015-11-18 santhosh: error

Oracle JDBC Drivers Overview
This section provides overview information on Oracle JDBC drivers.
2019-05-28, ∼100🔥, 1💬

Removing IE Addon "Skype Browser Helper"
This section provides a tutorial example on how to disable and remove 'Skype Browser Helper' addon from Internet Explorer.
2019-05-27, ∼8534🔥, 7💬

💬 2019-05-27 Daniel Parker: Hi Herongyang.com, How are you doing today? I'm sure you have been reached regarding this before but our value proposition is ve...

💬 2018-05-07 Daniel Parker: Hi Herongyang.com, How are you doing today? I'm sure you have been contacted regarding this before but our value proposition is ...

💬 2017-07-15 Herong: Thomas, "Skype Browser Helper" add-on is part of the "Skype Click to Call" installed program. So uninstall "Skype Click to Call"...

💬 2017-07-14 Thomas: I also notice that these programs DO NOT APPEAR under Windows Programs and Features. Thus, your suggestion to go there and remov...

💬 2017-07-14 Thomas: Firstly, you mention how to disable the add-on, NOT how to REMOVE IT. Secondly, why are you talking about PDF Link Helper at all...

(More comments ...)

Retrieving Query Parameters and Headers
This section provides a tutorial example on how to retrieve input parameters from query string and request content, and retrieve request headers.
2019-05-21, ∼2409🔥, 1💬

💬 2019-05-21 Willaim: Hello There

binmode() - Opening Files for Binary Input
This section describes steps on how to open file for binary input using open(), binmode() and read() functions.
2019-05-19, ∼2411🔥, 3💬

💬 2019-05-18 Herong: Anuj, Yes, you can read file without binmode, even if the file is binary. But the input byte stream will be interpreted as encod...

💬 2019-05-15 Anuj Jain: can we read file without binmode if a file is binary

💬 2016-01-13 Bin: The quick brown fox jumps over the lazy dog

What Is Bitcoin Blockchain
This section describes what is Bitcoin Wallet.
2019-05-12, ∼478🔥, 2💬

💬 2019-05-12 Herong: Julian, Nice to meet you! Hope the information is useful to you.

💬 2019-05-05 JULIAN: I'm not sure how I found your website but I'm glad I did. It's full of information about a lot of subjects all in one place.

Client-Side Scripts for Event Handling
This section provides an overview of client-side scripting for event handling. Scripts registered as event handlers will be executed when events are triggered by the end user on the final Web page.
2019-05-10, ∼503🔥, 1💬

"keytool" Generating Maria's Private Key
This section provides a tutorial example on how to use 'keytool' to generate a pair of private key and public key.
2019-05-08, ∼337🔥, 1💬

Inserting BLOB Values with SQL INSERT Statements
This section describes how to insert BLOB values as normal strings using INSERT statements.
2019-04-29, ∼104🔥, 2💬

Loading JDBC Driver for MySQL Server
This section describes how to load the MySQL JDBC driver class - mysql-connector-java-5.1.36-bi n.jar.
2019-04-28, ∼100🔥, 5💬

Creating Connections with DataSource Class
This section describes how to create connection objects with the DataSource class.
2019-04-24, ∼141🔥, 3💬

<< < 343 344 345 346 347 348 349 350 351 352 353 > >>   ∑:8897  Sort:Rank