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
PHP

An image gallery or photo gallery is an efficient way to show the set of pictures on the web page. Image Gallery allows the user to access all images from throughout the website in one place. Generally, in the web application, the images are uploaded throu...

By: CodexWorld Jul 29, 2020
PHP

Range slider is very useful to add filter feature to the data list. Range slider is mostly used to filter data between two values. Mostly the price filter uses a range slider to filter items by price range in the web application. The price range slider all...

By: CodexWorld Sep 19, 2022
PHP

In many cases, we need to create a dynamic image on the fly and write text on the image in our web application. If you have a requirement like this, don't worry we'll provide a simple PHP script to convert text content to image and save it as PNG or JPG fo...

By: CodexWorld Mar 9, 2017
PHP

SEO friendly URLs are designed in a way where the URL slug is optimized for SEO. The use of the SEO-friendly URL helps to improve the search engine ranking. Also, the search engine friendly URL gives an idea about the web page content. From SEO URL the use...

By: CodexWorld Jun 12, 2022

Integrate login with Twitter in the web application surely helps to make the login process smoother and easier for the user. The main advantage of integrating Twitter login is the user can log into your website using their Twitter account without registrat...

By: CodexWorld Jul 8, 2020
keyboard_double_arrow_up