web based ERD tool

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • STandard

    web based ERD tool

    Hi all,

    In my finial year project, I would like to using Ajax to make a web
    based ERD tool, that should be provided the following major features:

    - like gliffy.com, but I don't want to use flash/flex
    - ERD to SQL statement
    - export ERD to gif, jpg, png, etc.

    but I am new in Ajax, so which tools you think it is good for me (e.g.
    dojo, pototype, ext2, etc)?

    thanks

    steve
  • Randy Webb

    #2
    Re: web based ERD tool

    STandard said the following on 12/27/2007 2:51 AM:
    Hi all,
    >
    In my finial year project, I would like to using Ajax to make a web
    based ERD tool,
    Making a JS based ERD Tool has nothing to do with AJAX. AJAX is, in it's
    simplest form, merely a way to transfer data to/from the server. Nothing
    more, nothing less.

    If you want to do an AJAX site, then do one.
    If you want to do an ERD tool, then do one.

    If you think they are somehow related to one another, find another
    instructor to teach you the difference.
    that should be provided the following major features:
    - like gliffy.com, but I don't want to use flash/flex
    - ERD to SQL statement
    Nothing to do with AJAX.
    - export ERD to gif, jpg, png, etc.
    Nothing to do with AJAX.
    but I am new in Ajax, so which tools you think it is good for me (e.g.
    dojo, pototype, ext2, etc)?
    None of them.

    --
    Randy
    Chance Favors The Prepared Mind
    comp.lang.javas cript FAQ - http://jibbering.com/faq/index.html
    Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/

    Comment

    • STandard

      #3
      Re: web based ERD tool

      thanks Randy,
      so can I use javascript with css to do it ? of course, I will use PHP
      too.

      Comment

      • Randy Webb

        #4
        Re: web based ERD tool

        STandard said the following on 12/27/2007 11:35 PM:
        thanks Randy,
        Ummm, welcome. Not sure what for yet.
        so can I use javascript with css to do it ?
        To do what?
        of course, I will use PHP too.
        To do what?

        Quote what you are replying to and I won't ask you questions like that.

        --
        Randy
        Chance Favors The Prepared Mind
        comp.lang.javas cript FAQ - http://jibbering.com/faq/index.html
        Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/

        Comment

        Working...