<< < 41 42 43 44 45 46 47 48 49 50 51 > >>   ∑:1482  Sort:Date

What Are Authentication Flows
What are authentication flows specified in OpenID Connect? OpenID Connect supports 3 authentication data flows: 1. Authorization Code Flow - The Authorization Code Flow is more complex to implement. But it is more secure. In the Authorization Code Flow, only a short authorization code is returned to...
2021-08-11, ∼1739🔥, 0💬

Download Hyperledger Fabric Source Code
How to download Hyperledger Fabric source code on Ubuntu? You can follow this tutorial to download Hyperledger Fabric source code on Ubuntu: 1. Set up Go home path. And add the command to your shell initial script, ~/.bashrc, so you don't have to do it again in future logins. $ export GOPATH=$HOME/g...
2020-05-15, ∼1739🔥, 0💬

Floating an Image to the Right Side in HTML
How To Float an Image to the Right Side? If you want to float an image to the right side of the paragraph instead of inline within a text line, you have to use the CSS property "float" to do this. The "float" property takes two values: "float: left" - Specifies that the image to be floated to the le...
2017-03-27, ∼1739🔥, 0💬

"docker container list" - List Container Command
How to list containers on the Docker Engine with "docker container list" command? The "docker container list" command allows you to list containers that are on the Docker engine. Here is a list of options supported by "docker container list": fyicenter$ docker container list --help Usage: docker con...
2023-03-28, ∼1736🔥, 0💬

HTML Table Row 'tr' Tag/Element
What Is a "tr" Tag/Element? A "tr" element is a special element that can only be used as a sub-element of a "table" element. A "tr" element defines a row in a table. Here are basic rules about "tr" elements: "tr" elements are special elements only valid inside "table" elements. "tr" elements can not...
2017-05-20, ∼1736🔥, 0💬

"docker container start --interactive" - Interact with Container
How to start and interact with the default command on a container using the "docker container start --interactive" command? The "docker container start --attach --interactive" allows you to start the default command with the hosting console attached to the TTY terminal of the default command. The "-...
2021-10-10, ∼1735🔥, 0💬

Install Docker CE Binary on CentOS
How to install Docker CE (Community Edition) on CentOS as binary packages? If you have trouble installing Docker CE with the YUM tool, you can install it as binary packages. 1. Verify OS, Kernel and Architecture: fyicenter$ hostnamectl Operating System: CentOS Linux 7 (Core) Kernel: Linux 3.10.0-693...
2023-03-17, ∼1734🔥, 0💬

Application Registration for Google OpenID
How to register applications for Google OpenID Connect? Here are steps to register your application in your Google account. 1. Go to https://console.developers.goo gle.com. 2. Click "Credentials" from the left menu. You see a list of client application projects and their client credentials registere...
2021-03-21, ∼1731🔥, 0💬

HTML 'body' Element Attributes
What Attributes Are Allowed in the HTML Body Element? XHTML 1.0 strict version does not allow some attributes that were commonly used in early versions of HTML specification. For example: "background" can be used to specify a background image, and "bgcolor" can be used to specify the background colo...
2023-08-09, ∼1730🔥, 0💬

Understanding Data Values as Objects
Where to find tutorials on Understanding Data Values as Objects? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Understanding Data Values as Objects: 'int' Values are Objects 'bool' Values are Objects 'float' Values are Objects 'str' Values ar...
2023-07-01, ∼1730🔥, 0💬

Atom "feed/entry/link" Element
What is the Atom "feed/entry/link" element? How To Generate a "feed/entry/link" element? The &lt;link&gt; element is not a required sub-element of the &lt;entry&gt; element. But it is strongly recommended that you provide a link element with rel="alternate" for each of your feed entr...
2017-11-29, ∼1730🔥, 0💬

HTML 'style' Tag/Element
What Is an HTML "style" Tag/Element? A "style" element is an optional sub-element of the "head" element. A "link" element is used to specify Cascading Style Sheet (CSS) entries. Here is good example of a style element: &lt;?xml version="1.0" ?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XH...
2024-01-10, ∼1729🔥, 0💬

