looking for the right book...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
==============================================
 
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!)
 
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!)
 
For a book on Access, I recommend "Mastering Microsoft Access 2000
Development" by Alison Balter.
 
Back
Top