This is a sampling of email messages I’ve received from readers of my online tutorials over the past couple of years.

-----Original Message-----

Good Morning,

Thank you very much for the Web Development Tutorials.  I always refer to your tutorials on the web even though I bought books on Asp.net, JavaScript and CSS from your site. Your tutorials are the best and easy to use. I am curious to know if you are going to add tutorial for asp.net 3.5.

Thank you very much for your help.

thanks!
Jaison


-----Original Message-----

Hi All,
I'm a web design instructor and have studied many hours and used lots of learning materials,
but yours sir are the very best I have encountered since starting to learn web design since 1998.
Brilliant beyond doubt.
Thank you so much for sharing
Best Regards
Pat Collins 

-----Original Message-----

Hi,

I love the tutorials, they are very informative and helpful. I go to high school and they don't offer any courses in javascript, php or anything related to the web except for HTML. I just started reading the PHP one yesterday and have got so much out of it after just getting to the form handling section. I made a small app with PHP that calculates net income for a service and merchandise business and has some nice formatting just from the stuff i learned about in the PHP section.

I can't wait to look at some of the other stuff, since my school doesn't offer any programming stuff except visual basic and C++, theres not much else to do. So basically they have nothing for the people who like to write stuff for the web.

Thanks a lot,

your the best

James :)


-----Original Message-----


Dear Dr. Floyd: I am a professor at Elon University. I just came across you excellent tutorial on xhtml and css. Would it be possible to get a copy of the section on assignments and their solutions? I am teaching a elective in servlets/jsp this spring and I thought that it would be great to start the course of with the students reviewing your tutorials on xhtml and css. 



Regards
Dave


-- 
David J. Powell
Professor
Elon, University 

-----Original Message-----

I stumbled across your website while searching for the solution to a .Net problem.  Now I go to it regularly to learn because you have presented the platform so well.  I am 65 and code a lot of intranet forms for the company.  The switch to .Net has been a challenge for me.  Your site has allowed me to settle into confident productivity instead of anxiety.  Looks like many people know how good it is, and now I'm one of them.  Thanks very much.
 
Larry Greene
Tampa, FL



-----Original Message-----

Please share my thanks and congratulations on the fabulous set of tutorials you generously share online. 

I noticed that they are available for download. Don’t know how much revenue that produces, but would suggest that if you coupled the modules with video/screencasts of ‘how this works’, it would be a compelling value.

If you ever come to Toronto, call me for a real bottle of a great Merlot from the nearby Niagara Peninsula!

___________________________________________

A. Simon Mielniczuk - Solutions Architect

ITScooperative - www.itscooperative.com


-----Original Message-----

Dear Sir,
 
I was searching for something related to ASP.NET programming and came across your site.
 
Well done !
 
I started at Macon Junior College in Fall of 1970.  It was interesting getting some help from a school that only had a paper-tape Telewriter in the Chemistry lab when I started :-)
 
I spent a few more years of college at UGA and Ga College in Milledgeville, then this Math major (son of a math teacher) got married and went to work. About six years and 2 small children later, I thought "O heck, let's finish that degree". So I did at Ga College with a double major in Math and Computer Science. Computer Science was a very young degree then. I've been working in IT for 24 years mostly in-house applications going through the phases of COBOL with Assembler to  3-GLs to extending 3rd party ERP systems... mostly back-end stored-procedure interface stuff.  (Sorry for rattling on).
 
Lately, for personal development and use I've been learning ASP.NET 2.0.
 
Do you mind if I ask your opinion of the better server environment: ASP.NET vs PHP.
 
Thank you for your time and Best Wishes
 
Charlie Steck

-----Original Message-----

Hi Kevin,

I am a new Programmer. You can call me novice in the field of programming. While starting off, I searched every possible site for learning ASP.net since I was told to make projects in ASP.Net. 

Luckily, I chanced upon this site thanks to my colleague. Ever since, I have been hooked on to it. Of all the sites offering tutorials, yours is the best site. I have gone through all the topics in ASP.Net 1.1 thrice and I must say this site has helped me the most.

Even my Assistant Manager who has 8 years of programming experience was impressed. I must tell you that you have done a fabulous job.

Keep up the Good Work!

Regards

B S Guliani

-----Original Message-----

Dear Sir,
 
I have been using the online PHP 1.1 tutorials, http://msconline.maconstate.edu/tutorials/default.aspx. These tutorials are simply brilliantly clear and to the point. Everything I need to know about the basics of PHP&MYSQL is right there. It's been an invaluable resource. Can u give me a idea where to get this book. 
Thank you for developing this fantastic learning opportunity!Good LUCK

KalaivaniSivarajan,
Project Co-ordinator,
Technology Park,
Bharathidasan University,
Trichy, Tamil Nadu, India.

-----Original Message-----

I want to thank you for posting such a fabulous tutorial site.
 
I have been reviewing the material on JavaScript and it is one of the best I have yet encountered.
 
You richly supply ample examples and the explanations are lucid and easy to understand. I love the way how you also demonstrate the code at work by allowing the viewer to click on buttons. Then, you follow up by explaining how the script works. This is an excellent feature and way to learn the subject.
 
