Recent content by Ocelot

  1. O

    What are Java, Perl, C#, and Python used for?

    What are the advantages of each language? Are they good for different applications, or are they just preferences?
  2. O

    Where/How can I ask for peoples financial aid online?

    Well I hate to do this, but im desperate. Is there any place or any means to ask people to help me out online? I live at home helping my mother, who needs surgery to walk again, im 21 and have no car to find and get to a job. I live in the country so good jobs are slim picking, im looking to...
  3. O

    What are Java, Perl, C#, and Python used for?

    What are the advantages of each language? Are they good for different applications, or are they just preferences?
  4. O

    Help with HTML links please.?

    There is no closing <a> tag.
  5. O

    How do I make applications with the JGrasp Java programming environment?

    I just downloaded JGrasp for Macs, and it allows me to write and test Java code, but when I try to compile it it will only let me save it as a class file, not an executable file. I tried creating a project from the Projects menu and compiling that, but it won't execute when I try to open it and...
  6. O

    I need help Incrementing a value in a textBox in HTML & JavaScript, can someone help?

    I don't know what you're trying to do, so I don't know how much I can help you, but it seems that addCAN() would set the value of CanAMNT to 1.05 every time, as x++ always returns a value of x+1. Maybe you meant to write document.myFRM.CanAMNT.value+=0.05. I'm not sure if you wanted it to do...
  7. O

    Could someone please help me with my html page?

    Dreamweaver sucks. Type the code into a text editor and make your web pages that way.
  8. O

    Is this proper html code?

    There is no point in using the text-align property if you don't have any text. Use the <center> tag.
  9. O

    Is JavaScript worth learning when you know PHP?

    Javascript is for client-side scripting. PHP is for server-side scripting. They each do different and important things, so learning both would be sound advice.
  10. O

    What are Java, Perl, C#, and Python used for?

    What are the advantages of each language? Are they good for different applications, or are they just preferences?
  11. O

    What are Java, Perl, C#, and Python used for?

    What are the advantages of each language? Are they good for different applications, or are they just preferences?
  12. O

    What are Java, Perl, C#, and Python used for?

    What are the advantages of each language? Are they good for different applications, or are they just preferences?
Back
Top