Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
About Me

Sweet coated viral fierce programmer...

Favorite Tags
Member Avatar for otnasz

Hi all... I'm new comer here, I'd like to ask something about visitors increasing to my webstore. I want my webstore visited about 3000 visitors per day, any suggestions ? Thank you very much..

Member Avatar for ellena980
0
344
Member Avatar for game4tress

I want to create a website to sell software over the internet. I know i can use paypal to receive payments. I've been looking at the paypal documentation and i can't find the answer to my question. I don't have a company, i'm a freelancer doing my own work for …

Member Avatar for reganstar
0
261
Member Avatar for ABUMIN

My business partner introduced me to a consultant a couple of days ago that specialty is with using social web meida as a marketing tool. He was very interesting and has given us a few ideas that we are now going to try. I must admit my own knowledge of …

Member Avatar for blara
0
147
Member Avatar for jonsman
Member Avatar for versan

Hello, Let me get started, i am newbie in designing websites, the problem is that i have got a image of the index page of the website which my friend wants me to create. I am not good in photoshop or dreamViewer either, I have some programming knowledge. Now i …

Member Avatar for versan
0
96
Member Avatar for job977

Hi i'm develop. a new ecommerce site for my current city.....the website is comercialibre.com i need some feed back.... [URL="http://comercialibre.com"]http://comercialibre.com[/URL]

Member Avatar for versan
0
123
Member Avatar for akaicewolf

Ok so I am working on a hash map but I ran into trouble with reading in the input. I need to be able to read in the input from a file if specified if not from the console. Thats not a problem but when it comes to reading it …

Member Avatar for VernonDozier
0
550
Member Avatar for xushi

Hi, I'm supposed to write a code of finding the shortest path of VRP... Assume that shortest path = shortest time. "Given a set of locations and a set of homogenous vehicles, find the minimum time of tour that visits each city exactly once by any of the given vehicle. …

Member Avatar for xushi
0
150
Member Avatar for linkingeek

Could you please tell pictorially difference bw these 2 codes(o/p is same) and suggest any source where i can once in for all resolve doubts in pointer to pointer problems except "K&R in ANSI C" [CODE]#include <stdio.h> #include <string.h> void pointer(char**); void main() { char *p[]={"name","fame","claim"}; pointer(p); } void pointer(char …

Member Avatar for versan
0
148
Member Avatar for theCompiler

how can i convert this into a struct? the program is prnting all the even nos [CODE]void main() { int num[5],even[5],count,j=0; clrscr(); printf("Enter 5 numbers\n"); for(count=0;count<5;count++) { scanf("%d",&num[count]); } for(count=0;count<5;count++) { if((num[count]%2)==0) { even[j]=num[count]; j++; } } printf("EVEN:\n"); for(count=0;count<j;count++) { printf("%d\t",even[count]); } getch(); }[/CODE]

Member Avatar for zeroliken
0
100
Member Avatar for versan

Hello fellow colleges.. I have a unique problem.. a friend of mine created a website for me.. The problem is that he had organized everything in good manner.. ie) folder for images, js, css.. etc. I tried to upload it onto the server but its showing me the root folder …

Member Avatar for versan
0
100
Member Avatar for versan

I am a newbie creating a newsletter using tables and inline css, the problem is that i need to insert more than one image over an image(not background)... can anybody suggest me some possible solutions.. Breif : 1. I have inserted a background image 2. Then i inserted a image …

Member Avatar for versan
0
158
Member Avatar for opjjuly

Ok i dont know if im posting this on the right thread, but i assumed PHP can do this. I need to optimize my website for mobile phones. The saddest thing is my web host does not support .htaccess, when i contacted them, they asked me convert the rules to …

Member Avatar for versan
0
200