I have learned a lot by applying the examples and studying the scripting codes.
 
I favor the animation tutorials. I love the way how you can animate and make seemingly still and static objects move. Hope you will add more of these in the short future.
 
I did find however, that some of the codes will only work for Internet Explorer and not other browsers. But this is certainly no fault of yours.
 
Thank you for sharing this knowledge with others. I can't say enough thank you.
 
David

-----Original Message-----


Dr. Floyd,

I thoroughly enjoy your web development tutorials on the Macon State website. I have used them for reference a number of times. They are well written and sequences.

On your web application development page, you make mention that Visual Basic and C# should be thought of as scripting languages. I’m not sure I agree with that. Both VB and C# are used for more than creating web applications. They are both fully functional programming languages that can be used to create desktop applications and can do almost anything that JAVA can do. It’s true that both VB and C# rely on the .NET class libraries, but new classes can be created and objects extended. Similarly, JAVA also relies on a class library. The process for say instantiating a button or text box is similar in all three languages. You wrote that, “Their use is in tying together prebuilt components from, say, the .NET framework, moreso than in writing intricate processing details.” Although prebuilt components are used in VB and C#, they are far more powerful than for just doing that. It’s true that VB and C# Are compiled to an intermediary code (CLR) that then is converted to machine code, but JAVA does something similar. 

Any how, I truly enjoy the tutorials and look forward to using them in the future.

Regards,

Adrian Gabor

-----Original Message-----

Good morning Dr. Floyd,

I am a database programmer (mostly MS Access with some SQL Server) at the University of West Florida, Haas Center for Business Research and Economic Development. I have found it necessary to become a web developer to some degree because databases are on the web in a big way these days. Initially I wasn’t very enthusiastic about this transition. But I am slowly getting used to it. Anyhow I have read an awful lot of books on ASP.NET, CSS, XHTML, and JavaScript.

A few months ago I found the Web Development Tutorials at http://msconline.maconstate.edu/tutorials/. They are just outstanding. Explanations are clear and easy to follow, and the examples are superior. They illustrate concepts while avoiding the extraneous. I am buying the tutorials that are available in book form. 

I am sure you have received a lot of praise, and I would like to add mine!

Thanks,

Tolbert Ennis
Database Manager
Haas Center for Business Research and Economic Development
University of West Florida

-----Original Message-----

Mr Floyd,

I am writing this e-mail to your organization regarding the possible use
your  XHTML Tutorial content in my web design course.  I work for the North
Dakota Division of Independent Study.  The Division is a non-profit state
government organization that provides distance education to 6 - 12 grade
students.  Generally our students are from school that do not have or can
not hire a certified content teacher due to "No Child Left Behind".  The
Division has certified content teachers on staff that meet the requirements
of the federal laws.  I look forward to hearing from you.

Thank you for your time and consideration.

Best Regards,
Dean Mehrer

NDIS
Fargo, North Dakota  58201
701.231.6061



-----Original Message-----

Dr. Adams,

I just wanted to compliment you on your tutorial website.

One word describes it all….OUTSTANDING.

Thank you for sharing.
Don Nagel
Systems Developer
Medical Advance Pain Specialists.
dnagel@painphysicians.com


-----Original Message-----

Professor Adam, I found your tutorial on the web at http://msconline.maconstate.edu/tutorials/ASPNET2/default.htm I wish when I went to school I had professor’s who would teach business programming languages such as Dot Net like you are doing. We wasted our time learning languages that we never used while at work.

Your work is great; some of my employees will use it if it is ok by you.

Thanks.

Yaheya Quazi
Manager, Financial Systems
University of California, Merced 
https://bfs.ucmerced.edu 

-----Original Message-----

Hi David, 

I have been using the online ASP.NET 1.1 tutorials, http://msconline.maconstate.edu/tutorials/default.aspx,  to assist me with developing an online database for an Australian non-profit organisation. These tutorials are simply brilliantly clear and to the point. Everything I need to know about the basics of ASP.NET is right there. It's been an invaluable resource. So good, that I only refer to my books if I cannot find it on this site ( a rare case so far). 

Thank you for developing this fantastic learning opportunity! Have a great Holiday Season!

Cheers, 

Danielle
ddanielsson@gmail.com

-----Original Message-----

Hi Dr. David R. Adams,
 
Yours "http://msconline.maconstate.edu/tutorials/ASPNET1/default.htm" is best ASP.Net online tutorial i found on net so far.
 
Very Good!!!!
 
Thanks
 
Regards,
Sajid
gulaothi@hotmail.com

-----Original Message-----

David:
 
I'm a 40 year old I.T. junky who works for the Goodyear Tire & Rubber Co. as an Senior Application Developer and Consultant. I also contract out Consulting and Dynamic web development. I just wanted to say, your site at http://168.16.190.175/tutorials/default.aspx is awesome. You put allot of time in this. I will refer many undergrads to this site for help. Where is the C# Version? Do you have these references as a downloadable web app for a personal server?
 
Just wanted to give you a pat on the back,
 
David L. Bryant, Jr.
http://www.dlbjr.com

-----Original Message-----

