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

Search In

How to show ActivityIndicator before image load in iPhone

Show activity Indicator before image loads using SDWebImage SDK. UIView *myView; UIImageView *imgView; UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray]; [indic

Posting on facebook through ios app

Hi all, If you want to share some useful information on facebook through iphone app then use this code. Download latest facebook SDK from https://developers.facebook.com/docs/ios/. #import <Social/Social.h> SLComposeViewController *contr

Import Facebook friends using custom UI in iOS

Facebook friend list import became easier after using latest Facebook SDK. Here is the method which imports friend list. NSMutableArray *arrfriendList = [[NSMutableArray alloc]init]; [FBRequestConnection startForMyFriendsWithCompletionHandler:^(FBRe

Common Commands used in Selenium IDE

Here are some common commands used in selenium IDE open - it is used to open a page using url. waitForElementPresent - pause until the specified element present. verifyTitle/assertTitle- compare the actual title of the page with expected value. c

What is MDM?

MDM (Master Data Management), it has the object to provide data processing, data collection, matching information, data consolidation, data quality assuring and distribution data throughout organisation and have proper control on data maintenance and

how to compress the recorded video

Hello all, Use the following code to compress the recorded video quality and size. - (void)compressRecordedVideoWithInputURL:(NSURL*)inputURL outputURL:(NSURL*)outputURL hand

Packet Sniffing Using Wireshark and Network Miner Tool

**Packet sniffing using Wireshark and Network Miner tool**:- Using packets we can sniff the credentials of the victim connected to our network. For this we need to download two tools: Wireshark Network Miner You can download 'wireshark' from :-

How to get sub strings from a string using Regular Expression

Hi, The below code is to get substrings from a string. You are going to love this below code which is very simple but very effective. I have used regular expression to get the sub strings. NSString *strTest = @"Hii how are you doing @Ravi , how do

Convert file to Byte array in c#

Now since most of the applications are using APIs for data communication between server and client, the requirement of converting files to Byte array has increased immensely. e.g. If we need to Upload a zip file to azure blob then we need to convert

Test scenarios for Database testing

Following are the possible test scenarios to test Database:- 1) Exact data is saved in database on successful page submission. 2) Only after successful completion of operation data is saved in database. 3) To test values for columns which does not a

1 17 179
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: