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...
As we learned about Laravel Eloquent ORM in our previous tutorial, now we will learn about Laravel Eloquent Relationships. With Laravel Eloquent relat...
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...
Media queries enable to write css on the basis of device width, height, orientation(portrait or landscape) and physical attribute. Everything cha...
PHP has a built-in great support for the array to work with. There are numerous inbuilt array and string functions – like array_chunk, array_com...
jQuery has many predefined important and useful functions to manipulate the DOM, perform animations and dealing with events easily. Let's br...
Laravel’s migrations and schema builder are very powerful and by using these features, you won’t have to write any SQL code. Lar...
PHP supports and comes with many inbuilt math functions, which always comes handy while performing complex calculation rather than writing y...
Laravel Eloquent is a powerful ORM that uses Active Record Pattern which is a technique to wrap database into objects. By usi...
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...
Laravel is an open source PHP framework, which is created by Taylor Otwell. We all know that developing a whole website from scratch can be...
The Composer Dependency Manager is very helpful when you need to install PHP-related frameworks, for example, PHPUnit or...
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...
Object-oriented Programing in PHP helps to develop big application easily with code re-usability and modularity of classes. Unlike the proce...
Typography is a very important part of front-end designing. A beautiful font for heading can attract and say more than whole of yo...