Showing posts with the label Reference

Lambda or Arrow => It is used in lambda expressions treated as object to separate the input body from the lambda body on the right side. In Blogger, lambda expression is a nested operation to allow us to apply rules to whole sets of data (labels, posts, or comments, etc), rather than just individual instances. Show Full Article»

A data type is a classification of the type of data. this knowledge is indeed not mandatory for a blogger, but for those who want or design the look for their Blogger template, this section becomes important. Not like Human, a computer does not know the different between "1,2,3" which is the type of number, and "one, two, three&qu… Show Full Article»

Each Blogger tag " b: " can have one or more attribute. These attributes are an additional element to give Blogger Expression. An attribute either modifies the default functionality of an element type or provides functionality to certain element types. Show Full Article»

In programing language, Operator is a character that tells the compiler or interpreter to perform specific mathematical, relational or logical operation and produce the final result. In short, an operator is a character that represents an action. Blogger has own operator that can be used in Blogger language XML scripting. they are: Arithmetic O… Show Full Article»

The XML CDATA section, where the term CDATA means 'Character Data'. CDATA is defined as blocks of text that are not encoded or parsed by the parser, but are recognized as markup. When parser parsed block of code, the predefined entities such as <, >, & will resulting an &lt;, &gt;, and &amp; as output. By using CDATA … Show Full Article»

The logical operators of Blogger are used to comparing a Boolean values, the result will returns as Boolean value. The concept of logical operators is simple. They allow a program to make a decision based on multiple conditions. Each operand is considered a condition that can be evaluated to a true or false value. Show Full Article»

The tag <data:...>  is a singleton tag that allows us to print the single value of data point from the parent. In general terms VALUE in <data:VALUE> is an alias to parent variable name. Syntax maybe differ According from which the data is extracted and according to the type of the data Show Full Article»

The tag <b:template-script>  is an instruction to call a JavaScript file hosted on the server side of Blogger related to Official theme distributed by Blogger. this tag generates a  script  tag containing the url of a JS file, or adding inline of the JS file inside XML Blogger Template Code. Show Full Article»
About
BloggerBasics101 is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Misc