Results for "Author: manas tungare"
This practical guide aims to be a complete programming guide as well as a reference for the serious ASP programmer. You don't have the time to rummage through 1000-page thick books? You don't have the time to sift through jokes & wisecracks? This is the right resource for you ... This guide does not assume any prior knowledge of ASP, and starts from the ground up. The chapters are organized according to the increasing complexity of ASP scripts that you will be writing. Simple scripts come first, and then the techniques needed for more complex scripts are covered. This is especially useful for the beginner who is usually inundated by long, boring technical dissertations in the first chapter of any book. Experienced programmers will also find this guide useful, for it contains the following references in one easy-to-locate booklet. VBScript Reference A complete documentation of all VBScript functions with the necessary information for using them. Ideal for those situations where you know what you want to do, but can't remember the function that will do it for you. SQL Reference This includes complete syntactic specifications of the Structured Query Language, along with examples to demonstrate the use. ADO Reference A guide on ASP cannot miss out this quintessential section. It gives complete details on most of the objects in the ADO hierarchy. Since you can download the PDF, you don't need to be online in order to read it. A printer-friendly publication format means you can print it and read it anywhere. More Information
Add multiple Discussion Forums to your site with this code. Users can post messages to various forums and view the message list in a threaded format (the message comes first, then all the replies, in a tree-like structure) It provides advanced forum features such as: Multiple Forums You need not create separate tables when you decide to add more Forums to your site. Just add a new Forum in one place! Threaded Message Display So you can keep track of the messages and replies. Each message forms part of a hierarchical tree. Complete Information on every message The message display includes a list of all replies to the current message, plus a link to the original message (to which this is a reply) Fully Customizable All the customizable aspects have been isolated into one file (CONFIG.INC), so you can modify the script without fear of breaking the code. Cookies to store names The same user need not enter his name more than once; cookies do the trick automatically. No hardcoded paths So you don't need to fumble when you are trying to run the script for the first time. All paths are relative to the current directory, and you can modify that by changing a Constant in ONE single place. If you're learning ASP, you can go through the well-documented code to see how records are inserted, updated and retrieved from a database.