Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Create and edit "objects" in Javascript

  1. #11
    Join Date
    Oct 2006
    Location
    Austin, Texas
    Beans
    2,715

    Re: Create and edit "objects" in Javascript

    Unless you want to use Flash (which isn't portable) or Java applets (which can be a pain) you should use SVG. You can render circles / lines / rectanges / etc. There are tons of tutorials on Javascript and SVG online (google it).

  2. #12
    Join Date
    Jun 2006
    Location
    CT, USA
    Beans
    5,267
    Distro
    Ubuntu 6.10 Edgy

    Re: Create and edit "objects" in Javascript

    use a library to manipulate DOM, like jQuery, and/or JS GUI widgets, like Yahoo UI. Don't waste time on handcoding stuff and figuring out by your own trial and errors what should be cross-platform compatible but isn't - people learned all the lessons.

Page 2 of 2 FirstFirst 12

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
  •