Author Archives: Malik

How to create a Vanity URL for Google Plus ?

By | July 16, 2011

Hi, For creating a Vanity URL, which is easy to remember, for your Google Plus profiles, follow the steps. 1. Go to your Google Plus profile page 2. Copy your Google Plus ID from the URL (Your ID is the Long Digits between ‘plus.google.com’ & ‘posts’!) 3. Now go to ‘http://gplus.to/’ 4. Enter the Nick… Read More »

How to invite / transfer all your facebook friends to google plus ?

By | July 15, 2011

Hi, As most of you know already, Facebook won’t allow direct transfer of your Facebook contacts to gmail or to Google Plus. Yup, they are rivals! But there is a very simple and easy way to transfer all your facebook contacts to gmail and invite all of them via google plus. Follow the simple and… Read More »

Sort elements in a String Array – C Sharp / C#

By | June 21, 2011

Hi, In order to sort the elements in a string array in C Sharp/C#, we use the sort() method. Given below is a simple example using sort() method to sort the elements in a string array. It will print out, Sorted string Array: urStringArray[0] = apple urStringArray[1] = coderz urStringArray[2] = heaven123 urStringArray[3] = heaven777… Read More »