PHP

Live image upload feature makes web application more user-friendly. With live upload, the user can select and upload images without page refresh. You can implement live image upload feature with jQuery without using Ajax or any plugin. The live image uploa...

By: CodexWorld May 10, 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

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

Email subscription popup is a great idea to increase the number of subscribers of your website. It notifies the visitor to subscribe newsletter with their email for getting useful resource into their inbox. Showing a subscription popup after a certain time...

By: CodexWorld Feb 27, 2017
PHP

The pagination without page refresh can be easily integrated into the data list using jQuery, Ajax, PHP, and MySQL. Ajax Pagination is the best option to make the data list user-friendly. Search is the most useful feature of the data management section. It...

By: CodexWorld Dec 15, 2021

The easiest way to upload files in the web application is to use server-side code. The file upload functionality can be implemented with minimal lines of code in the server-side script. In the previous tutorial, we discussed a simple method to upload files...

By: CodexWorld Jul 15, 2022

Ajax Pagination in CodeIgniter provides a user-friendly way to add pagination links to the data list. Search functionality is very useful to make the data list more user-friendly. Search and filtering features are commonly used in the data list. The search...

By: CodexWorld Nov 13, 2019
keyboard_double_arrow_up