This is the most used tag in Blogger Theming, together <b:if> , and a singleton <b:elseif/> and <b:else/> are a Conditional tag to give a statement which is used to perform different actions based on different conditions.
Show Full Article»
|
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»
|
Blogger tag are special tag used in Blogger Language. this tag identifiable by the prefix b:
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 <, >, and & as output. By using CDATA …
Show Full Article»
|
snippet operator in Blogger is used to make excerpt or post summary. It can cut the maximum character in the Text such as article body based on parameter used by this operator.
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»
|
Markup tags <b:defaultmarkups> is <b:defaultmarkup> nesting place, and if we nest <b:includable> inside this tag, we can create default theme layout to the template.
Show Full Article»
|
Comment tag <b:comment> is an instruction to add HTML Comment tag into HTML document to be rendered or not. Comment is not rendered or not visible by anyone, unless their view the page source
Show Full Article»
|
Like the name, <b:class> is an singleton tag to injecting class attribute to their parent. Almost same as <b:attr> but this one cant overwrite existing parent value
Show Full Article»
|
The tag <b:attr> or attribute is an instruction tag for adding an attribute to the parent element.
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 <b:with> is a variable alias tag that allows us to create a complex expression that can be retrieved from child nodes.
Show Full Article»
|
The tags <b:widget-settings> (with "s") is a wrapper <b:widget-setting> (without "s") which held user-defined <b:widget> settings known as gadget settings within the Blogger Layout Editor.
Show Full Article»
|
The tags <b:widget> known as Gadget is a small application contain lots of code that interact with the user interface. In Blogger, Gadget can only be installed inside a tag <b:section> .
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»
|
The tag <b:tag> is an instruction tag to give tag in HTML page. Does not look promising, but if we combine with some condition, then we can make it into different HTML tag with a single <b:tag> .
Show Full Article»
|
<b:switch> tag, is a type of conditional statement that will evaluate an expression against multiple possible cases and execute one or more blocks of code based on matching cases. It includes <b:case/> and <b:default/> statement.
Show Full Article»
|
About
Misc