Best Tutorials website
Latest tutorials

Advertisment

How to use XML with PHP

How to use XML with PHP

The tasks behind using XML are always the same: reading data from XML and writing data into it. So this tutorial focuses on these tasks and shows...


Views: 895 | Rating star | by Colin
XML - PHP and XML

XML (New Techniques)

XML (New Techniques)

How to use XML to mine data on the web, how to use it to interact with existing data services such as iTunes and Google, and how to use it in...


Views: 775 | Rating star | by Troy
XML - Web Services

Getting to Know XML

Getting to Know XML

XML's usage is continuing to grow quickly as both individuals and companies realize its potential. However, in many ways XML is still a...


Views: 909 | Rating star | by Donald
XML - Introduction to XML

Creating XML Documents

Creating XML Documents

In this tutorial, you'll learn - The basics of XML - How to select an XML editor - How to create XML documents - How to view XML documents...


Views: 937 | Rating star | by Colin
XML - Introduction to XML

Styling XML Content with CSS

Styling XML Content with CSS

Fortunately, due to its relative simplicity, there are no optical illusions associated with CSS (Cascading Style Sheets); all of the visual...


Views: 873 | Rating star | by Brad
XML - Style Sheets

Getting Started with XSL

Getting Started with XSL

XSL is a more complex style sheet technology than CSS, so there is no way to thoroughly cover style sheets without things getting a little messy....


Views: 891 | Rating star | by Colin
XML - Style Sheets

Syndicating the Web with RSS News Feeds

Syndicating the Web with RSS News Feeds

RSS is XML-based technology, which simply means that the language used to code news feeds is an XML markup language. There are a variety of...


Views: 857 | Rating star | by Source
XML - Web Services

Going Wireless with WML and XHTML Mobile

Going Wireless with WML and XHTML Mobile

An important variant of XHTML is called XHTML Mobile, and its focus is on mobile devices that don't require the full XHTML feature set....


Views: 888 | Rating star | by Amy
XML - Web Services

Using XML to Assist Search Engines

Using XML to Assist Search Engines

This tutorial explores a feature of Google's search engine called Google Sitemaps, which allows Web developers to automatically notify Google...


Views: 851 | Rating star | by Sean
XML - Web Services

Using XML with Databases

Using XML with Databases

Although XML is certainly a great storage format for shuttling data around the Web, most web applications store their data in relational databases....


Views: 873 | Rating star | by Nick
XML - Database Related

Parsing XML with the DOM

Parsing XML with the DOM

This tutorial discusses What the Document Object Model (DOM) is; The interfaces that make up the DOM; How to build programs that traverse the DOM;...


Views: 840 | Rating star | by Simon
XML - Parsing

Using XML to Hack Google Maps

Using XML to Hack Google Maps

Google Maps is an online mapping tool that is without a doubt one of the coolest online resources I've ever used. Online map services...


Views: 859 | Rating star | by Mark
XML - Web Services

Access Your iTunes Music Library via XML

Access Your iTunes Music Library via XML

One problem being addressed with XML is not very hard at all, and is actually quite fun. I'm referring to Apple's iTunes digital music...


Views: 875 | Rating star | by Source
XML - Web Services

Addressing and Linking XML Documents

Addressing and Linking XML Documents

'Writing for the Web without linking is like eating without digesting'. In this tutorial, you'll learn How to navigate through an...


Views: 919 | Rating star | by Marry
XML - Development

SOAP Java Implementations

SOAP Java Implementations

This tutorial describes: Java Implementations of SOAP. Axis Installation Requirements on Windows. Installing Axis 1.2.1 on Windows. Installing...


Views: 877 | Rating star | by John
XML - Web Services

SOAP PHP Implementations

SOAP PHP Implementations

This tutorial describes: PHP Implementations of SOAP. Checking My PHP Installation on Windows. Installing SOAP Library on Windows.


Views: 900 | Rating star | by Stephen
XML - Web Services

XML Tutorials - XSD (XML Schema Definition) Syntax

XML Tutorials - XSD (XML Schema Definition) Syntax

This tutorial describes: Simple XML Elements with Pre-defined Data Types Simple XML Elements with Extended Data Types Complex XML Elements...


Views: 831 | Rating star | by Jason
XML - Introduction to XML

Introduction of DTD (Document Type Definition) Syntax

Introduction of DTD (Document Type Definition) Syntax

This tutorial describes: DOCTYPE Declaration Statement ELEMENT Declaration Statement ATTLIST Declaration Statement ENTITY Declaration...


Views: 860 | Rating star | by Tutorial
XML - Introduction to XML

Web Services Tutorial

Web Services Tutorial

In this tutorial you will learn what exactly Web Services are and Why and How to use them.


Views: 874 | Rating star | by Tutorial
XML - Web Services

SOAP Tutorial

SOAP Tutorial

SOAP is a simple and open standard XML-based protocol for exchanging information between computers. In this tutorial you will learn what is SOAP...


Views: 942 | Rating star | by Steve
XML - Java and XML