Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | ASP | Tutorials & Tips | Development

Results 1-20 of 42
Using The Split() Function
posted byderekinDevelopment
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. Decide where you want to split your string and away you go.
(15 ratings)
Reviews0
PriceFree
Views3856
PDF on the fly for free
Learn how to convert HTML webpage to PDF for free by using HTMLDoc. With a simple installation of htmldoc.exe (opensource), by sending a command line from ASP. New version of the script is provided. Feedback will be appreciated
(6 ratings)
Reviews0
PriceFree
Views5850
Compare strings
Self explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a string, Is a substrings within a string?, Find position of a substrings within a string after skipping part of the string.
(6 ratings)
Reviews0
PriceFree
Views3317
Creating Parent-Child Relationships
This tutorial explains how to do recursive subroutines in ASP (VBScript). Use this algorithm to create threaded discussions, directories, or whatever use you have for it.
(6 ratings)
Reviews0
PriceFree
Views1638
Bubble sorting in ASP
This is a script aimed to order an array with bubble sort technique. This algorithm of sorting of array is probably the most known for lack of being the most effective.
(3 ratings)
Reviews0
PriceFree
Views1697
Bullschmidt ASP Developer Tips
posted bypaulinDevelopment
ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...
(3 ratings)
Reviews0
PriceFree
Views2306
Event Log Event Types
Detailed descriptions of the different event log event types that may occur in the windows event log. The windows event logs can be accessed using development tools to aid in overall management.
(3 ratings)
Reviews0
PriceFree
Views1618
Math functions
Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
(3 ratings)
Reviews0
PriceFree
Views1998
Left() Mid() Right()
posted byderekinDevelopment
There will come a time when you need to dice up a string which is all one word or a number. In this particular case, Split() won't work for you. This page explains how Left() Mid() and Right() work.
(3 ratings)
Reviews0
PriceFree
Views3338
If...Then...Else / For...Next Instructions
A short tutorial on the If....Then...Else instructions sequence in ASP that is very similar to the one in different kind of scripting languages.
(3 ratings)
Reviews0
PriceFree
Views2034
Recursive Functions
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. You'll see the difference between solving a problem iteratively and recursively later.
(3 ratings)
Reviews0
PriceFree
Views1823
String Functions (Len, Left, Mid, Right)
posted byinfoinDevelopment
This is a short exmaple that demonstrates the text manipulation functions in .asp. It takes a string of ten numbers 8005551212 (the 800 number for 800 info) and splits it into the common ###-###-#### format.
(3 ratings)
Reviews0
PriceFree
Views4666
Manipulation of strings
Self explaining sort scripts to show how to manipulate strings. InStr(), LCase(), Left(), Len(), LenB(), LTring(), Mid(), Replace(), Right(), RTrim(), Space (), String(), StrReverse(), Trim() and UCase() commands.
(3 ratings)
Reviews0
PriceFree
Views2426
SQL statements in ASP - beware the apostrophe
One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so let's get started
(0 ratings)
Reviews0
PriceFree
Views1149
Build a Drop Down menu using an ASP Recordset
This tutorial is about a piece of ASP functionality that is as old and common as grandma's blueberry pie ---> how to build a drop down menu using ASP. Specifically, how to create a select menu element for each record returned in an ASP recordset. I'll show you how to do it in 4 simple steps...
(0 ratings)
Reviews0
PriceFree
Views1190
Bullschmidt Dependent Listboxes
posted bypaulinDevelopment
You can use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox.
(0 ratings)
Reviews0
PriceFree
Views1703
5.1 Surround Sound on the Web
Tutorial: Determine if a client and user agent meet the requirements to deliver full 5.1 surround sound to your web visitor. Topics covered include client machines, user agents, media players, http headers and MIME types.
(0 ratings)
Reviews0
PriceFree
Views1106
The Len() Function
posted byderekinDevelopment
Overview and a quick example of the Len() function that calculates the LENGTH of a string.
(0 ratings)
Reviews0
PriceFree
Views1592
Arrays in plain English
posted byderekinDevelopment
There are many ways to use arrays. This page shows a couple of quick examples for using arrays in ASP.
(0 ratings)
Reviews0
PriceFree
Views2000
Query String Example
posted byderekinDevelopment
A short tip on passing info between pages via a query string.
(0 ratings)
Reviews0
PriceFree
Views3271
Results 1-20 of 42