Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Tabbar Customization

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

Automated Open Source testing tools Comparison

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

Problem with password encryption when moving from core php to cakePHP

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

Dynamic horizontal scroller

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

How to Create Simple Html File Through PHP Script

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

Understanding Lambda Expressions

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

Integration testing mehodologies

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,

Basic UI fundamentals

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

How to Use SendGrid Web API in .Net Project

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

Drag and Drop through Web Driver

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

1 128 320
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: