It's painful, but possible. With PHP and the PHP-GTK module, you can build your own gui executable files. This is a guide that directs to the right GTK tutorials and functioning PHP compiling software. Includes code for a working model.
Sign-Up for free membership account and submit your SourceCode.You will get your own CodeLibrary "corner" and can modify your submissions at any time, you haveeven your "private" section. Will be added RSS2.0 FEED'S for 10 latest code submissions and 10 latest code updates.Membership is FREE
In this article I want to discuss automatic graphic button creation. While designing a web page or a web application, many times there is a desire to spice-up the interface by adding some eye-catching graphics to FORM elements. Stylesheets add a certain measure of control over how form elements are to be shown but to add more advances bells-and-whistles we still need to use images...
This document's goal is to present the basic tNG features. We'll create a simple site that will be used to manage a company's departments and employees. Users will be able to display the existing departments, to add a new department, to edit or to delete an existing one. The same will apply for the employees.
This article describes an approach to programming web user interface components (widgets) using object-oriented programming techniques and providing a way to easily manipulate the overall design of a site with WYSIWYG HTML editors lime Macromedia Dreamweaver.
Caching output in PHP can reduce server load and speed up your site. This tutorial explains how to alter your site to save your server from processing scripts and querying databases more than is needed.
Alternating row colors is a very good way to make big tables more ergonomic and esthetic. Script and explanation here. Also explains the modulus operator.