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


hiermenus.gif

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
internet.com channels
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 
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: 2795  (~ 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: 424  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: 2515  (~ 1/day)   Rating: rated 3.11  (3.11 after 66 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: 2694  (~ 1/day)   Rating: rated 2.09  (2.09 after 82 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: 2257  Rating: rated 2.87  (2.87 after 46 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: 531  Rating: rated 4  (4.00 after 2 votes)

DotDragNet Visit | Rate | Error 
Description: Several introductory tutorials.
Platform(s): All   Price: Free   Visits: 2812  (~ 1/day)   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: 545  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: 1554  (~ 1/day)   Rating: rated 2.77  (2.77 after 27 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: 952  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: 968  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: 1443  Rating: rated 1.83  (1.83 after 6 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: 820  Rating: rated 2.34  (2.34 after 12 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: 526  Rating: rated 2  (2.00 after 1 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: 650  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: 459  Rating: rated 1  (1.00 after 1 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: 1900  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: 1747  Rating: rated 3.31  (3.31 after 13 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: 3541  (~ 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' creating object.
Platform(s): All   Price: Free   Visits: 512  Rating: rated 5  (5.00 after 1 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: 508  Rating: rated 3  (3.00 after 1 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: 825  Rating: rated 3.5  (3.50 after 2 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: 611  Rating: rated 0  (0 after 0 votes)

Newsletter


Editor's Picks

Blosxom
Flash Web Calendar
Highslide JS pop
Magic Thumb
Magic Zoom
PHP-IPNMonitor
Perlfect Search
Photo Gallery Zoom
Simple Comments
poMMo

internet.commerce

Partner With Us
Website Load Testing
KVM Switches
Desktop Computers
Calling Cards
Phone Cards
PDA Phones & Cases
Promos and Premiums
Car Donations
Promote Your Website
Corporate Awards
Auto Insurance Quote
Promotional Products
Baby Photo Contest
Web Design




talk to us


(Optional)
Name:  
Email:  

   

Developer Channel       FlashKit
JavaScript.com
  JavaScript Source
Jobs
JustSmil
  StreamingMedia
WDJ
WDVL
  WebDeveloper.com
XMLFiles
 

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



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers



Site last updated Jul 18 2008 10:44:28