A pie chart is a circular graph which is divided into slices to represent numerical proportion. The pie chart mainly used to show comparison and the graphical representation helps understand the comparison easily. If you have a requirement to show the stat...

By: CodexWorld Apr 24, 2017

Top Notification Bar or Hello Bar is the best way to direct your visitors and promote website's most important content. Use top notification bar to promote products or show important notification for maximum reach. It's very easy to create a top fixed noti...

By: CodexWorld Apr 20, 2017

DateTime picker provides a user-friendly way to select date and time in the web form. The user can select date and time from the DateTime picker dialog without typing manually in the input field. If your web application uses Bootstrap framework, you can ea...

By: CodexWorld Nov 16, 2018
PHP

The PHP mail() function is used to send emails from the PHP script. When you send email using the mail() function in PHP, the mail is sent from your web server. Sometimes it may cause issues in sending an email and fails to deliver mail to the recipient. W...

By: CodexWorld Jan 18, 2024

CRUD operations are the most used functionality in Laravel application. In this tutorial, we'll create a simple CRUD application with Laravel 5. Our step-by-step guide for beginners helps you to implement CRUD (Create, Read, Update, and Delete) Operations ...

By: CodexWorld Apr 11, 2017

If your web application uses Twitter Bootstrap framework, modal popup integration is very easy. Bootstrap helps you to add a popup to button or link without using additional JavaScript code. Also, using Bootstrap, you can build a well-designed HTML form in...

By: CodexWorld Sep 13, 2017

The trend of creating a custom module is gaining a lot of popularity after the official release of Magento 2 version. Magento web store owners and developers are leveraging the Magento2 Module development process to take their e-store to the new heights of...

By: Linda Wester Apr 3, 2017

Once Laravel application installation is completed, now it's time to setup and implement the basic functionality with Laravel framework. This second part of Laravel tutorial, we'll go through the basic guide on setting up Laravel 5 application. We'll creat...

By: CodexWorld Apr 10, 2017

Laravel is an open-source PHP framework, follows the MVC (model–view–controller) pattern. Laravel reduces the time of web development, and help to make web application faster and secure. This Laravel tutorial will go through the installation and config...

By: CodexWorld Aug 7, 2021

When you transfer a working website from one server to another, it is mandatory to test whether the site is working perfectly on the new server before updating the DNS records. Otherwise, your website may be not functional for a long time which affects on ...

By: CodexWorld Mar 23, 2017

According to the WordPress Codex: A WordPress theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog. In simple words, a theme is just like a skin of your web page or website which...

By: Sarah Clarke Mar 20, 2017
keyboard_double_arrow_up