Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 11 of 11
Search took 0.20 seconds.
Search: Posts Made By: Staceadam
Forum: JavaScript programming 11-29-2012, 12:54 AM
Replies: 11
Views: 567
Posted By Staceadam
Thanks that helped a ton. So now I having trouble...

Thanks that helped a ton. So now I having trouble outputting whats in the array to the document. My syntax must be wrong because it is not outputting anything. Any suggestions?

<script...
Forum: JavaScript programming 11-28-2012, 11:12 PM
Replies: 11
Views: 567
Posted By Staceadam
I also agree that jquery in an introduction to...

I also agree that jquery in an introduction to javascript course is a bit silly. Could very well have to do with me not grasping some of these concepts. I guess my question would be how am I...
Forum: JavaScript programming 11-28-2012, 06:53 PM
Replies: 11
Views: 567
Posted By Staceadam
Grade Book

Trying to set up a simple grade book. I need it to store a list of students, percentages and letter grades within an array. Every time a student is added, add it to the array and refresh the list...
Forum: JavaScript frameworks 11-20-2012, 08:17 PM
Replies: 3
Views: 382
Posted By Staceadam
The way I have it set up is to run the function...

The way I have it set up is to run the function getWord when the button with id newGame is clicked. Its still not picking a random word and outputting the associated underscores for each letter.
Forum: JavaScript frameworks 11-20-2012, 04:38 PM
Replies: 3
Views: 382
Posted By Staceadam
Hangman Game

I'm trying to make a simple hangman game but I am having trouble generating the correct amount of underscores for the randomly generated word and displaying them within my html. I want them to be...
Forum: Java and JSP 11-13-2012, 02:10 AM
Replies: 6
Views: 2,055
Posted By Staceadam
Still messing with this. What I am trying to do...

Still messing with this. What I am trying to do is start health off at 3 then based on the users input subtract or add the corresponding number. Then check to see what range health is in and display...
Forum: Java and JSP 11-08-2012, 04:27 PM
Replies: 6
Views: 2,055
Posted By Staceadam
Ok. I got some of the basic code done but I am...

Ok. I got some of the basic code done but I am having trouble with some of the harder concepts. 1. How am I going to make it so when the user enters the first letter of the corresponding activity it...
Forum: Java and JSP 11-07-2012, 11:14 PM
Replies: 6
Views: 2,055
Posted By Staceadam
hahaha. Loving the shovel idea! Also thank you...

hahaha. Loving the shovel idea! Also thank you for spending the time to reply. The assignment only calls for one type buddy and its only a first semester course so we haven't gotten into arrays yet....
Forum: Java and JSP 11-07-2012, 09:42 PM
Replies: 6
Views: 2,055
Posted By Staceadam
Buddy Game

Starting a game for my Java class but having trouble getting it going. Any code or help would be awesome.

Buddy Caretaker
Create a game that instantiates a buddy that may be a pet, creature,...
Forum: JavaScript programming 11-05-2012, 01:52 AM
Replies: 3
Views: 252
Posted By Staceadam
ok did that function won(){ var won = 0 ...

ok did that

function won(){
var won = 0
document.getElementById('won').value = won++ }

function lose(){
var lose = 0
document.getElementById('lost').value = lose++}
Forum: JavaScript programming 11-04-2012, 10:35 PM
Replies: 3
Views: 252
Posted By Staceadam
Rock, Paper, Scissors Game Counter

The game runs fine but I am having trouble continually keeping score and adding 1 to the textfields based on if it is a win, tie or loss. The textfields id's are 'won' 'lost' and 'tied'. Any help...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT +1. The time now is 04:29 PM.