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»
|
Showing posts with the label Reference
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»
|
Tags <b:skin> and <b:template-skin> are elements used only the header of the Blogger theme XML file, whose content is hold a series of CSS code and variable declarations used along with CSS and can be interacting with the Theme Designer tool . <b:skin> is responsible for CSS used for the current blog look, while the <b:te…
Show Full Article»
|
The Blogger <b:section> is a layout to nesting Blogger gadget <b:widget> . When we design a blogger template its make easier to manage a group of gadget by separate a gadget into the different section.
Show Full Article»
|
The tags <b:message> used for getting explicit message data which value stored at the server side of Blogger, while <b:param/> is additional parameter belong to <b:message> . Rendered message in HTML is vary based on Blog Language Settings.
Show Full Article»
|
A loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number. In the Blogger Language , a loop is implemented using the tag &…
Show Full Article»
|
The <b:include> is statement takes all the text/code/markup that exists in the <b:includable> tags and copies it into the part that calling the include statement.
Show Full Article»
|
The expression evaluation tag <b:eval> is a tag for evaluating the value of an expression. <b:eval> tags can combine or modify data values using an expression then print its value.
Show Full Article»
|
Concatenate Operator with symbol plus + .This operator used in the operation of joining two strings together. The symbol is same as Addition operator which is part of Arithmetic operator.
Show Full Article»
|
An arithmetic operator is a mathematical function that takes numerical values as their operands and return a single numerical value. The Blogger arithmetic operators are addition + , subtraction - , multiplication * , division / and modulo % . Also plus operator + is Concatenate operator that can joint two expression.
Show Full Article»
|
A comparison operator is a binary operator that takes two operands whose values are being compared. Comparison operators are used in conditional statements, where the result of the comparison decide whether execution should proceed. They form the key to program flow control, known as conditional processing. The result returns a Boolean value.
Show Full Article»
|
The range operator is used to control the output result as a shorthand way to set up arrays. When used with arrays, the range operator simplifies the process of creating arrays with contiguous sequences of numbers.
Show Full Article»
|
?: or ternary condition is the only operator that takes three argument. Like the Selectors, the first is a comparison argument, the second is the result upon a true comparison, and the third is the result upon a false comparison. This operator is frequently used as a shortcut for the if / else statement. An expression Baz ? Foo : Bar will ev…
Show Full Article»
|
The membership operators are used to validate the membership of a value. These operators are used to find out whether a value is a member of a sequence. The result of operation returns a Boolean value.
Show Full Article»
|
About
Misc
If you are not willing to risk the usual you will have to settle for the ordinary. -Jim Rohn