<< < 32 33 34 35 36 37 38 39 40 41 42 > >>   Sort: Date

What Is Calibre
What Is Calibre? Calibre is a powerful and easy to use e-book manager. Users say it’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer...
2018-08-06, 1343🔥, 0💬

'type' - JSON Schema Validation Keyword
How to use the "type" JSON Schema validation keyword to validate JSON instances? "type" is a generic JSON Schema validation keyword that always applied to the JSON instance. When "type" is specified, the JSON instance must match one of the given JSON types: "null", "boolean", "object", "array", "num...
2017-08-25, 1342🔥, 0💬

RSS and Atom Aggregator - FeedReader
What Is RSS and Atom Aggregator, FeedReader? Feedreader is a free lightweight aggregator that supports RSS and ATOM formats. FeedReader runs on Windows systems. Feedreader's functionality is focused on the main task - reading and organizing RSS feeds and offering seamless user experience. Feedreader...
2017-10-08, 1341🔥, 0💬

Using HTML 'button' Input Fields
How To Use "button" Input Fields? An "button" input field is defined as &lt;input type="button" .../&gt;. "button" input fields can be used to create client-side action buttons. If a client-side action button is clicked, a client-side script will be triggered. The client-side script could th...
2017-04-04, 1341🔥, 0💬

Evaluation of Expressions
How expressions are evaluated in Python? Expressions are evaluated in Python based on precedence of each operation list below: Operator Description -------- ----------- (expressions...), [expressions...], {key: value...}, {expressions...} Binding or tuple display, list display, dictionary display, s...
2018-03-13, 1340🔥, 0💬

JSON Type Metadata
How to add documentation information to a JSON type with metadata? You can add documentation information to a JSON type with there metadata properties: "title" - Takes a JSON string as a short description for this JSON type. "description" - Takes a JSON string as a long description for this JSON typ...
2023-07-08, 1339🔥, 0💬

Link Atom Feed to Web Pages
How To Link Atom Feed to Web Pages to Tell Web Browsers That Your Web Pages Have Atom Feeds? One way to tell Web browsers that your Web pages have Atom Feed files is to add a "link" tag in the header section of your Web pages. The "link" tag defines a "link" element with 4 attributes: rel="alternate...
2017-12-13, 1338🔥, 0💬

Smallest Valid XHTML5 Document
What is a Smallest Valid XHTML5 Document? If you are interested to see the smallest, but valid, XHTML5 document, look at this one: &lt;?xml version="1.0" ?&gt; &lt;!DOCTYPE html&gt; &lt;html xmlns="http://www.w3.org/1999/ xhtml"&gt;&lt;head&gt;&lt;ti tle&gt;Hel...
2024-03-17, 1337🔥, 0💬

HTML Tag and Attribute Syntax
Where to find tutorials of introduction to HTML tag and attribute Syntax? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in introduction to HTML tag and attribute Syntax. Clear answers are provided with tutorial exercises on XHTML elements, openi...
2023-11-02, 1337🔥, 0💬

What Is Smart Contract
What Is Smart Contract? Smart Contract was originally introduced by Nick Szabo to digitally facilitate, verify, or enforce the negotiation or performance of a contract between parties. Today, smart contract is used to represent any executable code deployed in a distributed ledger application. The di...
2022-02-19, 1337🔥, 0💬

