Posts Tagged "XML"

  • Here’s an excellent article from Dennis Pallett at PHPit on how to implement an XML-RPC server and client using PHP. “XML-RPC web services are commonly included with blogging tools (such as WordPress) and content management systems, but many other websites benefit from having a public web service, especially web sites that serve data, for example [...]

    Read More...
  • Here are a few XML parsing tutorials from kirupa.com. Kirupa.com is a cool place to check out tutorials on Flash and PHP. ” If you are looking at this tutorial then you probably have a good idea in your head about what XML is and what you can do with it. However, for those of [...]

    Read More...
  • This lab series is not a tutorial on writing PHP programs or scripting dynamic Web pages. Rather its intent is to demonstrate how you can use PHP to separate the different elements that make up a well designed and valid Web page into their component parts and have these parts adapt in certain powerful ways. [...]

    Read More...
  • Here’s an interesting blog about Microformats. That’s a new term for some of the old stuff on the net. RSS for example is a microformat. The Microformat site (www.microformats.org) defines Microformats as: Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards. [...]

    Read More...