Zoltn Nmeth wrote:
> what screen? you mean the client's screen? I think that's basically
> nonsense since php is server side.
> if I misunderstood what you want then please explain it more clearly
screen designer. :)
2007. 05. 11, pntek keltezssel 22.47-kor Man-wai Chang ezt rta:
> Zoltn Nmeth wrote:
> > what screen? you mean the client's screen? I think that's basically
> > nonsense since php is server side.
> > if I misunderstood what you want then please explain it more clearly
> I don't know whether there is a php project that generates codes from
> screen designer. :)
you have a screen design image file and you want html and css created
from that? if yes, then I don't think you'll find an automated software
doing that... it's just too complicated - for example how can a software
detect if a horizontal line in the image means a <hr> or the end of a
div?
hire a person who is good in html and css and let him do it
greets
Zoltn Nmeth
> --
> .~. Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org
> / v \ Simplicity is Beauty! May the Force and Farce be with you!
> /( _ )\ (Ubuntu 6.10) Linux 2.6.21.1
> ^ ^ 22:47:01 up 13 days 7:40 0 users load average: 0.00 0.00 0.00
> news://news.3home.net news://news.hkpcug.org news://news.newsgroup.com.hk
> you have a screen design image file and you want html and css created
> from that? if yes, then I don't think you'll find an automated software
> doing that... it's just too complicated - for example how can a software
Doesn't have to use an image as a starting point, but something like
this in dBase:
@1,2 say "input your name:" get m.name picture "@!"
@3,2 say "input your age:" get m.age picture "@!"
@5,2 say "input your gender:" get m.gender choices "male,female"
read
Doesn't have to be <table>. How about CSS?
--
.~. Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Ubuntu 6.10) Linux 2.6.21.1
^ ^ 22:55:01 up 13 days 7:48 0 users load average: 0.00 0.00 0.00
news://news.3home.net news://news.hkpcug.org news://news.newsgroup.com.hk
-----------------------------------------------Reply-----------------------------------------------
On May 11, 7:21 am, toylet.toy
@gmail.com (Man-wai Chang) wrote:
> I meant I could drop some controls into a form freely and the tool would
> automatically generate the HTML+CSS to produce the screen.
I think the closest you're going to get is a WYSIWYG program ala
Dreamweaver. But that isn't going to write any PHP code for you, just
spit out the HTML.
If there's a GUI/code environment for PHP similar to Visual Studio is
to ASP.NET, I haven't found it.