CSS

Generally, browser's default style is used for checkbox and radio button. But if you want to make a nice UI web form and match with the web page layout, form element customization is required. Customize checkbox and radio button overrides browser's default...

By: CodexWorld Feb 26, 2018
PHP

The infinite page scroll is one type of pagination where the user doesn't need to click on the link to load dynamic data. The dynamic data is loaded from the server automatically while scrolling page down. Infinite Scrolling effect is the best replacement ...

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

Generally, the import section of phpMyAdmin is used to import or restore the database from a SQL file. You can restore the database from PHP script without login to your hosting server or phpMyAdmin. Restore database from PHP script is very useful when you...

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

TinyMCE is web-based WYSIWYG editor that converts HTML elements to an editor and instant ability to add HTML editor to textarea. You can easily add TinyMCE editor to HTML element by writing minimal JavaScript Code. TinyMCE has many advanced features which ...

By: CodexWorld Jan 4, 2018

Credit card validation is the must-have functionality on the payment form. It helps to validate credit card number and other details before submitting the payment. You can easily implement the credit card validation on the payment form using jQuery. We wil...

By: CodexWorld Nov 30, 2017
PHP

XML is used in many ways in the web application. If you're concerned about database size and want to reduce database uses, XML can help you to free the space from the database. Instead of the database you can store the data in the XML file and retrieve dat...

By: CodexWorld Nov 27, 2017

SSL Certificate helps to make secure sensitive communications between your site and your customers. It helps to make your website secure, earn the trust of your website's visitors and boosts your website ranking on search engines. If you don't have already...

By: CodexWorld Oct 24, 2017

Google Map is the easiest option to display a map on the web page. Google Map is the widely used element for a website and you can easily add Google Map to your website. This tutorial shows you how to add Google Map with a marker to the website within 5 mi...

By: CodexWorld Oct 22, 2017
keyboard_double_arrow_up