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

Using HTML 'text' Input Fields
How To Use "text" Input Fields? A "text" input field is defined as &lt;input type="text" .../&gt;. A "test" input field can be used to create input field to allow viewers to enter text strings or numbers. There are other attributes you may need to use for a "text" input field: name="fieldNam...
2017-04-19, ∼1926🔥, 0💬

Getting Uploaded File Information in PHP
How To Get the Uploaded File Information in the Receiving Script in PHP? Once the Web server received the uploaded file, it will call the PHP script specified in the form action attribute to process them. This receiving PHP script can get the uploaded file information through the predefined array ca...
2016-10-17, ∼1926🔥, 0💬

HTML Un-ordered List 'ul' Tag/Element
What Is a "ul" Tag/Element? A "ul" element is block level element that can be used to define an un-ordered list, where items are displayed with leading bullets. Here are basic rules about "ul" elements: "ul" elements are block level elements. "ul" elements can not have text contents. An "ul" element...
2017-05-29, ∼1923🔥, 0💬

Atom "feed/title" Element
What is the Atom "feed/title" element? How To Generate a "feed/title" element? The &lt;title&gt; element is a required sub-element of the &lt;feed&gt; element. The title element should contain a short but human readable title of the feed document. You should follow the same rules on ...
2017-12-09, ∼1921🔥, 0💬

HTML 'form' Element Attributes
What Are the Attributes of a "form" Element? There are 3 commonly used attributes for a "form" element: "action" - Required attribute. Used to specify the URL of the form processing program. "method" - Optional attribute. Used to specify the form submission method: "get" or "post". method="get" is t...
2017-04-19, ∼1921🔥, 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, ∼1920🔥, 0💬

Manage and Use Class Properties
How to manage and use class properties? Class properties, also called class attributes, are name value pairs associated with class "type" object, and shared among all instances (objects) created from this class. You can manage and use class properties in various places: 1. In the class definition st...
2018-01-27, ∼1920🔥, 0💬

Determining If a Session Is New in PHP
How To Determine If a Session Is New in PHP? There is not direct way to tell if a session is new or old. But you can design your site to have a required session value in all sessions. Then you can check the existence of this value in a session to determine if it is a new session by isset($_SESSION['...
2016-10-24, ∼1920🔥, 0💬

HTML 'script' Tag/Element as Inline Element
What Is an HTML "script" Tag/Element? A "script" element is both an inline element and a block element that you can use to specify a script code to be executed by browsers. Here are basic rules about "script" elements: "script" elements are inline elements. "script" elements are also block elements....
2017-07-21, ∼1919🔥, 0💬

Accessing the HTTP Request Object
How to access the HTTP request from the HTTP response object? I want to see what was actually delivered to the server. To see what was actually delivered to the server, you can take the "request" property of the response object: &gt;&gt;&gt; r = requests.post() &gt;&gt;&gt; q...
2018-08-14, ∼1918🔥, 0💬

HTML Lists and List Items
Where to find tutorials of introduction to HTML Lists and List Items? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in introduction to HTML Lists and List Items. Clear answers are provided with tutorial examples on list elements for ordered list...
2017-06-16, ∼1918🔥, 0💬

Smallest Valid XHTML 1.0 Document
What is a Smallest Valid XHTML 1.0 Document? If you are interested to see the smallest, but valid, XHTML document, look at this one: &lt;?xml version="1.0" ?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/D TD/xhtml1-strict.dtd"&gt;&l...
2023-11-02, ∼1917🔥, 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, ∼1916🔥, 0💬

Retrieving Values out of an Array in PHP
How To Retrieve Values out of an Array in PHP? You can retrieve values out of arrays using the array element expression $array[$key]. Here is a PHP example script: &lt;?php $languages = array(); $languages["Zero"] = "PHP"; $languages["One"] = "Perl"; $languages["Two"] = "Java"; print("Array with...
2016-10-15, ∼1916🔥, 0💬

Expressions, Variables and Assignment Statements
Where to find tutorials on Python Expressions, Variables and Assignment Statements? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Python Expressions, Variables and Assignment Statements: What Is Expression Evaluation of Expressions What Is Va...
2023-06-12, ∼1914🔥, 0💬

Other HTML Block Elements
What Are Other HTML Block Elements? Other block elements that are not covered in this collection: ul, ol, dl - Specifying lists of items. table - Specifying tables of columns and rows. form - Specifying forms with input fields. script - Specifying client-side script codes. div - Specifying structura...
2017-08-03, ∼1914🔥, 0💬

Release Build of VB Code in Visual Studio 2017
How to make a release build of the final executable code of my VB application in Visual Studio 2017? If you want to make a final release build of your VB application in Visual Studio 2017, you can follow this tutorial: 1. Click "Build &gt; Clean Solution" menu. You see debugging files removed. 2...
2023-09-16, ∼1913🔥, 0💬

basic-network Sample Network
Where to find tutorials on Hyperledger Fabric basic-network Sample Network? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Hyperledger Fabric basic-network Sample Network. What Is basic-network Sample Network start.sh - Start basic-network sto...
2020-04-25, ∼1912🔥, 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, ∼1912🔥, 0💬

Icon for RSS Syndication
What Is the Icon for RSS Syndication? The Web browser and Website syndication industry has adopted a standard icon to identify RSS syndicated content as shown below: Syndication Feed Icon   ⇒ MIME Type Definition for RSS Files ⇐ Real RSS XML Examples ⇑ Introduction of RSS ⇑⇑ RSS FAQ and Tutorials
2017-12-21, ∼1911🔥, 0💬

The 'checked' Attribute of some HTML Elements
What Is Wrong with My "checked" Attribute Values? Attribute "checked" is an optional attribute for HTML element "input". In XHTML specification, attribute "checked" has only one predefined value: "checked". However, in HTML specification, attribute "checked" requires no value. If you are converting ...
2017-07-30, ∼1911🔥, 0💬

Using HTML 'hidden' Input Fields
How To Use "hidden" Input Fields? A "hidden" input field is defined as &lt;input type="hidden" .../&gt;. "hidden" input fields can be used to create invisible fields with predefined input values hidden in the form. There are other attributes you need to use for a "hidden" input field: name="...
2017-04-12, ∼1911🔥, 1💬

Using HTML 'hidden' Input Fields
How To Use "hidden" Input Fields? A "hidden" input field is defined as &lt;input type="hidden" .../&gt;. "hidden" input fields can be used to create invisible fields with predefined input values hidden in the form. There are other attributes you need to use for a "hidden" input field: name="...
2017-04-12, ∼1911🔥, 1💬

"docker-compose up" Command - Start the Network
How to run "docker-compose up" command to deploy and start containers to run BYFN (Build Your First Network)? You can follow this tutorial to run "docker-compose up" command to deploy and start containers to run BYFN. $ cd hyperledger-binaries/fabric-sa mples/first-network$ docker-compose -f docker-...
2020-10-20, ∼1910🔥, 0💬

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