
Search In
Snippet works all around to customize the tabbar icons & texts display color for selected and unselected state for iOS7
self.tabbarController.tabBar.tintColor = [UIColor greenColor];
Below code can be used to customize the text look.
you can s
Selenium- Selenium is a testing framework for web applications. Selenium is a suit of tools for web browser automation and it is composed of:-
Selenium IDE
Selenium RC
Selenium Webdriver
Selenium Grid
It provides a test domain-specific language
Hi all,
I had a requirement to move a project from core php to cakePHP framework. Migrating code was clear as I had to just modify syntax of code-base. But the problem came, when I had to implement login authentication with username and password usi
Hello All,
The following code will help you to make dynamic horizontal scroller. This means that on adding content or images the width of the container automatically increases using jquery.
If anyone wants to make horizontal scroller which is in betw
This tutorial show's how we can create a simple Html file through PHP script.
if($filename == ''){
$filename = 'demo.html';
$writefile = ($filename , 'w');
$content = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http
What is Lambda Expression ?
Lambda expression is an inline delegate introduced with C # 3.0 language. It is an easy way to represent an anonymous method. Lambda is used to write anonymous functions which does not take parameter and which does not re
There are two approaches of Integration Testing:
Big Bang approach
Incremental approach: Incremental approach includes following methods:
a. Top down approach
b. Bottom Up approach
c. Sandwich approach
Big Bang Approach:
In Big Bang approach,
UI Fundamentals
a) KEEP IT CLEAR
User will generally avoid elements that are unclear or not presented in a simplified way. They avoid the design that left them wondering what to do next.
b) GUIDE THEM TO THE NEXT ACTION
User generally prefers doi
Hi all,
This article is about how to use SendGrid Web API in .net project.
There are two ways you can use API in your project one is to create a web client and post your data to send grid API second is you need to download the package for .Net fr
here is the method for doing drag and drop operation on mozilla
Create Driver for any Browser(Mozilla)
Go to the URL
Create an Action object for Driver
Fetch and create WebElement object for the SOURCE element.
Fetch and create WebElement object
