<< < 345 346 347 348 349 350 351 352 353 354 355 > >>   ∑:9026  Sort:Rank

Introduction of XSL-FO
This chapter provides tutorial notes and example codes on XSL-FO. Topics include introduction of XSL (eXtensible Stylesheet Language), XSLT (XSL Transformations) and XSL-FO (XSL - Formatting Objects); Sample XSL-FO document.
2020-05-07, ∼1017🔥, 1💬

💬 2020-05-07 Peter: Hello World!

Java Compilation and Execution Processes
This section provides a quick introduction of Java compilation and execution process.
2020-04-30, ∼7084🔥, 10💬

💬 2020-04-30 Abdul Razzaq from Pakistan: Thanks Yiu

💬 2016-12-04 ak: Thx

💬 2016-09-22 rodriguesss: thanks

💬 2016-03-05 Shohel: THanks lot

💬 2016-01-05 Rishika: THANK U

(More comments ...)

JSP Document - JSP Page in XML Format
This section describes the syntax of a JSP Document, which is a JSP page written in XML format. Tomcat server can process both JSP Page format and JSP Document format.
2020-04-29, ∼956🔥, 3💬

💬 2020-04-29 Jaon Jan: Hi I am curious.

Running EncodingSampler.java with CP1252 Encoding
This section provides a tutorial example on how to run the character encoding sample program with CP1252 encoding for character value range of 0x0000 - 0x00FF.
2020-04-29, ∼425🔥, 1💬

SOAP::Serializer - Converting Data Objects to XML
This section provides a tutorial example on how to convert SOAP::Data objects into XML strings, using an undocumented method serialize() in the SOAP::Serializer class.
2020-04-25, ∼1060🔥, 1💬

💬 2020-04-25 Fabio: Very useful, thanks!

VBScript Tutorials - Herong's Tutorial Examples
This VBScript tutorial book is a collection of notes and code samples written by the author while he was learning VBScript (Visual Basic Scripting Edition) himself. Topics include: The Variant Data Type with Subtypes; Fixed-Size and Dynamic-Size Arrays; Function Arguments Passed by References and by...
2020-04-25, ≈10🔥, 2💬

💬 2020-04-25 my name is idiot: Me wants it die

💬 2016-05-23 Herong: James, your email address is not working. Please contact me.

"soap:address" - Location of Service
This section describes 'soap:address', a SOAP extension element that specifies an address where Web service is located.
2020-04-21, ≈13🔥, 6💬

💬 2020-04-21 kaviarasu: Thank you

💬 2016-10-03 666: 6666

💬 2016-05-18 Nasir Peraiz: Nice work by your team

0370: Greek and Coptic
This section provides a quick summary of the Unicode code point block: 'Greek and Coptic', which contains 144 code points to represent alphabetic letters used in Greek language and Coptic language.
2020-04-14, ∼100🔥, 2💬

1D200: Ancient Greek Musical Notation
This section provides a quick summary of the Unicode code point block: 'Ancient Greek Musical Notation', which contains 80 code points to represent ancient Greek nusical notations.
2020-04-06, ∼100🔥, 2💬

Chinese Characters in HTML Documents - GB2312 Encoding
This section provides a tutorial example on how enter and use Chinese characters in HTML documents using GB2312 encoding. The HTML document should include a meta tag with charset=GB2312 and be stored in GB2312 format.
2020-04-03, ∼2712🔥, 1💬

💬 2020-04-03 anson: 你好

'javascript:' Pseudo-URL Addresses
This section describes what is a 'javascript:' pseudo-URL address and provides several interesting examples of 'javascript:' URLs.
2020-04-02, ∼3944🔥, 5💬

💬 2020-04-02 deborah: chrome://dino

💬 2016-03-01 Anuag Dobade: thanks really helpful blog

Archived: blockexplorer.com API - Get Transaction Data
This section describes how to get transaction data with blockexplorer.com API.
2020-03-25, ∼962🔥, 2💬

💬 2020-03-25 Herong: Chandana, do you know the transaction id?

💬 2020-03-21 Chandana De Silva: I need to know how to find "rawtx" of Bitcoin transaction. sisilchandana@gmail.com

Free Chinese Calendar 2020 - Year of the Rat
Want to know when is the 2020 Chinese New Year day? Look for free Chinese calendars for 2020? Chinese New Year Date for Year 2020   ⇒ Chinese New Year Dates in 2021 to 2030 ⇐ Free Chinese Calendar 2019 - Year of the Boar ⇑ Free Chinese Calendars: 2011 - 2020 ⇑⇑ Free Chinese Calendars
2020-03-07, ≈54🔥, 0💬

