
Search In
Recently I updated my Firefox from version 30 to 39 . But after updating my Firefox to version 39 test case written for a project which make use of selenium starts failing.
The reason being selenium is unable to obtain stable connection while the sam
Hi
When I click on resend email verification, custom theme changed to default classic theme.
Environment Set-up :
Java - Oracle JDK7
Liferay - Liferay 6.2
Thank you in advance.
I'm having issue in setting up dev environment for android in windows 7.
Using eclipse to do the setup.
Tried the Android Studio but even that has issues in setup.
Any help or any document that will let me know how to install and setup ADE would be o
How to validate text field using regex in angularjs, Text field accept only valid input.
<input type="text" name="phone"/>
Above input text field allow me to enter number only.When I enter alphabet it should not accept.
If you are querying on Parse User class and not getting the user data of custom columns then use below code.
PFQuery *query= [PFUser query];
[query whereKey:@"username" equalTo:[[PFUser currentUser]username]];
[query getFirstObjectInBackgrou
Hello,
I want to process a file.txt at the binary level by removing every 5th bit if it is equal to 1. Save the new processed binary file and repeat the process until it can no longer find any more 5th bits equal to 1, then save the final file. Coul
I am doing some painting work and it involves creating complex selection and that selection highlight distracts me. If there is any way to hide that please let me know. Thanks
Collection in java can be called as a container, or an object which binds multiple elements into a single unit.
Collections in java is a framework used to store, and manipulate group of elements. They represent data items that form a group on which
Static Keyword
Static keyword can be applied on
1.Method
2.Variable
3.Class nested within another Class
4.Initialization Block
Static keyword can not be applied to
1.Class (Not Nested)
2.Constructor
3.Interface
4.Method Local Inner Class(Di
It's very well said, sometimes easy thing are more strenuous to apply, this one is the same, ones I am trying to show the date format of on my system same like below screenshot-
on goggling I found the below tutorial... Easy and helpful......
