Tuesday, 1 October 2013

Transfer your Contacts from Nokia to android mobile





Step 1: Install Nokia PC Suite (old version 7.1) on ur PC or laptop

Step 3: Goto contacts and Select all contacts

Step 2: Select export option from menu and select file type csv extension

step 4: Goto google account gmail

step 5 : select contact tab

step 5 : select import option from the side menu and select your saved file (.csv)

step 6: goto your android mobile sign in goole a/c

step 7 : synchronise your contacts and your contacts is now ready................


Please write your experience about this post.....................

Tuesday, 7 August 2012

HTML Tutorial


With HTML you can create your own Web site.
This tutorial teaches you everything about HTML.
HTML is easy to learn - You will enjoy it.

Examples in Each Chapter

This HTML tutorial contains hundreds of HTML examples.
With our online HTML editor, you can edit the HTML, and click on a button to view the result.

Example

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>