Quantcast
Channel: Development
Browsing all 20 articles
Browse latest View live

Using correctly in ASP

This article explains why you shouldnt be sprinking render blocks throughout your HTML code. Its inefficient for the server and for your users!

View Article



Beginner's Guide to Effective use of Arrays in ASP

This step-by-step tutorial covers the basics from dynamic resizing of arrays, to useful array functions, to finding elements in an array and passing an array from page to page.

View Article

Bullschmidt Dependent Listboxes 2.0

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.

View Article

Bullschmidt ASP Developer Tips 2.0

ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...

View Article

Bubble sorting in ASP 1.0

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.

View Article


Event Log Event Types 1.1

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.

View Article

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...

View Article

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 grandmas blueberry pie ---> how to build a drop down menu using ASP. Specifically, how to create a select menu...

View Article


The Len() Function

Overview and a quick example of the Len() function that calculates the LENGTH of a string.

View Article


Arrays in plain English

There are many ways to use arrays. This page shows a couple of quick examples for using arrays in ASP.

View Article

Left() Mid() Right()

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() wont work for you. This page explains how Left() Mid() and Right() work.

View Article

Using The Split() Function

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

View Article

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.

View Article


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 he

View Article

Bullschmidt ASP Developer Tips

ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...

View Article


Bullschmidt Dependent Listboxes

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.

View Article

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. F

View Article


Content Variables

This is a simple one page example of how to display all Server, Application and Session variables. Also shows how to add & delete Session and Application variables programatically.

View Article

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.

View Article

Event Log Event Types

Detailed escriptions 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.

View Article
Browsing all 20 articles
Browse latest View live




Latest Images