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
PHP

Post to Facebook wall is useful when you want to post dynamic content to Facebook from the website. Here we'll build a simple PHP script to publish Facebook post from the website using Facebook PHP SDK. This functionality lets the user post message, pictur...

By: CodexWorld Sep 10, 2018

A Drupal site can have three kinds of modules, Core, Contributed, and Custom. It is very difficult to find out some most useful modules from over 20,000 Drupal modules. This article provides the list of 15 most popular modules that helps to choose the righ...

By: CodexWorld Mar 21, 2016

Google Identity API lets you allow the user to login to your website with their Google account using JavaScript. You can integrate Sign In With Google Account using JavaScript client library. Google JavaScript API client helps the user to login with their ...

By: CodexWorld Jul 31, 2023

Google provides various APIs to integrate Google services in the web application. The API key/client ID/client Secret is required to access the Google APIs. Google Sign-in is one of the most used services to integrate login with Google account in the websi...

By: CodexWorld Jan 3, 2019
PHP

For pointing the exact location on Google Map it will always be a good idea to pass the latitude and longitude with Google Maps API. In this article, you'll know how to get latitude and longitude from address using Google Maps API in PHP. Use our getLatLon...

By: CodexWorld Jun 25, 2024

Sending your WordPress website users to the default login page is fine when you're running a site with just a handful of users. But, in case you're running a membership site or other sites with large user base, making users access their profile page in the...

By: Sophia Phillips Mar 8, 2016
keyboard_double_arrow_up