 |
|
NONE: Re: Personalization schemes
Re: Personalization schemes
Jeff Yoak (yoak_at_ix.netcom.com)
Sat, 06 Jul 1996 22:41:17 -0400
Larry,
I have a site that does this, but unfortunately it is
subscription-only and I can't let someone in to see the style because of the
content. It is a netguide of sorts with a fairly healthy price. Here's
what we do.
A user has to enroll for the class to go beyond certain "public"
areas. (You can see that much at http://cibp.com/ if you are interested.)
Once they have subscribed, they are given a password and username. Password
/ username combinations enable users to view the private pages which are
protected by .htaccess. (If you are unfamiliar with server authenitication,
see http://hoohoo.ncsa.uiuc.edu/docs-1.5/tutorials/user.html) The users can
substantially customize their program through a Student Profile and the web
pages always point to their profile and any supporting materials because the
pages are mostly generated by CGI and they parse REMOTE_USER. For example,
the student's profile is refered to as:
$username = $ENV{'REMOTE_USER'};
$userprof = $username.html
That sort of thing.
We use htaccess mostly to keep material private, but you could also
easily use it just for personalization. If you contact me, I'll get a
forms-based system to add users to .htpasswd. You can set things up so that
users add themselves which not only gives them access but also generates
arbitrarily complex files about them. After that, they can see whatever you
want them to see.
Let me know if you'd like some help along these lines.
Cheers,
Jeff
At 04:18 PM 7/6/96 -0400, you wrote:
>Hi List,
>
>I'd poking around for good examples of personalization schemes that sites
>use for their visitors. I like what MS Explorer has done, but that isn't
>the only scheme out there of course. Security First National Bank has some
>pretty advanced feature sets too. Firefly is also good. I'd love to hear
>from others about good ones found out there. They could use cookies, PINs,
>or what have you. It doesn't matter. Utility is what matters to me.
>
>Hope to hear lots of input here.
>Good weekend:).
>
>Cordially,
>Larry Chase/Chase Online Marketing Strategies email: larry_at_chaseonline.com
>Web Digest For Marketers http://wdfm.com
>Voice: 01+ 212 876-1096 Fax 01+212 876-1098
HOW TO JOIN THE ONLINE ADVERTISING DISCUSSION LIST
|
With an archive of more than 14,000 postings, since 1996 the
Online Advertising Discussion List has been the Internet's leading forum focused on professional discussion
of online advertising and online media buying and selling strategies, results, studies, tools, and media
coverage. If you wish to join the discussion list, please use this link to sign up on the home page of the Online Advertising Discussion List. |
|
|
Online Advertising Industry Leaders:
Clicksor
List and Found
AdJungle
The Laredo Group
Add your company...




|