Web design is no more limited to content and graphics. One can not deny the role of animations and effects on the websites. There are many anim...
Why do you need robots.txt? There is a number of reasons to use a robots.txt file. When our site is in development mode and some of the parts or p...
CSS filter functions allow adjusting the color of an element before it is rendered on the site. Though these CSS filter functions are mostly used for...
Before we dive in to create our own custom child theme in Magento, a little about why there is need to create a custom child theme in M...
We may need to get the WordPress blog RSS feed on some other pages out of WordPress. Let's see how to achieve this. First, we nee...
jQuery has many predefined important and useful functions to manipulate the DOM, perform animations and dealing with events easily. Let's br...
Setting up virtual Host on Wamp Server is very easy. But first, we should look why it is beneficial to set up the virtual host. While developing a si...
In the web world, it's all about great user experience. Many times we need to use the data to copy paste from one place to another. For inst...
This post is dedicated to WordPress Login Page Customization. As you have learned to customize WordPress using the child theme, you ma...
In this post, we are adding very useful and important functions for WordPress. We already have learned to create a child theme in WordPress. Now...
Featured products act as CTA button for any e-commerce website. In Magento, there are many paid extensions are available. But we c...
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...
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...
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...