Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Desperate help about Java

  1. #1
    Join Date
    Jul 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Desperate help about Java

    Ok please can someone correct me if im wrong, DHTM would be Java or Java related? now the main thing, i am desperately wanting to make my own Java Navigation menus, ive searched everywhere but cant find anywhere which will give me a free version of something. I'd like to make my own java navigation. Also is Java the same thing as Java Script? Can i have a Java Script orientated navigation and say to myself yes thats a java navigation menu?

    Please Help!

  2. #2
    Join Date
    Jul 2005
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hm.. maybe you should've done some research there are many websites on these topics. Such as this one :P, it has free menu scripts on the main page. Java is completely different language developed by sun; compiled before-hand, just run by a plug-in for internet explorer or w/e browser. Javascript is what you want it is well if you know html it goes:
    HTML Code:
    <html>
    <head>
    //In here//
    </head>
    <body>
    //or here//
    </body>
    </html>
    there are many great javascript tutorials a fairly good one is on :W3 schools
    but if you're not really intrested on the ins-and-outs if javascript then just get a free script probably found on the main page of this site.

  3. #3
    Join Date
    Jul 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thx for ytour reply, i dont want js i know what js is, but im trying to get hold of pure java applet menus and navs, which i can customize myself, would you know any free softwares that do this? or any free scripts for java applets?

  4. #4
    Join Date
    Jul 2005
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Java applet why are you here? javascript forum this forum or website is not affiliated with java at all. why would you use java for a website use something a lot simpler. like javascript/html/dhtml. You have no idea what you're talking about free scripts/applet applet is java. script is javascript and we have free ones on the main page.

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    is Java the same thing as Java Script?
    No it isn't. Java and JavaScript are two totally and utterly different languages, which happen to (occasionally) share some syntax. Java is compiled; Javascript is interpreted. For a nav menu, yes, I would recommend Javascript, unless you were thinking of something particularly complex, in which case you can use Java. All you need to build your own Java apps is the JDK (Download J2SE SDK, Accept License Agreement, then choose the appropriate package for your platform) from Sun, and a decent Java tutorial. You'll also need some very basic command-line knowledge to get started with the JDK, as it's command-line based - if you know how to use DOS or BASH, you're probably OK.

    A script (in this context) is embedded Javascript, using <script> tags; an applet is an embedded Java program, using <object> tags.
    Last edited by Twey; 07-29-2005 at 10:03 AM.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    You'll also need some very basic command-line knowledge to get started with the JDK, as it's command-line based [...]
    Or use an IDE like NetBeans which is available as a bundle with the JDK (from both Sun and the NetBeans project, as I recall).

    [...] an applet is an embedded Java program, using <object> tags.
    See an article on Usenet for more information.

    Mike
    Last edited by mwinter; 07-29-2005 at 11:17 AM. Reason: Typo

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The Netbeans IDE is, by Sun's own admission, a toy - not suitable for real projects. I recommend Eclipse for such.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    The Netbeans IDE is, by Sun's own admission, a toy - not suitable for real projects.
    That isn't what I read:

    "NetBeans IDE is a fun software productivity tool that allows you to develop state-of-the-art applications -- whether stand-alone, web-based, or mobile/wireless. If you are a serious Java developer looking for an IDE that enables you to get the work done, and that is easy to install, easy to learn and use, fun to work with, then get NetBeans IDE today ... and prepare yourself for NetBeans 4.0 because it is going to eclipse all other IDEs that you have seen before."

    -- Netbeans IDE: What's New in NetBeans 4.0 IDE
    Of course, Sun are potentially biased as they sponsor the NetBeans development effort. Not having used Eclipse, I can't give an objective opinion myself.

    Mike

  9. #9
    Join Date
    Jul 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Willdawg
    Java applet why are you here? javascript forum this forum or website is not affiliated with java at all. why would you use java for a website use something a lot simpler. like javascript/html/dhtml. You have no idea what you're talking about free scripts/applet applet is java. script is javascript and we have free ones on the main page.

    lol dude i know exactly what im doing, um a freelance web designer too! lol ok yes you can get Java on a site with a script, i dont mean Java Script, i mean pure applet Java can be generated by a script supported by a .class applet file, understand now? the reason why i asked if Java Script and Java applet was the same was because they both use scripts, and geuss what? ive got a Java Applet Script right here and it works supported with a .class applet file, and ive been searching everywhere and all those people charge for a java nav generator software, and its not for me i know java is not really recommended when i have simpler things like Java Script, and not everyone has Java installed, anyways thanks for all your help!

  10. #10
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    because it is going to eclipse all other IDEs that you have seen before.
    Not to mention any names, of course... :-\
    The quote I was referring to was quite a while ago... perhaps Netbeans has improved since then.

    A "Java Applet Script"?
    I presume that what you are referring to is a Java applet that has customizable parameters? Or public instance variables? Editable in some manner by a Javascript, in any case.
    Yes, you would usually use Javascript for something like a nav menu - it allows greater interaction with the page, as well as being faster and more likely to be supported by the browser.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •