Search Results

Showing results 1 to 40 of 82
Search took 0.01 seconds.
Search: Posts Made By: indianscorpion2
Forum: Java Jul 11th, 2008
Replies: 22
Views: 1,611
Posted By indianscorpion2
well, first you should configure the file types in your OS such that it recognizes the java file type.

go to control panel->file types->add new file type.

under the extension name type in java...
Forum: IT Professionals' Lounge Jul 11th, 2008
Replies: 5
Views: 941
Posted By indianscorpion2
thank you very much guys.
Forum: Java Jul 10th, 2008
Replies: 1
Views: 529
Posted By indianscorpion2
hello everyone...i am a graduate in computer science....

i have read and i have learnt core java.....

but please clarify to me about

J2EE, J2SE, javascript etc etc

what are all...
Forum: IT Professionals' Lounge Jul 10th, 2008
Replies: 5
Views: 941
Posted By indianscorpion2
hi everyone...

i am srikanth...a computer science graduate from hyderabad,India from a private engineering college.

all through my life i wanted to live with an attitude of not to work under...
Forum: IT Professionals' Lounge Jul 10th, 2008
Replies: 3
Views: 1,701
Posted By indianscorpion2
i think google doesnt recruit freshers......


u need to work in another company for a couple of years and then apply for google.
Forum: Pay-Per-Click Advertising Jun 19th, 2007
Replies: 4
Views: 4,676
Posted By indianscorpion2
primarily my site holds content of adult type......google first approved my site and it went well for 2 to 3 months........now they stopped sending ADS to my site....they didnt ban me but they...
Forum: Java Apr 21st, 2007
Replies: 12
Views: 5,494
Posted By indianscorpion2
actually ur O.S. is not recognizing the ".java" file format........

u have to sort that out first....

if u are using windows...go to windows explorer.....create a new extension as ".java"

u...
Forum: Advertising Sales Strategies Apr 16th, 2007
Replies: 3
Views: 2,307
Posted By indianscorpion2
Forum: Advertising Sales Strategies Apr 14th, 2007
Replies: 3
Views: 2,307
Posted By indianscorpion2
hello everyone i am sick and tired of using pay per click Ad services....can anyone of u suggest to me a good Ad service which pays for impressions....like per thousand impressions.....or per ten...
Forum: Java Apr 6th, 2007
Replies: 2
Views: 1,362
Posted By indianscorpion2
well i am also looking for command over the OOPS concepts thanks for the link.
Forum: Pay-Per-Click Advertising Feb 16th, 2007
Replies: 14
Views: 5,459
Posted By indianscorpion2
Google is a fantastic,innovative,electrifying group and they are gonna beat out all their competitors in the long run....
Forum: Advertising Sales Strategies Feb 11th, 2007
Replies: 7
Views: 2,424
Posted By indianscorpion2
yes hosting the website in a US based server comes under business.....and it is in US....so u have to give accurate info.....
Forum: Advertising Sales Strategies Feb 8th, 2007
Replies: 7
Views: 2,424
Posted By indianscorpion2
yes ancient dragon is right....if ur businees is US based,u have to give accurate tax information....if ur business doesnt have anything to do with US....then wat i have told u is correct...i mean no...
Forum: Advertising Sales Strategies Feb 8th, 2007
Replies: 7
Views: 2,424
Posted By indianscorpion2
tax information is required only if u are a US citizen.....if u are not US citizen...u can reply to every field with a no......that much info will be sufficient....
Forum: Advertising Sales Strategies Jan 30th, 2007
Replies: 40
Views: 10,374
Posted By indianscorpion2
how do i give reputation points to u...i dont know the process????????????
Forum: Advertising Sales Strategies Jan 30th, 2007
Replies: 40
Views: 10,374
Posted By indianscorpion2
hi...i started a forum....800 members have joined it...got ads by google in the site.....income on the ADS is very less...on an averge i am getting about 20cents..each day....and click are also very...
Forum: Advertising Sales Strategies Jan 27th, 2007
Replies: 4
Views: 2,004
Posted By indianscorpion2
hello everyone....i started using adsense from yesterday....

i heard that google people are cheaters......wen u are approaching the 100$ mark...i mean somewhere around 95$..

they send an email...
Forum: Pay-Per-Click Advertising Jan 27th, 2007
Replies: 21
Views: 10,511
Posted By indianscorpion2
google ADwords is the best.....
Forum: Pay-Per-Click Advertising Jan 25th, 2007
Replies: 4
Views: 4,870
Posted By indianscorpion2
well actually the pages of my site have been writtten in php.....so i have asked....and i got the solution thanks....
Forum: Pay-Per-Click Advertising Jan 24th, 2007
Replies: 4
Views: 4,870
Posted By indianscorpion2
these are the warning messages i am getting:-

