stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


DevShed: An Introduction to SimpleXML







DevShed: An Introduction to SimpleXML

DevShed: An Introduction to SimpleXML 06/23/2004 07:39 AM

DevShed.com has a new article posted highlighting one of the features in the upcoming PHP 5 release - SimpleXML.




This is a GrokNews Entry: (what is grok?)





Similar Items

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 AM
Zend 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 AM
For 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 AM
In 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 AM
In 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 PM
Posted 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 AM
Nelson 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 AM
NuCleuZ 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 AM
NuCleuZ 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 AM
Straight 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 AM
Most 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 AM
According 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 AM

DevShed: Programming with PHP and GTK
(Pt. 1)


DevShed: Programming with PHP and GTK
(Pt. 1)
08/17/2004 07:41 AM
If 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 AM
New 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 AM

DevShed: Doing More With phpMyAdmin
(Part 1)


DevShed: Doing More With phpMyAdmin
(Part 1)
10/28/2003 11:07 PM
If 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 PM
With 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 AM

DevShed: Security Images in PHP


DevShed: Security Images in PHP 09/09/2004 09:01 AM
More 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 AM
If 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 AM

DevShed: Somebody's Watchin' Me


DevShed: Somebody's Watchin' Me 11/29/2002 09:15 AM

DevShed: Getting Started with PHP
Fusebox


DevShed: Getting Started with PHP
Fusebox
06/05/2002 07:50 AM
The 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 PM
With 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 AM
On 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 AM

DevShed: Common PHP Security Mistakes


DevShed: Common PHP Security Mistakes 06/10/2004 07:49 AM
A 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 AM
New 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 AM
So, 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 AM
DevShed.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 AM
DevShed.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 AM
In 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 AM
DevShed.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 AM
For 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 AM
New 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 AM
New 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 AM
New 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 AM
DevShed.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

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Codewalkers.com: Two
New Tutorials (SOAP
& CSS)

Dynamically Typed:
Seperating Browser
from Resourc

AutoImager v2.12
Waiting for Bill
Naughty with Netflix
Michael Moore
terrorizes the
Bushies!

Demo this
Editors' picks:
South Korea stories
around the Web

Make BT more
transparent, say
rival telcos

RIAA sues 482 more
unnamed file-sharers

Intel cleared over
pollution-sickness
in New Mexico

Sony Ericsson Phone
and PC Sync. With
Bluetooth

Hollywood's lead
lobbyist steps back
from limelight

Oracle begins its
defense

Biotechs come to
town to see what's
for sale

Teens driving mobile
data market

Mobile operators
plan easier user
interfaces

Unplug zombie PCs,
says anti-spam group

Intel touts
motherboard
revolution

ATI's RADEON'TM'
X800 XT Platinum
Edition Awarded
'Kick Ass' Rating by
Maximum PC

Microsoft updates
SQL Server reporting

WiFi set for landing
at Logan

TrackStudio
Enterprise 3.0.2

TreeLine 0.8.1
Slovaks, Czechs Bust
Global Prostitution
Ring (Reuters)

South Korea's
digital dynasty

A Great Familial
Divide (Los Angeles
Times)

Russians Hunt
Attackers as War
Spills Beyond
Chechnya (Los
Angeles Times)

Iraq Deal on Airline
Is Probed (Los
Angeles Times)

Co-Editor of
Newsweekly in
Tijuana Slain (Los
Angeles Times)

Wal-Mart Must Face
Huge Sex-Bias Suit
(Los Angeles Times)

Search began with a
stubborn detainee
(USATODAY.com)

Despite allegations,
Ryan stays in
Illinois race
(USATODAY.com)

Interrogation memo
to be replaced
(USATODAY.com)

General promised
quick results if
Gitmo plan used at
Abu Ghraib
(USATODAY.com)

Rumsfeld OK'd harsh
treatment
(USATODAY.com)

Health Officials
Fear New Mosquito
Disease (AP)

even I can't believe
this

Rocket Fuel Found in
Moo Juice

Progress Report for
Net Censors

The Linux Stalker
Profiting From
Political Urgency

Net-Savvy Campaign
Boosts Bush

First Manned Private
Spaceflight

Murder She Wrote
Nation:
Techno-revolution in
the making - Part 1
of South Korea's
Digital Dynasty

Vodafone New Zealand
to Introduce
BlackBerry Wireless
Solution to Mobile
Professionals

White House Says
Prisoner Policy Set
Humane Tone

What Kicks the
Continent to Life?
(Not Politics)

Iran Orders the
Release of British
Sailors

what is grok?