Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 82
Search took 0.02 seconds.
Search: Posts Made By: JDStud6
Forum: Coder's Corner Lounge Aug 25th, 2006, 9:08 AM
Replies: 6
Views: 140
Posted By JDStud6
That's what I would normally do. However, this...

That's what I would normally do.

However, this is for a guy at work. In the past he has deleted some stuff (I think from the device manager), and then put the hd into the new PC to let it recognize...
Forum: Coder's Corner Lounge Aug 24th, 2006, 4:30 PM
Replies: 6
Views: 140
Posted By JDStud6
Transfer apps from 1 pc to another

I know there are several ways of transfering files/data/email/settings from an older pc to a new pc, but aren't there some programs to transfer actual applications? I know of 1 tricky way to do...
Forum: Coder's Corner Lounge Apr 3rd, 2006, 4:15 PM
Replies: 8
Views: 407
Posted By JDStud6
No sir. I work for the Department of Defense. I...

No sir. I work for the Department of Defense. I wasn't hired to write a stupid newsletter. We had someone who did it, and its like a once a month thing that doesnt take too long. He just spent a...
Forum: Coder's Corner Lounge Apr 3rd, 2006, 10:43 AM
Replies: 8
Views: 407
Posted By JDStud6
Newsletter software?

A guy at work here was publishing a monthy newsletter, and he was fired. When he left he formatted his laptop and took the newsletter software he was using with him....so now I am in charge of...
Forum: HTML / XHTML / CSS Mar 9th, 2006, 11:43 AM
Replies: 8
Views: 249
Posted By JDStud6
no sir....learn me! JD

no sir....learn me!

JD
Forum: HTML / XHTML / CSS Mar 9th, 2006, 10:07 AM
Replies: 8
Views: 249
Posted By JDStud6
family tree design?

I am starting to work on a website for my family, and was looking for some suggestions and I have a question.

I was thinking of having 3 main parts to the page

1 a header, like a large logo on the...
Forum: Coder's Corner Lounge Mar 2nd, 2006, 2:17 PM
Replies: 3
Views: 208
Posted By JDStud6
DoS protection needed?

I have been looking for a hosting site that offers DoS protection on its servers. I havent seen any that actually say they have it. Is it really important to have? What are the things that could...
Forum: Coder's Corner Lounge Mar 1st, 2006, 2:16 PM
Replies: 8
Views: 299
Posted By JDStud6
Installing Norton on Linux?

I am running Fedora Core 4, and would like to install Norton antivirus on it...so I downloaded a file:

ScanEngine-5.0.2.32-RedHat.zip

I double clicked it and it opens up, and I dragged it to the...
Forum: Java Feb 22nd, 2006, 7:38 PM
Replies: 1
Views: 195
Posted By JDStud6
The game mastermind? like where you have to...

The game mastermind? like where you have to guess the correct sequence of 4 colors?

JD
Forum: PHP Feb 21st, 2006, 12:21 PM
Replies: 2
Views: 143
Posted By JDStud6
yea MySQL is installed and working.... I know its...

yea MySQL is installed and working.... I know its connecting because at the beginning index.php has:

mysql_connect($db_host, $db_user, $db_pwd);
mysql_select_db($db_name);

It grabs those from...
Forum: PHP Feb 21st, 2006, 11:25 AM
Replies: 2
Views: 143
Posted By JDStud6
help with this error...

To make a long story short....I downloaded a php program somewhere and put it on my server to see how it works. I followed the directions on how to install it, but now when I go to the website and...
Forum: Coder's Corner Lounge Feb 16th, 2006, 4:08 PM
Replies: 24
Views: 711
Posted By JDStud6
I'd buy stock in aspirin! ;) JD

I'd buy stock in aspirin! ;)

JD
Forum: Coder's Corner Lounge Feb 16th, 2006, 4:06 PM
Replies: 3
Views: 123
Posted By JDStud6
lol JD

lol

