<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   Sort: Date

3Pigs4-3.1.epub - Cover Image and Page
How to add a cover image to my EPUB books If you want to add a cover image to your EPUB 3.1 book, you should consider to two related components: Cover Image - An image file that is specified as the Cover Image of the book. Cover Page - An XHTML content file that is displayed as part of the book cont...
2018-12-26, 2017🔥, 0💬

Hello-3.0.epub - "mimtype" File
How to create the "mimetype" file of an EPUB 3.0 book? The "mimetype" file of an EPUB 3.0 book is a required file in the book ZIP container. It specifies the mimetype of an EPUB 3.0 book file. Here is the requirement on the "mimetype" file: 1. The "mimetype" file must be named as "mimetype". 2. The ...
2018-11-29, 2015🔥, 0💬

'@...' Function Decorators
What are function decorators in Python? A function decorator is shorthand notation to replace a function with a new version transformed by a wrapper function. A function decorator can be specified using the following syntax: @decorator_wrapper_function def func(): ... Above Python code is actually e...
2018-05-08, 2014🔥, 0💬

Generating Character from ASCII Value in PHP
How To Generate a Character from an ASCII Value? If you want to generate characters from ASCII values, you can use the chr() function. chr() takes the ASCII value in decimal format and returns the character represented by the ASCII value. chr() complements ord(). Here is a PHP script on how to use c...
2016-10-13, 2013🔥, 0💬

urllib.request.Request Properties and Functions
What properties and functions are supported on urllib.request.Request objects? urllib.request.Request objects support the following properties and functions: &gt;&gt;&gt; q = urllib.request.Request(url) host # represents the host name of the url. type # represents the internet protocol t...
2018-09-13, 2011🔥, 0💬

Hello-3.0.epub - "container.xml" File
How to create the "container.xml" file of an EPUB 3.0 book? The "container.xml" file of an EPUB 3.0 book is a required file in the book ZIP container. It specifies a package file of any name, for example: package.opf. Here is the requirement on the "container.xml" file: 1. The "container.xml" file m...
2018-11-29, 2010🔥, 0💬

Generating and Processing Form with the Same Script in PHP
How To Generate and Process a Form with the Same Script in PHP? In previous exercises, a Web form is generated by one script, and processed by another script. But you could write a single script to do both. You just need to remember to: Use same script name as the form generation script in the "acti...
2016-11-08, 2007🔥, 0💬

BYFN (Build Your First Network)
Where to find tutorials on Hyperledger Fabric BYFN (Build Your First Network)? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Fabric BYFN (Build Your First Network). "first-network" - Building Your First Network "byfn.sh generate" ...
2020-05-15, 2001🔥, 0💬

EPUB 3.0 Metadata - dc:description Element
What is EPUB 3.0 Metadata "dc:description" Element? EPUB 3.0 Metadata "dc:description" is an optional metadata element to specify a long description of the EPUB 3.0 book. Here is a good example of a "dc:description" metadata element &lt;dc:description&gt; "Row,Row, Row Your Boat" is a popula...
2018-04-28, 2000🔥, 0💬

Defining a HTML Bookmark
How To Define a Bookmark? A bookmark is a named reference point in an HTML document. If a bookmark can be included in the URL that represents this document, the browser will automatically move the display window to the reference point as soon as the document is open. If you want to define a bookmark...
2017-07-15, 1990🔥, 0💬

Download and Install Calibre for Windows
How to Download and Install Calibre for Windows? You can follow this tutorial to download and install Calibre for your Windows computer. 1. Go to Calibre download site . 2. Click "Windows" icon. You see Calibre for Windows download page. 3. Click "Download calibre" link. You see download started. 4....
2018-08-06, 1989🔥, 0💬

Hyperledger Tutorials
Where to find tutorials on Hyperledger? I want to know how to create Hyperledger applications. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about Hyperledger: Introduction to Hyperledger What Is Hyperledger What Is Blockchain What I...
2019-04-19, 1987🔥, 0💬