Storing FORTRAN Program Code on Punch Cards
This section provides a quick introduction of syntax rules of early versions of FORTRAN language related to punch cards used to store FORTRAN program codes.
2020-03-07, ∼5810🔥, 3💬

💬 2020-03-07 Herong: Brian, You are right. There is no need to use the sequence field when programs are stored in files. But when programs are stored...

💬 2020-03-06 Brian: You might want to note that the sequence number field, columns 73-80, are completely optional.

💬 2020-02-29 maria: nice

0600: Arabic
This section provides a quick summary of the Unicode code point block: 'Arabic', which contains 256 code points to represent alphabetic letters used in the Arabic language.
2020-03-06, ∼105🔥, 2💬

SoapUI Configuration for Messaging Encryption
This section provides a tutorial example on how to create a configuration entry to support SOAP messag encryption with an X.509 certificate in a JKS (Java KeyStore) file.
2020-02-29, ∼4139🔥, 5💬

💬 2020-02-29 Herong: Phil, hope this will resolve your issue.

💬 2020-02-28 Phil Barr: I'm struggling with the same issue. Thanks for the steps you provided. I'll try and let you know.

💬 2019-06-01 Herong: Bishop, what type of c# script you want to generate?

💬 2019-05-27 bishop: how to generate c# script

💬 2017-04-26 hayley williams: Luisa Fernanda Moya Perez te amo!!

Perl Script Conversion Tools
This section describes why and how to convert Perl script files to executable binary files. ActivePerl Dev Kit and Perl2Exe are two popular conversion tools for Windows systems.
2020-02-29, ∼3221🔥, 6💬

💬 2020-02-29 smith: alert(1)

💬 2019-07-21 Herong: rrr, Thanks for sharing your Perl script. But I don't see any benefit of removing BOM from a Unicode text file. Without BOM, the...

💬 2019-07-20 rrr: # program to remove a leading UTF-8 BOM from a file # works both STDIN -> STDOUT and on the spot (with filename as argument) if ...

💬 2016-03-28 de: ~ m/^p(\d+)_.*\

💬 2016-01-27 Herong: Ram, can you tell us what is the purpose of your Perl script?

(More comments ...)

Table Row Borders and Column Borders
This section provides a tutorial example on how to create tables with row borders and column borders. Border attributes can be specified at table-row and table-column formatting objects.
2020-02-26, ∼8682🔥, 1💬

💬 2020-02-26 Steamless: meaningful comments. Thanks! ☺

setAccelerator() - Setting Keyboard Accelerators on Menu Items
This section provides a tutorial example on how to use setAccelerator() method to associate accelerators to menu items. Accelerators allows user to interact with menu items using keys on keyboard.
2020-02-25, ∼1793🔥, 1💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2020-02-25, ∼4203🔥, 9💬

💬 2020-02-25 Herong: Yes, share knowledge!

💬 2020-02-19 vicky: share knowledge

💬 2016-01-08 Abhijeet: HI

💬 2015-12-22 Sunil: Thanks

💬 2015-12-18 pakki: to know about webservice with soap

(More comments ...)

List of Supported Character Encodings in Java
This section provides a list of supported character encodings supported in Java. The list is generated using the availableCharsets() static method in the java.nio.charset.Charset class.
2020-02-25, ≈27🔥, 3💬

💬 2020-02-25 Herong: Give me some clues, like where did you get this from?

💬 2020-02-19 kgs: Tell me encoding of this one: �������� � ������������ ���������������� �������� ���������...

💬 2015-11-27 nawed ahmed khan: Thanks☺

Using HttpURLConnection to Call SOAP 1.1
This section provides a tutorial example on how to use the java.net.HttpURLConnection class to call a SOAP 1.1 Web service.
2020-02-23, ∼1763🔥, 2💬

💬 2020-02-23 Herong: Max, are you suggesting to write output as character sequences?

💬 2020-02-17 Max: try (OutputStreamWriter writer = new OutputStreamWriter(con.getOutputStre am(),"UTF-8")){ writer.write(soapXml); writer.flush();...

What Is a Digital Signature?
This section describes what is a digital signature and what is the process of generating and verifying digital signature from a message.
2020-02-23, ∼4486🔥, 4💬

💬 2020-02-23 Herong: Sanjay, you are welcome!

💬 2020-02-17 Sanjay: Thank u so much

💬 2019-01-29 nilo: Hola

💬 2016-04-26 santosh patil: Its easy to understand

Complex Element vs. Simple Element
This section describes what is a complex element and how to declare different types of complex elements.
2020-02-11, ∼5653🔥, 1💬

💬 2020-02-11 Abc: Good

<< < 345 346 347 348 349 350 351 352 353 354 355 > >>   ∑:9026  Sort:Rank