JD
Forum: Coder's Corner Lounge Feb 16th, 2006, 3:19 PM
Replies: 24
Views: 711
Posted By JDStud6
Oh yea...and as far as getting a job goes.....as...

Oh yea...and as far as getting a job goes.....as previously mentioned, on your resume you will have what degree you earned and from where. You will also list a set of languages that you know. You...
Forum: Coder's Corner Lounge Feb 16th, 2006, 3:15 PM
Replies: 24
Views: 711
Posted By JDStud6
I agree. Universities pretty much focus on HOW...

I agree. Universities pretty much focus on HOW programming works. If you want to learn a slew of languages and be taught by someone, then a technical college would probably be ok. I earned a...
Forum: HTML / XHTML / CSS Feb 16th, 2006, 2:02 PM
Replies: 6
Views: 238
Posted By JDStud6
No, I dont know PHP, but I am willing to try it...

No, I dont know PHP, but I am willing to try it out. Always interested in learning something new! I don't have the database.

The links go outside.

JD
Forum: HTML / XHTML / CSS Feb 16th, 2006, 12:56 PM
Replies: 6
Views: 238
Posted By JDStud6
I'm paying for it....PHP should be fine. JD

I'm paying for it....PHP should be fine.

JD
Forum: Java Feb 16th, 2006, 12:53 PM
Replies: 62
Views: 1,303
Posted By JDStud6
int[] intArray = new int[10]; intArray[0] =...

int[] intArray = new int[10];

intArray[0] = 1;
intArray[1] = 2;
int sum = intArray[0] + intArray[1];

System.out.println("first 2 numbers in array sum to: " + sum);
Forum: HTML / XHTML / CSS Feb 16th, 2006, 9:34 AM
Replies: 6
Views: 238
Posted By JDStud6
2 questions...

I just made a new website just messing around, and was wondering how to add a counter to it. I know there are websites that host free counters, would this be the best thing to do? Or is there a...
Forum: Java Feb 16th, 2006, 9:30 AM
Replies: 62
Views: 1,303
Posted By JDStud6
why not try some file access. There was one...

why not try some file access. There was one around here recently that counted the number of each letter and printed it to the screen. So you'd have a TXT file that just says "the poop" inside and...
Forum: Java Feb 15th, 2006, 9:28 AM
Replies: 62
Views: 1,303
Posted By JDStud6
Path: C:\Program Files\ActivCard\ActivCard...

Path:

C:\Program Files\ActivCard\ActivCard Gold\resources;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Microsoft Office\OFFICE11\Business Contact...
Forum: Coder's Corner Lounge Feb 8th, 2006, 3:21 PM
Replies: 60
Views: 1,279
Posted By JDStud6
Yea they are definately a company, google their...

Yea they are definately a company, google their name and view the website. That is possible to make $1,000 a day. They are currently doing 6 projects. So they probably have a small team of...
Forum: PHP Feb 8th, 2006, 3:09 PM
Replies: 15
Views: 410
Posted By JDStud6
wow...that is freaking cheap! That looks pretty...

wow...that is freaking cheap! That looks pretty good for a newbie to learn on

JD
Forum: Coder's Corner Lounge Jan 26th, 2006, 2:32 PM
Replies: 16
Views: 572
Posted By JDStud6
LOL....that is awesome haha JD

LOL....that is awesome

haha

JD
Forum: Coder's Corner Lounge Jan 23rd, 2006, 2:19 PM
Replies: 51
Views: 1,445
Posted By JDStud6
.....wow either way, congrats! I see you guys...

.....wow

either way, congrats!

I see you guys have been doing some ------ > :banana:
Forum: Paid Job Offers Jan 20th, 2006, 12:42 PM
Replies: 16
Views: 317
Posted By JDStud6
Yea I dont think we have any ADA people around...

Yea I dont think we have any ADA people around here, but we may have some at another office. Not many programmers are in my office. I think I did hear that in college though too!

I agree Para. ...
Forum: Paid Job Offers Jan 20th, 2006, 11:21 AM
Replies: 16
Views: 317
Posted By JDStud6
I have a BS in Mathematics and Computer Science,...

