A web page load time depends on the page elements and it may be longer for lots of images, JavaScript, and CSS. Sometimes well-designed pages suffer for page load time. Displaying a loading image on page load is a great idea to maintain the user experience...

By: CodexWorld Oct 13, 2016

LAMP stands for Linux, Apache, MySQL, and PHP, is an open source software stack. LAMP is used to configure the web server and host the web content. This step-by-step tutorial shows how to setup LAMP and install Linux, Apache, MySQL, and PHP on Ubuntu. Linu...

By: CodexWorld Oct 10, 2016

Google Maps is an easy and best way to display location on a web page. A marker is used to identify a location on Google Maps and an Info Window displays some content over the map. With a marker and info window, you can mark a location more efficiently and...

By: CodexWorld Nov 8, 2022

Running a WordPress website? If so, you may have encountered an HTTP 500 Internal Server Error at least once. Unlike other common WordPress errors, the internal server error can be quite annoying since it doesn't tell you where to look and what to fix. If ...

By: Elvin Roy Sep 30, 2016
PHP

A CSV file stores the tabular data in plain text format. Each line of the CSV file is a data record that consists of one or more fields. Bulk Import is a very useful feature to add multiple records in the database without insert manually. Using the CSV fil...

By: CodexWorld Mar 19, 2021
PHP

The Contact Form is an essential element for almost every website. The contact us form allows visitors to communicate with the site owner from the website. Using the contact us form, visitors can easily submit their queries, views, opinions, and suggestion...

By: CodexWorld Sep 29, 2021
PHP

A lot of things are there which you should follow when working with PHP. In this article, we'll discuss some important PHP hacks among them which every programmer should know about. These PHP tips will help you to write a more structured PHP script in less...

By: CodexWorld Sep 19, 2016
CSS

The toggle switch will add a neat and clean user experience to checkbox functionality. The toggle switch can be created using pure CSS, so you can use toggle switch as a filtering button in your web project. If you want to provide a better user experience ...

By: CodexWorld Sep 15, 2016

Remote access will allow you access MySQL database from another server. This access is helpful when you want to connect multiple databases hosted on different server. For security reason remote access to MySQL database server is disabled. You need to enabl...

By: CodexWorld Sep 12, 2016

Depending on the number of comments post page will take the time to load and sometimes the page is crashed if there are huge numbers of comments are available. If you're receiving lots of comments for posts, it might be a good choice to add pagination to c...

By: CodexWorld Sep 8, 2016

Apache mod_rewrite Module is used to rewrite requested URLs on the fly. This mod_rewrite module provides an easy way to manipulate URLs using an unlimited number of rules. In order to work with URL rewrite rule, you need to enable mod_rewrite in Apache ser...

By: CodexWorld Sep 6, 2016
keyboard_double_arrow_up