This blog post I posted after two weeks since I posted my previous blog post. This time we will develop a big hit and world-famous indoor game that is “CHESS” In this programming example, We are going to develop a multiplayer chess application. It is helpful for a newbie who is learning NodeJs and Socket.io. …
Before reading this blog post, You might be already stretch your head, scrolled so many other blog posts, and punching your keyboard keys on the Authorize.Net developer forum. Don’t worry! Before writing this blog post. I did similar 🙂 This blog post example fits for Laravel’s development. But in the end, it has a custom …
Today every client wants to automate the business process with a web application. The Cron Job is one of the common automation features required in a web application. The software utility Cron also is known as Cron job is a time-based job scheduler in Unix-like computer operating systems. Users that set up and maintain software …
Start code with fun. It will give you the ultimate results. In this blog post, we are trying to do something similar. We are going to build a very hit game Tic Tac Toe. The game is between the Human and Machine. The code is using NodeJs with socket.io. For template integration, we are using …
ReactJs is a rich UI development programming platform. The post is using WordPress WP-JSON REST API without using any third party NPM module. One of the popular NPM modules is WPAPI which you can use for advanced development. In this tutorial, we’re going to build a React blog template example with WP-JSON, Axios, and Bootstrap. …
With the following code snippet, you can check the already used email address in the database. Code snippet help in the user registration section to avoid duplicate email address entry and avoid SQL query error as well. The code snippet includes an additional feature for register form validation. The validation code checks the password strength …
Looking for an ACH (Automatic Clearing House) payment method. Dwolla is one of the most popular payment methods. Dwolla API is providing the full detailed documentation about the payment integration methods. In this blog post, we are going to discuss the “Receive money from your users“. Check the official documentation about this section. This blog post is …
Authorize.net is a very popular payment integration method. Let’s integrate it using Laravel. Authorize.net already provides an SDK for PHP. It is available on GitHub. This blog post example using the same GitHub SDK. Because it is Authorize.net approved library. 1. Create a sandbox account. The tool is required for this program that is authorize.net …
Zoho OAuth application workflow like Facebook login and Google login OAuth. In this blog post. We will discuss this if a web developer wants the website user data store in Zoho CRM and web server database as well. Similar to a WordPress website has own users table in the database for storing user details. Register …
This blog post cover typehead and bloodhound autocomplete script with a WordPress ajax code. The code example will render the post title list from the WordPress posts table. The example covers Javascript code, HTML basic code, and WordPress Ajax function. HTML Code: You can update this code according to your input field. Javascript code and …