Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

SitePoint PHP Blog:
Debugging PHP (Spectator)
Jun 02, 2008 @ 16:16:50

In a new post to the SitePoint PHP blog Troels Knak-Nielsen gives a check up for a project he's worked some on - an interface he came up with to talk, via the dbgp-protocol, to a XUL frontend.

Spectator is a XUL application, which should make it cross platform. I have tinkered a bit with XUL before, but not a full application. [...] So what can spectator do? Mind that this is a first version and I really just meant it as a proof of concept. I think I got a bit further than that, but it probably still has a few bugs. Still, with the current version, you can step through a program, set breakpoints and inspect the stack. Really all you would expect from a debugger.

You can grab the latest version from the subversion repository on the Google Code website.

tagged: spectator xul application debug dbgp protocol

Link:

PHP-GTK Community Site:
Gul 2.0 on the way
Dec 31, 2007 @ 17:36:57

A new post on the PHP-GTK Community website has pointed out the beta release of a PHP-GTK tool for parsing XUL - Gul 2.0.

2 years after begining, I'm happy to announce you the "Beta" release of the Gul 2.0 project, the XUL parser for PHP GTK (97% released). I have to do lot of things, but i think it looks like something.

You can find out more information about the project on the Gul project page over on the redsoft.net domain (including the downloads).

tagged: gul release phpgtk software xul parse gul release phpgtk software xul parse

Link:

PHP-GTK Community Site:
Gul 2.0 on the way
Dec 31, 2007 @ 17:36:57

A new post on the PHP-GTK Community website has pointed out the beta release of a PHP-GTK tool for parsing XUL - Gul 2.0.

2 years after begining, I'm happy to announce you the "Beta" release of the Gul 2.0 project, the XUL parser for PHP GTK (97% released). I have to do lot of things, but i think it looks like something.

You can find out more information about the project on the Gul project page over on the redsoft.net domain (including the downloads).

tagged: gul release phpgtk software xul parse gul release phpgtk software xul parse

Link:

phpPatterns.com:
Creating XUL applications with PHP
Oct 09, 2006 @ 19:19:00

Please note: this article was incorrectly attributed to PHPHacks.com. The correct author/site has been identified and the information below is the correct information.

phpPatterns brings another tutorial to the PHP community today with this guide to creating XUL applications with the help of PHP.

XUL, or the XML User Interface language, is the common thread running through all Mozilla-powered applications – both desktop and web-based. XUL is a way to describe an application's user interface using XML. XUL is similar in many ways to HTML, while borrowing from, yet not exactly imitating its syntax.

To start off with, we need a simple XUL file that contains a form. This form could consist of anything, but for this example, I will be using a simple Login form that you might be familiar with while building web applications.

They provide the full code of the XUL, PHP, and Javascript to make everything worrk together. They explain how it all goes together and even some of the basics of XUL.

tagged: xul application mozilla browser login form javascript tutorial xul application mozilla browser login form javascript tutorial

Link:

phpPatterns.com:
Creating XUL applications with PHP
Oct 09, 2006 @ 19:19:00

Please note: this article was incorrectly attributed to PHPHacks.com. The correct author/site has been identified and the information below is the correct information.

phpPatterns brings another tutorial to the PHP community today with this guide to creating XUL applications with the help of PHP.

XUL, or the XML User Interface language, is the common thread running through all Mozilla-powered applications – both desktop and web-based. XUL is a way to describe an application's user interface using XML. XUL is similar in many ways to HTML, while borrowing from, yet not exactly imitating its syntax.

To start off with, we need a simple XUL file that contains a form. This form could consist of anything, but for this example, I will be using a simple Login form that you might be familiar with while building web applications.

They provide the full code of the XUL, PHP, and Javascript to make everything worrk together. They explain how it all goes together and even some of the basics of XUL.

tagged: xul application mozilla browser login form javascript tutorial xul application mozilla browser login form javascript tutorial

Link:


Trending Topics: