
Search In
Hello Readers,
Cordova camera plugin allows to take pictures with device camera. First of all we need to install the plugin.
We can install it through CLI simple run:
$ cordova plugin add cordova-plugin-camera
Thi
Programming Buddies,
Here's my latest script. It is a member reg-login script.
It registers you and gets you to activate your account confirming your email and then auto logs you into your account. It uses cookies to remember your user details.
Important Notesa. Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac).Select ‘Cookies
Does the World need another messenger application? Google says ‘Yes’ and believes that its Artificial Intelligence (AI) powered messaging app, ‘Google Allo’ is distinct enough to compete against WhatsApp, Facebook Messenger, A
How to Input Data Using Voice in Microsoft Dynamic CRM
This is a new feature of MS CRM, using this feature you can make your meeting notes in audio format.
Instead of putting those notes off till the end of the day (or another day) you ca
Hello reader's , Today we will discuss one of the new element of HTML5 used in creating graphic content on the web page.
Introduction :-
The term SVG basically implies as Scalable Vector Graphics. It belongs to the family of an XML based file f
Managers can belong to any industry or managerial level but their core responsibilities remain the same. They are leaders entrusted to develop their team members, manage projects, oversee team dyn
If you want to integrate GPS tracked latitude longitude to your application, then u need to add a GPS module to your program to make your app more smarter ,to automatically get the GPS tracked location in your app.
In this tutorial I will
HttpSessionListener in Servlet : We all know that user state is maintained in almost all the web applications like you have seen in shopping websites or banking websites etc. In java we mostly use application server's session handler. But what if we
In this blog I have summarized the best practices for error handling and logging.
1) Appropriate use of try/catch.
2) Log sufficient contextual information. All exceptions are logged(with userid , page or proc name, timestamps ,inner exception , st
