Infinite Scrolling is the best replacement of links pagination for auto load more data from the database. If you want to implement an advanced pagination functionality, infinite scroll is the best option. In load data on scroll functionality When the user ...

By: CodexWorld Feb 24, 2020

Facebook JavaScript SDK provides the easiest way to implement login system with Facebook on the website. Using JavaScript SDK, you can allow the user to sign into the web application with their Facebook account without registration on your website. It allo...

By: CodexWorld May 28, 2018

The Autocomplete textbox helps users to find and select the value from pre-populated values list. It provides suggestions while user type in the input field. The jQuery UI Autocomplete plugin is an instant way to add autocomplete feature to the input text...

By: CodexWorld May 15, 2018

PDF file provides a simple and user-friendly way to download the bunch of data in a file. Before download the web page content, the content needs to be converted from HTML to PDF. The HTML to PDF conversion can be easily done using PHP library. Dompdf is a...

By: CodexWorld Apr 12, 2018

The dynamic dependent select box auto-populates dependent data in the dropdown based on the selection. Dynamic dependent dropdown commonly used in country-state-city and category-subcategory selection. Load dynamic data in select boxes without page refresh...

By: CodexWorld Mar 2, 2018

Maintenance mode helps to improve user experience by showing a notification when the site is going through maintenance. When the web application needs an update, it's always a good idea to display a well-designed maintenance page instead of showing error o...

By: CodexWorld Jan 9, 2018

Pagination is the most required feature in the data list of the web application. The pagination feature is very useful to list the huge number of dynamic records from the database. It helps to load data faster and make the web application user-friendly. If...

By: CodexWorld Sep 5, 2019

RESTful web service also refers as RESTful API, uses HTTP requests to GET, PUT, POST, and DELETE data across platforms. In present days, RESTful API is an essential component of the web application that ensures supporting multiple devices. When the CodeIgn...

By: CodexWorld Feb 13, 2023

CRUD operations are the most required functionality for every CodeIgniter application. CRUD operations are commonly used to manipulate data in the database. It helps to implement Add, Edit, Update and Delete functionality in CodeIgniter framework. This tut...

By: CodexWorld Oct 13, 2017
keyboard_double_arrow_up