jQuery » PHP

The Autocomplete textbox allows the user to quickly find and select a value from the pre-populated option list. Autocomplete textbox provides a user-friendly way to add a search input field with auto-suggestions dialog in the web application. The jQuery UI...

By: CodexWorld Aug 8, 2022
PHP

Google Maps Geocoding API provides an easy way to fetch geographic data from address. Generally, Geocoding API is used to get the latitude and longitude of an address in the web application. Apart from this, Google Maps Geocoding API can be used for many p...

By: CodexWorld Dec 18, 2018
PHP

Drag and drop is a very effective feature to make the web application user-friendly. Generally, this feature allows to drag an element and drop it to the different location in the web page. Drag and drop feature can be used for various purposes in the web ...

By: CodexWorld Apr 29, 2024
PHP

It is very time-consuming to delete records one by one from a large amount of data in the list. We can make it easier by deleting multiple records at once. With the bulk delete feature, you can make the large data list user-friendly by allowing the user to...

By: CodexWorld Jul 6, 2023
PHP

YouTube Data API provides an easy way to upload video to YouTube from the website using Google API Client Library. If your web application has video upload functionality and you want to reduce the space of your server, upload video to YouTube will be a gre...

By: CodexWorld May 4, 2022
PHP

Export data feature is very useful where the data is saved on the local drive for offline uses. Export data to file functionality provides a user-friendly way to maintain a large number of data in the web application. There are various file formats are ava...

By: CodexWorld Aug 14, 2023
PHP

LinkedIn is one of the most popular social networks with a huge user base. If you want to allow the user to login with the social account in the website, LinkedIn login option can provide additional value to social login system. Sign In with LinkedIn featu...

By: CodexWorld Nov 13, 2022
PHP

Youtube, Twitter, and Facebook uses Load More Data technique to list dynamic data in a user-friend way. They allow users to dynamically load the data on a button click instead of displaying the pagination links. Show more technique is very interactive beca...

By: CodexWorld Feb 22, 2018
PHP

Nowadays most web projects have a desktop version site as well as a mobile version site. The web interface is available based on the device the user accessed from. When the user visits the website from a mobile device, they need to be redirected to the mob...

By: CodexWorld Aug 17, 2022
keyboard_double_arrow_up