soloscript.com
Home | Contact Us | Log In | Help
HOME New Listing Script NEW LISTING Most Popular Script MOST POPULAR High Rated Script HIGHEST RATED Script SCRIPTS Add Script ADD SCRIPT Download Tutorial DOWNLOADS Forums FORUM
TUTORIALS
   ASP.Net & C#
   ASP
   Perl and PHP
   Java Scripts
   C and C++
   Ajax Tutorials
   J2ee, J2Me, Java
   Python & Ruby Rail
   Crystal Report
   Sap
   CGI
   XML
   Cold Fusion & CFML
   HTML, DHTML & CSS
   Dreamweaver
   FLASH
   Photoshop/Web Designing
   Tools & Utilities
   Oracle/D2K
   Sql Server
   MySql
   Domain Name Registration
   Remotely Hosting
   Web/Server Application
   Hotel Marketing
   Internet and Law
   Search Engine Optimization/SEO
   E-Commerce
   Interview Questions
Previous < 11 12 13 14 15 16 17 18 19 >Next
ASP 14
Adding Features to Your ASP Site

During the last few years the number of Web sites has grown dramatically, as well as the level of quality demanded from these sites. To succeed today, it's not enough to place some content on a static site. You need to have more and more features to attract new visitors and make them return again and again. Some of these features are not directly related to increasing the interest of your visitors and the level of traffic. Sometimes they are even not visible to the user, but are nonetheless crucial to getting your site's quality to the top.

Adding Features Visit Site
What are Active Server Pages (ASP)?

ASP is a DLL which resides on the server. It will parse the ASP commands and allow you as the programmer to create server-side scripts thus allowing a web page to be altered (or created dynamically) before being sent to the user.

All of your asp pages will need to be saved with a .ASP extension. This will be filtered though the ASP DLL automatically.

What are some of the advantages of ASP? Most people believe that is much faster to create fully functional service side scripts in ASP then say CGI. You are able to connect to a database with just a few lines of code or mix and match ASP and HTML. Another big advantage is the flexibility of how you write the code. Most people use VB SCRIPT or JSCRIPT. Examples I use will concentrate on VB SCRIPT.

Active Server Pages Visit Site
ASP Manual(s)

On this page we have collected a bunch of useful sites that provide a manual to ASP and VBScript, the language that you program ASP in by default. This page itself is not a manual. ASP is proprietary software of Microsoft and so we have split up information into Microsoft and Non-Microsoft related resources.

ASP Manual Visit Site
Working with ASP & MS Access

Summary:
Learn to add, remove and modify data from an Access database.

Intro:
There have been a lot of requests for this topic, and it won last weeks voting, so here it is.
The code:
Let's start coding! First you will need a populated database. You can download the source code for this demo, and use the included database.

Working with ASP Visit Site
Response Object and HTML Encoding

The response object is often used in conjunction with various kinds of coding schemes. No discussion of response would be complete without a discussion of how to "handle" or "escape" special characters. This sample script demonstrates common conversion and transformation commands that make sense to use with the response.write command:

Response Object Visit Site
Previous < 11 12 13 14 15 16 17 18 19 >Next
  Copyright 2000-2006 © SoloScript.com, All rights reserved.