DevShed: An Introduction to SimpleXML
Grok Headline matches for DevShed: An Introduction to SimpleXML
Zend: An Introduction to SimpleXML
Zend: An Introduction to SimpleXML
04/29/2004 07:56 AMZend has a new tutorial posted this
morning covering one of the more anticipated features of PHP5 -
SimpleXML.
PHP Wiki: An Introduction to SimpleXML
PHP Wiki: An Introduction to SimpleXML
08/20/2004 08:31 AMFor some, starting out with the new
SimpleXML functions can be a
bit of a challenge. It's not quite the same as the "old ways" of
parsing, and might take a little getting used to. Well,
this new article on
the PHP Wiki should help shed some light on the subject.
DevShed: An Introduction to PHP
DevShed: An Introduction to PHP
09/01/2004 08:22 AMIn
this new
article from DevShed.com, they provide a high-level
introduction to PHP - what it is, where it came from, some of the
sample features (of both PHP 4 and PHP 5), as well as some of the
drawbacks for the language.
DevShed: Introduction to WAP using WML
(and PHP)
DevShed: Introduction to WAP using WML
(and PHP)
04/14/2004 07:45 AMIn a new posting from
DevShed.com
this morning, there is an introduction to using one of the more
misunderstood languages on the web today -
WML/WAP and how to use them with PHP (oh, and ASP
too...).
Using PHP 5 SimpleXML
Using PHP 5 SimpleXML
01/17/2004 10:45 PMPosted on O'Reilly Network this article shows how to use SimpleXML to
read an XML file, parse the results into a useful form, and query the
document with XPath ...
Using PHP 5's SimpleXML
Using PHP 5's SimpleXML
01/17/2004 10:45 PM
Unless you've worked with SGML, you may find it ironic that XML
can be hard to parse. Most choices boil down to event-based parsing,
bulky tree-walking, or writing more XML. The upcoming PHP 5 has
another option, SimpleXML, that can take the pain out of simple and
common XML uses. Adam Trachtenberg explains.
SimpleXML + POST
SimpleXML + POST
09/15/2004 07:50 AMNelson Minar: If you're comfortable parsing XML, you're comfortable
parsing doc/lit SOAP. But SOAP also offers the possibility of
automatic
data bindings (no parsing required) and WSDL (service description).
Alas, those technologies still don't work so well in Perl, Python, or
PHP where doc/lit support is weak. It does work pretty well in Java
and
.NET. Automatic data bindings is not as important in dynamically typed
languages. Parsing XML in PHP is pretty easy with things like
SimpleXML. Taken together, this leads to the conclusion that a
toolkit approach may not be required. At the moment, in PHP if you
want
to do an HTTP POST, you need to use functions like fsockopen. A
built-in function that made it easier to do a arbitrary POST would be
useful in its own right.
O'Reilly: Using PHP 5's SimpleXML
O'Reilly: Using PHP 5's SimpleXML
01/16/2004 10:58 AMNuCleuZ wrote in to tell us about a new article posted over on
the
O'Reilly Network for all
of those out there looking forward to the quick and easy XML features
coming in PHP 5.
Community News: Some SimpleXML Docs
Community News: Some SimpleXML Docs
02/10/2004 02:51 AMNuCleuZ wrote in to tell us about some
SimpleXML
documentation that has yet to reach the manual.
SimpleXML Tutorial by Sterling Hughes
SimpleXML Tutorial by Sterling Hughes
04/30/2004 06:14 AMStraight from the horse's mouth. Sterling is one of lead developers of
SimpleXML.

