Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lazy Registration on the Web: Best Practices

I first encountered the concept of lazy registration the Ajax Patterns site, where they define it as accumulating "bits of information about the user as they interact, with formal registration occurring later on." I'm looking at doing something similar for my website, but I'd like to know a little bit more about best practices before I start implementing it. My site is about web development, but general best practices are great too. How have you implemented lazy registration on your sites or projects? Where have you seen it in the wild? What do you like or dislike about it?

like image 434
VirtuosiMedia Avatar asked Sep 26 '08 01:09

VirtuosiMedia


2 Answers

Have a look at this vid, a very good overview of the lazy registration pattern: http://www.90percentofeverything.com/2009/03/16/signup-forms-must-die-heres-how-we-killed-ours/

like image 87
Kieran Avatar answered Sep 28 '22 01:09

Kieran


I say this not as a person who has designed such a site before, but as a person that might visit that site. :)

With that said, the thing that I would be the most concerned about is knowing what kind of information is being collected about me. And I think that there should be an option to opt out of collecting the information and instead entering it all during formal registration.

But other than that, if it makes registering for a website easier, I'd be all for it. I leave 9 out of 10 sites that require me to register to do stuff.

like image 34
Jason Baker Avatar answered Sep 28 '22 02:09

Jason Baker