<< < 17 18 19 20 21 22 23 24 25 26 27 > >>   Sort: Date

HTML Ordered List Item Markers
How To Use Different Markers on Ordered List Items? By default, browsers will use decimal numbers as the item markers for ordered lists. If you want to change them to something else, like alphabetical letters, you need to use CSS properties. Here is a tutorial sample showing you how to set item mark...
2017-05-29, 1617🔥, 0💬

Including Variables in Double-Quoted Strings in PHP
How To Include Variables in Double-Quoted Strings? Variables included in double-quoted strings will be interpolated. Their values will be concatenated into the enclosing strings. For example, two statements in the following PHP script will print out the same string: &lt;?php $variable = "and"; e...
2016-10-13, 1616🔥, 0💬

Update Anchor Peer of Each BYFN Organization
How to Update Anchor Peer of Each BYFN Organization? You can follow this tutorial to Update Anchor Peer of Each BYFN Organization. 1. Update the default peer as the anchor peer: bash-4.4# echo $CORE_PEER_ADDRESS peer0.org2.example.com:7051 bash-4.4# peer channel update -o orderer.example.com:7050 -c...
2019-04-13, 1614🔥, 0💬

Commonly Used HTML Inline Elements
What Are Commonly Used Inline Elements? Here are some commonly used inline elements: strong - Defining text with a strong emphasis. em - Defining text with an emphasis. code - Defining computer code text. sub - Defining a subscript text. sup - Defining a superscript text. del - Defining text to be t...
2017-08-03, 1614🔥, 0💬

What Is File Upload in PHP
What Is File Upload in PHP? File upload is Web page function which allows visitor to specify a file on the browser's system and submit it to the Web server. This is a very useful function for many interactive Web sites. Some examples are: Web base email systems for users to send attachments. Forums ...
2016-10-17, 1614🔥, 0💬

Windows Forms App with VB in Visual Studio 2017
How to build a Windows Forms application with VB code in Visual Studio 2017? If you want to build a Windows Forms application with VB code in Visual Studio 2017, you can follow this tutorial: 1. Click "File &gt; New &gt; Project" menu. You see the new project box showing up. 2. Select "Windo...
2023-04-25, 1612🔥, 0💬

DTD for Atom XML Files
Is There Any DTD File to Validate Atom Feed XML Files? A DTD (Document Type Definitions) file contains a set of definitions of XML elements and attributes to form a new XML based specification. The same DTD file can be used to validate XML files that comply with the new specification. Atom feed is a...
2017-11-25, 1611🔥, 0💬

RSS "channel" Element
What is the RSS "channel" element? The RSS "channel" element presents a group of RSS feed items generated by the same producer. The RSS "channel" element contains the following sub elements. title - REQUIRED. The name of your Website, if you are producing this RSS feed. For example: &lt;title&am...
2017-11-11, 1611🔥, 0💬

Introduction of JSON
Where to find tutorials in understanding what is JSON? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding what is JSON. What Is JSON? JSON Text String Example JSON Format Syntax Examples of Invalid JSON Values   ⇒ What Is JSON? ⇐ JS...
2023-04-25, 1609🔥, 0💬

Build Authorization Code Flow with Azure AD v2
How to implement the OpenID Authorization Code Flow with Azure AD v2.0 service? If you want to implement the OpenID Authorization Code Flow in your Web application to use Azure AD service, you should follow these steps: 1. Building the Azure AD v2.0 Sign-on authentication request: Register your Web ...
2019-03-27, 1608🔥, 0💬

Console App with VC# Code in Visual Studio 2017
How to build a console application with Visual C# code in Visual Studio 2017? If you want to build a console application with Visual C# code in Visual Studio 2017, you can follow this tutorial 1. Start Visual Studio 2017 with .NET development environment. 2. Click "File &gt; New &gt; Project...
2017-08-08, 1607🔥, 0💬

Uploading Files to Web Servers in PHP
Where to find tutorials on how to upload files to Web servers in PHP? A collection of tutorials to answer many frequently asked questions on how to upload files to Web servers in PHP. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on H...
2016-10-17, 1606🔥, 0💬

