Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. This article shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.
Version: n/a Platform(s): n/a Updated: Wed Aug 27 2003
For many years we have heard about the impending death of URLs that are difficult to type, remember and preserve. The use of URLs has actually improved little thus far, but changes are afoot in both development practices and Web server technology that should help advance URLs to the next generation.
Version: n/a Platform(s): n/a Updated: Fri May 9 2003
Basic idea and full source code to remote access contents of ASP Application object from a remote script. Lets you read, write and enumerate application dictionary from the remote script (WSH, remote ASP/IIS server) or application.
Version: 1.0 Platform(s): n/a Updated: Tue May 14 2002
This basic tutorial will show you how to include information in a non-asp page information generated from an .asp page by using javascript. A banner rotator script and a text hit counter are used as examples.
Version: n/a Platform(s): n/a Updated: Wed Feb 27 2002
Dynamically include javascript files in your page. Simply place all your javascripts in a sub directory and make one reference in your page to the cs_scripts.asp file. You can then pass + or - with file names to either include or ignore a file in the sub directory. By default all are included.
Version: n/a Platform(s): n/a Updated: Fri Feb 22 2002
Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.
Version: n/a Platform(s): n/a Updated: Fri Feb 22 2002
This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries. Example source code available for download.
Version: n/a Platform(s): n/a Updated: Wed Oct 31 2001
This article looks at a couple of ways to get the code in the client-side and server-side to communicate each other: Using the Javascript Array and Using ASP and XML.
Would you like to provide multi-language support on your site? This article discusses three different ways in which you could organize your site to support multiple languages.
Version: n/a Platform(s): n/a Updated: Thu Aug 9 2001
Reusability is one of the simplest and the oldest concepts in programming. It is also the most underutilized concept. When implemented correctly and purposefully, it can save time and money, as well as create an inventory for valuable and reusable software assets. This article discusses such topics as what resuability is, why it is important, its usages, and more.
Version: n/a Platform(s): n/a Updated: Wed Aug 8 2001
The author writes "Have you ever wondered how long your visitor spends filling out a particular form? Such information is vital for companies that conduct business on the Internet." This article describes how to easily determine how long your users spend filling out forms on your Web pages.
This is a sample chapter from Wrox Press book 'Professional Windows DNA.' It prvides info on building web applications with VB, COM+, MSMQ, SOAP and ASP.
Version: n/a Platform(s): n/a Updated: Sun Nov 5 2000
The browser can do a great many things, but it has a limit of 216 colors that can “safely” (without dithering or color washout) display. Fortunately, there are many ways that you can display all the color combinations in the browser safe color palette. By placing the six possible values for color (00,33,66,99,CC,FF) in an array and nesting three for next statements with values one through six a table with all the color codes will neatly be displayed in a table.
Version: n/a Platform(s): n/a Updated: Wed Oct 4 2000
This script will open all HTML pages within the specified directory, reduce the file size of your html pages, and the files will be saved back. You may password protect the script, and it will allow a faster transmission of the page. A good script to learn how those task are perform.
Version: n/a Platform(s): Win NT Updated: Wed Jun 21 2000
Global.asa is the "dark file of ASP" and many don't even know that it exits. The truth is that Global.asa can be a powerful tool, but it's not as good at it should, and is often difficult to master. The following lesson give you a brief guide on Global.asa.
Version: n/a Platform(s): n/a Updated: Sat Jun 17 2000
No one likes to see 404 pages and it's even worse when you find one on your own site. This tutorila explains how to make the 404 page useful to the user and notify yourself so you can fix them ASAP.
Version: n/a Platform(s): n/a Updated: Tue Jun 13 2000