looking for the right book...

D

dave_b

Every Frontpage or HTML book I look through presents dozens of options and
hundreds of pages about stuff I have no immediate interest in. What I'm
looking for is a book that gives straight forward, step-by-step instructions
on the development of a simple membership-driven web site. If there's a
Frontpage procedure I can use - great. If it has to be ASP, I've done a
little, so I'd need clear instructions without a lot of tangental ideas and
cross-references...

I will be using MS Access and Frontpage 2003.

Does anyone know of such a book?
 
T

Thomas A. Rowe

You are not going to find a book with step by step instructions on how to do this via server-side
scripting (ASP, ASP.net, PHP, etc.) which is required. However if you do a search on the internet,
you can find some pre-written membership applications that you can use.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
J

Jim Cheshire

Every Frontpage or HTML book I look through presents dozens of options and
hundreds of pages about stuff I have no immediate interest in. What I'm
looking for is a book that gives straight forward, step-by-step instructions
on the development of a simple membership-driven web site. If there's a
Frontpage procedure I can use - great. If it has to be ASP, I've done a
little, so I'd need clear instructions without a lot of tangental ideas and
cross-references...

I will be using MS Access and Frontpage 2003.

If you want to use ASP.NET 2.0 (your host will need to support that),
you can create a nice membership system without much effort at all
using ASP.NET membership features and Login controls. The default
provider is SQL Server 2005 Express (which is file-based just like
Access), but you can find code samples to create your own Access
provider.



Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com

Author of:

Special Edition Using Microsoft Expression Web (Coming Soon!)
 
J

Jim Cheshire

Every Frontpage or HTML book I look through presents dozens of options and
hundreds of pages about stuff I have no immediate interest in. What I'm
looking for is a book that gives straight forward, step-by-step instructions
on the development of a simple membership-driven web site. If there's a
Frontpage procedure I can use - great. If it has to be ASP, I've done a
little, so I'd need clear instructions without a lot of tangental ideas and
cross-references...

I will be using MS Access and Frontpage 2003.

One caveat to my previous post. FrontPage 2003 doesn't support ASP.NET
2.0 natively. You'll need to either deal with that (no designer
support, etc.) or upgrade to Expression Web. Expression Web will let
you create your membership system with ASP.NET 2.0 without even
writing any code.


Jim Cheshire
Jimco Software and Books
http://www.jimcosoftware.com

Author of:

Special Edition Using Microsoft Expression Web (Coming Soon!)
 
C

Clark

For a book on Access, I recommend "Mastering Microsoft Access 2000
Development" by Alison Balter.
 

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

Top