Warning: Cannot modify header information - headers already sent by (output started at /home/indianjo/public_html/forum/index.php:3) in...
Forum: Pay-Per-Click Advertising Jan 24th, 2007
Replies: 4
Views: 4,870
Posted By indianscorpion2
cmoon..........isnt there anybody in this site who is professional enough to solve this problemm?????????????????????????????????
Forum: Pay-Per-Click Advertising Jan 23rd, 2007
Replies: 4
Views: 4,870
Posted By indianscorpion2
hello everybody!!!!!

i own a site (i dont want to mention the name....sticking to the rules of this forum)...it is designed in PHP...... it is basically a forum to download music,movies etc....
...
Forum: C Oct 24th, 2006
Replies: 4
Views: 1,108
Posted By indianscorpion2
well to start with what other way are u talking about????

u didnt even post the entire source code.


well heres what u can do:-

enclose the scanf and the necessary statements to compute the...
Forum: C Oct 22nd, 2006
Replies: 14
Views: 4,468
Posted By indianscorpion2
well C uses ASCII code and 'A' and 'a' are treated differently. if u enter a instead of A, nothing is assigned to the array and the subscipt is simply incremented. so by default a junk value is...
Forum: Java Sep 3rd, 2006
Replies: 5
Views: 1,506
Posted By indianscorpion2
moreover there is another chance that the class file is getting saved somewhere else. so search for it and copy paste it in the directory which u have set as the class path.
then run ur program by...
Forum: Java Sep 3rd, 2006
Replies: 5
Views: 1,506
Posted By indianscorpion2
first off all please post the source code here.
ok.... just after compiling and before running, u try to search for lab1a.class file in the same directory.
if u do not find it i am afraid the java...
Forum: Java Sep 3rd, 2006
Replies: 5
Views: 1,506
Posted By indianscorpion2
when u are running the programm. remember this
u should use
c:\>java (classname which contains main method)
do not type the .java extension when running the file.`
u shud use it only wen u are...
Forum: Java Aug 28th, 2006
Replies: 3
Views: 1,411
Posted By indianscorpion2
thank u
Forum: Java Aug 28th, 2006
Replies: 3
Views: 1,411
Posted By indianscorpion2
with respect to network programming in java
can anyone tell me what exactly a cookie is?
please be elaborate.
thank you very much
Forum: Java Mar 26th, 2006
Replies: 3
Views: 1,376
Posted By indianscorpion2
i am also looking to begin programming in java.so i will ask my question inn this thread itself.i have downloaded sun's jdk1.5 can you please give me the steps to install and start using the jdk?...
Forum: Java Mar 11th, 2006
Replies: 11
Views: 4,492
Posted By indianscorpion2
I know that my idea is a little obvious.but paul here is just a beginner and he is just concerned with compiling his first java program for god's sake.so I just gave him a simple advice to use the...
Forum: Java Mar 9th, 2006
Replies: 11
Views: 4,492
Posted By indianscorpion2
by default when u install jdk, the execution path is set to jdk1.5.../bin
.try compiling and executing your java programs in that particular directory.
this should definitely work.good luck.
Forum: Java Mar 8th, 2006
Replies: 6
Views: 2,966
Posted By indianscorpion2
thank you very much sir.i did what u have told me to.
even then i am getting an error saying
"the network adapter could not establish a connection"

"no default driver specified"

"wrong data...
Forum: Java Mar 7th, 2006
Replies: 6
Views: 2,966
Posted By indianscorpion2
where can i find the documentation u r talkin abt.please be specific
Forum: Java Mar 6th, 2006
Replies: 6
Views: 2,966
Posted By indianscorpion2
hi everyone.
i am an amateur programmer in java.
can anyone please tell me how do i go about connecting my java application to oracle 9i database?
please be specific about what is the URL that i...
Forum: Computer Science Feb 9th, 2006
Replies: 2
Views: 1,445
Posted By indianscorpion2
hello mr.waldis i have done what u told me to do.thank you very much.i found that my sound card is "avance als 4000".
i searched for the corresponding drivers by using google.
i downloaded and...
Forum: Java Jan 27th, 2006
Replies: 2
Views: 1,816
Posted By indianscorpion2
hi everyone,
i am looking for a brief introduction as to what exactly is jdbc and how do i install and use jdbc drivers with oracle 9i. and how shoud i write a code to execute queries on the tables...
Forum: Computer Science Jan 11th, 2006
Replies: 1
Views: 1,219
Posted By indianscorpion2
hi,
i would like to know if there are any abstract audio drivers which would work for any sound card.
if so please give me the link from where i can download them.
Forum: Computer Science Dec 17th, 2005
Replies: 2
Views: 1,445
Posted By indianscorpion2
hi,i am srikanth.
well i installed microsoft windows xp professional on my computer.the os is was not able to recognize the presence of the speakers(i am using speakers manufactured by
mercury...
Forum: Computer Science Sep 25th, 2005
Replies: 1
Views: 6,930
Posted By indianscorpion2
hello everyone. i am a student of computer engineering.
i was wondering if there are any online tutorials on the basics of algorithms and algorithm design techniques.
Showing results 1 to 40 of 82

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC