<< < 33 34 35 36 37 38 39 40 41 42 43 > >>   Sort: Rank

Setup Policy to Azure API Operations - 2017 Version
What are steps to set up policy to an Azure API Operation 2017 version? If you want to add policy statements to be executed between the Azure API and the backend service, you need to setup policy to the Azure API operation as shown in this tutorial: 1. Login to Azure Portal . 2. Go to API Management...
2018-06-12, 1425🔥, 0💬

Add Request Body Examples - 2017 Version
How to add request body examples to my Azure API operation 2017 version to make it more user friendly? If you have created the "First API" API and "Add new user" operation as described in previous tutorials, you can follow this tutorial to add request body examples. 1. Go to the publisher portal of ...
2018-06-09, 2291🔥, 0💬

Validate EPUB 3.0 Book with EpubCheck
How to validate EPUB 3.0 book with EpubCheck? You can follow this tutorial to validate EPUB 3.0 books with EpubCheck. 1. Download this EPUB 3.0 book file, Hello-3.0.epub . 2. Make sure EpubCheck is installed in \fyicenter\epubcheck, as shown in the previous tutorial. 3. Run "java" command to with th...
2018-06-06, 2610🔥, 0💬

What Is epubcheck.jar
What Is epubcheck.jar? epubcheck.jar is a Java program that allows you to validate an EPUB file. It can detect many types of errors in EPUB. OCF container structure, OPF and OPS mark-up, and internal reference consistency are checked. EpubCheck can be run as a standalone command-line tool or used as...
2018-06-06, 2492🔥, 0💬

EPUB Validator - epubcheck.jar
Where to find tutorials on EPUB Validator - epubcheck.jar? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on EPUB Validator - epubcheck.jar. What Is epubcheck.jar Validate EPUB 3.0 Book with EpubCheck Validate EPUB 3.1 Book with EpubCheck 4.0.2 E...
2018-06-06, 2248🔥, 0💬

Validate EPUB 3.1 Book with EpubCheck 4.0.2
Why I am getting error when validating EPUB 3.1 book with EpubCheck 4.0.2? EpubCheck 4.0.2 does not support EPUB 3.1 books. If you try to validate an EPUB 3.1 book file, you will get the "Version not supported" error. For example, you can download this EPUB 3.1 book file, Hello-3.1.epub . Then try t...
2018-06-06, 2032🔥, 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, 1957🔥, 0💬

EPUB 3.0 Package Metadata
Where to find tutorials on EPUB 3.0 Package Metadata? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on EPUB 3.0 Package Metadata. What Is EPUB 3.0 Package Metadata EPUB 3.0 Metadata - dc:identifier Element EPUB 3.0 Metadata - dc:title Element EP...
2018-06-01, 2112🔥, 0💬

EPUB 3.0 Metadata - dc:identifier Element
What is EPUB 3.0 Metadata "dc:identifier" Element? EPUB 3.0 Metadata "dc:identifier" is a required metadata element to specify a code that uniquely identifies the EPUB 3.0 book. To use "dc:identifier" properly, you need to meet the following two requirements: 1. &lt;package unique-identifier="bo...
2018-06-01, 1921🔥, 0💬

EpubCheck 4.0.2 --usage Option
What is EpubCheck 4.0.2 "--usage" Option? EpubCheck 4.0.2 "--usage" option provides you suggested usages of additional EPUB features. You can try it on Hello-3.0.epub: C:\fyicenter&gt; java -jar epubcheck-4.0.2\epubcheck.jar --usage Hello-3.0.epub Validating using EPUB version 3.0.1 rules. USAGE...
2018-06-01, 1882🔥, 0💬

EpubCheck 4.0.2 --out Option
What is EpubCheck 4.0.2 "--out" Option? EpubCheck 4.0.2 "--out" option allows you to generate an XML output file containing all properties of the EPUB book. You can try it on Hello-3.0.epub: C:\fyicenter&gt; java -jar epubcheck-4.0.2\epubcheck.jar --out Hello.xml Hello-3.0.epub No errors or warn...
2018-06-01, 1745🔥, 0💬

