您正在查看 "默认分类" 分类下的文章
2007-01-23 12:59
2006-12-12 10:52
表单和按钮设计
今天在番茄红了的BLOG里发现了这个东西..感觉真的很好.收藏.以后会用得到.
在设计中,表格的表现方式在很大程度上决定了用户在注册过程中的使用体验。良好的表格显示方式和提示不仅仅美化了页面显示效果,最重要的还是让用户在操作过程中更加的方便;明显的提示并不提示的效果非常明显,比如:加粗或者显目的颜色,而是让用户在习惯中自然发觉网站提供的信息,并通过该信息来了解自己的需要输入或者选择。 |
2006-10-24 13:57
1.
<img galleryimg="no" ...
2.
要设置网页中全部图片都禁止该功能,可在页面的head部分加入如下代码:
<meta http-equiv="imagetoolbar" content="no"> |
2006-10-20 23:58
各大网站在输入验证码后面总是有这么一句“请输入下图中的四位验证码,字母不区分大小写”之类的话,为什么不在 input 后加上一个CSS所输入全部都是大写(小写)不就OK了么
text-transform: uppercase; /*使所有字母大写*/
text-transform: lowercase; /*使所有字母小写*/
又发现,有的网站傻呼呼的让IE自动记录了验证码,把IE的自动记录关了不就完事了么?
只要在 input 里加上这个属性即可~
autocomplete="off"
又又发现,有很多网站验证码这里只能打ABC和123,让用户要从当前输入法再换到英文,直接把输入法关了不就完事了么?
这个要在CSS里定义验证码的 input 一个
ime-mode:disabled; /*关闭输入法*/ |
2006-07-15 10:40
TIOBE Programming Community Index for July 2006July Headline: Both C++ and Perl score all time lows The TIOBE Programming Community index gives an indication of the popularity of programming languages. The index is updated once a month. The ratings are based on the world-wide availability of skilled engineers, courses and third party vendors. The popular search engines Google, MSN, and Yahoo! are used to calculate the ratings. Observe that the TPC index is not about the best programming language or the language in which most lines of code have been written. The index can be used to check whether your programming skills are still up to date or to make a strategic decision about what programming language should be adopted when starting to build a new software system. The definition of the TPC index can be found here. Position |
2006-07-13 10:48
 我的百度空间创建好了~! |
|
|