Custom URL helper function helps you to define a custom URL and get this URL in the whole project. This article shows the simple way to define a custom URL and getting the respective URL from custom URL function. Here we'll define the public URL (where all...

By: CodexWorld Mar 4, 2016

There are so many free and easy-to-implement services out there. But all those social sharing plugins are used lot of JavaScript which is increase page load time. So, if you want to customize social sharing button as per your project theme and load page fa...

By: CodexWorld Jan 24, 2024
PHP

Localhost is used as a development server to develop a web application. If the web application is built with PHP, the mail() function is used to send email from the script using PHP. But PHP mail() function will not work at the localhost. The PHPMailer lib...

By: CodexWorld Aug 3, 2022

In this article, we'll show you a small JavaScript snippet for displaying a confirmation dialog box at the time of closing the tab or browser. It is very helpful for both the user and website. Using JavaScript onbeforeunload event, you can easily show a co...

By: CodexWorld Apr 22, 2016

CakePHP is one of the most extensively used open source PHP frameworks that helps in developing and managing web applications based on the MVC pattern. This web application framework helps in reducing the overall development costs. CakePHP also saves devel...

By: Kaira Clark Mar 15, 2017

You have used many ways to upload the file to the server. But are you tried to upload a file using plain JavaScript? This tutorial will show how you can upload a file using JavaScript and PHP. You don't need to use jQuery or Ajax for upload file without pa...

By: CodexWorld Apr 22, 2016

In this short JavaScript tutorial, we'll show how to redirect page after some specified time. Means, page redirect will delay for some specified times. You don't need to use jQuery for doing it, using JavaScript you can easily implement this functionality....

By: CodexWorld Apr 22, 2016

Learn how to implement autocomplete textbox with multiple values using jQuery, PHP and MySQL. We'll use jQuery UI Autocomplete to show the suggestions from the MySQL database and users would be able to select multiple values. Also, this simple JavaScript h...

By: CodexWorld Apr 22, 2016

CodeIgniter's File Uploading Class helps to upload files to the server. You can use various preferences for configuring your file upload and restrict the type and size of the files. This tutorial will show how to upload file in CodeIgniter using File Uploa...

By: CodexWorld Jan 30, 2016

Smooth scrolling using jQuery gives a better user interface to the web project. Smooth scroll reduces efforts of the users to scroll for reach the certain portion of the page. With smooth scrolling, the user can reach the specific portion of the page by cl...

By: CodexWorld Jul 1, 2024

Many times you required to giving a printable option on your web project. If you are working on this kind of project and looking for a simple solution for that, then this tutorial will help a lot. Using PrintArea jQuery plugin, you can easily print a part ...

By: CodexWorld Apr 22, 2016
keyboard_double_arrow_up