|
|
|||||||
|
Title Case Function In Asp Ever wonder why there are built in functions to make stuff lower case and upper case, but not one to put something into proper case? Well we did! It's built into Visual Basic using the StrConv(string,... SaaS Made Simple Building a SaaS app with Rails? Start with the SaaS Rails Kit. Working with Array : Remove An Item 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 ... VBScript Functions : The Len() Function In this series of our ASP Developer 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... Encoding URL strings 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. Learn ASP, the basics ASP stands for Active Server Pages. ASP is a server side technology which is used to display dynamic content on the web pages. ASP is becoming popular day by day as the favorite server side technology... Array Sorting with ASP This little snippet of code will learn you how to sort an array with bubble sorting. Objects in ASP This tutorial explains how to use classes and objects in ASP, giving you a first look at what object oriented programming is about. Asp Tricks Learn the some basic tricks to ASP coding Herong's Tutorial Notes on ASP This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning ASP himself. Topics include ActiveX, ASP, attachmen... Arrays in ASP An introductory look at using arrays in ASP. |
||||||||