2009-12-21 14:59
onfocus and onblur bubble upwards in most browsers. However, in IE they do not. IE has its own set of events that operate like onfocus and onblur but bubble: onactivate and ondeactivate. |
2009-12-11 11:47
XMarks是一个我非常喜爱的书签同步插件,经常使用多台电脑的我,非常需要让我的书签保持同步。然而,任何一个优秀的国外服务必然会被或者曾经被天朝墙奸的,这是一个恒定的道理。这次某墙终于对FireFox上最棒的书签同步插件——Xmarks起了色心。也不知道是XMarks太性感了还是它触动了墙的那根神经,反正就那样了,导致无数人的书签无法同步,非常的不方便 |
2009-11-23 19:08
1. I see. 我明白了。
2. I quit! 我不干了!
3. Let go! 放手!
4. Me too. 我也是。
5. My god! 天哪!
6. No way! 不行!
7. Come on. 来吧(赶快)
8. Hold on. 等一等。
9. I agree。 我同意。
10. Not bad. 还不错。
11. Not yet. 还没。
12. See you. 再见。
13. Shut up! 闭嘴!
14. So long. 再见。
15. Why not? 好呀! (为什么不呢?)
16. Allow me. 让我来。
17. Be quiet! 安静点!
18 |
2009-11-20 17:38
在IE中,在使用checkbox或radio时,你会发现有时不能通过CheckBoxObject.checked = true或CheckBoxObject.setAttribute('checked', true)的方法使checkbox或radio被预选中。
解决这个问题的方法就是利用checkbox或radio的 defaultChecked的属性,将defaultChecked属性置为true即可,具体实现是 CheckBoxObject.setAttribute('defaultChecked', true)或 CheckBoxObject.defaultChecked= true,这样就能实现checkbox和radio在IE中初始状态下被选中了。
具体例子,代码如下:
<script type="text/javascript"> |
2009-10-29 18:14
protected static String xmlToString(org.w3c.dom.Document xmlDoc){
String xmlString = null;
Transformer transformer;
try {
transformer = TransformerFactory.newInstance().newTransformer();
transformer.setOutputProperty(OutputKeys.INDENT, "yes");
StreamResult result = new StreamResult(new StringWriter());
DOMSource source = new DOMSource(xmlDoc);
transformer.transform(source, result);
xmlString = result.getWriter().toString();
xmlString = xmlStrin |
2009-10-29 18:12
2009-10-26 15:41
The use of linguistic analysis to get to the root form of a word. Search engines that use stemming compare the root forms of the search terms to the documents in its database. For example, if the user enters "v |
2009-10-13 10:54
Refer: http://websphere.sys-con.com/node/43292
Are you confident that your site works correctly for someone using a text-to-speech browser that vocalizes Web page text? For someone using a device that instantly translates Web page text into Braille? For someone using a special device or software (such as voice recognition software) for navigation and input?
If not, you are taking two serious risks:
|
2009-10-10 11:12
转载: http://www.blogjava.net/crespo9907/archive/2007/04/01/107791.html
It was about 1 year ago that Coalesys released the first WebMenu 2.0 beta. At that time we began demonstrating a technique for overlaying windowed controls in Internet Explorer.
In case you don't already know, windowed controls in IE will always cover DHT |
2009-06-17 15:57
2009-06-09 11:02
http://xkr.us/articles/javascript//encode-compare/
When encoding a URL, a character may not be available on the keyboard. Other times, the character of a URL might not be usable in contexts where it may conflict with a reserved character. In either case, the character can be encoded with a % followed by its ASCII hexadecimal equivalent cod |
2009-05-25 16:55
Each Status-Code is described below, including a description of which method(s) it can follow and any metainformation required in the response.
1 Informational 1xx
This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line. There are no required headers for this class of status code. Since HTTP/1.0 did not define any 1xx status codes, servers MUST NOT se |
2009-04-24 10:33
就像电话簿提供个人和机构电话信息服务一样,Active Directory 提供了这样一种目录服务,它可存储和方便地访问所有联网资源(如计算机、打印机、用户、共享文件夹、消息队列等)的有关信息。
Active Directory 在网络环境中起着接线总机的作用。它帮助用户和应用程序查找并访问这些联网的资源,使它们相互连接起来。更为重要的是,它能确保只有获得授权的用户或应用程序才能安全地访问这些资源。
像 Duwamish Online |
2009-04-13 15:14
软件模块之间总是存在着一定的接口,从调用方式上,可以把他们分为三类:同步调用、回调和异步调用。同步调用是一种阻塞式调用,调用方要等待对方执行完毕才返回,它是一种单向调用;回调是一种双向调用模式,也就是说,被调用方在接口被调用时也会调用对方的接口;异步调用是一种类似消息或事件的机制,不过它的调用方向刚好相反,接口的服务在收到某种讯息或发生某种事件时,会主动通知客户方(即调用客户方的接口)。回调和异步调用的关系非常紧密,通常我们使用回调来实现异步消息的注册,通过异步调用来实现消息的通知。同步调用是 |
2009-04-10 10:45
"The problem for engineers is that change translates into chaos, especially when a single error can potentially bring down an entire system. But, change also translates into opportunity. It's as simple as this: if there is time to put a certain amount of functionality into the product easily, then there is time to put in more functionality at the price of a certain amount of disruption and risk. Thus does madness creep into our projects - we will tend to take on as much risk as we |
|
|
iamqianhh
男, 27岁
北京 海淀区
上次登录: 13天前
加为好友
|