| PenPal / Match Makers | | This ASP/XHTML/CSS script allows your members to upload and maintain their personal details on your website. Members can view each others details and add them in their personal contact wallet. Adding members to contact wallet may be free or restricted or payable, all these can be configured and set from the site administration area. From the administration area many member groups for member registration can be created with various levels of features - like whether the group members can list
|
| 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 contains strong functions to remove any item form your array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array
|
| VBScript Functions : DatePart() | | With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function. .
|
| Simple XML/RSS Parser | | Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to include a subroutine in your code and call it.
|
| Displaying Records From An Excel Database | | Aim of this articles is to display records from an Microsoft Excel in an ASP. We could use general SQL command while retreving data from an excel sheet. All we need to know how to connect Excel file.
|