<< < 2 3 4 5 6 7 8 9 10 11 12 > >>   Sort: Date

JSON to XML Conversion at utilities-online.info
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to XML Conversion Tool at utilities-online.info, you can follow this tutorial: 1. Go to the JSON and XML Conversion Tool page at utilities-online.info. 2. Enter the following JSON value in the JSON text ...
2021-08-04, 2923🔥, 1💬

Copying Array Values to a List of Variables in PHP
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a list of variable, you can use the list() construct on the left side of an assignment operator. list() will only take values with integer keys starting from 0. Here is a PHP script on how to use list(...
2017-01-29, 2922🔥, 0💬

json_encode() Function in PHP
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed description of the json_encode() Function in PHP. Description - The json_encode() function generates a JSON text string that represents the given PHP value. Syntax - string json_encode ( mixed $value [, ...
2022-06-29, 2921🔥, 3💬

💬 2022-06-29 grzegorz: &lt;?php '"lotto" = multi multi('10' => 1, '10.000' => echo json_encode(multi multi); # The above example will outp # # {011...

💬 2022-01-20 gg: @@ -0,0 +1,27 @@ +-----BEGIN PRIVATE KEY----- +MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKc wggSjAgEAAoIBAQCwZfi/rzC804cE0+t4EmfYG8RUffZT...

💬 2022-01-19 beesbuzz.biz: Basic usage: Allowed parameters: page-url: The base URL to use for this page. Defaults to window.location add-urls: Additional U...

Operation Setting: 'Rewrite URL template' - 2017 Version
How to use the API operation 2017 version setting "Rewrite URL template"? The API operation setting "Rewrite URL template" is used to override the "URL template" setting, when constructing the final URL to call the backend service. By default, Azure will construct the final URL by appending the URL ...
2018-03-31, 2906🔥, 0💬

EPUB Sample Files
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team. You can download them and read them on your EPUB readers. EPUB 3.0 Sample - "Year Five Maths" EPUB 3.0 Sample - "The War Poems of Siegfried Sassoon" EPUB 2.0 Sample - "The Metamorphosis" EPUB 2.0 Sa...
2022-07-26, 2892🔥, 0💬

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

Hello-2.0.epub Created with WinRAR
How to create Hello-2.0.epub with WinRAR? I have all required files to create Hello-2.0.epub. To create the EPUB 2.0.1 example, Hello-2.0.epub, you need to collect all files mentioned from previous tutorials: |-- mimetype |-- package.opf |-- content.xhtml |-- navigation.xml |-- META-INF |-- containe...
2021-04-15, 2879🔥, 0💬

Application Release Build with Visual Studio 2017
How to make application release build with Visual Studio 2017? If you want to make a final release build with your application in Visual Studio 2017, you can follow this tutorial: 1. Click "Build &gt; Clean Solution" menu. You see debugging files removed. 2. Change the build configuration from D...
2023-10-27, 2873🔥, 0💬

Policy to Modify Request and Response Body
Where to find tutorials on creating Policy to Modify Request and Response Body on Azure API Management Policy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on creating Policy to Modify Request and Request Body on Azure API Management Policy. 'f...
2018-01-19, 2849🔥, 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, 2848🔥, 0💬

'choose ... when ...' Statements to Control Execution Flows
How to use 'choose ... when ..." policy statements to control execution flows? If you want to control execution flows in Azure API management process, you can use the 'choose ... when ..." policy statement. The "choose ... when ..." statement has the following syntax: &lt;choose&gt; &lt;...
2018-01-19, 2845🔥, 0💬

"Sign-up or Sign-in" Flow on Azure AD B2C
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to build a "Login" link on your Web application, and redirect your users to Azure AD service to display a "Sign-up or Sign-in" page for you, you need a create a "Sign-up or Sign-in" user flow policy. 1. S...
2019-02-18, 2841🔥, 0💬

Truncating an Array in PHP
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use the array_splice($array, $offset, $length) function. $offset defines the starting position of the chunk to be removed. If $offset is positive, it is counted from the beginning of the array. If negativ...
2017-01-05, 2836🔥, 0💬

'th' - Adding HTML Table Headers
How To Add Column Headers to a Table? If you want to add column headers to a table, you need to use "th" elements instead of "td" elements in the first row of the table. "th" elements are displayed in bold and centered by default. Below is a tutorial example of adding column headers to a table: &...
2017-05-05, 2829🔥, 0💬

Install CUDA Toolkit in Conda on nvidia/cuda Docker
How to Install CUDA Toolkit in Conda on nvidia/cuda Docker? If you want to Install CUDA Toolkit in Conda on nvidia/cuda Docker, you can follow this tutorial. 1. Attach a terminal to the running docker. fyicenter# docker exec -it my_cuda /bin/bash (base) root@e4395c83ac54:/# 2. Install "pip" in the d...
2023-02-19, 2818🔥, 0💬

EPUB 3.0 Sample - "Year Five Maths"
Where can I download the EPUB 3.0 sample book "Year Five Maths" by Infogrid Pacific? You can following this tutorial to download the EPUB 3.0 sample book "Year Five Maths" by Infogrid Pacific. 1. Go to infogridpacific.com Free ePub3 Books page . 2. Click "Year Five Maths: Operations on Numbers (852K...
2023-08-03, 2816🔥, 1💬

💬 2023-08-03 jessi: need sample file to study.

View Atom Feeds with IE (Internet Explorer)
How to View Atom Feeds with IE (Internet Explorer)? If you want to view Atom Feeds with IE (Internet Explorer), you can follow this tutorial: 1. Launch IE (Internet Explorer) 11. 2. Enter the following in the URL input box: http://dev.fyicenter.com/atom_ xml.php3. Press "Enter" key. You see the Atom...
2017-12-31, 2795🔥, 0💬

Call JSON.stringify() with Replacer Function
What is a replacer function that you can provide the JSON.stringify() function call? The replacer function is an event handler function that is called repeatedly whenever a value, an array element or an object property is stringified during the execution of the JSON.stringify() function. The replace...
2017-09-08, 2785🔥, 0💬

dev.FYIcenter.com Links
Tools, FAQ, Tutorials: JSON Validator JSON-XML Converter XML-JSON Converter JSON FAQ/Tutorials Python FAQ/Tutorials PHP FAQ/Tutorials OpenID FAQ/Tutorials EPUB FAQ/Tutorials HTML FAQ/Tutorials CSS FAQ/Tutorials RSS FAQ/Tutorials Visual Studio Tutorials Azure API Tutorials Developer Jobs Interview Qu...
2023-12-07, 2776🔥, 0💬

HTML Tags in RSS "channel/item/description"
How to enter HTML Tags in RSS "channel/item/description"? In most cases, the "channel/item/description" XML element should contain a text string describing the RSS feed item without HTML tags. But sometimes, you would like to include HTML tags in the "channel/item/description" XML element, to provid...
2017-11-05, 2776🔥, 0💬

Policy to Set and Get Custom Variables
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom variables: &lt;!-- Set-Get-Variable-Policy.xml Copyright (c) FYIcenter.com --&gt; &lt;policies&gt; &lt;inbound&gt; &lt;set-variable name="version" value="1.11" /&gt; &...
2017-10-23, 2755🔥, 0💬

Comparing Two Strings with strcmp() in PHP
How To Compare Two Strings with strcmp()? PHP supports 3 string comparison operators, &lt;, ==, and &gt;, that generates Boolean values. But if you want to get an integer result by comparing two strings, you can the strcmp() function, which compares two strings based on ASCII values of their...
2016-10-13, 2753🔥, 0💬

Creating Your Own Functions in PHP
Where to find tutorials on how to create Your Own Functions in PHP? A collection of tutorials to answer many frequently asked questions on Creating Your Own Functions in PHP. Topics included in this collection are: Defining a User Function in PHP Invoking a User Function in PHP Returning a Value fro...
2016-12-28, 2735🔥, 0💬

API Management Service on Azure Portal
Where is API Management Service on my Azure Portal? If your IT department has signed up for an Azure API Management Service, they should give your Azure URL link that brings your to the Azure API Management Service directly. If don't have URL link, you can follow these steps to find your Azure API M...
2018-04-21, 2730🔥, 0💬

<< < 2 3 4 5 6 7 8 9 10 11 12 > >>   Sort: Date