Phone number validation
Posted in PHP

numverify – A Phone Number Validation API

Recently in one of the client’s projects, we integrated a numverify API for phone number validation. The numverify service checks if the phone number is…

Continue Reading...
Datetimepicker
Posted in jQuery

How to Implement jQuery Datepicker with Timepicker

Are you looking to add a DateTime picker on your website? Adding a DateTime picker helps your users to choose the date and time together….

Continue Reading...
WP-CLI
Posted in WordPress

How to Install WordPress with WP-CLI

WP-CLI is the command line tool for managing your WordPress sites. Using this tools, we can perform several operations without even log in to the…

Continue Reading...
CAPTCHA
Posted in Javascript

Validate Google reCAPTCHA using JavaScript

Google reCAPTCHA is a popular service for protecting website forms against spam bots. The reCAPTCHA asks users to solve simple puzzles that are easy for…

Continue Reading...
CAPTCHA
Posted in PHP

Integrate Google Invisible reCAPTCHA with PHP

Adding a captcha on the website forms is always been recommended. It’ll save your inbox and database from being filled with tons of spam. Cleaning…

Continue Reading...
Log query in Laravel
Posted in Laravel

How to Log Query in Laravel

Are you looking to log the query in Laravel? Or we can say, do you want to print queries in Laravel? Both questions have slightly…

Continue Reading...
datatable-records
Posted in PHP

How to Use DataTables in PHP

Do you want to integrate DataTables into your application? DataTables adds advanced interaction controls to your HTML tables. This service is popular for listing tabular…

Continue Reading...
HTML to PDF
Posted in PHP

How to Convert HTML to PDF in PHP

PDF(Portable Document Format) is a file format that includes text formatting and images in a fixed layout. The PDF is independent of application software, hardware,…

Continue Reading...
Posted in WordPress

How to Increase WordPress File Upload Size Limit

Are you looking to increase the WordPress file upload size limit? You may face a problem uploading a large file if your server is set…

Continue Reading...
Video Gallery
Posted in WordPress

How To Create WordPress Video Gallery of YouTube Videos

Are you looking for creating a WordPress video gallery? One may need to place the videos on their WordPress website regarding their products, how to…

Continue Reading...