|
|
|
|
|
Total Hits: 93 | Today: 0 |
Author: Adam S. Cartwright
|
Rating:
|
|

With the upcoming release of Internet Explorer 5.0, it is much easier to use XML in Web applications . Here is some information on how to harness the power of the updated XML Document Object Model (DOM) on the server to parse and use XML data in ASP applications....
|
|
|
|
Total Hits: 86 | Today: 0 |
Author: Mohamed Najeeb
|
Rating:
|
|

Using this OnLine Exam system, we can conduct any type of objective type examinations on line. Eventhough I implemented most of the conventional things, the reader is highly appreciated to incorporate all other features whatever so....
|
|
|
|
Total Hits: 92 | Today: 0 |
Author: Mohamed Najeeb
|
Rating:
|
|

This article assumes that you are familiar with ASP, XML and HTML.
Using this chat system, we can chat how we conventionally chat, in public as well as private modes. Even though I've implemented most of the conventional features such as unique nick names, the reader is welcome to incorporate any other features they require. Please note that I didn't worry much about memory usage on the server side and the code that allots user ids obviously needs improvement....
|
|
|
|
Total Hits: 1256 | Today: 0 |
|
Rating:
|
|

In this practical session, Paul will develop three examples of how to use XML and ASP to build web sites and applications that ease maintenance by accepting content from data....
|
|
|
|
Total Hits: 80 | Today: 0 |
Author: www.asp101.com
|
Rating:
|
|

This manuscript is an abridged version of a chapter from the Wrox Press book Professional ASP XML. This is chapter 10 and is a case study that looks at Data-Driven XSL....
|
|
|
|
Total Hits: 117 | Today: 0 |
Author: Michael Qualls
|
Rating:
|
|

This article is a follow up to the Saving HTML Form Data to XML article. If you have not read Saving HTML Form Data to XML, I suggest that you do so now. This article builds upon it. I have received pretty positive feedback on the Saving HTML Form Data to XML sample, but many people wanted to know how to edit the XML data. So, without further ado, here it is: Editing XML with XSL and ASP....
|
|
|
|
Total Hits: 401 | Today: 0 |
Author: Rafay Bin Ali.
|
Rating:
|
|

Today I talk about how the XML technology may be used to simplify the electronic communication of financial documents. Corporate financial documents are commonly represented by means of balance sheets, income statements, statement of cash flows, etc. These various parts of an organization’s financial statements adhere to guidelines established by the Securities and Exchange Commission (Pakistan) or to GAAP. Since the financial documents fit neatly (most of the times) into a well-defined and laid...
|
|
|
|
Total Hits: 402 | Today: 0 |
Author: Seth Juarez
|
Rating:
|
|

It is assumed that the reader has a good understanding of ASP, VBScript classes and XPath. Hey, I wrote the "A Couple of ASP Functions for XML Data Transfer" functions and, as any self-respecting programmer, was unhappy with its stiffness. I decided enough is enough and created an actual class that handles more things. clsXML.asp is the actual class and objXML.asp is an implementation of the class. It can actually be used in a huge variety of ways. For example, if there is a need to store a reco...
|
|
|
|
Total Hits: 369 | Today: 0 |
Author: Bipin Joshi
|
Rating:
|
|

This article covers the variety of ways that XML data can be accessed from an ASP page. Before we delve into these, let's look at some of the various ways XML data can be stored. Some of these storage methods include: Simple XML-formatted text files stored in file system Data stored in RDBMS that you want to convert to and from XML only when processing the database information XML data built dynamically in memory during processing....
|
|
|
|
Total Hits: 439 | Today: 0 |
Author: Eugene Gilerson
|
Rating:
|
|

Yahoo are using XML for their orders, are you? Should you be? In this article Eugene sheds some light on XML from an ASP developers perspective...In the past couple of years the industry had seen a tremendous pick up in XML usage across multiple platforms, applications, companies and protocols. Mid-level and senior job requirements for developers in virtually all popular front-end technologies (be it ASP, Java, Visual Basic or PHP) now include understanding of XML and knowledge of XML parser com...
|
|
|
|
Total Hits: 580 | Today: 0 |
Author: Srdjan Vujosevic and Robert Laberge
|
Rating:
|
|

