<< < 3 4 5 6 7 8 9 10 11 12 13 > >>   ∑:1482  Sort:Date

Server-Side Image Maps in HTML
What Is a Server-Side Image Map? A server-side image map is an image inside a hyper link. The image must be defined with the "ismap" attribute in the "img" element. When a server-side image map is clicked in a browser window, the mouse coordinates will be delivered to the server by them to the end o...
2017-03-22, 2837🔥, 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, 2829🔥, 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, 2801🔥, 0💬

Mapping XML Attributes to JSON Values
What is the standard to map XML Attributes to JSON Values? There seems to be no industry standard on how to map XML Attributes to JSON Values. But there are some commonly used conventions: 1. Converting each XML attribute to a single JSON object property. The property name is set to the attribute na...
2023-07-08, 2792🔥, 0💬

Testing the strpos() Return Value in PHP
What Is the Best Way to Test the strpos() Return Value? Because strpos() could two types of values, Integer and Boolean, you need to be careful about testing the return value. The best way is to use the "Identical(===)" operator. Do not use the "Equal(==)" operator, because it does not differentiate...
2016-10-13, 2784🔥, 0💬

XML to JSON Conversion at jsonformatter.org
How to use the XML to JSON Conversion Tool at jsonformatter.org? If you want to try the XML to JSON Conversion Tool at jsonformatter.org, you can follow this tutorial: 1. Go to the JSON and XML Conversion Tool page at jsonformatter.org. 2. Enter the following XML document in the XML text area: &...
2018-03-18, 2778🔥, 0💬

EPUB 2.0 Sample - "The Problems of Philosophy"
Where can I download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme? You can following this tutorial to download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme. 1. Go to pressbooks.com sample books page . 2. Click "EPUB" under "The Problems of Philosophy, ...
2018-10-26, 2777🔥, 0💬

EPUB 2.0 Sample - "The Geography of Bliss"
Where can I download the EPUB 2.0 sample book "The Geography of Bliss" by Eric Weiner? You can following this tutorial to download the EPUB 2.0 sample book "The Geography of Bliss" by Eric Weiner. 1. Go to adobe.com sample eBooks page . 2. Click "The Geography of Bliss: One Grump's Search for the Ha...
2018-10-26, 2767🔥, 0💬

Login to Azure API Publisher Portal - 2017 Version
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permission to an Azure API Management Service publisher portal, you can login to the publisher portal as shown in this tutorial: 1. Enter the publisher portal URL in a Web browser as shown below: The first p...
2018-07-18, 2738🔥, 0💬

Validate EPUB 3.0 Book with EpubCheck
How to validate EPUB 3.0 book with EpubCheck? You can follow this tutorial to validate EPUB 3.0 books with EpubCheck. 1. Download this EPUB 3.0 book file, Hello-3.0.epub . 2. Make sure EpubCheck is installed in \fyicenter\epubcheck, as shown in the previous tutorial. 3. Run "java" command to with th...
2018-06-06, 2734🔥, 0💬

Cookie Files Stored on Your Computer in PHP
Where Are the Persistent Cookies Stored on Your Computer in PHP? The location and file names where persistent cookies are stored on your computer depend on which browser you are using. If you using Microsoft Internet Explorer, persistent cookies are stored in the \Documents and Settings\$user\Cookie...
2016-11-02, 2723🔥, 0💬

Reading and Writing Files in PHP
Where to find tutorials on how to Read and Write Files in PHP? A collection of tutorials to answer many frequently asked questions how to Read and Write Files in PHP. Topics included in this collection are: Reading a Text File to an Array in PHP Reading the Entire File to a String in PHP Opening a f...
2023-03-01, 2718🔥, 1💬

Ways to Remove Leading and Trailing White Spaces in PHP
How Many ways to Remove Leading and Trailing White Spaces? There are 4 PHP functions you can use remove white space characters from the beginning and/or the end of a string: trim() - Remove white space characters from the beginning and the end of a string. ltrim() - Remove white space characters fro...
2016-10-13, 2707🔥, 0💬

