home   
 
   search   
 
   about   
 
   add | modify | new | popular | highest rated |  
ScriptSearch.com
Search this Site
  or ... Adv. Search

Categories
ASP
Flash
Java
JavaScript
PHP
Perl
Python
Remote
Tools
XML
Tech Jobs
>> expand directory

Find a web host with:
CGI Capabilities
MySQL
Active Server Pages
PHP
JSP/Java Servlets
Cold Fusion
Uptime Guarantee/SLA
advanced search
 
Home
    >ASP
          >Tips and Tutorials
                >Introduction to ASP
add my resource here
Today: New  5 Days: New  10 Days: New


A Quick Look At The Split() Function Visit | Rate | Error 
Description: Often times it is necessary to take a string and dice it up in order to extract portions to be used for some obscure purpose. Enter the Split() function. Split is a very easy concept to grasp. Just decide where you want to split your string and away you go.
Platform(s): IIS   Price: Free   Visits: 3553  (~ 1/day)   Rating: rated 2.28  (2.28 after 37 votes)

An Introduction to Aspect-Oriented Programming Visit | Rate | Error 
Description: Using tracing and logging aspect examples, the HelloWorlds of aspect orientation, this article shows how to declare pointcuts and advice in order to apply aspects using the unique facilities that the Spring framework provides. Part two of this series will take things further by explaining how to exercise the full range of advice types and pointcuts available in Spring in order to implement more practical aspects and aspect-oriented design patterns.
Platform(s): All   Price: Free   Visits: 1554  Rating: rated 4  (4.00 after 3 votes)

Asp & Database Interaction Tutorial Visit | Rate | Error 
Description: A tutorial that introduces ASP and MS Access and shows how to insert from a webpage to a database and then retrieve data from the database to a webpage.
Platform(s): All   Price: Free   Visits: 3513  (~ 1/day)   Rating: rated 3.03  (3.03 after 71 votes)

Asp Course Visit | Rate | Error 
Description: ASP programming email course consists of 15 Lessons. Like other email courses, ASP programming email course is offered via email. Every lesson has an exercise. In addition you must complete 3 projects during the course. Your tutor will answer your course questions if you need.
Platform(s): All   Price: Free   Visits: 3419  Rating: rated 2.08  (2.08 after 83 votes)

Asp Free Email Course Visit | Rate | Error 
Description: ASP course delivered to your mail box. Like other courses from this site it goes on step by step with worked examples and exercises. Author will answer your questions in support froums. You can even obtain personal tutor service for this lesson.
Platform(s): All   Price: Free   Visits: 2899  Rating: rated 2.91  (2.91 after 48 votes)

Count Active Visitors Visit | Rate | Error 
Description: By implementing this code on your site, you can display the number of visitors that are currently browsing your site. It increments a counter every time that a unique session begins on your site and decrements a counter every time that a session ends.
Version: 1   Platform(s): All   Price: Free   Visits: 1341  Rating: rated 4.33  (4.33 after 3 votes)

DotDragNet Visit | Rate | Error 
Description: Several introductory tutorials.
Platform(s): All   Price: Free   Visits: 3510  Rating: rated 3.5  (3.50 after 48 votes)

Encoding URL Strings Visit | Rate | Error 
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.
Platform(s): All   Price: Free   Visits: 1309  Rating: rated 2.33  (2.33 after 3 votes)

Find A Visitor's IP Address Visit | Rate | Error 
Description: Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. Here's how you can find it.
Platform(s): All   Price: Free   Visits: 2567  (~ 1/day)   Rating: rated 2.56  (2.56 after 32 votes)

Find The Current Url Visit | Rate | Error 
Description: This article will tell you how to find the full URL of the current page with ASP: domain name, path and the QueryString.
Platform(s): All   Price: Free   Visits: 1893  Rating: rated 2.6  (2.60 after 10 votes)

How To Use The QueryString In ASP Visit | Rate | Error 
Description: This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.
Platform(s): All   Price: Free   Visits: 1707  Rating: rated 2.59  (2.59 after 22 votes)

If Elseif End If Example Visit | Rate | Error 
Description: Many times we need to perform an action or display something different based on some different parameters. Using If ElseIf End If is one such way to do this. Below is an example of how this can be done.
Platform(s): IIS   Price: Free   Visits: 2175  Rating: rated 1.71  (1.71 after 7 votes)