JSON Validation at fyicenter.com
How to use the JSON Validation Tool at fyicenter.com? If you want to try the JSON Validation Tool at fyicenter.com, you can follow this tutorial: 1. Go to the FYIcenter JSON Validator and Formatter page at fyicenter.com. 2. Enter the following JSON text string in the text area: { "firstName": "John"...
2023-08-17, 1336🔥, 0💬

Generating JSON Strings in Pretty Format
How to generate JSON strings in pretty format using json.dumps()? You can control the JSON output string format with "indent", "separators" and "sort_keys" arguments of the json.dumps() function: Here is a Python example that generates a pretty formatted JSON string with property keys sorted: &g...
2018-10-08, 1336🔥, 0💬

Read MOBI Book with Kindle for PC
How to Read MOBI Book with Kindle for PC? MOBI is one of the book file formats supported by Kindle for PC. You can follow this tutorial to open and read a MOBI book with "Kindle for PC". 1. Go to eBook sample website . 2. Click "MOBI" under "The Metamorphosis, by Franz Kafka (Jackson Theme)" to down...
2018-07-13, 1336🔥, 0💬

What Is Function
What Is Function in Python? A function, also called a method, in Python is a statement block waiting to be executed later with a function call expression. A function can have the following elements: Function name - A symbolic name that uniquely identifies this function within the context. Parameter ...
2017-09-12, 1336🔥, 0💬

HTML Elements with EMPTY Contents
What Are the HTML Elements Defined with EMPTY Contents? The following HTML elements are defined to use the EMPTY content model: &lt;meta ... /&gt; - Element to provide meta data to the document. &lt;link ... /&gt; - Element to provide a link to a CSS file. &lt;br/&gt; - Eleme...
2017-07-30, 1336🔥, 0💬

Tools for Writing XHTML 1.0 Documents
What Tools can I Use to Write XHTML 1.0 Documents? The basic tool you need to write XHTML documents is any text editor, like notepad on Windows system, or vi on Unix system. If you are looking for some advanced tools to help you writing XHTML documents, you can select any one from the following thre...
2023-11-02, 1335🔥, 0💬

What Is PCDATA in HTML Documents?
What Is PCDATA in HTML Documents? PCDATA stands for Parsed Character DATA. Here are some basic rules about PCDATA: PCDATA is a string of characters and HTML entities. HTML entities are escape sequences used to refer to special characters that are not so easy to enter them in a text document. For exa...
2024-04-14, 1334🔥, 0💬

HTML 'textarea' Element Attributes
What Are the Attributes of a "textarea" Element? There are several commonly used attributes for a "textarea" element: rows="n" - Required attribute. Used to specify the number of rows of the text input area. cols="n" - Required attribute. Used to specify the number of columns of the text input area....
2017-04-04, 1332🔥, 0💬

Default Protocol and Port Number of a URL
What Happens If Protocol or Port Number Is Missing in a URL? From a syntax point of view, all URL parts are optional. If some parts are not included in a URL, the browser and the hosting computer will provide default values. Here are some rules about the protocol name, host name, and port number: 1....
2017-07-07, 1331🔥, 0💬

Authentication Flows with Azure AD v2
What are Authentication Flows Supported by Azure AD v2.0 service? Azure AD v2.0 service supports 3 Authentication Flows: 1. Implicit Flow - The Implicit Flow is simple to implement. But it is less secure. Authentication is done in a single call to Azure AD service, which returns the "id_token" conta...
2021-01-09, 1330🔥, 0💬

User Sources in Azure AD B2C
What are sources of users managed in my Azure AD B2C directory? Azure AD B2C directory can manage users from different sources of identity providers. 1. Log in to your Azure AD B2C account with admin privilege. 2. Click "Azure Active Directory" from the left menu. 3. Select a directory, if you have ...
2019-03-20, 1330🔥, 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, 1330🔥, 0💬

HTML 'span' Tag/Element
What Is a "span" Tag/Element? A "span" element is an inline element that you can use a container of inline elements and text contents. By default, browsers will do nothing on "span" elements unless specify some CSS properties in them. Here are basic rules about an "span" element: "span" elements are...
2017-03-11, 1330🔥, 0💬

Google OpenID Connect Integration
Where to find tutorials on Google OpenID Connect Integration? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team Google OpenID Connect Integration. Requirements for Google OpenID Connect Integration Application Registration for Google OpenID Authenti...
2024-01-23, 1329🔥, 1💬

<< < 32 33 34 35 36 37 38 39 40 41 42 > >>   Sort: Date