Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5
Tuesday, April 1st, 2008Handling HTML Strings and Files with the DOM XML Extension in PHP 5
Tuesday, March 25th, 2008The DOM XML extension has a few additional methods that can be used to process HTML files and strings at least at a pretty basic level. Thus this fifth part of the series will be entirely focused on explaining how to work with these methods. I will include ...
Working with Multiple Document Nodes with the DOM XML Extension in PHP 5
Tuesday, March 18th, 2008Welcome to the fourth article of the series A quick overview of the DOM XML extension in PHP 5. By means of easy-to-grasp hands-on examples this series equips you with a friendly guide to using the most relevant methods that come bundled with the DOM XML PHP ...
Inserting Comments and Accessing Nodes with the DOM XML Extension in PHP 5
Tuesday, March 11th, 2008Welcome to the third chapter of the series A quick overview of the DOM XML extension in PHP 5. As the article s title suggests this series walks you through using the most relevant methods that come packaged with this powerful XML-related PHP extension to perform specific ...
Working with Attributes and CDATA Sections with the DOM XML Extension
Tuesday, March 4th, 2008Undeniably one of the most remarkable strengths of PHP is its robust set of extensions. They provide developers with the right tools to build a huge variety of web applications with minor hassles. And this characteristic is particularly evident when it comes to working with XML documents since ...
A Quick Overview of the XML DOM Extension in PHP 5
Tuesday, February 26th, 2008To be frank how many times in your life as a PHP developer have you had to deal with XML documents Probably dozens of times particularly if you use it to develop PHP applications that implement some kind of web service or possibly when creating RSS ...
PHP 5’s SOAP extension and SalesForce
Tuesday, August 30th, 2005In the last few days I've been working on a piece of code in PHP that had to integrate with SalesForce. During the course of this work I bumped into some minor annoyances (or rather, a minor annoyance) with ext/soap, which I was able to quickly fix thanks to ...
