XML vs HTML sitemap

XML sitemap HTML sitemap XML sitemaps are for search engines HTML sitemaps are for humans A structured text file containing URLs of pages of a website for web crawlers Webpage containing links facilitating user navigation on a website Never displayed to users Displayed in webbrowser Read by webcrawlers only Visited by users and web crawlers …

XML vs HTML sitemap Read More »

sitemap

What is a Sitemap?

If you are like me trying to understand the errors in google search console, you would have seen the word sitemap. In todays post we will see about sitemap. Why we need them? Benefits etc., Sitemap is like a guide with hierarchical diagram that allows you to visualize the structure of a website. It is …

What is a Sitemap? Read More »

http vs https

HTTP vs HTTPS

Both HTTP and HTTPS are protocols for communicating over the internet. If you have a website or probably used a website might have come across these things namely http:// or https:// What is HTTP ? Hyper Text Trasfer Protocol is a set of rules defining how information is transfered over internet. It is a stateless …

HTTP vs HTTPS Read More »

How to use CSS class?

A CSS class is an attribute used to define a group of HTML elements a unique styling and formatting. Class is a group of elements that are similar or unique. For example, when we want to add blue text to a set of paragraphs, or bold red text to set of headings in our website …

How to use CSS class? Read More »

Set default columns in UI5 Smart table

How to select the default columns for Smart table in SAP UI5

‘initiallyVisibleFields’ property of the SAP UI5 Smart table is used to select the default columns for the smart table. initiallyVisibleFields=”Id,Name” As you see above, the fields(columns) of the smart table are separated by Comma. The columns will be visible in the same order as mentioned above with customer Id as first column and Customer Name …

How to select the default columns for Smart table in SAP UI5 Read More »