What Is EPUB 3.0 Package Metadata
What Is EPUB 3.0 Package Metadata EPUB 3.0 Package Metadata encapsulates meta information of the EPUB 3.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 3.0 package file like package.opf: &lt;...
2018-06-01, 1662🔥, 0💬

EPUB 3.0 Metadata - dc:publisher and dc:rights Elements
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" and "dc:rights" are optional metadata elements to specify the publisher and the rights statement of the EPUB 3.0 book. For example, the following two elements specify that this EPUB book was published...
2018-05-19, 3304🔥, 0💬

EPUB 3.0 Metadata - dcterms:modified Property
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a required metadata property to specify the timestamp of when the EPUB 3.0 book was last modified. The "dcterms:modified" property must be specified in a "meta" element as shown below: &lt;meta propert...
2018-05-19, 2839🔥, 0💬

EPUB 3.0 Metadata - dc:language Element
What is EPUB 3.0 Metadata "dc:language" Element? EPUB 3.0 Metadata "dc:language" is a required metadata element to specify the primary language of the EPUB 3.0 book. When using "dc:language" metadata element, you should the an ISO 639 language code to specify the language. For example, the following...
2018-05-19, 1937🔥, 0💬

EPUB 3.0 Metadata - dc:creator and dc:contributor Elements
What is EPUB 3.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 3.0 Metadata "dc:creator" and "dc:contributor" are optional metadata elements to specify authors and contributors of the EPUB 3.0 book. For example, the following two elements specify the author and the illustrator of the boo...
2018-05-19, 1897🔥, 0💬

EPUB 3.0 Metadata - dc:title Element
What is EPUB 3.0 Metadata "dc:title" Element? EPUB 3.0 Metadata "dc:title" specify a title for the EPUB 3.0 book. For each EPUB 3.0 book, you must specify at least one "dc:title" metadata element. If you want to specify multiple "dc:title" metadata elements, you should provide an extra "meta" elemen...
2018-05-19, 1872🔥, 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, 2005🔥, 0💬

Defining and Using Class for New Data Types
Where to find tutorials on Defining and Using Class for New Data Types in Python? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Defining and Using Class for New Data Types in Python: What Is Class 'class' - Class Definition Statements Classes...
2018-05-08, 1521🔥, 0💬

What Is Class
What Is Class in Python? A class in Python is a statement block that defines a new data type. A class can have the following elements: Class name - A symbolic name that uniquely identifies this class within the context. The class name is also the new data type name. Base class - An existing class fr...
2018-05-08, 1438🔥, 0💬

'class' - Class Definition Statements
How to use the "class" statement to define a new function in Python? You can use the "class" statement to define a new class in Python with the following syntax: def class_name(base_class): class properties assignment statement ... method definition statement ... Here is a good example of "class" st...
2018-05-08, 1328🔥, 0💬

Classes Are Objects Too
Are classes objects in Python? Yes, all classes are objects of "type" type in Python? You can verify this with the following Python code: &gt;&gt;&gt; class x: ... pass ... &gt;&gt;&gt; type(x) &lt;class 'type'&gt; In other words, the "class x" statement block perform...
2018-05-08, 1198🔥, 0💬

View EPUB 3.0 Metadata List with Calibre
How to see more EPUB 3.0 metadata list with Calibre? You can follow this tutorial to view EPUB 3.0 metadata list with Calibre. 1. Click Row-Your-Boat-3.0.epub to download this sample EPUB 3.0 book. 2. Add Row-Your-Boat-3.0.epub to Calibre book library. You see some EPUB 3.0 metadata displayed below ...
2018-04-28, 2139🔥, 0💬

EPUB 3.0 Metadata - dc:subject Element
What is EPUB 3.0 Metadata "dc:subject" Element? EPUB 3.0 Metadata "dc:subject" is an optional metadata element to specify the subject category of the EPUB 3.0 book. When using "dc:subject" metadata element, you should follow an industry standard like: BISAC (Book Industry Standards And Communication...
2018-04-28, 2030🔥, 0💬

<< < 33 34 35 36 37 38 39 40 41 42 43 > >>   Sort: Rank