The 404 error mainly occurs when the webpage you were trying to reach could not be found. In WordPress, 404 Page Not Found is a common error that most users face. Showing a custom 404 error page with a useful message than PAGE NOT FOUND will be a great ide...

By: CodexWorld Dec 22, 2016

Facebook Login allows users to log into the web application with their Facebook account without registration on your website. Facebook provides various SDK or API to Login with Facebook functionality on the website. But Facebook SDK for JavaScript is the m...

By: CodexWorld Nov 13, 2022

Ajax Pagination in CodeIgniter provides a user-friendly way to add pagination links to the data list. Search functionality is very useful to make the data list more user-friendly. Search and filtering features are commonly used in the data list. The search...

By: CodexWorld Nov 13, 2019

To get started with PHP programming, PHP IDE is the first and important tool. For valuable work on the creation of sites you need a good comfortable editor necessarily. If you are a smart developer and looking for a free PHP IDE, Codelobster PHP Edition is...

By: CodexWorld Dec 13, 2016

WordPress was released latest version (4.7) called Vaughan and it is the last major update for this year. WordPress 4.7 is available for update and download in your WordPress dashboard. WordPress 4.7 comes with some exciting features and improvements. In t...

By: CodexWorld Dec 8, 2016
PHP

QR Code is a machine-readable code that consists of black squares on a white background. QR code typically used for storing information which readable by the camera. Sometimes you required to generating dynamic QR code for products, members, or other items...

By: CodexWorld Dec 7, 2016

Enlarge image on hover creates a better user interface in any web application. You can easily add zoom effect to the image on mouseover with CSS and jQuery. If you don't want to use any plugin for the zoom effect, our simple image zoom effect script is a p...

By: CodexWorld Nov 24, 2016

A loader is a very useful element for every web project. When we use Ajax to update parts of a web page, some time needs to get the respective content. At this situation, preloader is a perfect choice for notifying the user to wait. You can use an image as...

By: CodexWorld Nov 20, 2016

A custom 404 error page lets you display a well-designed page when a page-not-found error occurs. It makes a web application user-friendly and helps the user to navigate back to your website. There are many reasons for having a 404 page in CodeIgniter. Mai...

By: CodexWorld Nov 14, 2016
PHP

The poll or voting system lets the user share their opinion on a subject by selecting from several options. The system counts all the votes and displays the overall result in percentage. Online polls are mainly used to identify the choice of web users. Onl...

By: CodexWorld Aug 21, 2024

Speed is an essential element for every successful website. The low website speed affects search engine ranking. If your website takes much time to load, it will lose lots of visitors as well as revenue. According to Google Search Engine ranking algorithm,...

By: CodexWorld Jun 25, 2021
keyboard_double_arrow_up