十二 25
上次发现开心网自动登录已删除的用户账号的奇怪现象,今天花时间好好研究下。
综合开心网用户登录和自动登录的机制,由此得出用户登录已删除的帐户且选中记住登录状态时流程。

其实开心网已经预留两个退出,一个是错误提示页面右上角的退出链接,非常不明显,多数用户都会按照页面提示点击 返回上一页。

另一个是返回页面(就是开心网首页)的退出按钮,在多数用户还在首页寻找解决方法的时候3秒钟首页就自动跳转到账号已经删除的提示页面了。

显然这个奇怪现象是由一个非常差的用户体验造成的,需要改进。我的改进思路很简单,在提示页面里增加用户登录界面。

<!-- JiaThis Button BEGIN -->
<style type="text/css">
#ckepop a:hover {
color:red;
background-color:#0063DC;
}
</style>
<div id="ckepop">
<a href="http://www.jiathis.com/share/" class="jiathis_txt" target="_blank">分享到:</a>
<a class="jiathis_button_tqq">腾讯微博</a>
<a class="jiathis_button_tsina">新浪微博</a>
<a class="jiathis_button_qzone">QQ空间</a>
<a class="jiathis_button_hi">百度空间</a>
<a class="jiathis_button_kaixin001">开心网</a>
<a class="jiathis_button_renren">人人网</a>
<a class="jiathis_button_xiaoyou">QQ校友</a>
<a href="http://www.jiathis.com/share/?uid=89488" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank">更多...</a>
</div>
<script type="text/javascript" src="http://v2.jiathis.com/code/jia.js?uid=89488" charset="utf-8"></script>
<!-- JiaThis Button END -->


二月 18th, 2011 at 22:54:18
打酱油路过!