Click to See Complete Forum and Search --> : Don't know where to start!


hooloovoo24
03-01-2005, 12:16 PM
I need to start learning ASP, but have no clue where to even begin. Can anyone point me to a good resource?

TheBearMay
03-01-2005, 12:49 PM
This is usually a good place: http://www.w3schools.com/asp/default.asp

lmf232s
03-01-2005, 01:07 PM
also get a couple of good books,
I like Sams Teach your self books.

I bought 3 of them when i started ( they cover basically the same materially but each one approaches it in a different way, so you have multiple options that you can taylor to your needs)

Also reading and posting on this site is a great resource.

I cant tell you how many questions i have posted here.
Also just by reading questions and answeres will make you pick stuff up here and there.

Here are some of my fav site.

http://www.devguru.com/home.asp
http://www.webwizguide.com/asp/sample_scripts/database_login_script.asp
http://www.asp101.com
http://www.4guysfromrolla.com

hooloovoo24
03-01-2005, 01:19 PM
Thanks. How would you guys rate ASP as far as difficulty?

TheBearMay
03-01-2005, 01:23 PM
If you can do JS or VB, and HTML you can do ASP. The complexity actually doesn't come in until you add a database to the mix, and even then in most cases it's just a matter of figuring out how to use SQL.

hooloovoo24
03-01-2005, 01:27 PM
Great thanks. I hope I can do this!!! I'm learning JS right now...do you think I should wait until I've got that down really well?

buntine
03-01-2005, 07:40 PM
Dont worry, ASP is simple. Book-wise, I would suggest one of the following:

- Beginning ASP 3.0 (WROX)
- Professional ASP 3.0 Development (WROX)

Wrox have an excellent range of MS-related books. (much better than Sam's "Teach Yourself is 8 seconds" :p)

On the Net:

- www.asp101.com
- www.4guysfromrolla.com
- http://forums.webdeveloper.com ;)

Regards.