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

Search In

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

How to add Linker Flag (-objc) in Xcode

Please follow some steps and attached file as well for adding a linker flag in Xcode. Select the project file from the project navigator on the top left side of the window. Select the target for where you want to add the linker flag. Select the "

What is CSS Prefix?

-moz and -webkit along with -o and -ms all are called vendor-prefix These are the vendor-prefixed properties offered by the relevant rendering engines. (-webkit for Chrome and Safari, -moz for Firefox, -o for Opera, -ms for Internet Explorer). .ele

Pass Structure as a function Argument in C

To Pass the Structure as a function Argument we just need to Create the Object of the Structure and pass it as a argument to the funtion . #include<stdio.h> #include<conio.h> struct anp//Name of the structure { int

How to pic contacts name from device's contacts list in android

This is very important tutorial to READ EXISTING CONTACTS from device contacts list .There are some following steps to do this process. Step-1 - Add a permission to open and read contacts from contacts list to your manifest xml file. <uses-perm

How to upload data/file to a website uisng command prompt

You need to connect your Site FTP first. Open the DOS Command Prompt then type: ftp It will shown like this C:>ftp www.yourshite.com 220 yoursite.abc.net FTP server ready. User (yoursite.abc.net:(none)): username 331 Password required for .

How to share post/pics/link using IOSLinkedInAPI

Hello Reader's, I m using IOSLinkedinAPI to Share Video link to LinkedIn. But i m giving option to share picture URL , links and text post to LinkedIn. Install AFNetworking using pods. Download IOSLinkedinAPI and drag-drop "IOSLinkedInAPI" fol

DNN – Could not load file or assembly or one of its dependencies

Try the below mentioned points to make it work properly Delete all files in "Temporary ASP.NET Files" Folder, "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files". Version number(v4.0.30319) will be change, based on the installed

Creating a Generic function to clone an object using extension method

This is an extension method that operates on different types of objects and creates its own copy. This method is generic so it can clone different types of objects public static T Clone<T>(this T source) { var dcs = new DataContrac

Hide TabPages dynamicaly...

Hi..! I am working on Windows application using c#, in which I am using a TabControl. What I have to do is to open a tabpage dynamicaly on user's choice i.e if the user clicks on the NewUser button then the "New User" tabpage should get open &

1 87 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: