Facebook Login Integration is the most used feature of today's web application. Login with Facebook feature helps the user to log into the web application without prior account registration. Which means that your web application receives more users/custome...

By: CodexWorld Feb 6, 2020

To implement login with Facebook on the website, you need to register an app in Facebook developers panel. You'll get App ID and App Secret from the Facebook app, these details are required for authenticating your web application with Facebook. The default...

By: CodexWorld Feb 6, 2019

The browser print dialog does not allow to select a specific section of the webpage for printing. We need to get the help of the client-side or server-side code to print specific areas of the web page. The print feature in the web application allows users ...

By: CodexWorld Nov 30, 2022

If you are looking for a jQuery plugin to add date-time picker to input field, this article will help you lot for that. DateTimePicker jQuery plugin is very simple and easy to implement. Also, this plugin provides various options to customize your Date-Tim...

By: CodexWorld Aug 23, 2017

Every operating system comes with the default text editor, like notepad in windows. But whether you are a programmer or web developer, an advanced text editor or code editor is a must. The advanced text editor helps to write code faster and increase the pr...

By: CodexWorld Apr 21, 2016

CakePHP does not provide any library to upload files. We need to use PHP's move_uploaded_file() function to upload the file to the server. In this tutorial, you'll learn how to upload a file and store the uploaded file information into the database in Cake...

By: CodexWorld Apr 18, 2016

JavaScript Date object is used to work with dates and times. Date object is created with new Date(). Using Date object, you can create a digital clock in JavaScript. In this article, we'll show the simplest way to make a digital clock with date using JavaS...

By: CodexWorld Apr 22, 2016

Sending email in CodeIgniter is much easier and you can set preferences as per your needs. CodeIgniter provides an Email library to sending email in application. Using our sample code you can send a text email, HTML email, and email with an attachment. Als...

By: CodexWorld Apr 8, 2016

Are you looking for a simple video player to embed video in webpage? Using HTML5 you can easily implement the video player in the webpage. You don't need to use any jQuery plug-in or flash for that. The HTML5 <video> element provide a standard way to em...

By: CodexWorld Apr 5, 2016

Do you want to build a robust website without trapping into the entanglement of coding and technical aspects? Then you have three secured options in your hands WordPress, Joomla, and Drupal. They all developed and maintained by thousands of great developer...

By: Claudia Jhonson Mar 30, 2016
PHP

Latitude and longitude contain various information related to geo data. You can get geographic info including address from latitude & longitude coordinates. Google Geocoding API provides an easy way to get address from latitude and longitude. If you have l...

By: CodexWorld Jan 1, 2024
keyboard_double_arrow_up