X

JavaScript tips and tricks

Use objects/classes to encapsulate your application logic and try not to pollute the global variable scope as this can cause…

Ivan Dimov

WhatsApp chatbot in Python using Dialogflow.com

WhatsApp chatbot in Python using Dialogflow.com This chatbot created for WhatsApp web it gets new messages and responds. 99% chatbot…

Huzoor Bux

Using the PayPal Payments API with PHP and Guzzle

Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web…

Ivan Dimov

PHP Contact Form with Google reCAPTCHA V3 Example

Google reCaptcha is a security service that prevents bots from sending you automatic emails on your public forms, reCaptcha used…

Huzoor Bux

Laravel vs Codeigniter which is better for Development

Which is a Better PHP Framework? Laravel or Codeigniter Some countless features and packages support myriads of facilities on both…

Huzoor Bux

Create Live Search in HTML table with jQuery

This tutorial shows you client-side searching in an HTML table with jQuery this is a very simple and easy code…

Huzoor Bux

How to building responsive WordPress theme using Bootstrap

The growing demand for responsive designs in the web design industry has given birth to numerous frameworks which have been…

Huzoor Bux

9 Best Programming languages you should learn in 2021

In the world of software development, many languages are there that pop up in our minds. We wish to learn…

Huzoor Bux

Stripe Payment Gateway Charge Credit Card with PHP Example

Stripe is one of the most popular payment gateway and very easy to integrate in PHP, In this tutorial I…

Huzoor Bux

How do I send an auto-reply message on Skype?

As you all know skype doesn't have any auto-reply feature when you are offline Many organizations use it for customer…

Huzoor Bux