Many handheld wireless devices such as cellular phones and PDAs already have the ability to access Web sites. So how do you build Web applications that tap this wireless audience? Although there are a number of limitations to wireless devices—such as screen size, navigation, and connection speed—you can use familiar Web development technologies to make your existing Web applications available to mobile users. This article outlines the services and equipment currently available to support wire...
|
|
|
|
Total Hits: 537 | Today: 0 |
Author: Scott Howlett and Jeff Dunmall
|
Rating:
|
|

The combination of XML and XSL can provide a powerful alternative to ASP development. This article presents arguments for building even small-scale Internet applications on the XML model. An example written with traditional ASP programming is compared to the same example written with XML and XSL in order to show the benefits of this approach. The example is followed by nine good reasons to make the switch. These reasons include separation of presentation and data, reusability, extensibility, div...
|
|
|
|
Total Hits: 659 | Today: 0 |
Author: Chris Garrett
|
Rating:
|
|

Here is a function that you can use to POST and return information to/from a remote site. Microsoft has kindly created a lovely component for working with XML that has a nice set of tools (as a side effect) for communicating with remote servers, the script uses these tools to send variables and receive the HTTP output....
|
|
|
|
Total Hits: 1421 | Today: 0 |
Author: microsoft.com
|
Rating:
|
|

This article includes step-by-step instructions to set up an ASP client that demonstrates the use of the OLEDB Simple Provider for XML to access hierarchical XML data....
|
|
|
|
Total Hits: 2030 | Today: 0 |
|
Rating:
|
|

This is a quick and easy guestbook application using ASP and an XML data file. There's nothing to configure... just put the two files in the same directory with each other, and it's all good.
...
|
|
|
|
Total Hits: 723 | Today: 0 |
Author: George Leithead
|
Rating:
|
|

Ever wanted a survey on your site? But don't have a database? Well, by using ASP and XML you can! Features single voting, survey expiry, past survey results, and many nore...
...
|
|
|
|
Total Hits: 1654 | Today: 0 |
|
Rating:
|
|

clsXML.asp is can actually be used in a huge variety of ways. For example, if there is a need to store a recordset in XML, this class greatly aids in that process. It is very robust and allows for some pretty neat things. Only one property: File. It needs to know where to look otherwise a new XML document must be created. In other words, if you try to get fields before specifying the document, it will not work....
|
|
|
|
Total Hits: 886 | Today: 0 |
|
Rating:
|
|

Since the inception of XML, many developers have wondered why we need XML... How is it better than HTML and what does it do? For starters, XML is far more powerful than HTML, and the power resides in the "X" in XML (which stands for extensible). Rather than providing a set of pre-defined tags (as in the case of HTML), XML specifies the standards with which you can define your own markup languages with their own sets of tags. XML is therefore a meta-markup language, allowing you to define an infi...
|
|
|
|
Total Hits: 94 | Today: 0 |
Author: Michael Qualls
|
Rating:
|
|

This article is the third in a series of articles on manipulating XML data with ASP. Before proceding with this article, I recommend that you read Saving HTML Form Data to XML and Editing XML with XSL and ASP. The example in this article is very similar to the example on Saving HTML Form Data to XML. However, instead of creating a new file each time that the form is submitted, we will check to see if the file already exists, and if it does, we will append to it. Using this type of technique, we ...
|
|
|
|
Total Hits: 80 | Today: 0 |
Author: Michael Qualls
|
Rating:
|
|

This article is the final installment in a series of articles on manipulating XML data with ASP. Before proceding with this article, I recommend that you read Saving HTML Form Data to XML, Editing XML with XSL and ASP, and Appending to XML with ASP.
The first thing that I would recommend before proceeding would be to download the files that make up this example and copy them to your Web server so that you can follow along with the examples by running them in your browser as we go....
|
|
|
|
|
|
|