Search results

  1. goldy30

    STUDENT - Javascript Problem

    I understand everything that you've done but this I don't quite get. function toNum(str) { var p = /^[0-9]*\.?[0-9]+\s*$/; // a better number check can be done using regexp return p.test(str) ? parseFloat(str) : 0; //return (isNaN(str) || str == "") ? 0 : parseFloat(str); }
  2. goldy30

    STUDENT - Javascript Problem

    Yeah the pink thing had to do with pinkslips for car registration that was obviously something I'd overlooked but yeah. I did know about parseFloat, a mate just told me about the other day.... and the doctype I just didn't include. My editor automatically puts it in. But I see now how you have...
  3. goldy30

    STUDENT - Javascript Problem

    Isn't the purpose of this section of the forum to post your javascript problems??? Because I'm learning and don't completely know javascript, I don't always know what I'm looking for to debug... I'm behind but catching up on old work while it's the holidays. I don't have my teacher around to...
  4. goldy30

    STUDENT - Javascript Problem

    I understand that but I have no one from google who can comment on my code if there is something else wrong... what is AJAX?
  5. goldy30

    TAFE Student - Check my javascript.. line 31 int 40

    Thanks once again! I understand and have noted the errors I've made, I've corrected the mistakes and it all works properly now. You guys are great..... Thanx.
  6. goldy30

    TAFE Student - Check my javascript.. line 31 int 40

    I thought I had it right but I've got an error where there is only text in a <td>... so have a look and tell me what ever is wrong with it.. as a whole. <HTML> <HEAD> <TITLE>Fuel Economy</TITLE> <script type="text/javascript"> function updatesum() { if (document.form1.dist.value=="") {...
  7. goldy30

    STUDENT - Javascript problem

    I see your points guys... onClick is better but where i've used onChange I'd just put the button in there for the user to click which would be the same as clicking anywhere on the page. Just motivates them to take action. I will change though. Thanks everyone.
  8. goldy30

    STUDENT - Javascript problem

    Thank!!! I really appreciate that Nahid_hossain. I just needed to understand that part in the script. That will help me heaps through the exercises. :bowrofl:
  9. goldy30

    STUDENT - Javascript problem

    yeah, I noticed the swim only working after I posted it. It's frustrating cause we're on holidays and I've got no one to ask so I appreciate all the feed back. I'll fix it up now.
  10. goldy30

    STUDENT - Javascript problem

    Not do homework for me... it was as one other guy said, I was unclear and needed to understand it. Most people have been heaps helpful... thanx everyone else. Edit: I can see the variations of doing this but I was thinking of the user adding values to all separate fields and then calculating...
  11. goldy30

    TAFE STUDENT - PHP - Send mail - Verify feilds

    It's not something we've done yet, although we have done a bit of php. I put a basic sendmail.php but it doesnt stop users slapping the submit button which sends me a blank email. I tried something like this but its giving me errors about '{' and other stuff.. I've changed it a few times but...
  12. goldy30

    Tafe Student

    I actually changed the sub domain to http://www.newdesigns.x10hosting.com Let me know what you think.
  13. goldy30

    TAFE Student

    Actually I think I've changed the sub domain to http://www.newdesigns.x10hosting.com because our TAFE campus blocked the other sub domains.
  14. goldy30

    TAFE Student

    Just learning how to develop websites... Into my second semester and have done a few so far. Have a look and let me know what you think. http://www.newdesigns.pcriot.com Dan.
  15. goldy30

    Quick Design Development

    Quick design development of a website I'm currently doing Information Technology at TAFE in Australia and although I'm new to the whole development and coding of websites, I don't claim to know everything. Something became apparent about the process of being able to create a website quickly...
  16. goldy30

    Error!

    I've had an error. This may be why I can't upload via ftp. Won't connect. An Error Has Occurred Although you've logged in successfully, there was an error retrieving your account's hosting type from the backend system. Please post on our forums to seek support on this issue.
  17. goldy30

    My site isn't working either!

    Numerous times I have come to modify or update things and numerous times the server has been down or I just can't get into cpannel. At the moment I can't get into cpannel. I'm happy with the free package deal and all but so many hassles. :thumbsdow
  18. goldy30

    Host more than one site?

    Am I able to put three sites up on the server with one account?
  19. goldy30

    Reactivate my account please = Unsuspend me.

    New to all this web development stuff, half way through my IT diploma. Only just put a site up there. modifying and kept reloading my modifications. Logged on now and it said I was suspended! Another question... I'm new to this but know a little about seo, am I right in saying free web...
  20. goldy30

    Links back to Painting and Decorating site.

    Hi, just learned how to build websites, done a painting site to promote my painting and decorating. Would appreciate any links to my site relevant to painting and decorating. Include keywords in description. House painting Painting and decorating Painter. Link...
Top