Get various parts of URL using JavaScript

Recently I wanted to get a domain name of the page on which I was currently on. I was trying to parse the entire URL of the page and then parse it using regular expressions etc. to get the domain name. I was able to get the required information using this method, but then I […]

Get various parts of URL using JavaScript Read More »

Parts of URL

Parts of URL Read More »

CSS !important Declarations

CSS !important Declarations Read More »

PHP double quotes vs single quotes

Strings in PHP can be specified in four different ways: single quoted, double quoted, heredoc syntax and (since PHP 5.3.0) nowdoc syntax, the first two of them being by far the most frequently used. It is important to know the difference between using single quotes and double quotes. In this post we will see the

PHP double quotes vs single quotes Read More »

Sticky Header and Footer using CSS

Sticky Header and Footer using CSS Read More »