API stands for Application Programming Interface. The idea is to have our web or application to talk directly to the server with the given detail command. In short explanation, API is the agent who tells the service provider, that client needs this or that. Sometimes, in the XML template is found Javascipt code for displaying post summary, this … Show Full Article»

Data View is indicating the current view of the Blog. Usually used with a conditional expression as in <b:if> tag because most of the type is boolean, that's mean the value is either 'True' or 'False'. Expression Type Data Meaning data:view.archive.day number Day of the current archive page. e.g. 17. dat… Show Full Article»

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»

Blogger has a variety of URL representations, for example for Archives and Posts. A post will get a URL format like .../year/month/post.html , if we omit /post.html , then it will be .../year/month an Archive page. Each page can generally be accessed by a bot then processed by it, such as for example a Google bot can index the page and then displ… 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»

Google Search Console, formerly is Google Webmasters is a free service offered by Google that helps you monitor and maintain your site's presence in Google Search results. You don't have to sign up for Search Console for your site to be included in Google's search results, but doing so can help you understand how Google views your site… Show Full Article»

The Open Graph protocol is a set of tags that allows a webmaster to provide social networks with detailed information about the pages to share. The search engines also use this protocol to better understand the content of a web page. Originally created by Facebook, now the OpenGraph protocol managed by the OpenWeb Foundation . 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»
About
BloggerBasics101 is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Misc