Access Token Response Received from Azure AD v2
How to process the access token response received from Azure AD v2.0 service? After Azure AD v2.0 service receives an access token request from your Web server script, it will process the request and returns the access token response directly. In order for your Web server script to process the acces...
2019-03-27, 2690🔥, 0💬

Hello-3.1.epub - "container.xml" File
How to create the "container.xml" file of an EPUB 3.1 book? The "container.xml" file of an EPUB 3.1 book is a required file in the book ZIP container. It specifies a package file of any name, for example: package.opf. Here is the requirement on the "container.xml" file: 1. The "container.xml" file m...
2022-05-31, 2682🔥, 0💬

EPUB 2.0 Sample - "Alice's Adventures in Wonderland"
Where can I download the EPUB 2.0 sample book "Alice's Adventures in Wonderland" by Lewis Carroll? You can following this tutorial to download the EPUB 2.0 sample book "Alice's Adventures in Wonderland" by Lewis Carroll. 1. Go to adobe.com sample eBooks page . 2. Click "Alice's Adventures in Wonderl...
2018-10-26, 2680🔥, 0💬

'cellpadding' - Padding Spaces in HTML Table Cell
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner borders and cell content. By default, browsers give cell padding spaces of 1 pixel. If you want to control cell padding spaces within a table cell, you need to use the "cellpadding" attribute, which ...
2017-05-13, 2680🔥, 0💬

Error on Building C++/CLI Programs
Why I am getting "LNK1104: cannot open file 'MSCOREE.lib'" error when building a C++/CLI program? Visual C++ supports the C++/CLI (Common Language Infrastructure) programming language, which has additional types and operators to target the .NET programming model. It is done by using the CLR (Common ...
2023-06-19, 2679🔥, 0💬

Azure API Management Service - 2017 Version
What Is the 2017 Version of Azure API Management Service? The 2017 Version of Azure API Management as a turnkey solution for publishing APIs to external and internal customers. Quickly create consistent and modern API gateways for existing back-end services hosted anywhere, secure and protect them f...
2018-07-22, 2673🔥, 0💬

Converting Strings to Hex Numbers in PHP
How To Convert Strings to Hex Numbers? If you want convert a string into hex format, you can use the bin2hex() function. Here is a PHP script on how to use bin2hex(): &lt;?php $string = "Hello\tworld!\n"; print($string."\n"); print(bin2hex($string)."\n"); ?&gt; This script will print: Hello ...
2016-10-13, 2664🔥, 0💬

"Failed to load gRPC binary module" Error
Why am I getting the "Failed to load gRPC binary module" error when running a Node.js client application? If your Node.js environment is out of sync, you will get the "Failed to load gRPC binary module" error as shown below: $ cp ~/hyperledger-binaries/fabric- samples/fabcar/javascript$ node enrollA...
2020-01-04, 2662🔥, 0💬

EPUB 3.0 Samples at idpf.github.io
What EPUB 3.0 samples are provided at https://github.com/IDPF? Here is a list of EPUB 3.0 samples provided at https://github.com/IDPF : accessible_epub_3.epub - Strategies for creating EPUB 3 content that can be read by people with different preferred reading modalities. childrens-literature.epub - ...
2018-11-17, 2656🔥, 0💬

What Is epubcheck.jar
What Is epubcheck.jar? epubcheck.jar is a Java program that allows you to validate an EPUB file. It can detect many types of errors in EPUB. OCF container structure, OPF and OPS mark-up, and internal reference consistency are checked. EpubCheck can be run as a standalone command-line tool or used as...
2018-06-06, 2650🔥, 0💬

json.loads() - Loading JSON into Object
How to load (or decode, deserialize) a JSON string into a Python object using json.loads()? The json.loads() function allows you to load (or decode, deserialize) JSON strings (str, bytes or bytearray types) into Pythong objects: json.loads(s, *, encoding=None, cls=None, object_hook=None, parse_float...
2018-10-08, 2649🔥, 0💬

<< < 3 4 5 6 7 8 9 10 11 12 13 > >>   ∑:1482  Sort:Date