Click to See Complete Forum and Search --> : Noob at ASP


djob66
02-07-2005, 01:09 PM
Can anyone point out a few good tutorial sites for someone just starting to learn ASP???

As well as a few sites that offer free scripts.

Thanks

TheBearMay
02-07-2005, 01:28 PM
Might want to start at W3Schools (http://www.w3schools.com/asp/default.asp)

candelbc
02-07-2005, 01:51 PM
I believe that the following link is a GREAT starters guide to developing in ASP.

http://www.manastungare.com/publications/asp/tutorial/A_Practical_Guide_to_ASP.pdf

Enjoy...

-Brad

lmf232s
02-07-2005, 02:02 PM
here are some.
http://www.4guysfromrolla.com/
www.asp101.com

this one is greate for asp, vbscript, ado, javascript, and many more. THis one is greate because it shows all the methods, events, collections, properites, and more of the lanugage.
http://www.devguru.com/home.asp

I just found this one the other day, pretty good, has some app's on it.
http://www.webwizguide.com/asp/sample_scripts/database_login_script.asp

Bullschmidt
02-09-2005, 08:00 AM
Here is something I put together about ASP that hopefully might help somehow.

You and others can have access to a database hosted on the Web from any location that has a browser with an Internet connection.

The Web database concept makes sense if you and your people want to do work in various locations in or outside the office and still be "plugged" in.

For example you could have employees enter timesheets or have sales reps log their contacts. Or perhaps you'd like customers to be able to check the status of their orders online without having to call the company.

If you want a Web database, typically what would happen is that a database such as Access or MySQL (basically just consisting of tables) would be put on the Web.

Then "dynamic" Web pages (such as classic ASP pages which include VBScript, HTML, and/or JavaScript) would be created acting like the old desktop database's queries, forms, and reports to access the database - all hosted on a Web Server.

Dynamic Web pages are similar in many ways to regular HTML pages. But they are "live" because the user can read from and write to information in the database. An example where you can login and add, edit, or view fictional customers and invoices is at http://www.bullschmidt.com/login.asp

Not all Web hosts will handle dynamic Web pages but many do. The Web hosts that can handle ASP pages usually have a Windows 2000 or Windows 2003 operating system running an IIS Web server.

Here are a few good ASP sites:
o ASP101 Samples - http://www.asp101.com/samples
o W3Schools ASP Tutorial - http://www.w3schools.com/asp
o Microsoft VBScript Language Reference - http://msdn.microsoft.com/scripting/default.htm?/scripting/VBScript/doc/vbscripttoc.htm

And the following newsgroup is good:
microsoft.public.inetserver.asp.general

Or for a "quick and dirty" generic ASP open source solution to putting databases on the Web (often works well for the admin area of a Web site which doesn't need to look too unique) that just requires setting up a configuration page for each table or query and uploading the database to the Web as long as there is an autonumber field in each table (and you'll probably also separately want to create login capabilities), perhaps try something like this:
GenericDB by Eli Robillard
http://www.genericdb.com and then click on the Tips link to see an example

Bullschmidt
02-09-2005, 08:01 AM
Oh yes and for some free scripts you may want to do some searching at the following:

HotScripts.com
http://www.hotscripts.com

Planet Source Code
http://www.planet-source-code.com

Scripts.com
http://www.scripts.com

The ASP Resource Index
http://www.aspin.com