
javascript 2
Get flash to fully experience Pearltrees
ajax 1
html
ajax 2
Chris Casciano's Place Name Here: What Does X-UA-Compatible
300+Jquery, CSS, MooTools 和 JS的导航菜单
简介 如果你是网站前端开发人员,那么对你来说,也许做一个漂亮导航菜单会很得心应手。但今天我要为大家总结各种导航菜单的资源,以便让大家的网站前端开发的工作更方便更快速,只要选择现成的例子就可以应用于自己的网站了。js兼容来自蓝色理想 - Sam Lin
出下面写写我这段时间的一些心得,主要介绍兼容IE和FireFox方面,Opera9.0前的版本好像N多东西不支持,暂时不介绍,Opera9.0以后的版本在Javascript解释方面和FireFox比较接近。 我介绍的都是一些细节方面的东西,侧重于写一些不常见的情况,想到新的我会持续补充: 1、创建一个Element,通用的写法为createElement("div") IE中也可以这样写createElement("<div style='color:#FFFFFF'>"),但Firefox不认 2、IE中的width、height与Firefox中概念不同,IE中width=FireFox中的width+2*borderWidth+2*Padding 参见:http://help.powereasy.net/Template/WEB/1557.html 3、动态添加css代码 IE: 复制内容到剪贴板 代码: FireFox: var r = window.document.selection.createRange(); range.pasteHTML("HTML代码"); FireFox:完美实现HTML在线编辑器回车单换行_绿豆牙的黑豆牙
JSINQ playground
Javascript Array Fun - Rick Strahl's Web Log
A commenter – Josh - pointed out a small error in some code I posted a while back regarding a CSS property watcher component that can monitor changes in any CSS property and notify you by firing a function. The jQuery plug-in code keeps track of CSS properties and values in an array and whenever the properties monitored change an event is fired to let the event consumer know of the change and take appropriate action based on the change. My error in the code relates to how the array was declared which was: The intent was to create an empty array of the specified length, but that’s of course not what happens. It’ll create an array of 1 element with the length as a value.08年 ,JavaScript总结 - Java - JavaEye新闻
最佳的addEvent是怎样诞生的[摘自网络] - A JavaScript Fancier - IT博客网
IE的 JScript 存在内存泄露的bug 想必大家都清楚或者有耳闻了。这是由于IE的内存回收管理器的一个设计错误导致的。当我们编写脚本的时候创建了交叉引用,例如如下代码: window.onload = function () { var x = document.getElementsByTagName(’H3’); for (var i=0;i { x[i].onclick = openClose; x[i].relatedElement = x[i].nextSibling; // simplified situation x[i].relatedElement.relatedElement = x[i]; } }或者在函数中使用脚本语言最常见的闭句Closures的时候,IE都无法回收内存。我们提倡无论何时都尽可能地使用CSS,这样我们更容易取得成功.现在浏览器对CSS的支持已经非常好,肯定足以让你用来控制你的网页布局与排版.但,即使如此,还是有某些页面元素会在不同的浏览器下表现也不一样.
使用javascript修复浏览器中12个常见而又头痛的问题
Separate content from presentation in order to make your website accessible to all users and devices, increase the longevity of your website (you won’t have to touch you HTML to alter the page’s layout), and enable the creating of new pages without worrying about consistency of appearance or layout. (Note that i wrote this in 2004 and posted here in 2007, so some stuff may be archaic). General CSS Rules
» CSS Best Practices -- CSS, JavaScript and XHTML Explained
This appendix contains the complete ECMAScript [ ECMAScript ] binding for the Level 2 Document Object Model HTML definitions. Note: Exceptions handling is only supported by ECMAScript implementation conformant with the Standard ECMA-262 3rd. Edition ([ ECMAScript ]). Objects that implement the HTMLCollection interface:

