When visiting on news site, maybe we found a breadcrumb trail of its post, showing a category of the post. We can easily add a label of each post below the title of the post, but it is not manageable, or we should call it a label category instead of a breadcrumb.
Show Full Article»
|
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»
|
Breadcrumbs is a navigation menu that is usually above the title of a blog post or website. Usually in the form of a link starting at home or the main page followed by the label then the heading of the post that was opened. Breadcrumbs are quite important as a supporting factor for SEO on a blog because with breadcrumbs we can inform visitors abou…
Show Full Article»
|
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»
|
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»
|
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»
|
In General, Blogspot Search Summary page is the landing place where visitor searching some query within our search box with the suffix " /search?q=query ". In Practice, Search Summary Result is found everywhere. Label page has URL Formatted like " /search/label/LabelName " and is same as " /search?label=LabelName &quo…
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»
|
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»
|
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 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»
|
This inclusion is managed by blogger, where this content is stored on their servers. Aiming to make it easier for Bloggers to add all the parts needed in SEO that are usually between <head> and </head>
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»
|
About
Misc