HTML Development

From: cfk (cfk_alter_ego_at_pacbell.net)
Date: 11/21/03


Date: Fri, 21 Nov 2003 01:33:08 GMT

Hello All:
    The subject has come up that I need to make a browser interface to my
project. Basically, I have a Tcl/Tk application with sliders and text boxes
that reads some underlying hardware registers with the text boxes and writes
some underlying hardware registers with the sliders. It has a modest C
program that allows me to actually talk to the PCI device through an IOCTL
interface.
    I am hoping for a couple of suggestions of open-source development
environment that will allow me to build a web page that I can serve with
Apache in my development system and have similar notions of sliders and text
boxes.
    I know enough about HTML to be dangerous, but I imagine there must be a
package or two that will allow me to code with graphical widgets at a high
level rather then editing HTML source with Mozilla.
    I'm kinda an embedded guy, HTML is not quite my forte, but I need to
come up with some similar functionality that I can access with a browser
that Tcl/Tk provides so my users can read and write registers in our design
in our lab.

    Charles