Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | ASP | Tutorials & Tips | XML & ASP

Results 41-60 of 66
350-030 Free Test Exam Questions
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 350-030 exam on Your First Try. We have provided a free 350-030 free exam where you will be able to see the quality that goes into our 350-030 test questions. Our 350-030 practice test questions are designed by highly experienced and certified trainer's that have put together the best 350-030 exam questions with detailed explanations
(0 ratings)
Reviews0
PriceFree
Views1271
640-811 CCNA Free Test Exam Questions
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 640-811 exam on Your First Try. We have provided a free 640-811 free exam where you will be able to see the quality that goes into our CCNA 640-811 test questions. Our CCNA 640-811 practice test questions are designed by highly experienced and certified trainer's that have put together the best 640-811 exam questions with detailed explanations
(6 ratings)
Reviews0
PriceFree
Views1809
CCSP 642-521 Practice Exam Questions
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your CCSP 642-521 exam on Your First Try. Our CCSP 642-521 exam questions are designed by highly experienced and certified trainer's that have put together the best online source for IT certifications with detailed question and answer explanations. For only $39.00, you can be rest assured of passing the CCSP 642-521 exam using Pass-Guaranteed, or Your Money Back!
(0 ratings)
Reviews0
PriceFree
Views1276
MCSE 70-299 Practice Exam Test Questions
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your MCSE 70-299 exam on Your First Try. Our MCSE 70-299 exam questions are designed by highly experienced and certified trainer's that have put together the best online source for IT certifications with detailed question and answer explanations. For only $39.00, you can be rest assured of passing the MCSE 70-299 exam using Pass-Guaranteed, or Your Money Back!!
(0 ratings)
Reviews0
PriceFree
Views1375
70-217 mcse training practice exam
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your MCSE 70-217 exam on Your First Try. Our MCSE 70-217 exam questions are designed by highly experienced and certified trainer's that have put together the best online source for IT certifications with detailed question and answer explanations. For only $29.00, you can be rest assured of passing the MCSE 70-217 exam using Pass-Guaranteed, or Your Money Back!!!
(0 ratings)
Reviews0
PriceFree
Views1374
ASP-XML DataGrid I
This is a simple procedure to show how to use an XML file as datasource to build a datagrid in ASP. This code basically shows how to display and navigate/page-thru and xml data file
(3 ratings)
Reviews0
PriceFree
Views1564
Checking for a Reciprocal Link
posted bymichaelinXML & ASP
Tutorial and code on how to use Microsoft's XMLHTTP object to communicate with a remote website/webpage and check for the existence of reciprocal link back.
(0 ratings)
Reviews0
PriceFree
Views1767
create an xml file
posted byshedboyinXML & ASP
This example shows to create an xml file using ASP
(16 ratings)
Reviews1
PriceFree
Views6320
display an xml file
posted byshedboyinXML & ASP
This example shows how to display an xml file
(12 ratings)
Reviews0
PriceFree
Views4646
Create XML Documents from Access Output
posted byinfoinXML & ASP
The author writes "Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create "static" documents on the server. This can be particularly useful if you wish to distribute your information on CD or in virtually any document form. This sample example will utilize a US state info db. After reading the contents of the db instead of writing output to the browser html text is written to the server on a file with the .xml file extension. By placing appropriate XML tags around the Db output the XML document that is created on the server than can be read by the browser or any appropriate means."
(6 ratings)
Reviews0
PriceFree
Views3529
Tracking Web Page Visitors with XML
This article describes how to create a simple stats tracking program to demonstrate how to deal with records using XML, instead of ADO Object. Source code available for download.
(0 ratings)
Reviews0
PriceFree
Views1830
Moreover news feed
This example shows you how to display news feeds from moreover on your website.
(0 ratings)
Reviews0
PriceFree
Views3026
Choose a news feed
This example shows how to offer the user a choice of news feeds from moreovers list of XML feeds. The user can select which one to display on his/her site. This example includes 10 feeds to choose from but with over 330 feeds available on moreovers site you could have a lot more to choose from.
(0 ratings)
Reviews0
PriceFree
Views2705
Implement a Division-of-Labor Approach to Complex XML Manipulation
This article shows how to use Internet Explorer's (IE's) modal dialog functionality to divide complex Extensible Markup Language (XML) data manipulation into simple, efficient, manageable units. To explain the technology, it uses the process of building an ice cream sundae as the example throughout this article.
(0 ratings)
Reviews0
PriceFree
Views1117
Creating an XML and XSL Class
This article examines how to use VBScript classes to transform XML documents for use in a Web application. It creates a handy class to perform a number of XML features, such as rendering XML information from an XSL stylesheet and returning plain XML data. This class encapsulates XML and XSL functionality, making it easier to display XML data in a number of ways.
(0 ratings)
Reviews0
PriceFree
Views1832
Creating a Function to Stream a Recordset to XML
This article shows how to create an XML document from a Recordset using the Microsoft XMLDOM object. It explains how to create a custom function that will take the contents of a Recordset and return a much friendly-on-the-eyes XML version. Once the ASP page calls this function and has, as a string, the XML structure, it can either save it to disk or write out the contents via Response.Write.
(0 ratings)
Reviews0
PriceFree
Views3185
Converting Your existing HTML to XML
This article explains how to easily migrate HTML pages to XML using HTML Tidy and a COM Wrapper. It discusses a sample conversion of the bookmark file from HTML to XML and then into a browser-neutral tree view. Helpful for sites where a lot of information is maintained as flat HTML pages with their pages sharing similar structure. Supporting source code available for download.
(0 ratings)
Reviews0
PriceFree
Views2035
Using XML to Improve File-Upload Processing
posted bymnanniinXML & ASP
This article presents an example of multiple binary file upload for Web applications using Extensible Markup Language (XML) technology, without the typical limitation of traditional file upload processing. It describes how to use Microsoft XML Parser 3.0 (MSXML) and ActiveX Data Objects (ADO) Stream objects for a new upload strategy with several benefits. No custom ASP components are required.
(0 ratings)
Reviews0
PriceFree
Views1543
Generating RSS with ASP
posted byalisinXML & ASP
RSS files can be generated using Active Server Pages (ASP). It is OK for an RSS file to have a .asp suffix. In this example an RSS 0.91 file is generated, but it could easily be applied to other RSS versions. Similarly in this case the site stores its articles in a Microsoft Access database, but the database connection could be changed to reflect a Microsoft SQL Server database.
(7 ratings)
Reviews1
PriceFree
Views3010
Binding Client Side Controls Dynamically to an XML Data Source Object
posted byianinXML & ASP
The XML data island in IE 5.x provides a simple and convenient way to dynamically alter the content of a Web page using data stored either locally or remotely in XML format. This article demonstrates how to change the data content of your Web application pages client side through the use of DHTML events and dynamic data binding with XML island DSOs, and helps you decide in what format the XML should be saved.
(0 ratings)
Reviews0
PriceFree
Views2260
Results 41-60 of 66