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

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

Customize the scrollbars with web page UI design adds an extra value to your website. Using CSS pseudo-element, you can easily change the default scrollbar style with your custom style. WebKit allow you to styling scrollbars with your custom CSS. If scroll...

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

Client side validation is more user-friendly than server side. It will be a good idea to validate file type before submitting to upload. File type validation ensures that the user has selected the correct types of file to upload. Using JavaScript, you can ...

By: CodexWorld Jul 14, 2022

The export CSV feature is very useful on data list in a web application. It helps the user to download data list as a file format for offline use. Export data to CSV is very easy and most important to make your web application user-friendly. Using JavaScri...

By: CodexWorld Feb 9, 2017

Drupal is a powerful and flexible CMS. There are many great features of Drupal, like highly scalable, enterprise-level security, and developers friendly. In this article, we are not going to talk about Drupal theming as it's a large topic on its own that c...

By: Ranjit Bhatta Feb 6, 2017
keyboard_double_arrow_up