易截截图软件、单文件、免安装、纯绿色、仅160KB

Javascript 开发工具


Build your web applications quickly and easily using the industry leading web application IDE -- Aptana Studio.
Introduction:
Aptana Studio is a complete web development environment that combines powerful authoring tools for HTML, CSS, and JavaScript, along with thousands of additional plugins created by the community.
官方网站:http://www.aptana.org/
下载地址:Aptana Stuido
Firefox浏览器
在“快车道”中浏览:升级到史上最快、最安全和最聪明的Firefox火狐浏览器
Introduction:
世界著名的一款浏览器!
官方网站:http://www.mozillaonline.com/
下载地址:Firefox
扩展插件:https://addons.mozilla.org/zh-CN/firefox/
Firebug - Web Development evolved
Web Development evolved
Introduction:
Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
官方网站:http://getfirebug.com/
下载地址:Firebug
技术文档:http://getfirebug.com/wiki/index.php/Main_Page
扩展插件:http://getfirebug.com/extensions/index.html
Yahoo! YSlow for Firebug
Grade your web pages with YSlow
Introduction:
YSlow analyzes web page performance by examining all the components on the page, including components dynamically created by using JavaScript. It measures the page's performance and offers suggestions for improving it.
YSlow is integrated into the Firebug web development tool for Firefox.
官方网站:http://developer.yahoo.com/yslow/
下载地址:YSlow
技术文档:http://developer.yahoo.com/yslow/help/index.html
Web Developer
If you're a developer, you'll want this, it makes switching on / off options in the browser and getting deeper easier!
Introduction:
Web Developer 插件以工具栏的形式对网页的(X)HTML、脚本、多媒体、CSS、缓存、图象等多方面的实用工具。使我们能轻易的获得网页的更多信息,使我们进一步的了解当前所浏览的网页。
官方网站:http://getfirebug.com/
下载地址:Web Developer
介绍文章:《Web Developer插件概要》


相关文档:

Silverlight 3 调用javascript 函数

Silverlight 3 调用javascript 函数简单例子:
c# code:
using System.Windows.Browser;
 private void logout_but_MouseLeftButtonUp(object sender, MouseButtonEventArgs e)
        {
            HtmlPage.Wind ......

event.keycode大全(javascript)

event.keycode大全(javascript)
keycode 8 = BackSpace BackSpace
keycode 9 = Tab Tab
keycode 12 = Clear
keycode 13 = Enter
keycode 16 = Shift_L
keycode 17 = Control_L
keycode 18 = Alt_L
keycode 19 = Pause
keycode 20 = Caps_Lock
keycode 27 = Escape Escape
keycode 32 = space space
......

javascript鼠标双击时触发事件大全4

javascript事件列表解说
事件 浏览器支持 解说
一般事件 onclick IE3、N2 鼠标点击时触发此事件
ondblclick IE4、N4 鼠标双击时触发此事件
onmousedown IE4、N4 按下鼠标时触发此事件
onmouseup IE4、N4 鼠标按下后松开鼠标时触发此事件
onmouseover IE3、N2 当鼠标移动到某对象范围的上方时触发此事件
onmou ......

javascript中几种操作打印的方法

1 局部打印方法:
作用:将id为dayin的内容,新建页面并打印,可解决打印某页面中的部分内容的问题。
使用方法:将要打印的内容通过 <span id="dayin"></span>包含起来,然后在某个按扭中定义
事件
<input type="button" onclick="dayin()" value="打印">
function dayin()  
{
  ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号