NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Browse a Listing

Subscribe to this category

Top > ASP > Tips and Tutorials > XML and ASP

Popular Tags

Free Script links
Sort By :
Sorry, I got a bit off hand with this tutorial. Though I saw some really horrible examples today on how to show an RSS feed using XMLDom so I just couldn?t stand not writing something about it. Imagnine a script that selects all nodes (XPath query was something like ?//*?), not carring where in the document, then looping them thru looking at their names and guessing what they are and then adding them to four separate strings with some weird separator. After doing this, they split the strings into four arrauys and started looping out the content. Oh please, it was horrible. No real sense of XML at all I?m afraid . I know there are better resources then that on the net, but I still felt I had to contribute with just one more.

If you never heard of RSS earlier, you are ethier very ignorant to what happens on the web these days and/or you are stuck running Internet Explorer which lacks any built in support for it. It all comes down quite easy though. An RSS feed is an online news syndication in the XML format. The main idea is to have a standardized way to share news over the net. I for an instance offers my articles as an RSS feed so people easily will know when I?ve written something new. For those who want to dive deeper into RSS I would recommend ?What Is RSS? over at XML.com.

I thought that it might also be a good idea to show a short RSS feed with only one news item in it so you know what source we are working with
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 6 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

This is the second article in my series about XML, XMLDom and ASP. For those who missed the first it?s avaible here

In my first article I showed how to parse an XML document using XMLDom and displaying the data. In this second tutorial I?ll show two different ways to retrieve an XML document from a remote server using ASP and ServerXMLHTTP.

XML is a great way to share information. However, if you want to be able to share it people will need to retrieve the data from you somehow (or you from them). For this purpose we have an object called XMLHTTP or, if used on a server, ServerXMLHTTP. Since both XMLDom and XMLHTTP are part of MSXML2 they can cooperate very nice. XMLDom can by auto use XMLHTTP to retrieve information and if you use XMLHTTP it can by auto return a XMLDom object with the retrieved XML data.

The easiest way to retrieve XML from an external site is to let the XMLDom handle it all. This requries the least amount of code and I would guess that it?s also a tiny bit more effective resource wise. Here is how to do it:
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 15 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

A brief introduction to working with the XMLDom in ASP and XPath. Complete with examples and desriptions of everything. First part of several upcoming articles.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 3 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

A module that extracts or pulls live YAHOO RSS News Feeds that you can use on your own website. This free tutorial 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.
You can customize the news feeds to look like the rest of your website and the real beauty of it is that you don't have to worry about the contents of your news page. You will have fresh content everyday!

Step back - What is RSS?

By Yahoo definition: RSS stands for "Really Simple Syndication" -- it's a format for distributing and gathering content from sources across the Web, including newspapers, magazines, and blogs.

Web publishers use RSS to easily create and distribute news feeds that include links, headlines, and summaries. The Christian Science Monitor, CNN, and CNET News are among the many sites that now deliver updated online content via RSS.

Yahoo! News offers dozens of RSS feeds you can read in My Yahoo! or using third-party RSS news reader software. This free tutorial will teach how you can use RSS with Yahoo! News using VBSCRIPT, ASP and XML.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 9 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Pass-Guaranteed is your source for the Microsoft 70-225 exam. With our 70-225 Exam Resources, you can be rest assured that you will be fully prepared to take on your 70-225 Exam. Our Exams are written and formatted by Top senior IT Professionals working in today's prospering companies and data centers. All of our practice exams including the 70-225 exam will prepare you for success. 70-225 is a challenging exam, with our 70-225 study guide, you can feel safe with our question and answer explanations that will help you in obtaining your successful completion of your 70-225 exam.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Pass-Guaranteed is your source for the Novell 50-653 exam. With our 50-653 Exam Resources, you can be rest assured that you will be fully prepared to take on your 50-653 Exam. Our Exams are written and formatted by Top senior IT Professionals working in today's prospering companies and data centers. All of our practice exams including the 50-653 exam will prepare you for success. 50-653 is a challenging exam, with our 50-653 study guide, you can feel safe with our question and answers that will help you in obtaining your successful completion of your 50-653 exam.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 1 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Pass-Guaranteed is your source for the Sun 310-081 exam. With our 310-081 Exam Resources, you can be rest assured that you will be fully prepared to take on your 310-081 Exam. Our Exams are written and formatted by Top senior IT Professionals working in today's prospering companies and data centers. All of our practice exams including the 310-081 exam will prepare you for success. 310-081 is a challenging exam, with our 310-081 study guide, you can feel safe with our question and answers that will help you in obtaining your successful completion of your 310-081 exam.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

If you want to generate a datagrid (figure 1) that will display and navigate through the plants information, simple procedure to accomplish this in ASP will be as follows:
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 1 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Dim BlnLinkBack, sReciprocalURL, sReciprocalLinkURLText
BlnLinkBack=False
sLinkBackURL="www.codefixer.com" 'this is the URL we wish to check for
sReciprocalURL= "www.codefixer.com/tutorials/index.asp" 'This is the URL
'we are going to check against
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 1 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

By now, most of our readers are familiar, at least in principle, with XML - the w3c's platform neutral data markup language. However not everyone knows how to use XML with ASP. In this article, I'll run you through using ASP and JScript to open and read XML files. in the next article, I'll show you how to create and modify XML with ASP.

The example I'm going to show you is in use on my office intranet, for the purposes of identifying who is logged in. since all the machines in the office have a static, unique IP, I've used Request.ServerVariables("remote_host") to identify the machine, and XML to map machine to user. It's a little courtesy app, and also allows me to restrict administrative functions to only five machines in the entire office.
Category:

Write a Review   Add Favorite   Refer it to Friend   Report Broken Link  
Date Added: Oct 10, 2006 Hits: 5 Rating: 0.00 Votes: 0

Member Reviews Visitor Ratings Google PR

Pages: 1 2 [Next >]

Category Jump :