Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Retrofit sites with jQuery, Ajax tabs, and photo carousels - XML tutorial


This article walks you through the steps of retrofitting a Web 1.0 shopping site with Ajax techniques. In addition to Ajax techniques and best practices, you learn how Ajax can improve your user experience through principles of progressive enhancement, usability, and user experience design.
Category: XML tutorials > Development - Difficulty:


More cool XML tutorials:



SOAP (Simple Object Access Protocol)
SOAP (Simple Object Access Protocol)
Simple Object Access Protocol (SOAP) is an industry standard designed to improve cross-platform interoperability using the Web and XML.
Category: XML tutorials > Development - Difficulty:
Ten XML Schemas you should know
Ten XML Schemas you should know
Learn XML schemas that provide solutions for all sorts of problems, from the basics of Web services to data description. Also, cover database-like solutions that involve contacts and invoices. The schemas in this article were chosen for their usefulness and utility, plus their impact on the XML community in how information is shared and exchanged using the XML format.
Category: XML tutorials > Development - Difficulty:
SOAP PHP Implementations
SOAP PHP Implementations
This tutorial describes:

PHP Implementations of SOAP.
Checking My PHP Installation on Windows.
Installing SOAP Library on Windows.
Category: XML tutorials > Web Services - Difficulty:
Article: What is an RSS Feed
Article: What is an RSS Feed
This article will explain the basics of creating and using RSS feed in easy language for any webmaster
Category: XML tutorials > Web Services - Difficulty:
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. Knowing this, it stands to reason that many web applications will end up accessing data from a database yet interacting with it and sharing it with other applications as XML data. This has a lot do with the fact that XML can be used not only as a document format, but also as a way to represent data in a highly structured manner. In this tutorial, you learn how relational databases work and how you can integrate your XML applications with relational databases. More specifically, you find out how to export database data as XML code, as well as how to make SQL queries on a database and format the results in XML.
Category: XML tutorials > Database - Difficulty: