<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Development</title><description></description><link>http://script.wareseeker.com/ASP/Development</link><item><title>Event Log Event Types</title><link>http://script.wareseeker.com/ASP/event-log-event-types.zip/2260</link><description>Detailed escriptions of the different event log event types that may occur in the windows event log. The windows event logs can be accessed using development tools to aid in overall management.</description><author>WareSeeker</author><category>Development</category><pubDate>Fri, 06 May 2005 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/event-log-event-types.zip/2260</guid></item><item><title>Bubble sorting in ASP</title><link>http://script.wareseeker.com/ASP/bubble-sorting-in-asp.zip/2261</link><description>This is a script aimed to order an array with bubble sort technique. This algorithm of sorting of array is probably the most known for lack of being the most effective.</description><author>WareSeeker</author><category>Development</category><pubDate>Mon, 07 Nov 2005 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/bubble-sorting-in-asp.zip/2261</guid></item><item><title>Content Variables</title><link>http://script.wareseeker.com/ASP/content-variables.zip/2262</link><description>This is a simple one page example of how to display all Server, Application and Session variables. Also shows how to add &amp; delete Session and Application variables programatically.</description><author>WareSeeker</author><category>Development</category><pubDate>Mon, 25 Nov 2002 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/content-variables.zip/2262</guid></item><item><title>PDF on the fly for free</title><link>http://script.wareseeker.com/ASP/pdf-on-the-fly-for-free.zip/2263</link><description>Learn how to convert HTML webpage to PDF for free by using HTMLDoc. With a simple installation of htmldoc.exe (opensource), by sending a command line from ASP. New version of the script is provided. F</description><author>WareSeeker</author><category>Development</category><pubDate>Thu, 29 Sep 2005 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/pdf-on-the-fly-for-free.zip/2263</guid></item><item><title>Bullschmidt Dependent Listboxes</title><link>http://script.wareseeker.com/ASP/bullschmidt-dependent-listboxes.zip/2264</link><description>You can use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox.</description><author>WareSeeker</author><category>Development</category><pubDate>Fri, 09 Jul 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/bullschmidt-dependent-listboxes.zip/2264</guid></item><item><title>Bullschmidt ASP Developer Tips</title><link>http://script.wareseeker.com/ASP/bullschmidt-asp-developer-tips.zip/2265</link><description>ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...</description><author>WareSeeker</author><category>Development</category><pubDate>Tue, 27 May 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/bullschmidt-asp-developer-tips.zip/2265</guid></item><item><title>5.1 Surround Sound on the Web</title><link>http://script.wareseeker.com/ASP/5.1-surround-sound-on-the-web.zip/2266</link><description>Tutorial: Determine if a client and user agent meet the requirements to deliver full 5.1 surround sound to your web visitor. Topics covered include client machines, user agents, media players, http he</description><author>WareSeeker</author><category>Development</category><pubDate>Tue, 01 Jun 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/5.1-surround-sound-on-the-web.zip/2266</guid></item><item><title>Creating Parent-Child Relationships</title><link>http://script.wareseeker.com/ASP/creating-parent-child-relationships.zip/2269</link><description>This tutorial explains how to do recursive subroutines in ASP (VBScript). Use this algorithm to create threaded discussions, directories, or whatever use you have for it.</description><author>WareSeeker</author><category>Development</category><pubDate>Mon, 11 Aug 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/creating-parent-child-relationships.zip/2269</guid></item><item><title>Using The Split() Function</title><link>http://script.wareseeker.com/ASP/using-the-split-function.zip/2270</link><description>Often times it is necessary to take a string and dice it up in order to extract portions to be used for some obscure purpose. Enter the Split() function. Split is a very easy concept to grasp. Decide</description><author>WareSeeker</author><category>Development</category><pubDate>Mon, 17 Jun 2002 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/using-the-split-function.zip/2270</guid></item><item><title>Left() Mid() Right()</title><link>http://script.wareseeker.com/ASP/left-mid-right.zip/2271</link><description>There will come a time when you need to dice up a string which is all one word or a number. In this particular case, Split() wont work for you. This page explains how Left() Mid() and Right() work.</description><author>WareSeeker</author><category>Development</category><pubDate>Mon, 17 Jun 2002 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/left-mid-right.zip/2271</guid></item><item><title>Arrays in plain English</title><link>http://script.wareseeker.com/ASP/arrays-in-plain-english.zip/2272</link><description>There are many ways to use arrays. This page shows a couple of quick examples for using arrays in ASP.</description><author>WareSeeker</author><category>Development</category><pubDate>Mon, 17 Jun 2002 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/arrays-in-plain-english.zip/2272</guid></item><item><title>The Len() Function</title><link>http://script.wareseeker.com/ASP/the-len-function.zip/2273</link><description>Overview and a quick example of the Len() function that calculates the LENGTH of a string.</description><author>WareSeeker</author><category>Development</category><pubDate>Mon, 17 Jun 2002 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/the-len-function.zip/2273</guid></item><item><title>Build a Drop Down menu using an ASP Recordset</title><link>http://script.wareseeker.com/ASP/build-a-drop-down-menu-using-an-asp-recordset.zip/30ae08bd85</link><description>This tutorial is about a piece of ASP functionality that is as old and common as grandmas blueberry pie ---&amp;gt; how to build a drop down menu using ASP. Specifically, how to create a select menu element for each record returned in an ASP</description><author>WareSeeker</author><category>Development</category><pubDate>Fri, 15 Aug 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/build-a-drop-down-menu-using-an-asp-recordset.zip/30ae08bd85</guid></item><item><title>SQL statements in ASP - beware the apostrophe</title><link>http://script.wareseeker.com/ASP/sql-statements-in-asp-beware-the-apostrophe.zip/30ae08ed88</link><description>One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes</description><author>WareSeeker</author><category>Development</category><pubDate>Fri, 15 Aug 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/sql-statements-in-asp-beware-the-apostrophe.zip/30ae08ed88</guid></item><item><title>Event Log Event Types 1.1</title><link>http://script.wareseeker.com/ASP/event-log-event-types-1.1.zip/30ae091d8b</link><description>Detailed descriptions of the different event log event types that may occur in the windows event log. The windows event logs can be accessed using development tools to aid in overall management.</description><author>WareSeeker</author><category>Development</category><pubDate>Fri, 06 May 2005 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/event-log-event-types-1.1.zip/30ae091d8b</guid></item><item><title>Bubble sorting in ASP 1.0</title><link>http://script.wareseeker.com/ASP/bubble-sorting-in-asp-1.0.zip/30ae094d8e</link><description>This is a script aimed to order an array with bubble sort technique. This algorithm of sorting of array is probably the most known for lack of being the most effective.</description><author>WareSeeker</author><category>Development</category><pubDate>Mon, 07 Nov 2005 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/bubble-sorting-in-asp-1.0.zip/30ae094d8e</guid></item><item><title>Bullschmidt ASP Developer Tips 2.0</title><link>http://script.wareseeker.com/ASP/bullschmidt-asp-developer-tips-2.0.zip/30ae09dd97</link><description>ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...</description><author>WareSeeker</author><category>Development</category><pubDate>Tue, 27 May 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/bullschmidt-asp-developer-tips-2.0.zip/30ae09dd97</guid></item><item><title>Bullschmidt Dependent Listboxes 2.0</title><link>http://script.wareseeker.com/ASP/bullschmidt-dependent-listboxes-2.0.zip/30ae0a0d9a</link><description>You can use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox.</description><author>WareSeeker</author><category>Development</category><pubDate>Fri, 09 Jul 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/bullschmidt-dependent-listboxes-2.0.zip/30ae0a0d9a</guid></item><item><title>Beginner&amp;#39;s Guide to Effective use of Arrays in ASP</title><link>http://script.wareseeker.com/ASP/beginner-s-guide-to-effective-use-of-arrays-in-asp.zip/30b78da5d4</link><description>This step-by-step tutorial covers the basics from dynamic resizing of arrays, to useful array functions, to finding elements in an array and passing an array from page to page.</description><author>WareSeeker</author><category>Development</category><pubDate>Tue, 07 Aug 2001 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/beginner-s-guide-to-effective-use-of-arrays-in-asp.zip/30b78da5d4</guid></item><item><title>Using correctly in ASP</title><link>http://script.wareseeker.com/ASP/using-correctly-in-asp.zip/30b79015fb</link><description>This article explains why you shouldnt be sprinking &lt;% %&gt; render blocks throughout your HTML code. Its inefficient for the server and for your users!</description><author>WareSeeker</author><category>Development</category><pubDate>Wed, 11 Oct 2000 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP/using-correctly-in-asp.zip/30b79015fb</guid></item></channel></rss>