Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Web-based screen designer

  • 23-04-2006 6:55pm
    #1
    Registered Users, Registered Users 2 Posts: 9,560 ✭✭✭


    I'm looking at trying to implement a web based interface for a screen design function within a system.

    Basically users would be able to drag and drop elements onto the design screen, and amend a basic set of properties for data entry objects.

    The user would be able to save the screen and all the objects and associated properties would be written out to a DBMS.

    Obviously I'm not going to be able to do that in pure HTML, I was thinking along the lines of maybe using JavaScript, or Java, or even try Flash.

    Would this be a bit too ambitious a thing to try in a thin-client web-only environment? Could anyone recommend any particular programming tool to try this in?


Comments

  • Registered Users, Registered Users 2 Posts: 763 ✭✭✭Dar


    You're going to need a combination of server side code and ajax. Personally I'd recommend Ruby on Rails. It's a big undertaking, but quite possible.

    Something similar to what you're suggesting.


  • Registered Users, Registered Users 2 Posts: 9,560 ✭✭✭DublinWriter


    Dar wrote:
    Something similar to what you're suggesting.

    Brilliant! What was that done in?

    I could whack together something with an ActiveX control, or maybe use .NET, but I want to make it as non-Microsoft dependant as possible.


  • Registered Users, Registered Users 2 Posts: 763 ✭✭✭Dar


    PHP and Ajax I believe.


  • Registered Users, Registered Users 2 Posts: 763 ✭✭✭Dar


    I could whack together something with an ActiveX control, or maybe use .NET, but I want to make it as non-Microsoft dependant as possible.

    I've been using Ruby on Rails for an Ajax based CMS lately. Inline editing, live search, drag and drop parapraphs etc. The Ajax on Rails interface that comes with with RoR is quite frankly the bees knees, and ActiveRecord makes working with databases a pleasure.


Advertisement