Posts


A guide to web robots and how to use them properly

A guide to web robots and how to use them properly

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

Laravel Eloquent Relationships

Laravel Eloquent Relationships

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 function with example

CSS filter function with example

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

How to create custom child theme in Magento

How to create custom child theme in Magento

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

Get WordPress blog RSS feed and show on any page

Get WordPress blog RSS feed and show on any page

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

Learn responsive website design with CSS3 Media Queries

Learn responsive website design with CSS3 Media Queries

Media queries enable to write css on the basis of device width, height, orientation(portrait or landscape) and physical attribute. Everything cha...

PHP built-in array functions

PHP built-in array functions

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

15 helpful jQuery methods and functions

15 helpful jQuery methods and functions

jQuery has many predefined important and useful functions to manipulate the DOM, perform animations and dealing with events easily. Let's br...

Laravel – Learning database migrations, schema building and database seeding

Laravel – Learning database migrations, schema building and database seeding

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 math functions

PHP math functions

PHP supports and comes with many inbuilt math functions, which always comes handy while performing complex calculation rather than writing y...

Laravel Eloquent ORM

Laravel Eloquent ORM

Laravel Eloquent is a powerful ORM that uses Active Record Pattern which is a technique to wrap database into objects. By usi...

How to set up virtual host on Wamp Server - Windows

How to set up virtual host on Wamp Server - Windows

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

Select and copy data to clipboard using jQuery

Select and copy data to clipboard using jQuery

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

How to install Laravel Framework

How to install Laravel Framework

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

Install composer dependency manager in Windows - Step by step guide

Install composer dependency manager in Windows - Step by step guide

The Composer Dependency Manager is very helpful when you need to install PHP-related frameworks, for example, PHPUnit or...

WordPress login page customization

WordPress login page customization

This post is dedicated to WordPress Login Page Customization. As you have learned to customize WordPress using the child theme, you ma...

Useful and important functions for WordPress

Useful and important functions for WordPress

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

Creating featured product slider on homepage - Magento

Creating featured product slider on homepage - Magento

Featured products act as CTA button for any e-commerce website. In Magento, there are many paid extensions are available. But we c...

Classes and Objects in PHP - Basic Introduction

Classes and Objects in PHP - Basic Introduction

Object-oriented Programing in PHP helps to develop big application easily with code re-usability and modularity of classes. Unlike the proce...

17 Carefully Hand-picked Free Google Fonts

17 Carefully Hand-picked Free Google Fonts

Typography is a very important part of front-end designing. A beautiful font for heading can attract and say more than whole of yo...

Newsletter

Web development latest updates, tutorials & code resources

We won't spam. Unsubscribe at any time.