WPF App with VC# and XAML in Visual Studio 2017
How to build a WPF application with VC# and XAML in Visual Studio 2017? If you want to build a WPF (Windows Presentation Foundation) application with VC# and XAML in Visual Studio 2017, you can follow this tutorial 1. Start Visual Studio 2017 with .NET development environment. 2. Click "File &gt...
2017-08-13, 1985🔥, 0💬

What Is EPUB 2.0 Specification
What Is EPUB 2.0 Specification? EPUB 2.0.1 Specification is the 2.0.1 version of EPUB specification. EPUB 2.0.1 Specification was a maintenance release of EPUB 2. Its development was chartered in 2009, and the final standard was approved by the IDPF Membership as a Recommended Specification in May, ...
2023-05-09, 1982🔥, 0💬

Remove Trailing New Line Character in PHP
How To Remove the New Line Character from the End of a Text Line? If you are using fgets() to read a line from a text file, you may want to use the chop() function to remove the new line character from the end of the line as shown in this PHP script: &lt;?php $handle = fopen("/tmp/inputfile.txt"...
2016-10-13, 1978🔥, 0💬

What Is EPUB 2.0 Package Metadata
What Is EPUB 2.0 Package Metadata EPUB 2.0 Package Metadata encapsulates meta information of the EPUB 2.0 book. Package Metadata, represented by the "metadata" element, is specified as the first required sub-element of the root "package" element in an EPUB 2.0 package file like package.opf: &lt;...
2022-04-13, 1976🔥, 0💬

Introduction of EPUB 3.0 Specification
Where to find tutorials on introduction of EPUB 3.0 Specification? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on introduction of EPUB 3.0 Specification. What Is EPUB 3.0 Specification Minimum Requirement of EPUB 3.0 File Hello-3.0.epub - "mim...
2018-11-17, 1973🔥, 0💬

EpubCheck 4.0.2 Command Options
What are command options are supported by EpubCheck 4.0.2? You can get a list of command options by running the EpubCheck 4.0.2 help command: C:\fyicenter&gt; java -jar epubcheck-4.0.2\epubcheck.jar --help EpubCheck v4.0.2 When running this tool, the first argument should be the name (with the p...
2018-06-06, 1968🔥, 0💬

blockfile_000000 - Blockfiles of Blockchain
What is blockfile_000000 Blockfiles of Blockchain? Blocks of a blockchain are stored in physical files. Since they are very static once created, there is no need to store them in database. Hyperledger Fabric combines multiple blocks into a single blockfile, and stores it in the /var/hyperledger/prod...
2020-02-07, 1967🔥, 0💬

What Is Python Module 'sys'
What Is Python module "sys"? "sys" is a Python internal module that provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. Here are some important properties and functions provided by the "sys" module: &gt;&gt;&am...
2018-11-11, 1966🔥, 0💬

Installing PHP for Windows
How To Download and Install PHP for Windows? The best way to download and install PHP on Windows systems is to: Go to http://www.php.net, which is the official Web site for PHP. Download PHP binary version for Windows in ZIP format. Unzip the downloaded file into a directory. You are done. No need t...
2016-10-13, 1966🔥, 0💬

Policy to Control Backend Service
Where to find tutorials on creating Policy to control backend service on Azure API Management Policy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on creating Policy to control backend service on Azure API Management Policy. 'set-backend-servic...
2017-12-04, 1962🔥, 0💬

Validate Azure AD v2 id_token
How to validate the id_token value received from Azure AD v2.0 authentication response? As you can see from the previous tutorials, you can easily decode the "id_token" value received from Azure AD authentication response using a simple PHP script. After decoding, you can get all information about t...
2019-03-27, 1954🔥, 0💬

EPUB 3.0 Metadata - dc:date Element
What is EPUB 3.0 Metadata "dc:date" Element? EPUB 3.0 Metadata "dc:date" is an optional metadata element to specify the publishing date of the EPUB 3.0 book. When using "dc:date" metadata element, you should follow the ISO 8601 standard specify a date, a date and time, or a full timestamp. For examp...
2018-04-28, 1952🔥, 0💬

<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   Sort: Date