460 projects tagged "User Interfaces"
The purpose of the Control Framework for PHP (CFP) is to design and implement a completely OO based approach to Web UI design and form handling in PHP. The main use for CFP is for building the UI layer of your PHP Web application. UI behavior can be encapsulated into UI elements called controls.
DHTML API allows you to animate your Web site with the aid of DHTML. Any content that you place within a div tag with the position CSS attribute set to absolute can be manipulated like a sprite. Just don't forget to set id="unique_name", and pass "unique_name" to the GetLayer() function.
SLglade is a S-Lang module that provides S-Lang bindings for the libglade library. Used in conjunction with SLgtk, it allows users to design a GUI with Glade (a GTK+ user interface builder), save the interface description in a Glade XML file, and then generate the S-Lang script's graphical interface directly from the XML at runtime.
MadButterfly is a toolkit for GUI environments. It is designed for embedded systems. It makes GUI designers and programmers work seperately. Designers export their artifacts to SVG files. MadButterfly provides a tool to translate graphics in SVG into C code and a framework in which a programmer can manipulate graphics. It works like a JavaScript programmer to manipulate DOM object. Programmers using MadButterfly manipulate objects corresponding to SVG tags to interact with application users.