Results 1 to 8 of 8

Thread: Javascript tutorial

  1. #1
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Javascript tutorial

    Hey All!!
    I'm newbie in here and i just start my first year in information technology faculty
    Could somebody help me with some references about javascript and it's tutorials or maybe some e-books can be laern?
    I have some multimedia tasks and projects to be done, but actually I have zero knowledge about javascript......

    Thx for your help!!!!


    Regards,


    BoO

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    http://www.howtocreate.co.uk/tutoria...ript/important
    http://www.webreference.com/programm...cript/diaries/

    there are really tutorials all over the net, but what is really more important to know is do you have any programming knowledge at all? if so then you really only need to pick up the idiosyncrocies (spelling) of the language, which would be alot easier as you already have the basics laws of programming down...

    1 thing to note though is that javascript is a loosely-typed language, so for learning purposes it allows for many "errors" and badly formed code.
    Its nice to learn things the right way, rather then the wrong, but as far as functionality, you physically can get away with alot of no-no's with javascript because of the nature of the language and how it was developed

  3. #3
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Owh........
    I learned Pascal and C language, but it still in basic................
    The one that i know that javascript is the functional programming language, it isn's procedural or object oriented. hohoho maybe you can suggest me what i should do in first step learnin' javascript?

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    inheritly they arent object oriented and procedural, however it can be made used as such.

    look at those two tutorials that i linked you two. i believe that will be a good first stepping stone.

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

    Default

    The one that i know that javascript is the functional programming language
    It's multiple paradigm: it can be used as a procedural, OO, or functional language, or you can mix and match bits from each paradigm as you see fit.
    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
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Owwww I seeeee.............
    wew that tutorials it's really helpful, I practiced it with dreamweaver.....
    ummmm...........
    any programs or software that could be easier to understanding javascript???
    such as C compiler in borland or visual studio, because they can tell me which line or which command have trouble with

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

    Default

    Most browsers have basic built-in debugging consoles, but they range from the utterly pants (IE) to the rather good (Firefox). Opera's isn't as good as Firefox', but it's a little stricter, so it's often worth using in tandem anyway. Firefox also has an extension, called Firebug, that can make debugging complex scripts a bit easier.
    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
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks to Twey and boogyman!!!!
    Y'all really helpful!!!!!!
    And now, I have to concentrate in learning about javascript for my project !
    Thanks so much guys!!

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
  •