• home
  • forum
  • my
  • kt
  • download
  • this:1/67 25records  total:1665    Start  Previous  Next  Last    goto:
    Ways To Read RSS and Steps to Promote RSS XML Feeds on Your Website - OWES
    ON: 2007-08-28 11:51:35
    With RSS feeds you get hundred percent surety that the content reaches your visitors. But you need to be sure that you have feed subscribers.This articles deals with reading RSS and best tips on promoting your RSS feeds and reaching out your content to your RSS subscribers
    22 times | category: [Web Services]
    Data Services Components and XML
    ON: 2007-08-28 11:38:34
    We'll discuss two Internet Server Application Programming Interface (ISAPI) extensions for Microsoft Internet Information Server (IIS). The first ISAPI extension allows you to retrieve data directly from a SQL Server database in XML format using a Web browser. The second extension enables IIS to pass the XML directly to the client computer.
    29 times | category: [Web Services]
    SOAP Java Implementations
    ON: 2007-08-28 11:37:52
    This tutorial describes:

    Java Implementations of SOAP.
    Axis Installation Requirements on Windows.
    Installing Axis 1.2.1 on Windows.
    Installing JAF 1.0.2.
    37 times | category: [Web Services]
    SOAP PHP Implementations
    ON: 2007-08-28 11:33:34
    This tutorial describes:

    PHP Implementations of SOAP.
    Checking My PHP Installation on Windows.
    Installing SOAP Library on Windows.

    33 times | category: [Web Services]
    Syndicating the Web with RSS News Feeds
    ON: 2007-08-28 11:28:45
    RSS is XML-based technology, which simply means that the language used to code news feeds is an XML markup language.
    5 times | category: [Web Services]
    XML Formatting Strategies
    ON: 2007-08-28 11:17:58
    In this tutorial, you'll learn: the basics of style sheets and XML formatting; when and why to use CSS and XSL on the Web; the practical differences between CSS and XSL style sheets; how to format a basic XML document using CSS and XSLT style sheets
    16 times | category: [Style Sheets]
    Transforming XML with XSLT
    ON: 2007-08-28 11:15:29
    In this tutorial, you'll learn: more details about the XSLT style sheet language; process and sort nodes in an XSLT style sheet; use patterns and expressions in XSLT; apply XSLT style sheets to more challenging document transformation tasks
    31 times | category: [Style Sheets]
    Styling XML Content with CSS
    ON: 2007-08-28 11:03:26
    Fortunately, due to its relative simplicity, there are no optical illusions associated with CSS
    16 times | category: [Style Sheets]
    Getting Started with XSL
    ON: 2007-08-28 11:01:22
    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. Fortunately, as you learn in this tutorial, XSL is a technology that has considerably more to offer than CSS. XSL is designed to do a whole lot more than just format XML content for display purposes; it gives you the ability to completely transform XML documents. You learn in this tutorial how to transform XML documents into HTML documents that can be viewed in web browsers. Additionally, you should realize that the extra complexity in XSL is quite worth the learning curve because of its immense power and flexibility.
    25 times | category: [Style Sheets]
    XSLT - XSL Transformations
    ON: 2007-08-28 11:00:51
    An overview of XSLT - XSL Transformations
    6 times | category: [Style Sheets]
    Processing model
    ON: 2007-08-28 11:00:23
    Learn the basic ideas of the processing model.
    2 times | category: [Style Sheets]
    Structure of a stylesheet
    ON: 2007-08-28 10:58:06
    Learn the structure of an XML/XSLT stylesheet. An XSLT stylesheet is itself an XML document.
    5 times | category: [Style Sheets]
    Pattern Matching
    ON: 2007-08-28 10:49:53
    Using XPath for pattern matching.
    11 times | category: [Style Sheets]
    SAX: The Simple API for XML
    ON: 2007-08-28 09:40:49
    In this tutorial, you'll learn; what SAX is and how it works; how to get a SAX parser for your favorite programming language; how to write a Java program that uses a SAX parser to process an XML file
    31 times | category: [Parsing]
    Parsing XML with the DOM
    ON: 2007-08-28 09:36:43
    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; How to access specific data inside an XML document using the DOM; How to modify an XML document using the DOM;
    45 times | category: [Parsing]
    RSS FAQs - Atom Feed File Structure and Elements
    ON: 2007-08-28 09:30:33
    A collection of 15 FAQs on Atom feed file structure and elements. Clear answers are provided with tutorial samples on Atom feed documents and Atom entry documents; sub-elements of the feed and entry elements; generating contents for id, updated, and link sub-elements.
    13 times | category: [Miscellaneous]
    Overview of Windows DNA
    ON: 2007-08-28 09:27:58
    Microsoft Windows DNA is based on a distributed system architecture. Distributed systems contain components on more than one computer. An Internet-based system is a typical example of a distributed system.
    16 times | category: [Miscellaneous]
    Validating XML Documents
    ON: 2007-08-28 09:21:32
    This tutorial shows you how to use various tools to validate documents against a DTD or XSD.
    14 times | category: [Miscellaneous]
    Using SVG to Draw Scalable Graphics
    ON: 2007-08-28 09:17:21
    This tutorial includes the following: why to use SVG, configure your browser to handle the SVG format, the basics of shapes, lines, and colors; placing text on a path Rotating a shape.
    32 times | category: [Miscellaneous]
    Formatting XML with XSL-FO
    ON: 2007-08-28 09:04:55
    In this tutorial, you'll learn: what XSL-FO is and how it came to be; about the nuts and bolts of the XSL-FO language; validation of XSL-FO documents; conversion of an XSL-FO document to a PDF document.
    18 times | category: [Miscellaneous]
    DOM and Java
    ON: 2007-08-27 17:15:46
    If you're using Java 1.4.x or above, you already have built-in support for XML. This tutorial explains how to use that support to create and manipulate XML Document Object Model objects
    78 times | category: [Java and XML]
    Entities and Other Components
    ON: 2007-08-27 17:10:41
    In this tutorial, we will look at some additional components that can be added to the DTD. The focus of this tutorial will be entities, which are used to represent text that can be part of either the DTD or the XML document.
    8 times | category: [Introduction to XML]
    An Introduction to Document Type Definitions
    ON: 2007-08-27 17:03:58
    We will make a document template for creating XML documents that can be viewed in Web browsers as HTML documents. In this tutorial, we will create a document type definition (DTD) for this template
    8 times | category: [Introduction to XML]
    XML Within the Enterprise
    ON: 2007-08-27 16:58:14
    XML can be used to create text documents that contain data in a structured format. In addition to the data, you can include a detailed set of rules that define the structure of the data. The author of the XML document defines these rules.
    3 times | category: [Introduction to XML]
    XML Namespace, XPath, XPointer, and XLink
    ON: 2007-08-27 16:52:17
    In this tutorial we will look at four of the XML specifications: XML Namespaces, XML Path Language (XPath), XML Pointer Language (XPointer), and XML Linking Language (XLink).
    25 times | category: [Introduction to XML]
    this:1/67 25records  total:1665    Start  Previous  Next  Last    goto:

    Category

      Adobe Flex (2)
      ASP (399)
      ASP.NET (110)
      ColdFusion (18)
      CSS (142)
      Dreamweaver (157)
      HTML (110)
      Java (132)
      Javascript (130)
      MM Fusion (3)
      MS FrontPage (8)
      Perl and CGI (48)
      PHP (252)
      Python (22)
      Ruby on Rails (19)
      SEO (21)
      Web Design (49)
      XML (43)