Jump to content

User Interface GUI with PHP/Javascript


isaac_cm

Recommended Posts

I am very board from the ordinary HTML forms elements UI it look soo bad when compared to .net aspx sites , so I search the net and ebooks to find a new UI tools and I found GTK but I am not so impressed also with this tool I searched again and found some tool using javascript for interface but I notice a bug in it: "it is working only with IE not FFox"

see what I mean here (enter admin/admin for login):
http://www.valdersoft.com/store/admin/login.php

so does any body have an idea , how to make a good UI in PHP sites because I hated .net and I am intended to use PHP 4 ever

thanks
Link to comment
Share on other sites

form elements can be styled using css to look any way you'd like, such as:

<input type='text' name='user_input' style='background-color: #cccccc; border: 1px solid black; padding: 2px; font-weight: bold;' />

Is that what you mean?

asp and php are both server side, and don't really have anything to do with the way your page looks
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.