Glossary
Does anyone know a website where it lists a glossary of terms for ASP. Something like where it says things like Recordset - brief description of what it is and does Apllication object - brief description of what it is and does. I could just do with somewhere where it gives a simple example of what the main aspects of ASP does.
View Replies
I was looking for an app that i could use as a glossary, though i'm not sure how you would refer to it.
Basically, something that has 0-9 and A-Z with a search feature, by hitting G, all the items starting with G would appear, etc.
View Replies
View Related
I have a glossary database full of definitions of terms. The website i am working on has a lot of text, and so i thought it would be nice to hyperlink all text in the content of the website to it's definition.
The web content sits in one table and the glossary/definitions in another. With the help of a good friend, this is what we have developed so far: Include file for connection:
View Replies
View Related
Is there a place online that that provides a glossary of ASP syntax?
I need a place that will briefly explain the meaning of ASP code such as:
DIM, IF, ELSE, sub, Response.Write, etc.
View Replies
View Related