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

Search In

Managing State by Using Cross-Page Posting

Managing State by Using Cross-Page Posting By default, a Button control on a Web page submits the page back to itself. However, sometimes, you may want to post one page to another. In such a case, you can set the PostBackUrl property of the Button c

Handling audio files in iOS 7

The general idea for playing an audio file in iOS 6 was to create an object of AVAudioPlayer and pass the file path to it as follows: NSURL *fileURL = [NSURL fileURLWithPath:audioFilePath]; player = [[AVAudioPlayer alloc] initWithContentsOfU

Things to Take Care of While Accepting New Test Build

Here I will explain what things need to verify while accepting new test build from the developer side. Build Version#: Every build has a unique no. to differentiate from other builds and tester gives test result against that build no. Resolved Issu

Introduction to php

<html> <head> <title>Example</title> </head> <body> <?php echo "Hi, I'm a PHP script!"; ?> </body> </html> PHP(Hypertext Preprocessor) is a wi

The advantages of Joomla

Joomla is one of the most popular open source CMS. It is free and easily customizable. This makes it suitable for both greenhorn users and developing professionals to create websites and potent web applications. Its easily deployable, has a natural

Positive Testing and Negative Testing

Positive Testing and Negative Testing Software testing is process of verifying and validating the software or application and checks whether it is working as expected. The intent is to find defects and improve the product quality. There are two

Bind Model in cakephp

In one of my project I have two table with simple relation Division (id, title) - hasMany Staff Staff (id, division&#95;id, name, jobtitle) So. Now I need to get some info like: I need to get all Staff where birthday today, and get result like

NVL fuction in Oracle

NVL function helps you convert a null to an actual value. Syntax:- NVL (expr1, expr2) In the syntax: expr1 is the source value or expression that may contain a null expr2 is the target value for converting the null Guidelines for NVL function:-

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

Hurdles and Drawbacks in Automation Testing

Automation Testing is good for Regression Testing because after every sprint, testers have to test the whole application. Automation testing although reduces the tester effort a much but still it has few hurdles and drawbacks. Few of them are as fol

1 96 282
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: