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

Search In

Exchangeable Image File (EXIF)

Exchangeable Image File abbreviated as (EXIF) is a format that is standard for storing information in digital photographs. Almost all new digital cameras, including the cameras on the mobile phones use the EXIF annotation. The EXIF stores an array of

Show HTML formatted code on UIWebView in iPhone

Steps to create HTML file and display on UIWebView. Step1. Add New File -> Resource -> Rich Text File. Step2. Change .txt extension to .html. Step3. Enter your HTML code as written below. <html><head><style>{text-align:left}

Software Testing Process

Following are steps to make software testing more easy & efficient: 1.Participation right from beginning:-It is a good practice, if tester has involved in starting from the project. Testers can acquire better understanding of project.Early prep

Selenium Webdriver Syntax for Selecting a Value using selectByIndex method

Method Name: selectByIndex Syntax: select.selectByIndex(Index); **Purpose: To Select the option based on the index given by the user. There is an index for each attribute called "values" The below is the sample html code using index Example HTML

Selenium Web-driver Syntax for Selecting a Value using selectByValue method

Method Name: selectByValue Syntax: select.selectByValue(Value); Purpose: To Select the options based on value, matching with the argument given by user. The below is the sample html code Example: HTML Code: <title>Select Example by Index val

Compatibility Testing

Compatibility Testing Testing the application on different hardware and software platforms is known as compatibility testing. Whenever the Test engineer has to check for the compatibility test with respect to different OS(Operating System) and brow

How to show a overlay view in ios

Sometimes we need to show a overlay view over the main view so that user not able to click on the background view assets like button click. in order to display the overlay view use the following function-- - (void)getOverlayView{ overlayView=[[U

Set Cron in Zend Framework?

In order to set cron in zend framework please follow the below steps. Step 1: Please do not execute or access the bootstrap's run function directly in the file index.php Location of file : public_html/index.php Now Upgrade below code: if (php_

Script for email send with multiple attachments using PHP?

We can send mail by Using mail() function.This is a PHP predefined function for sending mail. Also we can send multiple attachment at the same time using php mail function and using php code for multiple files. For sending multiple attachment we

How to use Net Beans with Ruby on Rails

Net Beans is an IDE which can be used with many programming languages. We can use it for coding in Ruby on Rails as well. You can follow the following steps to get started : 1) Download the sh file for the latest version of net-beans.

1 406 467
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: