Re: approaches to PHP-based application interface? [message #176728 is a reply to message #176727] |
Fri, 20 January 2012 11:04 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma:
|
Senior Member |
|
|
Erwin Moller wrote:
> On 1/20/2012 11:05 AM, M. Strobel wrote:
>> Am 20.01.2012 10:43, schrieb crankypuss:
>
> <snip>
>
>>> Thank you for your opinion, but I've done "true GUI programming" and
>>> I've had a
>>> bellyful of talking paper-clips and wiggling icons.
>>
>> Yeah. But the forced limitations in web design is not the solution.
>
> Hi Strobel,
>
> You cannot say that in such general terms.
> If you are fluent in PHP and web-related technics, it is very tempting
> to want more and develop desktop-apps using those technologies.
> I know I want to.
> Comparing them to slow M$ stuff makes no sense.
> M$ seldom do things right.
>
Look in philosophical terms what you are saying here is more or less 'I
want to use a browser and associated web server as my GUI API rather
than the underlying native GUI API'
Which is all fine and dandy if that GUI suits the application.
And is one accepts platform independent and WAN ready from the word 'go'.
BUT is not always the optimal paradigm, and usually means writing in
rather badly implemented and poor languages, that are deliberately
crippled for security reasons - javascript/PHP and the like.
That's not to say you can't write web apps but it is possibly making a
rod for your own back if you do.
|
|
|