Posts


3D Text Effect Using CSS3

3D Text Effect Using CSS3

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 in PHP - A Detailed Overview

Session in PHP - A Detailed Overview

$_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...

Optimize your site using GZIP Compression

Optimize your site using GZIP Compression

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...

Nesting in Sass - Best approach

Nesting in Sass - Best approach

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...

Using variables in Sass

Using variables in Sass

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

Set browser caching using .htaccess

Set browser caching using .htaccess. This will tell the browser to cache/remember all requests from web-pages like images, JavaScript, CSS,...

Bootstrap Tutorial - step by step

Bootstrap Tutorial - step by step

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 for string and arrays

PHP implode and explode functions for string and arrays

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...

Looping over multidimensional array using PHP

Looping over multidimensional array using PHP

It requires a little more thinking while working with loops in multidimensional arrays. Let’s see the situation here. Say w...

PHP array sorting

PHP array sorting

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...

How to create a child theme in WordPress - step by step

How to create a child theme in WordPress - step by step

What is WordPress Child Theme? A child theme is a separate theme but use the parent theme’s properties, functionalities, and layout. We ma...

Basic Sass tutorial for beginners

Basic Sass tutorial for beginners

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...

Install Sass on windows step by step

Install Sass on windows step by step

In this tutorial, we will learn to install Sass on windows. It is quite easy. Sass is CSS preprocessor. Sass makes easy to write...

Creating a beautiful CSS3 Button

Creating a beautiful CSS3 Button

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...

Creating Full Width Rotated Divs Using CSS3

Creating Full Width Rotated Divs Using CSS3

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...

Ternary operator in PHP

Ternary operator in PHP

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...

Custom Error Page - .htaccess

Custom Error Page - .htaccess

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...

Creating 301 redirection using .htaccess

Creating 301 redirection using .htaccess

As we have discussed the various type of redirection earlier, this time we will learn the most important aspect of redirection for...

Allow Deny visitors by IP using .htaccess

Allow Deny visitors by IP using .htaccess

There must be a solid reason to do this. By using the little code below, we can easily make our website accessible or inacces...

All about .htaccess

All about .htaccess

.htaccess (stand for Hypertext Access) is a great role player in the process of optimizing and tweaking websites conditionally.! Let&rs...

Newsletter

Web development latest updates, tutorials & code resources

We won't spam. Unsubscribe at any time.