Required Sub-elements in HTML
What Is a Required Sub-element? A required sub-element is a sub-element that you must included in the parent element. Most sub-elements are optional. But there are some sub-elements that are required by their parent elements. Here are two good examples: &lt;!-- Valid: "head" requires "title" --&...
2024-02-28, ∼1728🔥, 0💬

Azure AD Application Integration in Azure AD B2C
How to integrate my application with to Azure AD service? I have registered it as an Azure AD application. If you have registered your application as an Azure AD application, you can integrate your application with Azure AD service using OpenID Connect protocol with the following information: 1. "En...
2019-03-20, ∼1727🔥, 0💬

Relation between HTML and the Web
What Is the relation between HTML and the Web? The Web is a publisher technology based on the Internet to allow publishers to publish hyper linked documents to be viewed by Internet users. HTML is the language used to construct those hyper linked documents. So HTML is the primary language that suppo...
2024-01-31, ∼1722🔥, 0💬

Getting Started with Visual Studio
Where to find tutorials on Getting Started with Visual Studio? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Getting Started with Visual Studio: What Is Visual Studio Download and Run Visual Studio 2017 Installer Visual Studio Installer Progr...
2023-07-29, ∼1722🔥, 0💬

Run Simple EPUB Reader
How to run Simple EPUB Reader to view an EPUB book? I want to use it to read "The Geography of Bliss" EPUB book. If you have download "The Geography of Bliss" EPUB book, GeographyofBliss_oneChapter.ep ub,as shown in earlier tutorial, you can follow this tutorial to view the EPUB book in "Simple EPUB...
2019-01-01, ∼1721🔥, 0💬

Download and Install Kindle for PC
How to Download and Install Kindle for PC? You can follow this tutorial to download and install Kindle for PC on your Windows computer. 1. Go to Kindle download site . 2. Click "Download for PC" button. You see download started. 3. Save the download file to \fyicenter\KindleForPC-install er-1.21.4801...
2022-07-01, ∼1719🔥, 0💬

"docker container run --name" - Run Container with Name
How to create a new container with a given name and run the default command from an image with "docker container run --name" command? If you want to create a new container with a given name from an image, and start the container with the default command in one step, you can use the "docker container...
2021-10-02, ∼1719🔥, 0💬

What Is Azure Active Directory
What Is Azure Active Directory (Azure AD)? Azure Active Directory (Azure AD) is Microsoft's multi-tenant, cloud-based directory, and identity management service. Azure AD combines core directory services, application access management, and identity protection in a single solution, offering a standar...
2021-06-20, ∼1718🔥, 0💬

Using HTML 'file' Input Fields
How To Use "file" Input Fields? A "file" input field is defined as &lt;input type="file" .../&gt;. "file" input fields can be used to create file upload input fields. Most browsers will display a file upload input field as a text input box followed by a "Browse..." button. The other attribut...
2017-04-08, ∼1718🔥, 0💬

Using HTML 'file' Input Fields
How To Use "file" Input Fields? A "file" input field is defined as &lt;input type="file" .../&gt;. "file" input fields can be used to create file upload input fields. Most browsers will display a file upload input field as a text input box followed by a "Browse..." button. The other attribut...
2017-04-08, ∼1718🔥, 0💬

"docker container ..." Commands
Where to find tutorials on how to use "docker container ..." commands? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on how to use "docker container ..." commands. "docker container ..." - Manage Containers "docker container list" - List Contain...
2022-02-19, ∼1717🔥, 0💬

Parameter List in Function Definition Statements
How to specify parameters in the "def" statement to define a new function in Python? When defining a function, you can specify the parameter list as a comma separated list of variables with or without default values in the following syntax: def function_name(variable,variabl e,...,variable=default_va...
2022-10-26, ∼1716🔥, 0💬

<< < 41 42 43 44 45 46 47 48 49 50 51 > >>   ∑:1482  Sort:Date