Re: [PHP] PHP Web Applications

2007-06-28 Thread Tijnema

On 6/28/07, Daniel [EMAIL PROTECTED] wrote:

It does?!  I got it for something around $100 if I remember right.  I
don't remember you specifying that it had to be free either.


Nope, I forgot to specify it, but $100 is still too much for me ;) I'm
just a poor student :P

Tijnema



On Jun 27, 2007, at 11:10 AM, Tijnema wrote:

 On 6/27/07, Dan [EMAIL PROTECTED] wrote:
 Check out Delphi for PHP by Borland, this does pretty much what
 you're
 looking for.

 - Dan

 Uhm, Delphi for PHP costs €259,00, I was looking for something free ;)

 Tijnema

 Tijnema [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
  Tijnema wrote:
   On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
   Tijnema wrote:
Hello all!
   
I was wondering if there is some kind of extension
 available that
does
the same as PHP-GTK, Winbinder, etc. but not for the CLI
 but for the
web? Something that will look like EyeOS [1].
   
Tijnema
   
[1] http://demo.eyeos.org/
  
   EyeOS is php
  
   Partly,  there's a lot of Javascript and CSS involved, I have
 looked
   at it, and it seems that it needs a lot more things to do to
 get a
   simple window than PHP-GTK or Winbinder do...
  
   Tijnema
 
  what do you want??? you want a windowing toolkit that runs
 inside a
  browser, right?
  how do you think styling  interaction is done in a browser
 window? with
  CSS, javascript.
 
 
  Yes, of course it is done with CSS and Javascript (and maybe AJAX
  too), but I don't want to program things in Javascript to get that
  window.
 
  I just want something like this:
  $myapp = new application();
  $myapp-title = Test application;
  $myapp-show();
 
  You understand?
 
  Tijnema
  --
  Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




 --
 Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info





--
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Web Applications

2007-06-27 Thread Tijnema

Hello all!

I was wondering if there is some kind of extension available that does
the same as PHP-GTK, Winbinder, etc. but not for the CLI but for the
web? Something that will look like EyeOS [1].

Tijnema

[1] http://demo.eyeos.org/
--
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Web Applications

2007-06-27 Thread Jochem Maas
Tijnema wrote:
 Hello all!
 
 I was wondering if there is some kind of extension available that does
 the same as PHP-GTK, Winbinder, etc. but not for the CLI but for the
 web? Something that will look like EyeOS [1].

EyeOS is php.

 
 Tijnema
 
 [1] http://demo.eyeos.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Web Applications

2007-06-27 Thread Tijnema

On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:

Tijnema wrote:
 Hello all!

 I was wondering if there is some kind of extension available that does
 the same as PHP-GTK, Winbinder, etc. but not for the CLI but for the
 web? Something that will look like EyeOS [1].

 Tijnema

 [1] http://demo.eyeos.org/

EyeOS is php


Partly,  there's a lot of Javascript and CSS involved, I have looked
at it, and it seems that it needs a lot more things to do to get a
simple window than PHP-GTK or Winbinder do...

Tijnema
--
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Web Applications

2007-06-27 Thread Jochem Maas
Tijnema wrote:
 On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
 Tijnema wrote:
  Hello all!
 
  I was wondering if there is some kind of extension available that does
  the same as PHP-GTK, Winbinder, etc. but not for the CLI but for the
  web? Something that will look like EyeOS [1].
 
  Tijnema
 
  [1] http://demo.eyeos.org/

 EyeOS is php
 
 Partly,  there's a lot of Javascript and CSS involved, I have looked
 at it, and it seems that it needs a lot more things to do to get a
 simple window than PHP-GTK or Winbinder do...

what do you want??? you want a windowing toolkit that runs inside a browser, 
right?
how do you think styling  interaction is done in a browser window? with CSS, 
javascript.

 
 Tijnema

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Web Applications

2007-06-27 Thread Tijnema

On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:

Tijnema wrote:
 On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
 Tijnema wrote:
  Hello all!
 
  I was wondering if there is some kind of extension available that does
  the same as PHP-GTK, Winbinder, etc. but not for the CLI but for the
  web? Something that will look like EyeOS [1].
 
  Tijnema
 
  [1] http://demo.eyeos.org/

 EyeOS is php

 Partly,  there's a lot of Javascript and CSS involved, I have looked
 at it, and it seems that it needs a lot more things to do to get a
 simple window than PHP-GTK or Winbinder do...

 Tijnema

what do you want??? you want a windowing toolkit that runs inside a browser, 
right?
how do you think styling  interaction is done in a browser window? with CSS, 
javascript.



Yes, of course it is done with CSS and Javascript (and maybe AJAX
too), but I don't want to program things in Javascript to get that
window.

I just want something like this:
$myapp = new application();
$myapp-title = Test application;
$myapp-show();

You understand?

Tijnema
--
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Web Applications

2007-06-27 Thread Dan
Check out Delphi for PHP by Borland, this does pretty much what you're 
looking for.


- Dan

Tijnema [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]

On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:

Tijnema wrote:
 On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
 Tijnema wrote:
  Hello all!
 
  I was wondering if there is some kind of extension available that 
  does

  the same as PHP-GTK, Winbinder, etc. but not for the CLI but for the
  web? Something that will look like EyeOS [1].
 
  Tijnema
 
  [1] http://demo.eyeos.org/

 EyeOS is php

 Partly,  there's a lot of Javascript and CSS involved, I have looked
 at it, and it seems that it needs a lot more things to do to get a
 simple window than PHP-GTK or Winbinder do...

 Tijnema

what do you want??? you want a windowing toolkit that runs inside a 
browser, right?
how do you think styling  interaction is done in a browser window? with 
CSS, javascript.




Yes, of course it is done with CSS and Javascript (and maybe AJAX
too), but I don't want to program things in Javascript to get that
window.

I just want something like this:
$myapp = new application();
$myapp-title = Test application;
$myapp-show();

You understand?

Tijnema
--
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Web Applications

2007-06-27 Thread Tijnema

On 6/27/07, Dan [EMAIL PROTECTED] wrote:

Check out Delphi for PHP by Borland, this does pretty much what you're
looking for.

- Dan


Uhm, Delphi for PHP costs €259,00, I was looking for something free ;)

