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

Development

Results 1-20 of 42
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
Views1152
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
Views1192
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
Views1698
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
Views5856
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
Views1626
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
Views1706
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
Views1108
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
Views1640
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
Views2311
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
Views3860
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
Views3344
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
Views2002
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
Views1595
Query String Example
posted byderekinDevelopment
A short tip on passing info between pages via a query string.
(0 ratings)
Reviews0
PriceFree
Views3275
Select Case Example
posted byderekinDevelopment
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.
(0 ratings)
Reviews0
PriceFree
Views2935
If ElseIf End If Example
posted byderekinDevelopment
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.
(0 ratings)
Reviews0
PriceFree
Views2182
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
Views2001
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
Views3318
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
Views2427
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
Views2036
Results 1-20 of 42