10+ Best Autoresponder Email Marketing Softwares 2022

Autoresponder is one of the most efficient features of an email marketing service. It saves a lot of time and manual efforts by automating the process of communicating with your customers. Autoresponder email marketing is used by many customers in their business for purposes like – Welcoming new subscribers to your list and appreciating their …

Login With Google CodeIgniter : OAuth API PHP Client

Google’s OAuth 2.0 APIs can be used for open authentication. By this we can access user’s data from server after authorizing user via Google account. In this tutorial, we are going to explain how you can implement Google open authentication to connect with your website using CodeIgniter. You can achieve this login mechanism using Google API php …

Login With Facebook PHP CodeIgniter : OAuth Login

OAuth is simply an open authentication that is used for providing access to the server data after authorizing a user via third party services. In this tutorial, we are going to explain how you can implement Facebook login via open authentication to connect with your website using CodeIgniter. You can achieve this login mechanism using …

jQuery Dialog Box Form Example

jQuery has a collection of various user interface interactions, effects and animation in its library. Dialog Box is one of them to interact with user.
It consists of a button, some contents or message for user. It may be a draggable window which appears on screen when any event is triggered.

Prevent Form Submission Using jQuery

If developer need to use their code on submit button without it performs submission, which is it’s default function.He/She can follow our codes to do so.

Here in this blog post we bring our programming approach to prevent or stop a user from submitting a form.