'Programming Tutorials' Category

Most of these are articles I've written on programming techniques. I will also post code snippets, and maybe I'll take the LSAT.

Jobs - Search jobs with Jobserve for the latest jobs worlwide

September 22nd, 2005

TreeView Part 2 - Traversing the TreeView

In my last article, I explained some uses of the new TreeView control available with ASP.Net 2.0 and how to populate it with data from a hierarchical database table. I now discusses a very important piece of functionality, the ability to traverse the tree to find and select a pre-specified node. Read on…

September 22nd, 2005

TreeView Part 1 - Populating the New TreeView Control from a Hierarchical Database Table

Though the title is a mouthful it succinctly describes what will prove to be the most common use of the new TreeView control shipping with ASP.Net 2.0. The control will be perfect for implementing hierarchical structures in a User Interface, and this tutorial will show you how to actually get the data into the control [...]

September 20th, 2005

How to Sort a Multi-Dimensional Array

Yes, the title is a mouthful. But unfortunately with classic ASP, trying to make sense of an unsorted array is much worse. It is quite often the case, especially when retrieving data from a database, that it may end up in an array which is not ordered perfectly, perhaps due to incorrect data type settings. [...]

September 20th, 2005

Portable Database Functions

Want to write a rock-solid, dependable application, but in record time? Code efficiency is the key! This article provides useful tools and ideas to speed up your database interactions in ASP, as well as a best-practice you just might be convinced to adapt for your database-driven applications.
Read more…

September 20th, 2005

Creating Test and Production Sites with Only One IIS Server

The need to separate live code from development code cannot be stressed enough. However, depending on the project, the size of the company, or just plain old budgetary constraints, it may be fairly infeasible to have an entire server dedicated solely to developing and enhancing code. This article will show you how you can obtain [...]

« Previous PageNext Page »