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 Tag
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»
|
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»
|
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»
|
About
Misc