Best Tutorials website
Latest tutorials

Advertisment

Using ASP and javascript together

Using ASP and javascript together

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...


Views: 729 | Rating star | by Amy
ASP - Miscellaneous

Dynamic Javascript Includes

Dynamic Javascript Includes

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...


Views: 851 | Rating star | by David
ASP - Miscellaneous

Prevent viewing of javascript and stylesheets

Prevent viewing of javascript and stylesheets

Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension....


Views: 798 | Rating star | by Donald
ASP - Miscellaneous

Creating Dynamic JavaScript with ASP and Databases

Creating Dynamic JavaScript with ASP and Databases

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....


Views: 790 | Rating star | by Ben
ASP - Miscellaneous

Client-Side Scripting and ASP

Client-Side Scripting and ASP

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...


Views: 758 | Rating star | by Source
ASP - Miscellaneous

Multi-Language Web Development

Multi-Language Web Development

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...


Views: 820 | Rating star | by Marry
ASP - Miscellaneous

Web Development Reusability : Improve Reliability Quality and Productivity

Web Development Reusability : Improve Reliability Quality and Productivity

Reusability is one of the simplest and the oldest concepts in programming. It is also the most underutilized concept. When implemented correctly...


Views: 723 | Rating star | by David
ASP - Miscellaneous

Determining How Long Your Users Spend Filling Out Forms

Determining How Long Your Users Spend Filling Out Forms

The author writes 'Have you ever wondered how long your visitor spends filling out a particular form? Such information is vital for companies...


Views: 756 | Rating star | by Sarah
ASP - Miscellaneous

How to display your code

How to display your code

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.


Views: 824 | Rating star | by Slicer
ASP - Miscellaneous

Professional Windows DNA

Professional Windows DNA

This is a sample chapter from Wrox Press book 'Professional Windows DNA.' It prvides info on building web applications with VB, COM+,...


Views: 764 | Rating star | by Jarry
ASP - Miscellaneous

HTML code reduction

HTML code reduction

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...


Views: 769 | Rating star | by Source
ASP - Miscellaneous

ASP 3.0 Object Model

ASP 3.0 Object Model

Here, you will find reference material on Active Server Pages 3.0 Object model. Browse through all the methods, collections, properties and events...


Views: 756 | Rating star | by Sean
ASP - Miscellaneous

404 Error Report

404 Error Report

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...


Views: 776 | Rating star | by Colin
ASP - Miscellaneous

Global.asa

Global.asa

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,...


Views: 624 | Rating star | by John
ASP - Miscellaneous

Color Safe Palette or Nested For Next Loops & Arrays

Color Safe Palette or Nested For Next Loops & Arrays

The browser can do a great many things, but it has a limit of 216 colors that can “safely” (without dithering or color washout)...


Views: 492 | Rating star | by Brad
ASP - Miscellaneous

ASP & Javascript Quiz

ASP & Javascript Quiz

This script loads 10 random questions from an Access database and creates a javascript quiz from them. There are buttons to display the current...


Views: 913 | Rating star | by John
ASP - Tests and Quizzes

Online Exam using ASP & XML

Online Exam using ASP & XML

This article presents an online exam system that pulls its data from an xml file on the server. The question list for the user is sent to the...


Views: 832 | Rating star | by Ben
ASP - Tests and Quizzes

Creating an On-Line Quiz Using ASP

Creating an On-Line Quiz Using ASP

This tutorial guides you through step-by-step how to create a multi-question quiz using ASP and MS Access database.


Views: 855 | Rating star | by Stephen
ASP - Tests and Quizzes

ASP Tutorial

ASP Tutorial

This tutorial explains along with sample code how to create a simple quiz program in ASP. It uses an Access database for data handling.


Views: 886 | Rating star | by Steve
ASP - Tests and Quizzes

Creating a Members Area in ASP

Creating a Members Area in ASP

This is a complete tutorial on how to create your own 'members-only' area on your website. The author writes 'A frequent task for...


Views: 857 | Rating star | by Brad
ASP - User Authentication