Fractured Realities: SimpleXML - A
Fool's Hope
Fractured Realities: SimpleXML - A
Fool's Hope
06/09/2004 09:07 AMMost people are looking forward to the release of a PHP version
containing the full SimpleXML extension, but it seems that
Davey Shafik doesn't
quite share that opinion.
DevShed: Could PHP Soon Be Owned by Sun?
DevShed: Could PHP Soon Be Owned by Sun?
08/05/2004 08:58 AMAccording to
a new article from DevShed.com today, the
question is posed - "Could PHP Soon Be Owned By Sun?"
DevShed: Getting a Handle on XML
DevShed: Getting a Handle on XML
01/16/2003 09:08 AMDevShed: Programming with PHP and GTK
(Pt. 1)
DevShed: Programming with PHP and GTK
(Pt. 1)
08/17/2004 07:41 AMIf you've been wondering what all the talk about PHP and GTK has been
lately, but haven't had a chance to get into the code -
DevShed just might have something
for you. In their new posting,
Programming with PHP and GTK, Part 1 they start an
introductory series to help newcomers get their feet wet.
DevShed: A Photo Album using PHP and GD
DevShed: A Photo Album using PHP and GD
04/23/2004 08:00 AMNew from
DevShed.com there are
two new articles that go hand in hand to introduce you to the creation
of a PHP/GD-based photo album.
DevShed: Last Updates and Checks
DevShed: Last Updates and Checks
10/25/2002 07:23 AMDevShed: Doing More With phpMyAdmin
(Part 1)
DevShed: Doing More With phpMyAdmin
(Part 1)
10/28/2003 11:07 PMIf you've ever had a shared hosting environment and had to deal with
the frustration of not being able to access the command line, then you
know the joy that
phpMyAdmin
can bring. Now,
DevShed is
looking to share the love with thier latest posting.
DevShed: Getting Started with Apache 2.0
(Pt. 2)
DevShed: Getting Started with Apache 2.0
(Pt. 2)
03/22/2005 04:50 PMWith the second part in their
Getting Started with Apache 2.0 series posted today,
DevShed builds on
the first part of the series, expanding into the realms
of the log files, custom log file setups, and virtual hosts.
DevShed: Making Friends with XML
DevShed: Making Friends with XML
02/21/2003 08:29 AMDevShed: Security Images in PHP
DevShed: Security Images in PHP
09/09/2004 09:01 AMMore and more, web forms are having to distinguish between real users
entering inforamtion and bots/scripts going out and using the form to
harass. Thankfully, there's a solution that is simple and easy for
just about anyone to implement - a security image - and
this new
DevShed article seeks to help you create one of your own.
DevShed: patSysinfo Gets the Details You
Need
DevShed: patSysinfo Gets the Details You
Need
02/18/2004 09:16 AMIf you've ever wanted to show the stats of your box (whether just to
show off, or, more practically, monitor your system's health), then
DevShed's new article might just be for you.
DevShed on Development: Part 4
DevShed on Development: Part 4
09/26/2002 08:39 AMDevShed: Somebody's Watchin' Me
DevShed: Somebody's Watchin' Me
11/29/2002 09:15 AMDevShed: Getting Started with PHP
Fusebox
DevShed: Getting Started with PHP
Fusebox
06/05/2002 07:50 AMThe Fusebox web methodology may change the way you approach
architecting data-driven web applications.
The latest version of Fusebox is the most scalable and effective
incarnation of a "web box" - style architecting approach. Created by
Steve Nelson, Fusebox has been further popularized by the arrival of a
PHP port by David Huyck of http://bombusbee.com. Armed with Fusebox
and a few simple tools, PHP developers can now architect scalable web
applications across project teams, technical disciplines, and display
mediums. -- Mike Britton
"tri" Don't believe the statement you will find in the article that
says 70% of all software projects fail, otherwise most IT companies
would be out of business. In most such studies - failure is defined to include cost
and time overruns. This is inevitable when the customer changes the
scope of the project.
"tri" After some investigation, I found this
Newbie Guide to Fusebox for PHP (PDF), which is much clearer than
the above Devshed article.
"zeldman.nolo"
DevShed: Apache and the Internet
DevShed: Apache and the Internet
03/14/2005 05:04 PMWith a
new
article (an exceprt from the new APress book
Pro Apache),
DevShed has a new posting for
anyone out there
just
getting started with Apache.
DevShed.com: MySQL & PHP Dynamically
DevShed.com: MySQL & PHP Dynamically
02/10/2004 02:51 AMOn
DevShed.com this morning, they
have a new article for anyone out there that's looked at SQL queries
and thought "there has to be a better way".
Power in SQL: DevShed on Joins
Power in SQL: DevShed on Joins
08/26/2002 08:32 AMDevShed: Common PHP Security Mistakes
DevShed: Common PHP Security Mistakes
06/10/2004 07:49 AMA
new
article from DevShed seeks to help all of those out there worried
that some malicious user could manipulate their site to their
advantage - so, they offer some
PHP
Security Mistakes to learn from.
DevShed: Building a Site Engine with PHP
(Pt. 2)
DevShed: Building a Site Engine with PHP
(Pt. 2)
06/15/2004 08:28 AMNew from
DevShed.com, there's
posted the continuation of their "
Building a Site Engine with PHP" (part 2).
DevShed: Keeping it Lean and Clean
DevShed: Keeping it Lean and Clean
05/27/2004 07:51 AMSo, you've gotten past the "wow, this PHP stuff is really cool!" phase
and want to dig into things a bit further. Well, a good place to start
is taking the right steps to make your code lean and mean.
This new article from DevShed aims to help you with just
that.
DevShed: Building a Site Engine Using
PHP (Pt 3)
DevShed: Building a Site Engine Using
PHP (Pt 3)
06/29/2004 07:35 AMDevShed.com has the third part of
the
Building a Site Engine Using PHP series working on the
foundation they've
set before.
DevShed: Building a Site Engine with PHP
(Pt. 4)
DevShed: Building a Site Engine with PHP
(Pt. 4)
07/13/2004 08:40 AMDevShed.com has posted the
fourth part in their "Building a Site Engine with PHP"
series. In
this article, they build on the pieces before and dive
into the templating system as well as the basic page loading methods.
DevShed: Working with phpMyAdmin (Part
2)
DevShed: Working with phpMyAdmin (Part
2)
12/09/2003 08:28 AMIn
Devshed's latest article, Doing More with phpMyAdmin
(Part 2), they continue where they left off in
this piece continuing your education on how to use this
powerful tool.
DevShed: Getting Started with Apache 2.0
(Part 3)
DevShed: Getting Started with Apache 2.0
(Part 3)
03/29/2005 08:51 AMDevShed.com has a new article
posted today that's the third part of their
Getting Started with Apache 2.0 series.
DevShed: MySQL Configuration and
Installation
DevShed: MySQL Configuration and
Installation
06/06/2005 12:15 AMFor anyone out there that's looked for a good, simple (yet powerful)
relationation database system, no doubt you've come across
MySQL. But, if you're still new to the
whole installation game, then
this new tutorial from DevShed could be of help -
MySQL Configuration and Installation (on both Windows and
Unix systems).
DevShed: Writing Quality Software
DevShed: Writing Quality Software
12/17/2003 08:28 AMNew to writing code? Wondering if there's a "standard" way to really
write the large application you're dreaming about? Well,
DevShed.com just might have an
answer for you in their latest article.
DevShed: Clicking Through: A phpBanner
Primer
DevShed: Clicking Through: A phpBanner
Primer
04/21/2004 10:03 AMNew from
DevShed.com today is
another option for anyone looking to integrate ads into their site -
Clicking
Through: A phpBanner Primer.
DevShed: A Database Templating Engine
DevShed: A Database Templating Engine
05/12/2004 08:28 AMNew from
DevShed.com today is an
article talking about the creation of a
data
base templating engine.
DevShed: MySQL Transactions Revisited
DevShed: MySQL Transactions Revisited
12/23/2003 09:35 AMDevShed.com has a new article
posted - the second in a series of using those powerful little tools
in MySQL, transactions.
Grok Description matches for DevShed: An Introduction to SimpleXML
GrokA matches for DevShed: An Introduction to SimpleXML
DevShed: An Introduction to SimpleXML