Thread: Javascript

  1. #1
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269

    Javascript

    3 Questions:

    1.) Placing stuff at x, y coordinates

    2.) Changing a picture while the user is looking without refreshing
    the page

    3.) share information with two users who are on (you know like
    a multi game)
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  2. #2
    Registered User compjinx's Avatar
    Join Date
    Aug 2001
    Posts
    214
    >> 1.) Placing stuff at x, y coordinates
    <div style="position:absolute;top:20;left:20;">
    Text that will be at Y:20 and X:20
    </div>

    >>2.) Changing a picture while the user is looking without >>refreshing
    >>the page
    <img src="somegif.gif" name="TestImage">
    document.images['TestImage'].src="someothergif.gif"

    >>3.) share information with two users who are on (you know like
    >>a multi game)
    can't be done with Javascript
    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
    Eric Porterfield.

  3. #3
    Registered User compjinx's Avatar
    Join Date
    Aug 2001
    Posts
    214
    I want everyone to notice that I was nice enough to answer this fellows question EVEN THOUGH this is not a javascript board(HINT HINT!!!)
    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
    Eric Porterfield.

  4. #4
    Registered User compjinx's Avatar
    Join Date
    Aug 2001
    Posts
    214
    PS. MY post on javascript is still here, so if anyone wants to answer it...
    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
    Eric Porterfield.

  5. #5
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269
    Like a javascript multi game (ex. tic tac toe, you can goto games.com or pogo.com to get games)
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  6. #6
    Registered User compjinx's Avatar
    Join Date
    Aug 2001
    Posts
    214
    Thats not javascript
    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
    Eric Porterfield.

  7. #7
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Javascript isn't good for games (or very much at all, in fact). If you're interested in games, check out Macromedia's flash/shockwave (or java urgg). For stuff like bullitin boards or web file managers/email, check out php or perl (and mysql fits in nicely with those two)

  8. #8
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269
    uhhh is it possible to download of www.__.com for free?
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Professional JavaScript for Web Developers, 2nd ed.
    By neandrake in forum Programming Book and Product Reviews
    Replies: 2
    Last Post: 05-16-2009, 09:44 AM
  2. JavaScript book recommendations
    By neandrake in forum Tech Board
    Replies: 2
    Last Post: 04-05-2009, 12:27 PM
  3. Replies: 2
    Last Post: 03-10-2009, 08:36 PM
  4. Javascript question
    By Hesacon in forum Tech Board
    Replies: 2
    Last Post: 06-05-2005, 08:39 AM
  5. JavaScript grafic
    By Zahl in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 11-11-2002, 08:02 AM