The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP :: Tips and Tutorials :: Miscellaneous
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 42    Displaying: 21 - 40 Pages:   1 2 3

   Remote Scripting With JavaScript and ASP   Hits: 1484 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Towards Next Generation URLs.   Hits: 823 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Query String Introduction   Hits: 974 

 
Explains the basics of using a query string to send information to different page.


Version: n/a   Platform(s): n/a   Updated: Mon Aug  5 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Always Updated Copyright   Hits: 855 

 
Never worry about your copyright being out of date again.


Version: n/a   Platform(s): PWS/IIS   Updated: Tue Jul 16 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Access ASP Application object from a remote script   Hits: 1086 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ContentType tutorial   Hits: 1891 

 
ContentType command allows to use an asp file as a source for plain text, html, images, pdf files.


Version: n/a   Platform(s): n/a   Updated: Thu Apr  4 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using ASP and javascript together   Hits: 2177 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Dynamic Javascript Includes   Hits: 1365 

 
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

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Prevent viewing of javascript and stylesheets   Hits: 1094 

 
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

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating Dynamic JavaScript with ASP and Databases   Hits: 1193 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Client-Side Scripting and ASP   Hits: 1054 

 
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.


Version: n/a   Platform(s): n/a   Updated: Fri Sep  7 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Multi-Language Web Development   Hits: 1719 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Web Development Reusability : Improve Reliability Quality and Productivity   Hits: 627 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Determining How Long Your Users Spend Filling Out Forms   Hits: 668 

 
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.


Version: n/a   Platform(s): n/a   Updated: Tue Jul 17 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to display your code   Hits: 866 

 
Here is a solution to displaying ASP code in an ASP page without executing the code. Useful for displaying the code in an article about ASP.


Version: n/a   Platform(s): n/a   Updated: Tue Jan 16 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Professional Windows DNA   Hits: 933 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Color Safe Palette or Nested For Next Loops & Arrays   Hits: 1196 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   HTML code reduction   Hits: 873 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Global.asa   Hits: 2129 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   404 Error Report   Hits: 1728 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 42    Displaying: 21 - 40 Pages:   1 2 3

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog