How to display WordPress Categories on home page of website ?

If we have a website which is largely text based, something like this website which shows mostly … Read more

Check if its tag page or category page in WordPress

As we have seen in our previous post “How to display WordPress Categories on home page of … Read more

How to use image placeholders in HTML ?

In this post, we will use holder.js javascript to demonstrate how you can use default image placeholders … Read more

Receive http get response JSON to buffer using curl API – C program

Below C program provides API’s for receiving http GET response JSON to C buffer which you can … Read more

How to integrate and use google fonts into website ?

To use google fonts into your website / html, you just need to follow below steps, To … Read more

How to redirect primary domain to a subdirectory ?

If you are trying to develop new website for your domain and want to redirect all the … Read more

html class

HTML Class Attribute

HTML Class attribute can be declared with dot (.) in CSS. The class attribute can be assigned … Read more

HTML Id

HTML Id Attribute

HTML Id attributes starts with hash ( # ) in CSS. We can use this attribute to … Read more

ID Class

Difference between an Id and Class in HTML

In this post, we will demonstrate the basic difference between Id and Class in html element styled … Read more

How to hide code / Div based on contents in URL using JavaScript ?

There are some reasons where you want certain button / image to be hidden for some section … Read more