Introduction of Atom
Where to find tutorials in understanding what is Atom? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding what is Atom. What Is Atom Syndication Format Real Atom XML Examples Icon for Atom Syndication MIME Type Definition for Atom Fi...
2017-11-02, 1605🔥, 0💬

Passing Variables by References in PHP
How To Pass Variables By References? in PHP? You can pass a variable by reference to a function by taking the reference of the original variable, and passing that reference as the calling argument. Here is a PHP script on how to use pass variables by references: &lt;?php function swap($a, $b) { ...
2016-12-24, 1605🔥, 0💬

"docker run --entrypoint" - Override Default Command
How to override the default command in a Docker image using the "docker run --entrypoint" command? Each Docker image has default command defined as the "ENTRYPOINT" which will run automatically when you start the container created from the image. But you can override it with the "docker run --entryp...
2022-12-15, 1601🔥, 0💬

Test Azure AD B2C User Flow
How to test a user flow defined as a policy in my Azure AD B2C directory? After you have defined a user flow in a policy in your Azure AD B2C directory, you can test it before you connect it to your application. 1. Sign in to the Azure portal as the global administrator of your Azure AD B2C tenant. ...
2019-02-18, 1601🔥, 0💬

Start Hyperledger Composer Playground
How to Start the Hyperledger Composer Playground? You can follow this tutorial to start the Hyperledger Composer Playground. 1. Run Web browser and go to: composer-playground.mybluemix. net. You see the welcome page. 2. Click on "Let's Blockchain!". You see the playground home page. 3. Now you can s...
2021-12-28, 1598🔥, 0💬

'trace' Policy Statement
How to use the "trace" Policy Statement for an Azure API service operation? The "trace" policy statement allows you to generate debugging messages into the API trace output. The "trace" statement can be used in any policy blocks in the policy XML document. The "trace" statement has the following syn...
2018-03-10, 1598🔥, 0💬

Interview Questions - HTML Forms and Input Fields
Where to find Interview Questions on HTML Forms and Input Fields? Here are some interview questions on HTML Forms and Input Fields: What is a form? What elements can you use to submit a form? When a form is submitted, where the data is delivered to? What is a hidden input field? How to create a grou...
2017-02-28, 1598🔥, 0💬

What Is .NET Framework
What Is .NET Framework? .NET Framework Microsoft that provides primarily a standard program execution environment and a standard library: Common Language Runtime (CLR) - An application virtual machine that provides services such as security, memory management, and exception handling. Any application...
2023-05-31, 1596🔥, 0💬

Creating an Array in PHP
How To Create an Array in PHP? You can create an array using the array() constructor. When calling array(), you can also initialize the array with pairs of keys and values. Here is a PHP script on how to use array(): &lt;?php print("Empty array:\n"); $emptyArray = array(); print_r($emptyArray); ...
2016-10-15, 1596🔥, 0💬

Taking a Substring in PHP
How To Take a Substring from a Given String? If you know the position of a substring in a given string, you can take the substring out by the substr() function. Here is a PHP script on how to use substr(): &lt;?php $string = "beginning"; print("Position counted from left: ".substr($string,0,5)."...
2016-10-13, 1595🔥, 0💬

Retrieving Directory Name from File Path Name in PHP
How To Get the Directory Name out of a File Path Name in PHP? If you have the full path name of a file, and want to get the directory name portion of the path name, you can use the dirname() function. It breaks the full path name at the last directory path delimiter (/) or (\), and returns the first...
2016-11-20, 1594🔥, 0💬

Supporting Multiple Submit Buttons in PHP
How To Support Multiple Submit Buttons in PHP? Sometimes, you may need to give visitors multiple submit buttons on a single form to allow them to submit the form for different purposes. For example, when you show your customer a purchase order in a Web form, you may give your customer 3 submit butto...
2016-11-08, 1593🔥, 0💬

<< < 17 18 19 20 21 22 23 24 25 26 27 > >>   Sort: Date