Results 1 to 10 of 10

Thread: Javascript

  1. #1
    Join Date
    Jan 2005
    Posts
    18

    Default Javascript

    Whats Javascipt exactly? I know it used as eye candy but is it all Code? a program?

    vCAP

  2. #2
    Join Date
    Jan 2005
    Posts
    14

    Default

    It's Java looking script language, which is excecuted at the client side (in Inet browsers). It look like Java, but there isn't many common things between them.

    JavaScript is powerfull and with it you can create almost a website designer needs - if you are enough advance with it you can make small animation, also effects, which mainly creates using Flash.

    In Inet there is enough information, tutorials etc. for JS - if you intend to entertain with it.

  3. #3
    Join Date
    Jan 2005
    Posts
    11

    Default

    Would I better to buy Flash and learn that or learn Javascript?

    BWIAva

  4. #4
    Join Date
    Jan 2005
    Posts
    11

    Default

    Flash and Javascript are two totally different things.

    Flash is a format for making animations or movies using vector graphics and bitmaps. Javascript is a programming-ish language used to preform different tasks within a browser, and is execute in the client, AKA your computer, instead of a server-based language like CGI, which processes info at the server and then delivers the finished product to you.

  5. #5

    Default

    With Flash you van also make total designs for interfaces with interactive elements and it's as fast as the server....
    JavaScript's functions are at the moment being replaced by several other programming-languages:
    Css has taken some features
    XML together with XHTML has taken some
    PHP has also stolen features...

    I'm afraid (not really;)) Javascript will disappear in the future cause it's not really a good programming-language, it's too slow for this days priorities etc.

  6. #6
    Join Date
    Jan 2005
    Posts
    128

    Default

    Flash is the future! =B It's much more cusomisable, looks better and is easier to use. For web applications using java then i think PHP or ASP will take over

  7. #7
    Join Date
    Jan 2005
    Posts
    95

    Default

    Its a client side program that runs in the client.

  8. #8
    Join Date
    Jan 2005
    Location
    The Netherlands
    Posts
    13

    Default flash/javascript

    javascript is better then flash because:
    - it's easier to use, you don't need extra (expensive) programs for it
    - and it's a lot faster to load then flash... flash is slooooooooooooow

  9. #9
    Join Date
    Jan 2005
    Posts
    3

    Default

    Javascript is all the things that HTML forgot.
    It allows you to make decisions and do something wken a user clisks somewhere.

  10. #10
    Join Date
    Dec 2004
    Posts
    40

    Default

    JavaScript is a kind of easy language,
    mostly,it is used in web page,
    or a language surported by ASP.NET

    you can using this language creating
    dynamic webpage(DHTML)
    unlike php,asp,jsp.
    It is run in client computer.

    and php is run at server,
    in client computer you can only see HTML code
    you can nerver see the source code

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
  •