home   
 
   search   
 
   about   
 
   add | modify | new | popular | highest rated |  
ScriptSearch.com
Search this Site
  or ... Adv. Search


hiermenus.gif

Categories
ASP
Flash
Java
JavaScript
PHP
Perl
Python
Remote
Tools
XML
Tech Jobs
>> expand directory

Find a web host with:
CGI Capabilities
MySQL
Active Server Pages
PHP
JSP/Java Servlets
Cold Fusion
Uptime Guarantee/SLA
advanced search
internet.com channels
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 
Home
    >XML
          >Tips and Tutorials
add my resource here
Today: New  5 Days: New  10 Days: New


Frequently Asked Questions (0)
Introduction to XML (7)
Binding XML to a DropDown in ASP.NET Visit | Rate | Error 
Description: This example demonstrates an easy way to databing an an XML Document to an ASP.NET drop down control.
Platform(s): All   Price: Free   Visits: 1799  (~ 1/day)   Rating: rated 2.53  (2.53 after 21 votes)

Combining XML Documents Using XSLT Visit | Rate | Error 
Description: This collection of approaches to combining XML Documents is from a column, "Shedding a little Silverlight on XML", that I wrote for XML Journal a while back.
Platform(s): All   Price: Free   Visits: 1856  (~ 1/day)   Rating: rated 2.29  (2.29 after 14 votes)

Cross-browser Display Of XML/XSL Visit | Rate | Error 
Description: This example is very basic, but answers the very common question of "How do I display my XML/XSL in browsers that do not support XML".
Platform(s): All   Price: Free   Visits: 1868  Rating: rated 2.6  (2.60 after 18 votes)

Displaying an Image from an XML Element Visit | Rate | Error 
Description: This sample illustrates three different ways that you can create an HTML Image tag from an XML element(which contains the location of the image).
Platform(s): All   Price: Free   Visits: 2117  (~ 1/day)   Rating: rated 2.16  (2.16 after 54 votes)

Displaying XML with XSLT and CSS Visit | Rate | Error 
Description: This is a simple snippet that shows how to use XSLT and CSS on the client to format your XML data.
Platform(s): All   Price: Free   Visits: 1862  Rating: rated 2.04  (2.04 after 30 votes)

DTD Syntax Visit | Rate | Error 
Description: This tutorial helps you understand the DOCTYPE, ELEMENT, ATTLIST, and ENTITY declaration statements. Includes sample XML file with DTD statements.
Platform(s): All   Price: Free   Visits: 970  (~ 1/day)   Rating: rated 2.67  (2.67 after 3 votes)

Filtering Data Islands Visit | Rate | Error 
Description: This snippet demonstrates filtering, sorting and highlighting HTML tables that use XML data islands.
Platform(s): All   Price: Free   Visits: 1841  Rating: rated 3.63  (3.63 after 8 votes)

Formatting XML with CSS Visit | Rate | Error 
Description: The data is stored in an XML file and the formatting is accomplished using nothing more than Cascading Style Sheets.
Platform(s): All   Price: Free   Visits: 2075  (~ 1/day)   Rating: rated 2.71  (2.71 after 17 votes)

JAXP - XML Schema (XSD) Validation Visit | Rate | Error 
Description: This tutorial provides examples on XML schema validation using JAXP. Topics include XML Schema validator using DOM interface and SAX interface, validation errors, validation error handler.
Version: 1.00   Platform(s): All   Price: Free   Visits: 288  (~ 1/day)   Rating: rated 3  (3.00 after 3 votes)

Recursion Reminds Me Of Recursion Visit | Rate | Error 
Description: This snippet contains nine examples of common usages of recursion: Iterating through a string of characters, Split(), TrimL(), TrimR(), Loop(), Replace(), LineFeed_To_BR, Min(), Max().
Platform(s): All   Price: Free   Visits: 1595  Rating: rated 2  (2.00 after 5 votes)

Simple API for XML (SAX) Visit | Rate | Error 
Description: This tutorial helps you understand simple API for XML (SAX); SAX implementations in J2SDK; SAX content handler interface; and more.
Platform(s): All   Price: Free   Visits: 3667  (~ 3/day)   Rating: rated 4.7  (4.70 after 68 votes)

