<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   Sort: Date

3Pigs7-3.0.epub - Apply CSS File
How to add CSS file to my EPUB book? You can follow this tutorial to add a CSS file to your EPUB 3.1 book. 1. Create a CSS file, Styles.css, to control display styles of all XHTML pages: body {font-family: "Arial";} pre {padding: 0px 25px 0px 25px; font-family: "Arial"; font-style: italic; font-size...
2018-08-14, 1878🔥, 0💬

"MathLibrary.h" - Header File of DLL Library
How to create a C++ Header File for DLL (Dynamic Link Library)? Using a Dynamic Link Library (DLL) is a great way to reuse code. Rather than re-implementing the same routines in every program that you create, you write them one time and then reference them from apps that require the functionality. B...
2023-09-16, 1877🔥, 0💬

VB Command Line Compiler in Visual Studio 2017
How to use the VB command line compiler provided by Visual Studio 2017? If you want to use the compile your VB code from the command line, you can follow this tutorial to use the VB command line compiler provided in Visual Studio 2017: 1. Create a simple VB console application program, Hello.vb: Mod...
2023-04-25, 1876🔥, 0💬

What Is Simple EPUB Reader
What Is Simple EPUB Reader? Simple EPUB Reader is a Chrome App which lets you read EPUB-files. You can follow this tutorial to download and install Simple EPUB Reader on Windows systems. 1. Run Chrome Web browser and go to Simple EPUB Reader in Google Chrome Webstore . 2. Click "ADD TO CHROME". You ...
2019-01-01, 1876🔥, 0💬

Domain and Path Attributes for Cookies in PHP
What Are Domain and Path Attributes for Cookies in PHP? Cookies can also be defined with two other attributes: Domain - A cookie attribute that defines the domain name of Web servers where this cookie is valid. Web browsers holding this cookie should not sent it back to any Web server outside the sp...
2016-11-03, 1876🔥, 0💬

'xml-to-json' on Invalid XML
What will happen if "xml-to-json" policy statement is applied on an invalid XML document? If you apply the "xml-to-json" policy statement on the request or response body that has an invalid XML document, you will not receive any errors. What you will get is a string that looks like a corrupted XML d...
2017-11-12, 1875🔥, 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, 1870🔥, 0💬

Inserting Rows Based on SELECT Statement in PHP
How To Insert Rows Based on SELECT Statements in PHP? If want to insert rows into a table based on data rows from other tables, you can use a sub-query inside the INSERT statement as shown in the following script example: &lt;?php include "mysql_connection.php"; $sql = "INSERT INTO fyi_links" . ...
2016-10-20, 1865🔥, 0💬

Creating HTML Table Borders
How To Create Table Borders? There are two sets of borders within a table: Outer Borders - Borders that around the outer edges of the table. Inner Borders - Borders between table cells. If you want to create table outer borders and inner borders, you can use the "border" attribute, which offers two ...
2017-05-13, 1862🔥, 0💬

EPUB 3.0 With XHTML Technologies
Where to find tutorials on Building EPUB 3.0 With XHTML Technologies? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Building EPUB 3.0 With XHTML Technologies. 3Pigs1-3.0.epub - Single XHTML File 3Pigs2-3.0.epub - Multiple XHTML Files 3Pigs3-3...
2018-11-11, 1858🔥, 0💬

Sending an HTTP Request with 'urllib.request'
How to send an HTTP request using the "urllib.request" module? To send an HTTP request to the Internet, you can use the urllib.request.urlopen() function as described below: r = urllib.request.urlopen(url, data=None, [timeout, ]*, cafile=None, capath=None, cadefault=False, context=None) where: url c...
2018-09-24, 1856🔥, 0💬

BYFN Error - "unable to bootstrap orderer"
Why am I getting the "panic: unable to bootstrap orderer. Error reading genesis block file: read /var/hyperledger/orderer/order er.genesis.block:is a directory" error? When you build and deploy your BYFN network manually, you may end up missing the genesis.block file. Try to run the "docker-compose ...
2020-10-10, 1853🔥, 0💬

Hello-2.0.epub - Content File: content.xhtml
How to create a content file like content.xhtml for an EPUB 2.0.1 book? At least one content file, like content.xhtml, is required for an EPUB 2.0.1 book in the book ZIP container. It provides the content of the book. Here is the requirement on a content file: 1. A content file must be named with .x...
2021-04-04, 1852🔥, 0💬

3Pigs5-3.1.epub - Title Page and TOC
How to add a title page and a table of content page to my EPUB book? If you want to add a title page and a table of content page to your EPUB 3.1 book, you can follow this tutorial. 1. Create a title page in an XHTML file like Title-Page.xhtml: &lt;?xml version="1.0" encoding="utf-8"?&gt; &a...
2018-12-26, 1847🔥, 0💬

sys.argv - Command Line Argument List
How to retrieve command line arguments with sys.argv list? If execute a Python script file with the "python" command, you can use the sys.argv list to retrieve command line arguments. Note that the first argument, sys.argv[0], represents the Python script file name. Here is a Python script file exam...
2018-11-11, 1847🔥, 0💬

Azure API Policy XML Document Structure
What is the XML Document Structure of an Azure API service operation? Azure API Policy XML Document contains 4 policy blocks: "inbound" - Policy sub element to provide policy statements that controls the generation of the inbound HTTP request to be delivered to the backend service. "backend" - Polic...
2018-03-10, 1845🔥, 0💬

"composer network start" Errors
Why am I getting errors when running the "composer network start" command? There are couple of reasons why you are getting errors when running the "composer network start" command to start business network. Error Example 1 - The business network NBA file was not deployed correctly, or has been remov...
2020-12-26, 1843🔥, 0💬

JSON Format Syntax
What is the JSON format syntax? I heard that it is very simple. JSON format syntax is very simple. It can be summarized below: 1. A JSON text string contains a single JSON Value. 2. A single JSON Value must be one of the following: JSON String - A quoted sequence of Unicode characters represented as...
2023-04-13, 1839🔥, 0💬

Cookies Encoded during Transportation in PHP
How Are Cookies Encoded During Transportation in PHP? When cookies are transported from servers to browsers and from browsers back to servers, Cookies values are always encoded using the URL encoding standard to ensure that they are transported accurately. But you don't need to worry about the encod...
2016-10-29, 1839🔥, 0💬

Joining Multiple Strings in PHP
How To Join Multiple Strings into a Single String? If you multiple strings stored in an array, you can join them together into a single string with a given delimiter by using the implode() function. Here is a PHP script on how to use implode(): &lt;?php $date = array('01', '01', '2006'); $keys =...
2016-10-13, 1839🔥, 0💬

Processing Web Forms in PHP
Where to find tutorials on how to process Web Forms in PHP? A collection of tutorials to answer many frequently asked questions on how to process Web Forms in PHP. Clear explanations and tutorial exercises are provided on generating and processing Web forms, getting values out of $_REQUEST, processi...
2016-11-17, 1838🔥, 0💬

enrollAdmin.js - Enroll Admin to ca.example.com
What is the admin enrollment Node.js program enrollAdmin.js? Admin enrollment Node.js program enrollAdmin.js enrolls an user "admin" to ca.example.com. 1. View the enrollAdmin.js source code: $ cp ~/hyperledger-binaries/fabric- samples/fabcar/javascript$ more enrollAdmin.js /* * SPDX-License-Identif...
2020-01-04, 1835🔥, 0💬

Validating HTML5 Documents Online
How To Validate HTML5 Documents Online? If you have just finished a new HTML5 document, and you want to make sure that confirms with the HTML5 specification, you can use the HTML online validator at http://validator.w3.org/ . There are 3 ways you can use this validator: By URL - Specify the URL wher...
2024-03-17, 1825🔥, 0💬

Writing a String to a File without a File Handle in PHP
How To Write a String to a File without a File Handle in PHP? If you have a string, want to write it to a file, and you don't want to open the file with a file handle, you can use the file_put_contents(). It opens the specified file, writes the specified string, closes the file, and returns the numb...
2016-11-27, 1825🔥, 0💬

<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   Sort: Date