Begginer guide for asp

  • Thread starter Louise Woodward
  • Start date
L

Louise Woodward

I am looking for some beginner guide for someone to learn asp - tutorials,
examples etc

Thanks

--
Louise Woodward
Opal Telecom
Application Team
Irlam
Tel - 01612222443
(e-mail address removed)

This communication together with any attachments transmitted with it ("this
E-Mail") is intended only for the use of the addressee and may contain
information which is privileged and confidential. If the reader of this
E-Mail is not the intended recipient or the employee or agent responsible
for delivering it to the intended recipient you are hereby notified that any
use, dissemination, forwarding, printing or copying of this E-Mail is
strictly prohibited. Addressees should check this E-mail for viruses. The
Company makes no representations as regards the absence of viruses in this
E-Mail. If you have received this E-Mail in error please notify our IT
Support Team immediately by telephone on 0845 456 9100 or via e-mail at
(e-mail address removed) Please then immediately delete, erase or otherwise
destroy this E-Mail and any copies of it.
Any opinions expressed in this E-Mail are those of the author and do not
necessarily constitute the views of the Company. Nothing in this E-Mail
shall bind the Company in any contract or obligation.
For the purposes of this E-Mail "the Company" means Opal Telecom Ltd.
Please feel free to visit our website: www.opaltelecom.co.uk
Opal Telecom Ltd (Registered in England & Wales No. 3849133)
Brinnel Drive, Northbank Industrial Park, Irlam, Manchester M44 5BL.
A member of the Carphone Warehouse Group of Companies
 
B

Bullschmidt

Here is something I put together about ASP that hopefully might help
somehow.

Web Database Concept
http://www.bullschmidt.com/concept.asp

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)
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

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
Classic ASP Design Tips, ASP Web Database Sample (Freely Downloadable)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,787
Messages
2,569,629
Members
45,329
Latest member
InezZ76898

Latest Threads

Top