Free traditional ASP books Please
-
Salam , how are you guys ? i hope everything is good well , i'm new in web developement & i'm trying to find out some ASP tutorials or books but i can't cuz when i type ASP or traditional ASP in Google i get the results concerning the new ASP.Net 1.x or 2.0 but i want to try out the traditional one first to know basics then move to this latest versions , can some body help me please ? thank you very much
try to be good if you can't be the best
-
Salam , how are you guys ? i hope everything is good well , i'm new in web developement & i'm trying to find out some ASP tutorials or books but i can't cuz when i type ASP or traditional ASP in Google i get the results concerning the new ASP.Net 1.x or 2.0 but i want to try out the traditional one first to know basics then move to this latest versions , can some body help me please ? thank you very much
try to be good if you can't be the best
Not quite free, but "New and used from $0.18" isn't bad! http://www.amazon.com/Teach-Yourself-Active-Server-Pages/dp/0672313332[^] It's a good book to learn from... Fred
-
Salam , how are you guys ? i hope everything is good well , i'm new in web developement & i'm trying to find out some ASP tutorials or books but i can't cuz when i type ASP or traditional ASP in Google i get the results concerning the new ASP.Net 1.x or 2.0 but i want to try out the traditional one first to know basics then move to this latest versions , can some body help me please ? thank you very much
try to be good if you can't be the best
-
In my opinion however, you won't really gain anything from learning ASP first. ASP and ASP.NET are very different animals. Scott
Salam , yeh i know but if you can see the ASP.Net ust makes the task easy for ya , for example the authentication & autorization , when i was studiying ASP.Net 2.0 from the asp.net web site i didn't know what is happening bihind scenes , now i know that there is something called cooky & session variable ........ understand ?? this is why i want to start out with classic asp i know a jewish website that gives great books for free but i don't remember the link !! so baaaad :^):(;P
try to be good if you can't be the best
-
Salam , yeh i know but if you can see the ASP.Net ust makes the task easy for ya , for example the authentication & autorization , when i was studiying ASP.Net 2.0 from the asp.net web site i didn't know what is happening bihind scenes , now i know that there is something called cooky & session variable ........ understand ?? this is why i want to start out with classic asp i know a jewish website that gives great books for free but i don't remember the link !! so baaaad :^):(;P
try to be good if you can't be the best
Mohammed Amine wrote:
this is why i want to start out with classic asp
This is just plain dumb. ASP was not designed in any way. Learning it will not help you in any way. In fact, you access cookies, the query string, and so on exactly the same way in ASP and ASP.NET. ASP is a nightmare, all it will teach you is bad habits which will corrupt your attempts to learn ASP.NET.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Mohammed Amine wrote:
this is why i want to start out with classic asp
This is just plain dumb. ASP was not designed in any way. Learning it will not help you in any way. In fact, you access cookies, the query string, and so on exactly the same way in ASP and ASP.NET. ASP is a nightmare, all it will teach you is bad habits which will corrupt your attempts to learn ASP.NET.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Try these online tutorials. For starter this should be enough: http://www.w3schools.com/asp/asp\_intro.asp Let me know if you are looking for some advanced topics in ASP.
Best Regards, Sam Xavier www.componentone.com