Log in page
1–10 of 10 posts
Re: Log in page
#2In future, it's worth putting a more explanatory subject line rather than simply "Log in page", and I'd be surprised if you couldn't have found this with a simple Google search to be honest.
Re: Log in page
#3Re: Log in page
#4Also, this isn't the most usable way in every scenario. It's alright for login boxes if you want to drive more towards the signup process. But you just as easily add the actual input boxes and eliminate the need for a lightbox... which saves a few clicks and won't make them have to figure out how to close the pop-up.
Or you can use both, for example: have the login input boxes (username/pw) on the top right and when they click on an element that requires a login (for example adding a comment) then the lightbox will pop up.
Re: Log in page
#5According to their source, Elance use YUI containers combined with a bit of custom JS. This isn't anything special though - it's reasonably simple to write something similar from scratch and there's plenty of alternatives (e.g. Thickbox, a Lightbox clone, supports iFrame embedding). In future, it's worth putting a more explanatory subject line rather than simply "Log in page", and I'd be surprised if you couldn't hav…
Re: Log in page
#6Yeah this is a simple javascript, theres tons of variations just search for lightbox. Also, this isn't the most usable way in every scenario. It's alright for login boxes if you want to drive more towards the signup process. But you just as easily add the actual input boxes and eliminate the need for a lightbox... which saves a few clicks and won't make them have to figure out how to close the pop-up. Or you can use…
Unless there is an actual need, aside from "Boy, this will look slick", consider other options. Or at least do some user testing to ensure that users respond well.
Re: Log in page
#7Re: Log in page
#8Overall though, it's easy enough to roll your own without being constrained to use it in a particular way by a 3rd party library.
Re: Log in page
#9According to their source, Elance use YUI containers combined with a bit of custom JS. This isn't anything special though - it's reasonably simple to write something similar from scratch and there's plenty of alternatives (e.g. Thickbox, a Lightbox clone, supports iFrame embedding). In future, it's worth putting a more explanatory subject line rather than simply "Log in page", and I'd be surprised if you couldn't hav…
If I didn't know much about what I was looking for (per this example), I could see myself spending a good hour trying to find an answer, vs. the few minutes it took to get one here.
That's what colleagues are for!
Re: Log in page
#10Speaking of Javascript, Elance.com is a great example of how not to use Ajax.
http://www.elance.com/php/search/main/eolsearch.php?matchTyp...
I love the sliders on the left side - much better than the old drop downs.