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

PHPBuilder.com:
Using XML - A PHP Developer's Primer (Part 3)
Mar 24, 2006 @ 13:04:06

For those of you that have been following along, PHPBuilder.com has posted the third and final part of their "Using XML: A PHP Developer's Primer" series. Even if you haven't been keeping up, it's worth a look.

In this edition, they look at more advanced topics - a deeper look at Ajax and how to style the data you get back with XSL, both on the client and sever.

To start, they look at XSL - what it is, how it's used, and some code examples of both the XML and XSL structures to style XML data into a valid HTML page. Of course, you'll need the PHP extension to get this all working, so they step you through the installation/enabling of that as well.

They touch on other topics (like passing variables to a stylehseet and XSLT in Javascript) before getting to a simple XSLT and Ajax example - pulling book data and formating it with examples of both the PHP and Javascript sides.

tagged: xml xslt primer part three style javascript server-side client-side xml xslt primer part three style javascript server-side client-side

Link:

PHPBuilder.com:
Using XML - A PHP Developer's Primer (Part 3)
Mar 24, 2006 @ 13:04:06

For those of you that have been following along, PHPBuilder.com has posted the third and final part of their "Using XML: A PHP Developer's Primer" series. Even if you haven't been keeping up, it's worth a look.

In this edition, they look at more advanced topics - a deeper look at Ajax and how to style the data you get back with XSL, both on the client and sever.

To start, they look at XSL - what it is, how it's used, and some code examples of both the XML and XSL structures to style XML data into a valid HTML page. Of course, you'll need the PHP extension to get this all working, so they step you through the installation/enabling of that as well.

They touch on other topics (like passing variables to a stylehseet and XSLT in Javascript) before getting to a simple XSLT and Ajax example - pulling book data and formating it with examples of both the PHP and Javascript sides.

tagged: xml xslt primer part three style javascript server-side client-side xml xslt primer part three style javascript server-side client-side

Link:

Matthew Batchelder's Blog:
Writing Your Server-Side Ajax Handler
Mar 23, 2006 @ 18:37:17

Matthew Batchelder describes in his latest post about the other half of an equation he demonstrated in this previous post - the creation of an Ajax handler.

In my recent post on 'Ajax; Templating; and the Separation of Layout and Logic,' I refer to an Ajax Handler that sits server side to handle Ajax calls. Some elaboration is in order.

As I have stated in the past, I'm a huge fan of Prototype AND I choose PHP as my language of choice...so my examples will be using both, but the idea is portable.

His example is a very basic one, pulling in the data from the $_GET values and, with a combination of dynamic function calls and the use of eval(), provides a simple "framework" to handle your Ajax calls. There are two versions of the same thing - one using if statements and the other a switch and various cases.

tagged: ajax server-side handler if statement switch dynamic function ajax server-side handler if statement switch dynamic function

Link:

Matthew Batchelder's Blog:
Writing Your Server-Side Ajax Handler
Mar 23, 2006 @ 18:37:17

Matthew Batchelder describes in his latest post about the other half of an equation he demonstrated in this previous post - the creation of an Ajax handler.

In my recent post on 'Ajax; Templating; and the Separation of Layout and Logic,' I refer to an Ajax Handler that sits server side to handle Ajax calls. Some elaboration is in order.

As I have stated in the past, I'm a huge fan of Prototype AND I choose PHP as my language of choice...so my examples will be using both, but the idea is portable.

His example is a very basic one, pulling in the data from the $_GET values and, with a combination of dynamic function calls and the use of eval(), provides a simple "framework" to handle your Ajax calls. There are two versions of the same thing - one using if statements and the other a switch and various cases.

tagged: ajax server-side handler if statement switch dynamic function ajax server-side handler if statement switch dynamic function

Link:

Community News:
Drag Drop Site Creator - PHP-based, Ajax-enabled
Dec 13, 2005 @ 13:13:27

According to this post on PHPBuilder.com today, there's a new PHP-based Ajax-enabled site builder that's been released - Drag Drop Site Creator.

SQLFusion recently announced the release of its online site building application, built with "AJAX" technology. This online web site builder, called Drag Drop Site Creator, is intended primarily for web hosting companies, which offer Drag Drop Site Creator as an additional service to their hosting customers.

The software is entirely server-side, and uses the Ajax to work like a WYSIWYG editor on the user's local machine. You can even point/click/drag your way to any layout you want...

tagged: ajax site builder server-side ajax site builder server-side

Link:

Community News:
Drag Drop Site Creator - PHP-based, Ajax-enabled
Dec 13, 2005 @ 13:13:27

According to this post on PHPBuilder.com today, there's a new PHP-based Ajax-enabled site builder that's been released - Drag Drop Site Creator.

SQLFusion recently announced the release of its online site building application, built with "AJAX" technology. This online web site builder, called Drag Drop Site Creator, is intended primarily for web hosting companies, which offer Drag Drop Site Creator as an additional service to their hosting customers.

The software is entirely server-side, and uses the Ajax to work like a WYSIWYG editor on the user's local machine. You can even point/click/drag your way to any layout you want...

tagged: ajax site builder server-side ajax site builder server-side

Link:


Trending Topics: