Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #44.2K
~42.3K People Reached
Favorite Tags
Member Avatar for AccurateAG

PART 1 1. INTRODUCTION: When you are starting with your first SEO project, you may feel as if you have been told to empty the ocean with a teaspoon, there is so much to know and so much to do. Well, don't freak out, it is not as bad as …

Member Avatar for Naheedmir
16
24K
Member Avatar for MS KRITI

/*CODING A PROGRAM FOR LOGIC GATES*// #include<stdio.h> #include<conio.h> [CODE] int x,y,z; //printf("Enter value of x"); scanf("x:",&x); //printf("Enter value of y"); scanf("y:",&y); And(int,int) if(x==1&&y==1) printf("z=1"); else printf("z=0"); Or if(x=0&&y==0) printf("z=0") else printf("z=1"); Not if(x==0) printf(z=1) else printf(z=0) [/CODE]

Member Avatar for sofoklis
0
5K
Member Avatar for jesicawillss

I would like to know about sitemap. How sitemap is important in SEO and how to create it?

Member Avatar for willson1
-3
248
Member Avatar for globalseo

Every day I have got louts of visitors in my website but now I am quit confused about how I decide that those visitors are unique or not..? Suggest me!!!

Member Avatar for sslrenewals
0
169
Member Avatar for arandom

Hello all, I've been trying to learn programming for a long time. I finally decided to take concrete steps to achieve that goal. I really liked "Starting Python" and "Projects for the Beginner" threads in Python and decided to join. I hope to learn from you all.

Member Avatar for arandom
0
115
Member Avatar for learner guy

well i have made a .txt file (for save /reload blah blah ..) ..i want it blank before program runs ..how can i do it - or is there any way i can create a new file every time overwriting the existing file

Member Avatar for Dman01
0
13K
Member Avatar for august_month

Hello everyone! I have one simple question. I have minor programming experience in C# and would like to write a program which: would open url in Firefox, enter password and login on the open page, and on the next page click a link. I have not idea where to start. …

Member Avatar for thines01
0
202