I have a BS in Mathematics and Computer Science, but I am not a programmer here. Although I did enjoy the programming classes and mess around from time to time, and even consider going for another...
Forum: Paid Job Offers Jan 13th, 2006, 5:24 PM
Replies: 16
Views: 317
Posted By JDStud6
1 - if its not then i'll take it down, just...

1 - if its not then i'll take it down, just trying to help. Its not a joke.

2 - I dont have to recruit anyone, like I said...I made over $650 the past 2 weeks all by myself

3 - I do earn money, I...
Forum: Paid Job Offers Jan 13th, 2006, 3:31 PM
Replies: 16
Views: 317
Posted By JDStud6
Easy investment opportunity

Hey everyone! I've been kinda busy at work so I havent posted much here lately, but I thought I should offer this to you.

I learned about this opportunity from my financial advisor, and he has been...
Forum: Java Dec 28th, 2005, 9:01 AM
Replies: 2
Views: 270
Posted By JDStud6
for the 000000 -> 0: add a for loop inside...

for the 000000 -> 0:

add a for loop inside NumericB that takes out preceeding 0's.


for the 04 -> 4:

the above should take care of that too! :D

JD
Forum: Coder's Corner Lounge Dec 27th, 2005, 9:20 AM
Replies: 45
Views: 1,019
Posted By JDStud6
I swear I'm about to punch this laser game in the...

I swear I'm about to punch this laser game in the face! You guys must be pretty good to be on level 17. I am stuck still at like 13, haha. I bet 17 is crazy!

JD
Forum: Coder's Corner Lounge Dec 23rd, 2005, 1:02 PM
Replies: 45
Views: 1,019
Posted By JDStud6
anyone tried the laser game? JD

anyone tried the laser game?

JD
Forum: Existing Project Development Dec 23rd, 2005, 12:55 PM
Replies: 40
Views: 729
Posted By JDStud6
yea it looks pretty cool man. I dont have an...

yea it looks pretty cool man. I dont have an ipod either though :)

JD
Forum: Coder's Corner Lounge Dec 23rd, 2005, 12:27 PM
Replies: 45
Views: 1,019
Posted By JDStud6
sweet....1216 haha JD

sweet....1216 haha

JD
Forum: Coder's Corner Lounge Dec 23rd, 2005, 11:30 AM
Replies: 45
Views: 1,019
Posted By JDStud6
2 neat games

nnixon said he got 1253, I always die around 500. I think my highest is just around 1000.

http://www.ebaumsworld.com/helicopter.shtml

Another good thinking game...
Forum: Coder's Corner Lounge Dec 23rd, 2005, 11:22 AM
Replies: 13
Views: 384
Posted By JDStud6
I'll start a new thread for this and another of...

I'll start a new thread for this and another of my favorite thinking games :)

JD
Forum: Coder's Corner Lounge Dec 23rd, 2005, 8:27 AM
Replies: 13
Views: 384
Posted By JDStud6
for those of you who like less thinking and want...

for those of you who like less thinking and want something to try:
http://www.ebaumsworld.com/helicopter.shtml

its kinda funny, see how far you can get!

JD
Forum: Java Dec 22nd, 2005, 7:51 AM
Replies: 12
Views: 388
Posted By JDStud6
funny guy TecBrain: What version of Java are...

funny guy

TecBrain: What version of Java are you running?

JD
Forum: Java Dec 21st, 2005, 2:14 PM
Replies: 12
Views: 388
Posted By JDStud6
import java.util.Vector; JD

import java.util.Vector;

JD
Forum: Coder's Corner Lounge Dec 21st, 2005, 1:45 PM
Replies: 0
Views: 126
Posted By JDStud6
Try these puzzles!

http://www.wolaver.org/Puzzles/

I just found this while surfing at work. :)

I think I solved the sister's puzzle. If anyone else does PM me and we'll compare. :) Some of these things are crazy! ...
Showing results 1 to 40 of 82

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:13 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC