
Search In
It is very common that the Android's Edit text needs to clear all filled data in one hit, rather than clearing every single text using keyboard's 'X' button.
It is a good practice that enable user to clear all the text using Edit Text drawable.
pu
What is CAPTCHA :
CAPTCHA stands for Completely Automated Public Turing test . CAPTCHA is implemented to differentiate between humans and machines ,it is generally used to keep machine or bots or automated scripts away from the website page
What is Google+
Google+ is a social media platform provided from Google.com to all the users. It is one of the growing social channel. Google has launched this social media in June 2011. The main features of this platform include posting updates,
Google webmaster account is a very important tool for a Company website. Using this tool we can check website performance and maintain it according to google guidelines. Google provide this tool and it is absolutely free for everyone. As well as Goog
A custom Directive helps us to control the rendering of the HTML inside an AngularJS application. It makes AngularJS responsive.
Here is a custom directive to check for password and confirm password validation:
angular.module('app')
.directi
Showing a pop-up div on a button click is a very simple task. Below is the code for showing and closing(hiding) a div and use it like a popup using jquery.
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
1)AUTOCOMPLETE:- AUTOCOMPLETE attributes is having two features either on or off. If autocomplete is on then the browser automatically complete the values based on values that the user has entered before. This attribute works with form and the follow
Progress dialog in android to show progress indicator/updates while downloading a file or when waiting to load a file while playing a game. Progress dialog have various features like:-
setMessage() to display message Example: Loading... (or) Please
1> We need to install RVM before we can install Ruby, because RVM is a version manager and it will help us to install & manage different versions of Ruby on the same system and easily switch between them.
To install RVM we first need to downl
Here I have created Animated waiting bar. It can be used to display page or when we have app open then it will shown status of work being complete.Progressbar class provide method to work on progress bar like setProgress(),setMessage,setProgressStyl