Hi !
 I saw you ASP.NET tutorials.  Wow!  They are excellent for a beginner like me. Thanks.

Ramamoorthy_Natarajan@unigroupinc.com

-----Original Message-----

Hello Sir

I am thanks to your XML tutorial. These tutorials help me understanding about the xml

Rakesh kumar
Software Developer
WHO(World Health Orgnization), New Delhi India
Guptar@searo.who.int

----- Original Message -----

Dr. Adams,

I would like to express a sincere “Thank you” for making your website tutorials available to the public.  I am the CIO of a company in Denton named Tri-Steel Homes and have recently been evaluating VS 2005 for some internal development work.  Your tutorials have spread a lot of light on the subject and are a real asset.

Sincerely,
Stephen Flournoy
VP Sales / CIO
Tri-Steel Homes
214-718-2372
stephen.flournoy@tri-steel.com

----- Original Message -----

Dear David
 
I am the chief web designer and a MCSE (also an engineer and MBA) at the Maryland Health Care Commission. I just wanted to tell you that I think your series of tutorials on web design are the absolute best I have ever seen. I had read numerous books on ASP.Net but never fully understood it until I read your tutorial online two years ago. The 2.0 version looks even more impressive. Your students very lucky to have someone that can present sometimes difficult concepts in such a clear, concise manner.
 
My question to you is this. Can I purchase a CD version of your tutorials? I would love to have a copy for reference with the live examples. Also do you have a print version of the tutorials to purchase?
 
Great job and I hope to hear from you. My personal email address is davidmitchell@comcast.net (Tel is (410) 404-7020) Please drop me a line or call. Again, thanks so much for a fantastic job. Happy Holidays!
 
Dave Mitchell


----- Original Message -----

Mr Adams, my name is Scott Cownie. I'm a solicitor with the Scottish Legal Aid Board in Edinburgh. We are a government body which funds court cases where the litigant cannot afford a lawyer.

I was hunting around on the internet for an answer to something which was puzzling me in this regard, and I came across your tutorial about contentEditable. What impressed me was the fact that it was the first article I had seen on the subject where the author had actually used graphic elements on the execCommand buttons instead of just B, I and so on. It makes it look more like a word processor.

Anyway, the reason I'm mailing you is that I would like to use the gifs in my own little project here and I am wondering if there are any copyright issues involved in doing so. We're a member of the Federation against Software Theft and I wouldn't want to go using the gifs if it is breaching anyone's copyright in them. I was also wanting to incorporate the code from  the article to do with searching for strings, if that's OK.

I look forward to hearing from you in due course.

Regards, Scott Cownie

Scott Cownie
Solicitor
Legal Services Department
Scottish Legal Aid Board
44 Drumsheugh Gardens, Edinburgh, EH3 7SW
E-mail:  cowniesc@slab.org.uk            
Web:  www.slab.org.uk


----- Original Message -----
Dr David Adams, 
I have just begun learning .NET 2.0 as a way of expanding my skills.  I'm currently an MS Exchange expert and a developer in the making.
Anyway, I have to say, your tutorials have been great in getting my web site started, so I just wanted to say big thanks for putting them up on the web, and is it possible to attend your classes or other classes at the Macon State College from a distance, i.e., England where I am based?
Again, thanks! 
Marcus Tyler-Moore 


----- Original Message -----

Dear David R. Adams,
 
Thank you for sharing an interesting tutorial. It has been very helpful. Keep up the good work!!
 
Regards,
Maslina @ Lina
Kuala Lumpur,Malaysia. 
msmaslina@lrt.rapidkl.com.my

----- Original Message -----

Hello Dr Adams-

My name is John, I happened to stumble upon your ASP.net tutorial many months ago, and as a web developer, I thought I would commend you on the absolutely best reference that I have definitely ever seen for asp.net, as well as definitely one of the best I have ever seen period.  Its perfect, all of the info perfectly and logically organized with EXAMPLES.  I was curious if you happen to have this published or in a downloadable format that I could purchase? Im a recent graduate of NJIT (new jersey institute of technology) and a computer science major.

Thanks
John
john@webmasterusa.com


----- Original Message -----