Tijnema


Tijnema [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
 Tijnema wrote:
  On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
  Tijnema wrote:
   Hello all!
  
   I was wondering if there is some kind of extension available that
   does
   the same as PHP-GTK, Winbinder, etc. but not for the CLI but for the
   web? Something that will look like EyeOS [1].
  
   Tijnema
  
   [1] http://demo.eyeos.org/
 
  EyeOS is php
 
  Partly,  there's a lot of Javascript and CSS involved, I have looked
  at it, and it seems that it needs a lot more things to do to get a
  simple window than PHP-GTK or Winbinder do...
 
  Tijnema

 what do you want??? you want a windowing toolkit that runs inside a
 browser, right?
 how do you think styling  interaction is done in a browser window? with
 CSS, javascript.


 Yes, of course it is done with CSS and Javascript (and maybe AJAX
 too), but I don't want to program things in Javascript to get that
 window.

 I just want something like this:
 $myapp = new application();
 $myapp-title = Test application;
 $myapp-show();

 You understand?

 Tijnema
 --
 Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Web Applications

2007-06-27 Thread Daniel
It does?!  I got it for something around $100 if I remember right.  I  
don't remember you specifying that it had to be free either.



On Jun 27, 2007, at 11:10 AM, Tijnema wrote:


On 6/27/07, Dan [EMAIL PROTECTED] wrote:
Check out Delphi for PHP by Borland, this does pretty much what  
you're

looking for.

- Dan


Uhm, Delphi for PHP costs €259,00, I was looking for something free ;)

Tijnema


Tijnema [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
 Tijnema wrote:
  On 6/27/07, Jochem Maas [EMAIL PROTECTED] wrote:
  Tijnema wrote:
   Hello all!
  
   I was wondering if there is some kind of extension  
available that

   does
   the same as PHP-GTK, Winbinder, etc. but not for the CLI  
but for the

   web? Something that will look like EyeOS [1].
  
   Tijnema
  
   [1] http://demo.eyeos.org/
 
  EyeOS is php
 
  Partly,  there's a lot of Javascript and CSS involved, I have  
looked
  at it, and it seems that it needs a lot more things to do to  
get a

  simple window than PHP-GTK or Winbinder do...
 
  Tijnema

 what do you want??? you want a windowing toolkit that runs  
inside a

 browser, right?
 how do you think styling  interaction is done in a browser  
window? with

 CSS, javascript.


 Yes, of course it is done with CSS and Javascript (and maybe AJAX
 too), but I don't want to program things in Javascript to get that
 window.

 I just want something like this:
 $myapp = new application();
 $myapp-title = Test application;
 $myapp-show();

 You understand?

 Tijnema
 --
 Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
Vote for PHP Color Coding in Gmail! - http://gpcc.tijnema.info


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php