<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="latest.xsl" ?>
<?xml-stylesheet type="text/css" href="latest.css" ?>
<!-- RSS generated by xefteri.com on {ts '2010-09-07 17:32:20'} -->
<rss version="2.0">
	<channel>
		<title>xefteri: ASP latest articles</title>
		<link>http://www.xefteri.com</link>
		<description>The latest articles from xefteri.com</description>
		<language>en-us</language>
		<copyright>Copyright 2010 xefteri.com</copyright>
		<docs>http://blogs.law.harvard.edu/tech/rss/</docs>
		<lastBuildDate>Wed, 05 Mar 2003 00:00:00 MST</lastBuildDate>

		<item>
			<title>Exporting Word files to HTML</title> 
			<description>In this article we will first discuss the case for and against using Word as your HTML editor. Then we will see how to properly save a Word file to smaller, more compact HTML files. Third and last, we will see how to do this through code, and possibly create a batch process for converting numerous Word files to HTML at once.</description>
			<pubDate>Wed, 05 Mar 2003 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=22</link>
		</item>
	
		<item>
			<title>GetRows VBScript Class - Part III: Paging the results</title> 
			<description>In Part I of this series, we saw how to create a VBScript class to query our database using the very fast GetRows() method, and return a recordset as a local array. In Part II, we extended the class to allow ADDing and UPDATEing a row in the database. In this Part III, we will expand the class further to allow pagination of the returned recordset.</description>
			<pubDate>Thu, 16 Jan 2003 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=21</link>
		</item>
	
		<item>
			<title>Dynamic Tree Menu of your site</title> 
			<description>We'll see how to create a menu system that is cross-browser and includes all your site's folders/files. It uses ASP, XML and DHTML and by simply copying it to your site you have an instant Windows Explorer-like navigation of the contents.</description>
			<pubDate>Fri, 31 May 2002 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=10</link>
		</item>
	
		<item>
			<title>Generating an XML file of your website's folders/files</title> 
			<description>Using the File System Object (FSO) we can traverse through our website's contents and write them out in a nicely nested form in an XML file. We can then use that file for example, in a content management system or a TreeView control.</description>
			<pubDate>Fri, 24 May 2002 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=9</link>
		</item>
	
		<item>
			<title>Downloading any file using ASP, FSO and the ADODB Stream object</title> 
			<description>In this article, we will see how to allow a user to download any file from our web server. They will see a prompt, giving them the option of opening or saving it, rather than simply opening it which is the default. We can achieve this using the FSO and ADODB objects.</description>
			<pubDate>Wed, 08 May 2002 00:00:00 MST</pubDate>
			<link>http://www.xefteri.com/articles/show.cfm?id=7</link>
		</item>
	
	</channel>
</rss>