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 Improve website speed using browser caching ?

What is browser caching? Every time a browser loads a webpage it has to download all the … 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 Tag formatter, CSS Minifier, CSS Formatter, JSON Validator tools

Recently, I was trying to edit some HTML code which someone else has written and got lost … Read more

HTML Class Attribute

html class

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