5 Best Online Exam WordPress Plugins 2022 (Free and Paid)

Creating an online exam site might be easy. But, choosing the best online exam WordPress plugins is not an easy task either. The Internet is the greatest source of knowledge and also the medium for exams. Online exam plugins are the best way to add online exam functionality to a WordPress website. The greatest benefits …

AngularJS $animate : Tutorial With Animation Example

We have already learned that how to apply animation using specified directives of AngularJS. AngularJS also provide the facility to apply animation to custom directives. Now, we are going to learned that how to  apply animation in our own directives. We will do this by using the methods of $animate service of AngularJS. $animate Service $animate …

CodeIgniter : PHP Curl library with SSL Example

In this tutorial, I’ll give you brief description on using PHP cURL library or function in CodeIgniter. Now what is cURL and Why it is being used..??  cURL stands for ‘client URL’. In PHP cURL library let you make HTTP requests. PHP supports libcurl that permits to connect and communicate with different types of servers protocols. cURL is used to get content from another websites through the …

jQuery Mobile Form Example

jQuery mobile is a framework to develop mobile friendly web applications. It contains lot of functions to make user interaction smooth and effective.
In this example, we explains how to add jQuery mobile library to your HTML page and create a simple form using it.

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.