Sorting Data Islands Visit | Rate | Error 
Description: This snippet demonstrates how to use behaviors to sort a table by clicking on the column header. It also uses behaviors to highlight the row when moving the mouse over it.
Platform(s): All   Price: Free   Visits: 1671  Rating: rated 2.86  (2.86 after 7 votes)

Sticky Table Headers Visit | Rate | Error 
Description: Sticky Table Headers are a characteristic of tables that allow the HeaderRow of a table to remain stationary while the data rows are allowed to scroll.
Platform(s): All   Price: Free   Visits: 1780  Rating: rated 1.99  (1.99 after 19 votes)

Tutorial Advisor Visit | Rate | Error 
Description: Tutorial collection of XML, PHP, Flash, Photoshop, Paintshop Pro and more.
Platform(s): All   Price: Free   Visits: 3679  (~ 2/day)   Rating: rated 2.79  (2.79 after 14 votes)

Two Tier Data Islands Visit | Rate | Error 
Description: This demo shows an example of a two-tier data relationship. Each of the examples allow the user to hide and show the child elements. This allows for better screen real estate and a more elegant display of the data.
Platform(s): All   Price: Free   Visits: 1700  Rating: rated 3.4  (3.40 after 5 votes)

Using XML And XSLT In Vb.net Jeopardy Visit | Rate | Error 
Description: This application is a version of the well-known game of jeopardy that we use in our FlaDotNet.com .NET user group. The original version, created by Shervin Shakibi, accessed all of the Jeopardy Data from a SQL Server Database using DataReaders.
Platform(s): All   Price: Free   Visits: 1867  Rating: rated 3.29  (3.29 after 7 votes)

Xhtml 1.1 Reference Visit | Rate | Error 
Description: A comprehensive reference showing all valid elements and attributes that are part of the XHTML 1.1 spec.
Platform(s): All   Price: Free   Visits: 1756  Rating: rated 2.5  (2.50 after 12 votes)

XML DOM: Inserting, Modifying and Deleting elements using VBScript Visit | Rate | Error 
Description: This snippet demonstrates the functionality of adding, modifying and deleting elements in an XML document.
Platform(s): All   Price: Free   Visits: 2173  (~ 1/day)   Rating: rated 1.87  (1.87 after 31 votes)

XML DOM: Inserting, Modifying and Deleting elements using VBScript Visit | Rate | Error 
Description: This sample illustrates an example of adding an attribute to an element and also demonstrates adding a child element.
Platform(s): All   Price: Free   Visits: 2331  (~ 1/day)   Rating: rated 2.26  (2.26 after 38 votes)

Yahoo RSS Reader Visit | Rate | Error 
Description: This module extracts live Yahoo RSS news feeds for use on your own Web site. This free tutorial (with code) demonstrates the use of Microsoft's XML and document objects: MSXML2.ServerXMLHTTP, Microsoft.xmlDOM, and RSS. This code shows you how to have full control of the XML data that is returned live by Yahoo News. You can iterate through each news feed and custom format the header, the body and the publication date.
Platform(s): Windows   Price: Free   Visits: 813  Rating: rated 2  (2.00 after 1 votes)

Zvon Visit | Rate | Error 
Description: references, tutorials, interactive labs, which can be downloaded for off-line usage
Platform(s): All   Price: Free   Visits: 3460  (~ 1/day)   Rating: rated 3.52  (3.52 after 29 votes)

Newsletter

Subscribe to our news feeds:
Top Rated:

Most Popular:

New/Updated:


Editor's Picks

Blosxom
Flash Web Calendar
Highslide JS pop
IP2Country
Magic Thumb
Online Booking Engine for Tourism Portal and/or Hotels Group
PHP-IPN Monitor
Perlfect Search
Qtabs
RSS Scripts Directory
Simple Comments
Video Carousel

internet.commerce

Partner With Us


















talk to us


(Optional)
Name:  
Email:  

   

   Developer Channel 15 Seconds
4 Guys from Rolla
ASP 101
CodeGuru
Developer.com
DevX
Flash Kit
Gamelan
JARS
JavaScript.com
JavaScript Source
PHP Builder
Script Search
SharePoint Briefing
VB Forums
VB Wire
Web3Beat
WebDeveloper.com
WebReference

add a resource | modify a resource | new | popular | highest rated





Site last updated Jul 1 2009 09:56:29