全部
总排名: 477
 realazy
web 标准,前端开发,编程感悟,生活杂想
RSS地址: http://feeds.feedburner.com/Realazy
共有26篇文章被收藏推荐
 鲜果类别: 艺术.设计
 鲜果标签: 交互设计 艺术设计 编程
收录于2007-04-05
认领 报错 推荐
最新文章
精华文章
254位订阅者
使用 iframe 获取网页片段的一个好处   2008-12-03 05:31
异步操作数据的方式有两种常见的方式:XMLHttpRequest 和 iframe. 孰优孰劣在此我们不争论,只是想举一个例子说明在获取网片片段上,使用 iframe 有一个比 XMLHttpRequest 更易企及的好处。 Ajax 常见的一种使用方法是加载网页片段填充某个区域。假设我们要在网页 foo.com/index 上请求 foo.com/partial。我们假设...
Firebox 3 后退后按钮 diasabled 状态不恢复的一个解决方案   2008-10-28 18:36
Firefox 3 有一个很让人讨厌的bug:基于某种目的,在表单提交时 disable 掉提交按钮,通过后退键回到这个页面后,这个提交按钮的状态依旧保持为 disabled 的状态,重新载入(软硬刷新)也无法改变。 google 良久,从 https://developer.mozilla.org/En/Using_Firefox_1.5_caching 中发现一个 window.onpageshow 事件,window.onload...
AppKit 应用程序设计观   2008-10-10 19:08
原文来自 Application Design in AppKit. This is a discussion of high-level application design in Cocoa that aims to explain the major class roles in an AppKit application and how they are connected. I’ll show you much more detail than simply “Model-View-Controller” and I also give a specific example of how all the concepts apply to a real application. 这是一篇关于 Cocoa...
form 元素内的字段 name 不要跟 form 属性名称一致   2008-10-08 21:48
长话短说,看这个 form 元素: <form method="post" action="_some_action_uri_" id="_form_id_"> <input type="hidden" name="method" value="1" /> </form> 试想一下,使用 document.getElementById('_form_id_').getAttribute('method') 会出现什么情况。Firefox 3, Safari 3, Opera 9.5 都会得到预期 “post”, 但是IE 6 和 7...
focus 进 textarea 元素后光标位置的修复   2008-09-12 19:42
问题 一个已经有内容的 textarea 元素,在执行该元素的 .focus() 方法后,不同的浏览器有不同表现。我们的预期是能够出现在内容后面,但只有 gecko 浏览器能做到。 修复 注意:这个函数不能直接运行,函数内的 isIE, isOpera 和 isWebkit 需要你的库提供或你编写,这并不难,对吧。 function...
收录该频道的主题秀
Web标准(10)
 大伟 创建于2007-12-10
Rlog Show(18)
 Rlog 创建于2008-04-22
互联网产品设计(39)
 人出没注意 创建于2008-03-30
交互设计和用户体验频道大全(78)
 Tony 创建于2007-11-10

鲜果日志  工具箱  帮助  | 联系我们  英雄帖   隐私保护  合作伙伴
Copyright©2004-2008 XianGuo.com 天健出品 京ICP备07018601号