473,659 Members | 2,685 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
Jul 17 '05 #1
7 2173
??
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
Jul 17 '05 #2

"Tom Szabo" <to*@intersoft. net.au> wrote in message news:41******@d news.tpgi.com.a u...

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

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.


Jul 17 '05 #3
Bob Apar wrote:
"Tom Szabo" <to*@intersoft. net.au> wrote in message
news:41******@d news.tpgi.com.a u...


Is there anything more windows like?

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.


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.
Jul 17 '05 #4
See http://winbinder.sourceforge.net/

---
Steve

Jul 17 '05 #5
Tom Szabo wrote:
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


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).
Jul 17 '05 #6

Tom Szabo wrote:
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.


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
Jul 17 '05 #7
Tom Szabo wrote:
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


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

Greetings,

Henk verhoeven,
www.phpPeanuts.org.

Jul 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
3157
by: Matt | last post by:
Any progammers looking for a killer app to develop? How about a voice enabled forum? One of the most powerful, exciting, and engrossing experiences on the Internet is the Forum. The first great Internet forums were the Usenet newsgroups. Usenet is still a powerful force, but many different types of forums are also very popular (such as message boards like Vbulliten and XMBforum). I love forums. Love em love em love em. My web site...
4
2538
by: Jonathan Li | last post by:
I have posted the question before but nobody have given me a solution. I would like to rephrase my requirement and want to hear your advice. We are developing application packages for logistics industry. The plan is to develop two packages, one for daily operation in Client/Server mode. The other is for reporting/enquiry in Browser/Server mode. 1. The server must be Unix When I say 'server' means 1) database server; 2) if possible also...
4
1266
by: Nikolay Petrov | last post by:
I have an class library, which I shared with some of my apps. Some of them are Winfroms apps, others are ASP .NET. How could I check from a method in my library, is it called form an Winforms or ASP .NET? tnx
29
2204
by: mastermagrath | last post by:
Hi, Sorry for the possibly silly question. Am i right in saying that the C library i use on a windows machine really utilises the windows API for all its operations e.g. opening files, printing to the console etc.etc. Thanks in advance
2
1197
by: oadaniel3 | last post by:
I have an accounting application written in BASIC. Needless to say I'm am losing customers to "windows" apps. Several years ago, we made the decision to rewrite all the modules to run as web apps. We did a lot of research, but ultimately ended up with php because the customer willing to fund the project had a relationship with a web development co and that's what they recommended. We hired a web programmer and entered into a joint venture to...
21
3765
by: The Night Blogger | last post by:
Can someone recommend me a good API for writing a sexy looking (Rich UI like WinForms) shrink wrap application My requirement is that the application needs to look as good on Windows as on the Apple Mac
16
2578
by: Rainer Queck | last post by:
Hi, What would be the best way to develop a class library? I am planing to develop a couple of classes, needed in our company enviroment. These classe will be later used in several projects. Are there any "how to" links available on how to do that with visual studio? Would it be best to have a "Windows" or "Console" application to develop and test each class and then put it into a library later on or is it possible to
0
8427
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8330
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8850
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8746
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
6178
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4334
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1975
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.