CSS3 can be used to create 3D effects for heading and decorations. Here is the basic setup. To give the 3D effect we will use simple&n...
$_SESSION is a special array used to store information across the page requests a user makes during his visit to your website or web applica...
Gzip Compression Gzip Compression is used to minimize the load time by compressing data before delivering it to the user. It can be used to comp...
One of the very useful features of Sass is Nesting. Nesting is great when we need to write less and do more. Sass speed up the developm...
Every website has it's unique front-end design. Whether it is brand-color, text-color, background colors, font-family etc. It...
Set browser caching using .htaccess. This will tell the browser to cache/remember all requests from web-pages like images, JavaScript, CSS,...
In this tutorial, we will learn about the famous fluid front-end framework - Bootstrap (version - 3.x). What is bootstrap? A Responsive...
PHP implode and explode functions are very easy to use. In this tutorial, we will learn how to do it. Let’s check it out. There...
It requires a little more thinking while working with loops in multidimensional arrays. Let’s see the situation here. Say w...
We know that array is the collection of data in list form, but what if we need to sort the data or sort it in reverse order or if...
What is WordPress Child Theme? A child theme is a separate theme but use the parent theme’s properties, functionalities, and layout. We ma...
In the previous post, we have learned how to install Sass on windows in simple steps. This is a very basic Sass tutorial for beginners on how to...
In this tutorial, we will learn to install Sass on windows. It is quite easy. Sass is CSS preprocessor. Sass makes easy to write...
Design matters. If you have interest and passion for front-end designing you have a lot to learn and experiment. So, we gonna create a button and it...
We have used DIVs many times in its best way and it has always served us as expected. Now it’s time to make some interesting lay...
The Ternary operator in PHP is a built-in operator that acts like an if statement in PHP. It shares with several other languages. It has an unus...
The use of this .htaccess is to enable you to redirect your website visitor to a predfined custom error page (termed as 404 ) in c...
As we have discussed the various type of redirection earlier, this time we will learn the most important aspect of redirection for...
There must be a solid reason to do this. By using the little code below, we can easily make our website accessible or inacces...
.htaccess (stand for Hypertext Access) is a great role player in the process of optimizing and tweaking websites conditionally.! Let&rs...