Connecting Tech Pros Worldwide Help | Site Map

Looking for PHP library to develop windows like apps through the web - is there one?

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 17th, 2005, 09:22 AM
Tom Szabo
Guest
 
Posts: n/a
Default Looking for PHP library to develop windows like apps through the web - is there one?


Hi,

I am looking for some library that will allow developing web-based
applications in PHP. I am looking for something that is as close as possible
to a windows like application as possible.

Say it would implement simple forms and browsers/grids. I have seen some of
them like PRADO, but it is still too much web-like.

Is there anything more windows like?

TIA,

Tom



  #2  
Old July 17th, 2005, 09:23 AM
TJ Talluto
Guest
 
Posts: n/a
Default Re: Looking for PHP library to develop windows like apps through the web - is there one?

??
If you want to change the appearance of those elements so that they ALWAYS
try to look more like how they appear on Windows, then use CSS to
explicitly change the colors, fonts, sizes, et.al. PHP (generated xHTML)
and CSS work together..

Method:
1. generate pure content using PHP
2. format presentation elements using CSS

You can get controls aligned and spaced properly to more resemble a non-web
application... like this:
http://www.outfront.net/tutorials_02...unkyforms3.htm

Or if you meant you wanted to supply your own controls... like ActiveX
controls embedded in the web pages? Then you probably want Java applets...
but thats a waste of time unless you're trying to get functionality that
CSS won't provide.


--
TJ Talluto
torpedo51 at yahoo dot com
  #3  
Old July 17th, 2005, 09:24 AM
Bob Apar
Guest
 
Posts: n/a
Default Re: Looking for PHP library to develop windows like apps through the web - is there one?


"Tom Szabo" <tom@intersoft.net.au> wrote in message news:41844cf6@dnews.tpgi.com.au...[color=blue]
>
> Hi,
>
> I am looking for some library that will allow developing web-based
> applications in PHP. I am looking for something that is as close as possible
> to a windows like application as possible.
>
> Say it would implement simple forms and browsers/grids. I have seen some of
> them like PRADO, but it is still too much web-like.
>
> Is there anything more windows like?
>
> TIA,
>
> Tom
>
>[/color]
Web applications are more complex than Windows programming because
the server doesn't maintain state and the presentations are more versatile.
There were some efforts in trying to make Web programming like Windows
programming (e.g. Borland Delphi WebSnap). They didn't prevail so far.
Microsoft ASP.NET is a breakthrough in this direction with its event-driven
and object/control-oriented methodology. If possible you should really take a look.
PRADO is very similar to ASP.NET. It lacks a visual IDE, however.
When you are saying they are still 'web-like', I think you are going too far.




  #4  
Old July 17th, 2005, 09:24 AM
Nik Coughin
Guest
 
Posts: n/a
Default Re: Looking for PHP library to develop windows like apps through the web - is there one?

Bob Apar wrote:[color=blue]
> "Tom Szabo" <tom@intersoft.net.au> wrote in message
> news:41844cf6@dnews.tpgi.com.au...[color=green]
>>
>>
>> Is there anything more windows like?
>>[/color]
> There were some efforts in trying to make Web programming like Windows
> programming (e.g. Borland Delphi WebSnap). They didn't prevail so far.
> Microsoft ASP.NET is a breakthrough in this direction with its
> event-driven and object/control-oriented methodology.[/color]

Intraweb is much better than WebSnap. Doesn't generate very nice HTML but
it's very functional. There are versions for both Delphi (and Kylix under
Linux), ASP.NET, Java (I think) and a couple of others. It's
application-centric as opposed to being page-centric like ASP.NET.


  #5  
Old July 17th, 2005, 09:24 AM
Steve
Guest
 
Posts: n/a
Default Re: Looking for PHP library to develop windows like apps through the web - is there one?

See http://winbinder.sourceforge.net/

---
Steve

  #6  
Old July 17th, 2005, 09:30 AM
Ilija Studen
Guest
 
Posts: n/a
Default Re: Looking for PHP library to develop windows like apps throughthe web - is there one?

Tom Szabo wrote:[color=blue]
> Hi,
>
> I am looking for some library that will allow developing web-based
> applications in PHP. I am looking for something that is as close as possible
> to a windows like application as possible.
>
> Say it would implement simple forms and browsers/grids. I have seen some of
> them like PRADO, but it is still too much web-like.
>
> Is there anything more windows like?
>
> TIA,
>
> Tom[/color]

Has anyone tried to develop PHP + JS + XUL applications??? Yes, it runs
only on Mozilla, but 4.7MB download pays back (XUL is pretty powerfull).
  #7  
Old July 17th, 2005, 09:30 AM
somaboy mx
Guest
 
Posts: n/a
Default Re: Looking for PHP library to develop windows like apps through the web - is there one?


Tom Szabo wrote:[color=blue][color=green]
> > Hi,
> >
> > I am looking for some library that will allow developing web-based
> > applications in PHP. I am looking for something that is as close as[/color][/color]
possible[color=blue][color=green]
> > to a windows like application as possible.
> >
> > Say it would implement simple forms and browsers/grids. I have seen some[/color][/color]
of[color=blue][color=green]
> > them like PRADO, but it is still too much web-like.[/color][/color]

Macromedia Flash MX2004 has a full set of UI components like datagrids, form
elements and so on. They respond to user input like a regular application
would. Use it with amfPHP remoting and you've got a good thing going.

http://amfphp.sf.net

..soma


  #8  
Old July 17th, 2005, 09:31 AM
Henk Verhoeven
Guest
 
Posts: n/a
Default Re: Looking for PHP library to develop windows like apps throughthe web - is there one?

Tom Szabo wrote:[color=blue]
> Hi,
>
> I am looking for some library that will allow developing web-based
> applications in PHP. I am looking for something that is as close as possible
> to a windows like application as possible.
>
> Say it would implement simple forms and browsers/grids. I have seen some of
> them like PRADO, but it is still too much web-like.
>
> Is there anything more windows like?
>
> TIA,
>
> Tom
>
>[/color]

Did you already try out this: http://webfx.eae.net/dhtml/xtree/demo.html

Greetings,

Henk verhoeven,
www.phpPeanuts.org.

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.