Phonegap Contacts Plugin : Contact Management App

PhoneGap Contacts Plugin lets the user to manage contacts stored in the device through a mobile app. Things a user can do using this plugin are – Create a contact Delete a contact Update a contact Search/Find a contact We’re going to build this Contact Management App by using PhoneGap & jQuery Mobile Interface. Now, Let’s take a …

PhoneGap Inappbrowser

PhoneGap InAppBrowser plugin works according to its name. It opens a new browser window within the application,i.e., no external browser needed to open links in the application. Benefits:  It gives you the ability to access web content within the application itself. You don’t need to open the documents, pdf’s or web pages in any external browser. …

PhoneGap SQLite Plugin

What is SQLite? SQLite is an embedded database software for local database / client-side storage. Features Serverless: It doesn’t follow the client-server model. Zero-Configuration: No headache of configuration or administration because of residing on the client side. Transactional: It is transactional in nature. Self Contained: It is self-contained in nature, i.e, no external dependencies. Reads/Writes: Read/Write operation …

PhoneGap GPS / PhoneGap Geolocation Plugin

Geolocation can be defined as the real time geographic location of anything. To build an app, we’re going to integrate PhoneGap’s Geolocation Plugin API with Google Maps Javascript API. PhoneGap’s Geolocation Plugin API will grab user’s current location and Google Maps Javascript API will grab nearby addresses. Idea Of The App: Features A multi screen. Show nearby ATMs, Hospitals and Restaurants on the …

AngularJS-Directive : Incharge To Give Commands

In this tutorial, we are going to create a simple application using angularjs-directives. This application will contain the following feature. Display all the available themes product. Each theme product contains a product image, show features button, price, features section, Hide Features and Buy Themes buttons. When a user clicks on a product’s Show Features button,  the features section …

30 Best Free Premium Responsive WordPress Themes

Having a form on a website has become the basic need for almost every business, as clients are more interested in making online registrations and bookings.
But for this, you have to create your website with WordPress themes and those themes should be compatible with form integration so that you can easily interact with your attendees online and manage their information from your website itself. So, here I’ve collected down Best Free and Paid WordPress Themes With Forms for you that will surely win your heart.

Bootstrap Carousel

The Bootstrap carousel is a component for sliding through elements. It is a flexible, responsive and attractive way for adding a slider in our website. It is a dynamic presentation of contents where text and images are made visible or accessible to the user by sliding through several items. Bootstrap carousel are not supported properly …