Archive for October, 2008

Firebox 3 后退后按钮 diasabled 状态不恢复的一个解决方案

Monday, October 27th, 2008

Firefox 3 有一个很让人讨厌的bug:基于某种目的,在表单提交时 disable 掉提交按钮,通过后退键回到这个页面后,这个提交按钮的状态依旧保持为 disabled 的状态,重新载入(软硬刷新)也无法……

AppKit 应用程序设计观

Friday, October 10th, 2008

原文来自 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 &……

form 元素内的字段 name 不要跟 form 属性名称一致

Wednesday, October 8th, 2008

长话短说,看这个 form 元素: <form method=”post” action=”_some_action_uri_” id=”_form_id_”> <input type=”hidden” name=”method” value=”1″ /> </form> 试……


realazy (懒到死) is proudly powered by WordPress | Entries (RSS) and Comments (RSS)