Forum: JavaScript / DHTML / AJAX Dec 1st, 2008 |
| Replies: 6 Views: 2,320 SOS, this indeed gave me a good start to solving this problem. The toughest part was getting my algorithm to work properly with me being new to javascript. I do understand that this is not the... |
Forum: JavaScript / DHTML / AJAX Nov 26th, 2008 |
| Replies: 6 Views: 2,320 Serkansendur, thank you for your response. Yes I understand that very clearly. That was my original thought on this problem. However, I am not supposed to do it that way. I need to have my javascript... |
Forum: JavaScript / DHTML / AJAX Nov 26th, 2008 |
| Replies: 6 Views: 2,320 Once again, thank you for the information essential. I completely understand everything you have done above. However, do you know how I can merge the two arrays together into one sorted array without... |
Forum: JavaScript / DHTML / AJAX Nov 26th, 2008 |
| Replies: 6 Views: 2,320 I was wondering if someone could explain to me how to merge two arrays so that one is not simply appended to the other, but they need to be merged into one sorted array. I could simply append the two... |
Forum: JavaScript / DHTML / AJAX Nov 22nd, 2008 |
| Replies: 5 Views: 1,905 Thank you for all of the responses. I have tried all of the advice and gotten all of it to work for me and I have a better understanding now.
Essential, thanks for the additional tips and... |
Forum: JavaScript / DHTML / AJAX Nov 22nd, 2008 |
| Replies: 5 Views: 1,905 I need to add an array to the end of another array. I understand how to do this using the concat, join, and push methods. However, I need to do this using a loop (I am pretty sure a 'for' loop is the... |
Forum: JavaScript / DHTML / AJAX Nov 5th, 2008 |
| Replies: 8 Views: 2,611 Thank you for the information and have a great upcoming weekend. |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2008 |
| Replies: 8 Views: 2,611 SOS thank you for all of your help. I was able to figure out that the way I did my code was not the best nor the "proper" way to do it. However, I was able to figure out how to use the second... |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2008 |
| Replies: 8 Views: 2,611 Thanks again SOS and hopefully this should be my last question. Is it acceptable coding practice to place my tax calculation coding within my first function (since all that is doing is retrieving... |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2008 |
| Replies: 8 Views: 2,611 One more quick question for you or anyone: Now that I have the information passing from the HTML to the JS file function, how can I get this information to transfer to my second function within the... |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2008 |
| Replies: 8 Views: 2,611 SOS, thanks for your help. That was exactly the information that I was looking for. I was very close to both of those options but I must have typed something in incorrectly because they were not... |
Forum: JavaScript / DHTML / AJAX Nov 2nd, 2008 |
| Replies: 8 Views: 2,611 I am trying to write a simple program to calculate income taxes owed based on gross wages that are input by a user. The HTML page needs to accept the input (wages from 4 users) at once and then... |
Forum: JavaScript / DHTML / AJAX Oct 28th, 2008 |
| Replies: 1 Views: 624 After quite a bit more trial and error and rewriting the code all over again a few times I was finally able to get my code to work properly. The problem seems to have been in my variables and math... |
Forum: JavaScript / DHTML / AJAX Oct 27th, 2008 |
| Replies: 1 Views: 624 I am trying to write a basic amortization calculator program in JavaScript and I am at a standstill. I have researched my issue online for hours without being able to come up with a resolution. In my... |
Forum: JavaScript / DHTML / AJAX Oct 13th, 2008 |
| Replies: 1 Views: 705 I have just written a JavaScript file which calculates a taxi fare based on a starting zone, an ending zone, and the length of the taxi ride. The program appears to work fine, however, I would like... |
Forum: JavaScript / DHTML / AJAX Oct 8th, 2008 |
| Replies: 3 Views: 850 Good morning Shanti and thank you for your reply. While I did not use the code you provided because many of the characters and items were beyond my understanding, your code still did help me to get... |
Forum: JavaScript / DHTML / AJAX Oct 8th, 2008 |
| Replies: 3 Views: 850 I am new to JavaScript and have what may be a very simple and easy question to most. I am writing a simple block of code that I need to display dollar amounts with 2 decimals for change. For example... |
Forum: JavaScript / DHTML / AJAX Oct 4th, 2008 |
| Replies: 3 Views: 854 Thank you for your time and assistance. Reviewing your information and comparing a few things helped me to catch my problem. The problem has been resolved and I appreciate your help I did use a... |
Forum: JavaScript / DHTML / AJAX Oct 4th, 2008 |
| Replies: 3 Views: 854 Good evening everyone. I am new here and also new to JavaScript. I have a small assignment that I think I have just about done, but the False part of my conditional expression is not calculating... |