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

Magento is one of the most popular platforms of eCommerce. Big businesses love it because it is powerful and they have also got the deep pockets to pay the yearly fees for Premium Enterprise subscription. Magento is perfect for the global brands who have g...

By: Shara Jones Feb 2, 2017
PHP

PayPal payments standard is the most simple way to implement the payment system to your website and accept payment from the buyers online. With the PayPal standard payment gateway, a buy now button is provided that allows the buyer to purchase a single ite...

By: CodexWorld Feb 24, 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

Are you want to increase your earning by insert ads into the blog post content? If so, this tutorial will help you to add ads between the post content in WordPress without using any plugin. Most of the beginners add the ads code manually into the post cont...

By: CodexWorld Jan 19, 2017
keyboard_double_arrow_up