
Search In
Jquery have a nice feature to know about browser details. it is deprecated, If the functionality is removed, it will likely be easily accessible using a plugin.
It is safe to use it to determine whether or not to call $(document).ready(
Hi folks,
I am stuck in a javascript program while trying to call a inherit method I created.
Any help appreciated.Thanks in advance.
;(function(global){
var Provider = function(){
log('creating Provider instance...');
// A trick
// Initialize the Amazon Cognito credentials provider
CognitoCachingCredentialsProvider credentialsProvider = new CognitoCachingCredentialsProvider(
getApplicationContext(),
"us-west-2:45af92a8-2a30-4540-bbd6-a7ec68b9fcd4",
Hello Readers,
Today's post is about we can capture screen shots in our Cordova / phoneGap application.
Well ! This Screenshot plugin provides the functionality that we can capture the screen shot of current screen and save it into device
Hello readers, Today in my blog I have tried to create a Google colored button.
Before creating this a question arises in my find is it really possible to change each letter in a button to a different color at the same time on hover.
Hi Friends,
I have implemented the code first approach in my last blog if you miss it below is the link.
Code First Approach in .Net
There are some points i need to discuss while implementing code first approach.
If you run the code first approac
It shows the password in plain text and help user to check whether password entered is correct or not. Basically it Reveals the hidden passwords in the form of characters and numbers and provide convenience for checking your password and
I am trying to develop an android application that gets the device latitude and longitude using GPS or Network providers, whichever is available for the process. The code works perfectly fine when the device's GPS is on but unfortunately it never
Hi,
Presenting popover from storyboard is easy and developer friendly. One can handle Popover from storyboard itself with a little code handling.
Following are the steps to present Popover from storyboard.
1- Draw an action segue from one
Hi All,
We all are aware that Swift is new programming language launched by apple for iOS, MacOS, WatchOS and TVOS app development. Although many parts of swift will be familiar to you if you've experience on developing in C and Object