First off let me tell you how GREAT the tutorial site is. (http://it.maconstate.edu/tutorials/default.aspx) I am NOT a student of Macon State, but I am very interested in web development and design.  I really appreciate all the time that has been taken in preparing these tutorials and the corresponding assignments.  I was wondering if you had PDF versions of these tutorials?  The convenience of finding them online is great, but I personally like to have a manuscript that I can highlight and make notes in.  Would it be possible to send me the PDF versions of the XHTML, JScript/DHTML, ASP.Net, ASP and XML tutorials???

Please let me know.  Thanks again for GREAT tutorials.

Thank you,
Cameron Reed
CReed@jackhenry.com


----- Original Message -----

Hello

 I'm EXTREMLY impressed by the tutorials and material you've published in this location !
The material is the best I have seen on the net - very well written and easy to follow.
 
Thanks for making available such a great resource !

Best regards
- Alistair
alistg@hotmail.com


----- Original Message -----

David,
 
You have excellent materials on your web site. I really like to adopt your book this fall. I really want to adopt your online book on ASP.NET 2.0. I just have to figure out ways for students to get your book. Is it possible that letting students to pay you directly and you give them password and login ID for them to read your online material? I know McGrill Hall provides online text books which allow customizations.
 
Best wishes,
Dr. Xiaoni Joanie Zhang
Department of Information Systems
Northern Kentucky University


----- Original Message -----

hi dr. dadams
im an computer enginer from iran your EDU is very good i want if you be agree to translate your site to a persian book can i do this? if you agree please send me your reply im wait for your reply tank you for all things please let me for doing this because this is very benefit for iranian web developers im hope to you be agree by
aganji@hotmail.com


----- Original Message -----

Hello Sir,
I want to use some tutorial from site http://msconline.maconstate.edu/tutorials/default.aspx. I think it's really helpful for me and my friends (I'm a student). I'll translate it to Vietnamese and publish it on my web site. All copyright will not be changed. So, can I do it?  Looking forward for your reply.
 
Sincerely,
  
Tran Trong Tan
giobuon@gmail.com

----- Original Message -----

Dear Adams,

i would like to say thank you  for your useful web. l've learn ASP.NET from your web for a month. (i found your web by search from google  : )  ) your web very easy to understand and so cool!! now, i can write an easy program by asp.net.

thanks again,

Parichat  Shivavattananan - thailand
parichats@lpn.hanabk.th.com



----- Original Message -----


Hi Mr. Adams,
I am a research assistant in Bogaziçi University MIS Department and I am a visitor of your site in Maconstate. I try to instruct my students with your work on this site and I appreciate your work very much. Thanks for your precious work.

Thanks again,
Sincerely yours,

Ergin OZTURK
Bogaziçi University 
MIS Department
Istanbul - TURKEY


----- Original Message -----

I recently searched in google for a free xhtml tutorials, on the 3rd or 4th page was a link to your xhtml tutorial.
Being the best free tutorial I've seen and I downloaded the entire tutorial to my hard drive. But back on the first page I  notice the statement (This tutorial is designed for students in the Web Development classes at Macon State College).
Did I just rip off Macon state? Or is this tutorial free to the public?

Mickey
mgrogan@mysylacauga.com


----- Original Message -----

Hello!
 
http://msconline.maconstate.edu/Tutorials/default.aspx
 
I must say that these are the best tutorials on the web. Like we say in Slovenia: "Kapo dol !"
 
Martin Bedrac
Slovenia, Europe


----- Original Message -----

Hello David,
 
I visited your web site to learn Javascript/DHTML and the tutorial is great. What I like the most is this cool 3-D gif images
Could you tell me what software you use to make it so that I can buy it?
 
Trinh
trinhquyen@msn.com


----- Original Message -----

Dr. Adams,
I wanted to let you know how wonderful your site is, but I am quite sure you know that by now.  I stumbled upon it last week while searching for something with Google.  I typically rely on a lot of message boards to find some of the answers I am looking for, but I have found your site to be even more helpful.  I have been a developer for a Fortune 100 company for nearly seven years, and I still find myself with problems.  I usually overlook the obvious, draw a blank on syntax, etc.  Your site has become my first point of reference whenever I reach a stumbling block.  Keep up the good work!
 
 
Sincerely,
Matt Goedken
Tiffin, Iowa


----- Original Message -----

Dr. Adams:
 
My name is Mike Engel and I'm an application developer working at Wells Fargo in St. Louis, MO. I found your tutorials through Google and have been learning a great deal from the ASP.NET tutorial. I am not a student at Macon State but … I have searched hundreds of articles looking for different ways to accomplish some of my objectives, and have found yours to be the simplest, most effective, and most straightforward. Any help you could provide is greatly appreciated.
 
Thanks,
Mike
 
Mike Engel
Wells Fargo Home Mortgage, a division of Wells Fargo Bank, N.A.
314.726.3920
mike.m.engel@wellsfargo.com


----- Original Message -----

Hello David,
 
I just wanted to thank you and your team for your tutorials. I have been migrating a system from ASP to ASP.NET. 
Your tutorials are the clearest, most succinct and backed up by the best examples I have seen in over several months searching books and the internet for ASP.NET information.
 
Cheers
 
Regards Lex O'Connor
Protocol Australia
lex@protocolaustralia.com


----- Original Message -----

Just read a blog post at weblogs.asp.net that linked to your tutorials.

VERY nice work!!!

Kenneth Solberg
Senior System Developer
Tape International AS



----- Original Message -----

It's a great website and Thanks so much to put together so much.

Regards,

Kiran Mayi
BISYS Hedge Fund Services
100 Summer Street
Boston, MA 02110
Work: 617-824-1479


----- Original Message -----
David, 

Excellent work on your tutorial web sites. They are excellent.
Thanks, 

Paul Litwin
Collaborative Data Services
Fred Hutchinson Cancer Research Center
Seattle, WA
plitwin@fhcrc.org


----- Original Message -----

Greetings from Los Angeles!

I'm a new to .net programming and wanted to let you
know how much I appreciate your online tutorials. I
find myself returning back to them for reference and
code often...So - thank you! :>

devon kyle
dskyle@yahoo.com


----- Original Message -----

Your web based tutorial is better than most books I have seen on asp. net. Since you seem to have access to very useful knowledge can you recommend any book on asp. net vb.net.
thanks

Lenny Spohrer
Finance: Revenue Management Strategies
UCSF Medical Center
Lenny.Spohrer@ucsfmedctr.org


----- Original Message -----

Hi David,

The Submitting and Receiving Forms in the eCommerce Development provides me
the solution I was looking for a long time. 

Thanks

Edward Chiang
CanWest Global Communications Corp.
Live Long and Prosper


----- Original Message -----

Hello David

I just stumbled across your site when researching a .Net coding problem. I have only taken a short tour, but am VERY impressed by the layout, visual appeal, and content. This is a far cry from Microsoft documentation which is like a morass of legal documents!

The problem with which I am wrestling is incorporating a Dropdownlist as an editable column in a DataList control - But it looks like your DataList section is an excellent resource. Thanks!

Arthur
afraser@ecosse.com (uk)


----- Original Message -----

Hello Mr. Adams,
My name is Craig Pennington and I have been studying asp.net for a couple months now on my own using numerous books. I stumbled across your .net tutorial, and it looks outstanding. Is this right that anyone is welcome to learn from your tutorial? If so, I appreciate it very much and just wanted to say thanks. So far what I have read has been very understandable and more thorough than most, if not all I've read so far.
 
Thanks
Craig
Voodoochile67v@aol.com

----- Original Message -----

I am an Instructor in the IT-Web development program at the Nova Scotia Community College in Nova Scotia, Canada and I wanted to tell that your site, http://it.maconstate.edu/tutorials/ASPNET/default.htm, is the best ASP.Net reference I have been able to find. It is superior to any text I reviewed this past year. You should publish it as a text. 

Would you consider allowing us to mirror the entire tutorial site at our campus for the use of our student in the program?

Chuck.McGuire@nscc.ca


----- Original Message -----

Hello David,
 
I have today just found your online tutorials and I have to say what great work. Some of the best materials that I have found on the Web, they're great.

Thank you very much for a great resource.
 
Best Regards
Jeremy
jeremy@jorvikdotnet.com


----- Original Message -----

Dear Mr. David R. Adams
 
I would like to thank you a lot on the excellent tutorials on http://msconline.maconstate.edu/tutorials/,  in the fact i am an ASP.NET beginner developer and i Searched the internet for a while looking for an easy tutorial so i can start learning this amazing development framework. and finally i found your web site. 
 
Easy, full, hit to the point. I really appreciate this amazing work. 
 
Nehad Saleh
nehads@gawab.com


----- Original Message -----

Dr. Adams,

I am a student at UNC-Charlotte.  Thank you for having developed your excellent website. It has been helpful to me as well as my classmates.  Your site stands above other similar sites in quality and content.  Your scripts actually work.

Regards,
Will Espin
mwespin@carolina.rr.com


----- Original Message -----

Dear Dr. David Adams,

I currently use ASP and just started learning ASP .Net.  I found your tutorial using Google and just wanted to complement you on your excellent site.  Funny how you sometimes don't appreciate the effort people put into educational training until after you leave school.  Cheers...

A very old Purdue Grad,

Steven Keels
sckeels@lucent.com


----- Original Message -----

Thanks for the ASP.NET Tutorial.
I use it a LOT.
Do you have any examples of functions and sub routines

David Puckett
Radio & Records
10100 Santa Monica Blvd
Los Angeles, CA 90067
www.radioandrecords.com 

----- Original Message -----

Dave
You are THE man... the tutorials below are EXCELLENT and u should be given some kind of medal...
KEEP UP THE GOOD WORK!!

Regards
Jon Burrell
Web Developer
Sprycreative
web // www.sprycreative.com.au
email // jon@sprycreative.com.au

----- Original Message -----

hi I'm ali ihsan from boðaziçi üniversitesi (bosphorus university) in
Turkey; I see your assignments on xhtml and js/dhtml at the web but I need
their answers also:( if you can, would you please send them to me? thanks..

ali.ugurlu@boun.edu.tr

----- Original Message -----

Dr. Adams,
In the past you've helped me with various questions regarding ASP ... I wanted to send you a huge "Thank You" for the assistance you've given me. I found your tutorials on the Macon State site about a year ago while doing a web search and have since used them profusely in corroboration with another online friend. I'm happy to say that I've finally created my first "full fledged" ASP application ....

I wanted to thank you thank you thank you for helping me when you did.

Regards,

Greg Altuna
Oh! Web Design

----- Original Message -----

Dear Dr. David Adams,

I would like to know if you have written any books(or even these tutorials in pdf) that I can purchase. I have read many computer books yet I have not found any like yours. Your tutorials are very nicely written and easy to understand covering all topics with visual demonstration and examples. Thank you for time.

Thank you,
Fahim Shah

----- Original Message ----- 

I was using your tutorials for learning ASP... 
They are great...
The only suggestion would be to put a zip file of the code and database for each project on the site too.
The other idea would be creating a reference for each of the sections that a student could use for doing research or homework.
Like a HTML tag ref
Complete ASP object Ref etc....
 
Paul Wilson
paul.wilson@msnbc.com
System Administrator
NBC/MSNBC
201-583-5962

----- Original Message -----

Dr. Adams,
 
I've been hunting for information on modal dialog boxes on MSDN all morning...
 
Frustrated, I finally backed up and did a search on Yahoo which led me to the Macon State Tutorials site...
 
Just wanted to tell you that I'm impressed...  your site is visually appealing, and the explanations are concise and thorough.
 
I've got you book marked!  =)
 
Collin Wood
Technical Services
Utah Division of Water Rights
collinwood@utah.gov

----- Original Message ----- 

Hello!
 
I was wondering if the tutorial page isn't working anymore. I've been using it heavily during the last year and consider it the best tutorial page when it comes to web-design. So, now the question has the site moved or doesn't it simply exist anymore?
 
Kindest Regards,
IT Student from Kuopio, Finland,
Antti Makkonen.

----- Original Message ----- 

Hello Mr. Adams;
 
          I very much appreciate that you have allowed access to the Development tutorials. They have been very helpful to me. You have done a very good job of organizing the information in a manner that makes it easy to understand. I think that is the role of a teacher and that you are a good one.

Best Regards and Thank You
Ken Henderson
ken@boiseonsite.com

----- Original Message ----- 

Dear Professor Adams

We are a small team of computer students doing a final
year project.

We find your ASP Tutorial at
http://home.maconstate.edu/dadams/tutorials/ASP/default.htm
very very useful.

This project is an end-users populated and maintained
database oriented web portal to promote businesses,
education, employment, exchange of ideas (through an
open forum), etc. in  a suburb city in Greater
Auckland, New Zealand.

This project is sponsored by a voluntary action group.

We are seeking your kind permission to make use of and
modify some of your code available at the above web
site for our project.

Please kindly let us know your decision.

Thanks.

Harry
harryliew77@yahoo.com

----- Original Message ----- 

So glad to have found your tutorials. I had to find that "foot in the door" to begin understanding ASP and just couldn't find it ... even in books ... but your site opened my eyes and now I understand things!! I'm going to try and recreate that ECommerce site you have as an example ... I'll let you know how it goes ...

Greg Altuna
Oh! Web Design
www.ohzonedesigns.com

----- Original Message ----- 

Dear Sir or Madam,
I have nothing to do your school, but I am a learning ASP,
I like your site so much and the tutorials, Is there
any way download all the files, and learn by my self.
Due to not much internet facility I am asking you to show
me the way to download all these files.
 
Please, if you can let me know where I can download.
 
Thank you in advance.

chinnababureddy@hotmail.com

----- Original Message ----- 

David:
 
Your online tutorials are awesome.
 
I learned a great deal from them; More specifically, the AV DOM reference is better than Microsoft MSDN. Pretty, please (with sugar on top) tell me that you didn't take them offline. Okay. Now that we have that out of the way, would you please tell me the new?
 
Funny how I (and I am sure thousands of others) never took the time to thank you for making such great tutorials....until they moved!  Well here goes: Thank you for making such wonderful tutorials. You style of teaching (writing) is the only thing better than the content of your tutorials.
 
Looking forward to hearing from you.
 
Best Regards,
Raymond Jackson
Southern California, USA 

----- Original Message ----- 

Dear Sir/Madam,
 
Let me introduce myself, my name is BJ Cameron and I work for the Payson Center for International Development and Technology Transfer at Tulane University.  We try to find low cost technology alternatives for our partners in developing countries.
 
One project we are working on is developing a "TALM Toolkit" http://payson.tulane.edu/talm for individuals working in Non-Profit Organizations and educational institutions in Africa and Latin America.
 
This Toolkit will enhance their training capacity and ability to use multimedia in their courses and seminars. Finally, the project is aimed at aiding people in distributing their information to the larger public.
 
One of the tools we will be using is Windows Media Encoder. I found your tutorial on the Internet at http://home.maconstate.edu/dadams/Tutorials/AV/ and I think it is quite informative and educational.
 
Some questions:
 
Are you going to continue to make it available on your website?
 
If you are going to continue to make it available, would it be possible for us to distribute for free (via CD-ROM) to non-profit organizations and educational institutions in Latin America and Africa, where internet connections are variable at best? Of course, we would give your company full credit and anything else you would require us to do so. 
 
Thank you for your time and hopefully my questions have not been too intrusive.  Let me know if you have any questions for us and I look forward to your answers and dialog.
 
Thank you,
William 'BJ' Cameron
Intl. Dev. & Info. Tech. Program Manager
cameron@tulane.edu
Payson Center
Tulane University

----- Original Message ----- 

Hi Sir
I find your website is very helpful for me to finish my eCommerce. Thanks a lots ! I like your website tutorial. 
Frank


----- Original Message ----- 

HI Dr. David Adams
 
I see you tutorial about ASP in www.it.maconstate.edu  site and I was very surprised cause I found one who teach this language for free.
 
Really I need to make a web page with flash linked with database I know flash good but I don't know any thing about ASP and my friends tell me that I can make a web page linked with data base by ASP and flash.
 
So please I want any tutorials about ASP also if you have the tutorial on the site above send it to me.My mail hussien_mohsen@hotmail.com please ASAP
 
Sincerely
Hussien Mohsen 
Assistant International Production Supervisor
MIDDLE EAST MEDIA – EGYPT


----- Original Message ----- 

Thank you so much!!  The tutorial  is really a helping hand many a times and I have recommended this URL to many of my friends. 
 
Deepak Kumar Vasudevan
deepak@cssolutionsinc.com 
http://deepak.portland.co.uk 
91-44-819 1334 thru 6
91-44-377 6015


----- Original Message ----- 
I teach 11-12 grade students the technologies you have published. What can I say? Your site is the best I've seen. My students have remarked similarly. 
David Hoeft 
Network Administrator 
San Antonio Christian Schools 
19202 Redland Road 
San Antonio, Texas 78259 
(210) 340-1864 ext. 409
 ---- Original Message ----- 
Hi!
 
Sir iam a student learning web development in ASP, i visited the site http://it.maconstate.edu/tutorials/ASP/default.htm and very happy to see taht a lot of help is available on the site.
 
sir i want to download the source code your your ecommerece site but unable to find any such link plase help how i can download the complete code any zip file of one by one
 
thanks 

----- Original Message ----- 

First excuse me for my bad English. L
I am French.
I read your AV tutorial with attention.
I want to say thank you very much for the explanations about Médiaplayer. 
I have used your advices in my own pages and all is correct.
Again thank a lot.

Jean-Luc Delon
Jean-Luc@aexpmil.com


----- Original Message ----- 
I just wanted to take a brief moment to compliment you on your 'Web Development Tutorials' site. I have found it a  very informative  resource for myself as well as my colleagues. I especially like the tutorial on ASP.net as we are currently attempting to migrate to the .net framework. Thanks again and keep up the good work!

> Michael D. Nelson
> 
> Senior Software Engineer
> Strategic Power Systems, Inc.®
> michael.nelson@spsinc.com
>       (704) 544-5501 - Ext. 294


----- Original Message ----- 
Dear Sir,
 
I recently had the pleasure of reading through some of your tutorials available publicly on the maconstate  college website.  I wanted to email you to commend you on the clear, precise and logical layout and execution  of the tutorials.  I was particularly impressed with audio/video streaming tutorials and learnt several  important new pieces of information.
 
Thank you for your time and efforts, regards,

George Eaton.
Acorn Management Associates.
IT, Video and New Media Dept. Manager.


----- Original Message ----- 
Dear Professor Adams,

I can't thank you enough for your on-line tutorial for Windows Media 
Player. I'm developing some CME courses for doctors and I've made some big 
jumps in my knowledge in the week since I found your site. I've referenced 
some of my code below in case you want to use anything in your site.  No 
attribution needed. Do you know of any "streaming Media in Education Users 
Group"? If not, we should start one! Best wishes, Howard Groveman

  Howard D. Groveman, MD
  Director of Development, CME Programs
  PACE Projects & Student Health Services
  San Diego State University
  6386 Alvarado Court, Suite 224
  San Diego, CA 92120
  Phone: 619-229-5383 Ext. 250
  Fax: 619-582-3834
  E-mail: Howard.Groveman@sdsu.edu


----- Original Message ----- 
The tutorials are very helpful and extremely easy to follow. Do you have them in a zip format for download?  
Thanks!

Ashish Patel
Assistant Professor of Mathematics
Jamestown College
6000 College Lane
Jamestown, ND 58405
Office: (701)252-3467  ext. 2603
Home: (701)252-7205
 

----- Original Message ----- 
Mr. Adams,

Just a quick note to let you know how much I have enjoyed your tutorials.
If I assume you are a teacher you must be a real good teacher.

I'm a vb programmer and I have been searching the web for a while now to
find a good entry into web programming/technologies.
Just found it.
Many thanks,

Andre
Australia


----- Original Message ----- 
Hi,
 
I Speak english a little,
 
 =   in my  
play.asp (no problem)
 
How can I do   =  for download protection.
 
As addition. How can I do playlist Example site to pretend. Please help me
Example site : http://www.showtvnet.com/playlist2000/
 
Thanks
 
Best Regards
 

----- Original Message ----- 
Hi,

I have read a coupla tutorials on the net about asp. I read visual basic web
programming and i have never I say never come accross turials and
information as informative as the ones your turials offer. The explanation
is so clear. THE APPROACH you use to introduce a concept is what i like. To
teach something you first need to tell somebody why that thing is necessary
and this is what you do. The properties Response.form and the Quesrystring,
I read about them in a coupla books but nevwr understood them as a VB
programmer i fully understand and appreciate your tutorials from the bottom
of my heart

I found your turials via Google.com

THANK YOU

Risof Malatj(South Africa)

 
----- Original Message ----- 
Dr. Adams,

 Mrs. Riley informed me of your web tutorials that are online in our class last night.  I take her Intro to  HTML (3261) class.  I develop pages for a contracting firm here on Robins, AFB.  But what I know is through  reading books and hard knocks.  Let me just tell you that I think you have a great set of tutorials.  It's a  resource that will be very handy with what I do at work.  I hope it's not just for MSC students.  If you tell  me it's okay,  there are some developers here at work that would like to use it.  I'm going to try my best to  take your web classes.  What would you advise as my next web class to take after Intro to HTML.  I work with  Active Server pages everyday, but like I said, I've not had any formal training.  I don't really want to take  another basic sort of HTML class like 3261 again unless it's just required.
    But once again, the main purpose of my email is to say thanks for the great time and effort you put into  getting the tutorials together.  It's one of the better tutorials online that I've seen.  I look forward to  sitting in your classes.
 
  Tim Foshee, MCSE, CNA, A+ 
            Systems Engineer  
           WR-ALC/LBR (Robbins-Gioia, Inc.)
           Robins AFB GA 31098
           DSN Phone: 468-0692


----- Original Message ----- 
Dear Sir, 

This is Vijay writing you all the way from Mumbai. This is reqgarding the tutorial for ASP .Net posted by you  
on the website http://it.maconstate.edu/

I would like to express my heartily thanks for your efforts and providing a very easy way to learn/start .Net. 

Thanks once again. 

Best regards, 
Vijay Solanki

PS: Could you please, kindly suggest me for further step (preofession tutorail etc) as I have completed the  study/learning the tutorial??


----- Original Message ----- 
hi how are you

i wanna to thank you for this beautifull site for the it
maybe i cannot explain how i feel but belive me i help me alot
i study 2 years as it but i cant finish my study cos of money but in this 
site i can build my self
so hope to hear from you soon if you can

sawsan
abuobied73@hotmail.com


----- Original Message ----- 
DR. Adams,

I am a new JavaScript programmer, and am developing software for use in Internet retail commerce. For my  systems to function properly they must operate in a cross domain environment. So far I have solved most  problems that I have encountered but one has proven particularly sticky.  Many Internet merchants display  grouped select lists, with the content of list B being dependent on the selection made in list A. In other  words the Merchant system utilizing the onchange event for list A populates list B. Only then can an item on  list B be selected. (If I over explain for a man of your credentials please forgive me.) My challenge is to  programmatically select an item in list A (cross domain) in such a way as to trigger the onchange event that  causes list B to be populated allowing me then to select an item in list B. I am comfortable with formatting  the code for cross domain generally, but can't figure out how to trigger the event.  Any guidance you can give  will be most appreciated. 

Truman Hester
tlhii@aol.com

By the way
As a child (many, many years ago) I lived in Dublin Ga. so I am somewhat familiar with your "neck of the  woods" I attended a public school there named Condor High School. Actually 1 through 12. I doubt that it any  longer exists. 

Again thank you for your help 


----- Original Message ----- 
Hi, 

Something I noticed, a small inconsistency within the ASP tutorial, under eCommerce Development (General Site  Design) within the diagram you call a page 'confirm.asp' however in the narrative that follows beneath you  refer to it as salesorder.asp. Either those are one of the same pages, or you've ommitted a page from the  diagram, but i expect the former to be true. Also, because of the frame structure for the tutorial it makes it 
rather cumbersome to print, would it be asking too much for a version of the tutorial in .pdf format :0) 

Kind Regards, 
Lewis Sheridan
Someone learning ASP in the UK.

PS. Very good tutorial, logically, well written, and practical. I think you should write a book if you haven't  done so already.


----- Original Message ----- 
Thank u very much for your great effort to prepara such a excellent tutorials.
also, is there a place where i can reach all thr tutorial content on a
single document so that i can get a print-out.

Engin Güney 


----- Original Message ----- 
Hi David
 
I would just like to say a big thanks for all your efforts and time the time you have devoted to your  tutorials, specifically the dot net series. I'm currently trying to make the transition from working with asp 
classic on a limited knowledge base to VB dot net, your tutorials are a great help!
 
Thank you.
Regards Adrian


----- Original Message ----- 
Dear Sir

I find this collection great actually,
Please continue the ASP.NET Tutorial as soon as 
possible, thanks for your attention and good luck.

Regards 
Shaho Toofani


----- Original Message ----- 
Dear Sir,

I've been following your excellent ASP tutorials, and its 'eCommerce 
Development' section in particular.  However, at some point, I noticed that 
the code for the 'CreditCheck.asp' is not available.  Could you possibly 
make that code available, so that I (and certainly a lot more people) can 
test the whole Website on my own machine?

Best regards,

Nuno Oliveira

----- Original Message ----- 

Hello,
I would like to commend you for your tutorials. They have been a great help
to me as a beginner in building my first site. Thanks so much.
Chet.
www.coshoctonsbest.com

----- Original Message ----- 

Dear Dr David Adams
i had been read your tutorials ( such as ASP, ASP,NET, HTML...).. and i think it is very interesting, 
and very useful. but now i search since one month about tutorial ask about (SOAP, VB.NET) and im not found..
(unless w3cshcool.com but not enough ) so that .. i hope you to help me with take me sites on internet 
which useful for me....very thanks for you Dr David Adams

Belal H.Elhaj