Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP code reference guide/glossary

Reply
Thread Tools

ASP code reference guide/glossary

 
 
Hasan Kachal
Guest
Posts: n/a
 
      07-27-2004
Hi,

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.

If somebody can point me to link, I'd be greatful.

Thanks,


 
Reply With Quote
 
 
 
 
Aaron [SQL Server MVP]
Guest
Posts: n/a
 
      07-27-2004
> 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.


Oh, you mean VBScript syntax.

ASP isn't a language, it's just a scripting environment.

VBScript documentation is on MSDN...
http://msdn.microsoft.com/library/en...l/vbstutor.asp
http://msdn.microsoft.com/library/en...bscripttoc.asp

And ASP can start here:
http://msdn.microsoft.com/nhp/defaul...entid=28000522

Or here:
http://www.aspfaq.com/2183


 
Reply With Quote
 
 
 
 
Tim Slattery
Guest
Posts: n/a
 
      07-27-2004
"Hasan Kachal" <> wrote:

>Hi,
>
>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.


http://msdn.microsoft.com/library/de...rivbscript.asp

--
Tim Slattery
MS MVP(DTS)

 
Reply With Quote
 
Steven Burn
Guest
Posts: n/a
 
      07-27-2004
aspfaq.com for me ;o) (only use others if absolutely necessary (which so
far, has been very rarely))

Not that I'm biased of course Aaron ;o)

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Aaron [SQL Server MVP]" <> wrote in message
news:...
> > 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.

>
> Oh, you mean VBScript syntax.
>
> ASP isn't a language, it's just a scripting environment.
>
> VBScript documentation is on MSDN...
> http://msdn.microsoft.com/library/en...l/vbstutor.asp
> http://msdn.microsoft.com/library/en...bscripttoc.asp
>
> And ASP can start here:
> http://msdn.microsoft.com/nhp/defaul...entid=28000522
>
> Or here:
> http://www.aspfaq.com/2183
>
>



 
Reply With Quote
 
Jeff Cochran
Guest
Posts: n/a
 
      07-27-2004
On Tue, 27 Jul 2004 12:38:59 -0700, "Hasan Kachal" <>
wrote:

>Hi,
>
>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.
>
>If somebody can point me to link, I'd be greatful.


In addition to the others, I like:

http://www.devguru.com/Technologies/technologies.html

Jeff
 
Reply With Quote
 
CJM
Guest
Posts: n/a
 
      07-28-2004

"Jeff Cochran" <> wrote in message
news:...
> In addition to the others, I like:
>
> http://www.devguru.com/Technologies/technologies.html
>
> Jeff


DevGuru is great - not the most in-depth but good for starters and as a
quickreference.


 
Reply With Quote
 
Bã§TãRÐ
Guest
Posts: n/a
 
      07-28-2004
http://www.w3schools.com/asp is another good reference


On Wed, 28 Jul 2004 10:25:03 +0100, "CJM" <> wrote:

>
>"Jeff Cochran" <> wrote in message
>news:...
>> In addition to the others, I like:
>>
>> http://www.devguru.com/Technologies/technologies.html
>>
>> Jeff

>
>DevGuru is great - not the most in-depth but good for starters and as a
>quickreference.
>


 
Reply With Quote
 
Hasan Kachal
Guest
Posts: n/a
 
      07-28-2004
Thank you everyone. These are great sources. I'll be busy for the next few
days going through them.

HK

"Bã§TãRÐ" <> wrote in message
news:...
> http://www.w3schools.com/asp is another good reference
>
>
> On Wed, 28 Jul 2004 10:25:03 +0100, "CJM" <>

wrote:
>
> >
> >"Jeff Cochran" <> wrote in message
> >news:...
> >> In addition to the others, I like:
> >>
> >> http://www.devguru.com/Technologies/technologies.html
> >>
> >> Jeff

> >
> >DevGuru is great - not the most in-depth but good for starters and as a
> >quickreference.
> >

>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reference.map(1): Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated. genc ymeri ASP .Net 0 04-27-2006 03:28 PM
I'm confused by reference to reference in my code surf Perl Misc 2 02-07-2006 11:00 PM
ASP.NET 2.0: master pages and web user controls: reference to a non-shared member requires an object reference bminder ASP .Net 0 06-24-2005 12:22 AM
asp.net 2005 question re: "reference to a non-shared member requires an object reference" ce ASP .Net 1 06-23-2005 09:15 PM
How to tell if a reference is project or file reference from within the IDE? Darren ASP .Net 0 10-11-2004 12:51 AM



Advertisments