How to Install Disqus Comment System on Blogger/Blogspot

How to install disqus comment system on Google blogger. In this tutorial i’ll explain how to customize your blogger comment system using disqus.

Before we integrate disqus comment system let’s understand what is disqus and how it can improve user engagement.

What is Disqus comment system ?

disqus sign upAs per disqus website it is a feature rich comment system which is used by many websites and blogs across the world. It provides easy administration,moderation and advanced integration options.

Recursion vs Iteration – Difference between Recursion and Iteration

Recursion vs Iteration. What’s the difference between recursion and iteration.

Recursion and Iteration both are two different programming approaches. For some problems recursion is best suited and in some other cases iterative way of programming is good.

In programming, repeated set of instructions can be handled either by using recursive or iterative approach in our code. So which approach we choose and why? Let’s talk about the difference between iteration and recursion.

How to Set Cookies for Multiple Subdomains

How to set cookies for multiple subdomains. In this tutorial, I am going to explain how to set and read a cookie from multiple subdomains.

HTTP is a stateless protocol. Stateless means client request a resource, a server respond to that request remembering the request later. So how website knows whether you are a unique user or you have visited previously. How they remember your previous browsing history, language preference etc.