<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/94.html</link><description>Miscellaneous RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Creating Color Chooser using ASP</title>
<link>http://www.advancescripts.com/detailed/14185.html</link>
<description>Create good looking color chooser for your site. Let the users select the color that they require.</description>
</item>
<item>
<title>Keyword Highlighting using ASP</title>
<link>http://www.advancescripts.com/detailed/14179.html</link>
<description>It would be important to highlight certain keywords in a message board for example or while searching for a keyword in ASP Search Engine, We are then in need of a function that would highlight certain keywords within the text of the messages</description>
</item>
<item>
<title>How to find out the Page Load time using ASP</title>
<link>http://www.advancescripts.com/detailed/14177.html</link>
<description>The complete tutorial and code which will display the Page Load time using ASP </description>
</item>
<item>
<title>ASP Installation</title>
<link>http://www.advancescripts.com/detailed/13728.html</link>
<description>Step by step tutorials on how to Install ASP (IIS/PWS) on your computer. Includes instructions on how to get ASP working on the following operating systems -- Windows 95/98, Windows 2000 and Windows XP. 

</description>
</item>
<item>
<title>Array Basics</title>
<link>http://www.advancescripts.com/detailed/13727.html</link>
<description>Introductory tutorial on the basics of arrays as well as the LBound, UBound, and Split functions that are commonly used with arrays. Tutorial includes code snippets</description>
</item>
<item>
<title>Troubleshooting Active Server Pages (ASP) on Windows 2003</title>
<link>http://www.advancescripts.com/detailed/13132.html</link>
<description>This article will help you to find answers to the problems some users have with ASP on Windows 2003. </description>
</item>
<item>
<title>How to Get the Current Page URL</title>
<link>http://www.advancescripts.com/detailed/13118.html</link>
<description>Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. In this tutorial we will show how you can do that.  


</description>
</item>
<item>
<title>Conditional Statements in ASP</title>
<link>http://www.advancescripts.com/detailed/13102.html</link>
<description>Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. There are two types of conditional statements in ASP: if...then and select case. In this tutorial we will show how to use both of them. </description>
</item>
<item>
<title>Encoding URL strings</title>
<link>http://www.advancescripts.com/detailed/12268.html</link>
<description>While passing variables as an URL's querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser. .</description>
</item>
<item>
<title>The need for ASP</title>
<link>http://www.advancescripts.com/detailed/3387.html</link>
<description>This tutorial explains the need of ASP to create effective web applications in less effort. To display constantly changing information on web pages, HTML need to edit, save the information before updating and this long process can be eliminitated in ASP and this article guides you how to create applications using ASP such as displaying stock, weather reports etc.,</description>
</item>
<item>
<title>Web Wiz Guide - What is ASP ?</title>
<link>http://www.advancescripts.com/detailed/2969.html</link>
<description>What is ASP? is an article which is very helpful for the visitors to gain knowledge regarding ASP. It describes in detail about the advantage of using JScript language, way of running ASP on the webserver, location of IIS for Windows users, expansion and meaning of ASP, creating dynamic websites etc. This is an useful script for the novice programmers.</description>
</item>
<item>
<title>A Beginners Guide to Using Active Server Pages (ASP)</title>
<link>http://www.advancescripts.com/detailed/2575.html</link>
<description>Several solutions are offered in this article that elaborates the usage and fundamentals of ASP language. From which you will learn the easier ways to create ASP pages and can convert other kind of web pages into ASP. The author describes how to install web server to implement ASP scripting. Given coding examples show the ways to code simple programs in ASP using VBScript.</description>
</item>
<item>
<title>Access ASP Application object from a remote script</title>
<link>http://www.advancescripts.com/detailed/2027.html</link>
<description>Access ASP Application object from a remote script is a tutorial that elaborates and guides users to utilize ASP application object from other environments. This tutorial guides users to make it possible by creating an http interface. This will be of much use for using applications object from environments such as VBA, wsh etc.</description>
</item>
<item>
<title>Generating Wizard</title>
<link>http://www.advancescripts.com/detailed/1882.html</link>
<description>This tutorial provides detailed explanation about generating wizard and uses of wizards. Author also lists the features of the wizard as follows: centralizing update code, update or addition can be easily deleted without disturbing database, simplifying the complex and difficult tasks for the benefit of the visitors etc.</description>
</item>
<item>
<title> A Look at ASP 3.0</title>
<link>http://www.advancescripts.com/detailed/1430.html</link>
<description>ASP learners can get more information on ASP 3.0 through this tutorial. It describes about the effective and fast methods in ASP added newly which are Server.Transfer and Server.Execute. And explains that these functions can be used to eliminate the long and slow process of Response.Redirect and to execute external scripts and to return control to calling ASP page respectively.</description>
</item>
<item>
<title>Using Built-In ASP Components</title>
<link>http://www.advancescripts.com/detailed/549.html</link>
<description>In this tutorial, we will be working with three of Microsoft's built-in ASP components. The Ad Rotator, Content Linker and the Browser Capabilities Component.</description>
</item>
<item>
<title>Using the QueryString</title>
<link>http://www.advancescripts.com/detailed/547.html</link>
<description>In this tutorial, we will discuss the benefits of using the QueryString and how to use the QueryString.</description>
</item>
<item>
<title>Including a file in a ASP page</title>
<link>http://www.advancescripts.com/detailed/268.html</link>
<description>Learn the fundamental of using include files in your asp pages.</description>
</item>
<item>
<title>Using built-in functions in ASP</title>
<link>http://www.advancescripts.com/detailed/266.html</link>
<description>There are a lot of functions in ASP. Some are for typecasting, formatting, math, date and string manipulation. One of the greatest thing I love about vbscript, is they are easy to learn and use.</description>
</item>
</channel>
</rss>