Introduction To ASP Visit | Rate | Error 
Description: This introduction to ASP provides an insight to why ASP was created, why there is a need for the scripting language and examples of Web applications built in ASP.
Platform(s): All   Price: Free   Visits: 1573  Rating: rated 2.31  (2.31 after 13 votes)

Introduction to ASP.NET Visit | Rate | Error 
Description: ASP.NET offers a novel programming model and infrastructure that facilitates a powerful new class of applications. ASP.NET is a compiled. NET-based environment, so one can author applications in any .NET compatible language, including Visual Basic, C# and Jscript.NET.
Platform(s): All   Price: Free   Visits: 1446  Rating: rated 1.5  (1.50 after 2 votes)

Managing Session Object and Passing Data Visit | Rate | Error 
Description: This tutorial describes how the ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together; how ASP server offers the session object to ASP pages to share information between multiple requests or pages; different ways to pass information between requests or pages; and how Perl tools can be used to help debug ASP applications at the HTTP communication level.
Platform(s): All   Price: Free   Visits: 1463  Rating: rated 2  (2.00 after 2 votes)

Microsoft Scripting Runtime DLL Visit | Rate | Error 
Description: This tutorial helps you understand: "scrrun.dll" and Dictionary, FileSystemObject, Drive, Folder, File, and TextStream classes.
Platform(s): All   Price: Free   Visits: 1320  Rating: rated 3.25  (3.25 after 4 votes)

Query String Example Visit | Rate | Error 
Description: Passing info between pages is a simple task. We have all seen the long URL's that look like this: http:www.pacosdrivers.com/asp/name.asp?name=Paco
Platform(s): IIS   Price: Free   Visits: 2676  Rating: rated 2.89  (2.89 after 9 votes)

Select Case Example Visit | Rate | Error 
Description: Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this. Below is an example of how this can be done
Platform(s): IIS   Price: Free   Visits: 2495  Rating: rated 3.43  (3.43 after 14 votes)

The ASP Chain Visit | Rate | Error 
Description: A helpful explanation of what exactly an Active Server Pages is and how it works. Includes a flow chart showing how things operate.
Platform(s): All   Price: Free   Visits: 4376  (~ 1/day)   Rating: rated 2.83  (2.83 after 158 votes)

Using Objects In ASP Visit | Rate | Error 
Description: To use an object in ASP, you should create an instance of an object. We use 'CreateObject method' for creating the object, as we explain in this tutorial.
Platform(s): All   Price: Free   Visits: 923  (~ 3/day)   Rating: rated 3  (3.00 after 4 votes)

VBScript Functions : The Len() Function Visit | Rate | Error 
Description: In this articles we will examine a new VbScript function called as 'The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.
Platform(s): All   Price: Free   Visits: 1446  Rating: rated 2  (2.00 after 2 votes)

Visual Basic Script Tutorials Visit | Rate | Error 
Description: This is a collection of notes and sample codes written by the author while he was learning ASP himself. It can be used as a tutorial guide for beginners or a reference book for experienced developers. Topics include Visual Basic, VB Script, data type, variable, variant, array, string, operation, expression, if else, loop, while, for each, procedure, function, null, and conversion.
Platform(s): All   Price: Free   Visits: 1791  Rating: rated 3.4  (3.40 after 5 votes)

Working With Array : Remove An Item Visit | Rate | Error 
Description: Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form your array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array. .
Platform(s): All   Price: Free   Visits: 1506  Rating: rated 0  (0 after 0 votes)

Newsletter
Sign Up Today!

Subscribe to our news feeds:
Top Rated:

Most Popular:

New/Updated:


Editor's Picks

Blosxom
Flash Web Calendar
Highslide JS pop
IP2Country
Magic Thumb
Online Booking Engine for Tourism Portal and/or Hotels Group
PHP-IPN Monitor
Perlfect Search
Qtabs
RSS Scripts Directory
Simple Comments
Video Carousel

internet.commerce





talk to us


(Optional)
Name:  
Email:  

   

   Developer Channel 4 Guys from Rolla
CodeGuru
Developer.com
DevX
Flash Kit
VB Forums
JavaScript Source
PHP Builder
HTML Goodies
SharePoint Briefing
WebDeveloper.com
WebReference

add a resource | modify a resource | new | popular | highest rated





Site last updated Jan 25 2012 14:41:20