应该说这篇文章是关于javascript的文章,首先直接向大家推荐两个工具吧,这两个工具对于J2EE开发中的Web层的开发很有帮助:
1、Internet Explorer Developer Toolbar
这是Microsoft的官方工具,试用了一下,感觉还是蛮不错的,其具体特性请看官方的介绍吧,如下:
The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to:
-- Explore and modify the document object model (DOM) of a Web page.
-- Locate and select specific elements on a Web page through a variety of techniques.
-- Selectively disable Internet Explorer settings.
-- View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.
-- Outline tables, table cells, images, or selected tags.
-- Validate HTML, CSS, WAI, and RSS Web feed links.
-- Display image dimensions, file sizes, path information, and alternate (ALT) text.
-- Immediately resize the browser window to a new resolution.
-- Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
-- Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources.
-- Display a fully featured design ruler to help accurately align and measure objects on your pages.
The Developer Toolbar can be pinned to the Internet Explorer browser window or floated separately.
下载地址:http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en
2、IE下的DOM查看器(FF下的也有,如果需要自己去FF的插件网站装吧。)
在我试用的过程中,发现比IE Devoloper Toolbar还强大,有很多功能很实用。更多功能等待着你自己去发现!
下载地址:http://download.enet.com.cn/speed/toftp.php?fname=010042006021401
破解:自己去百度或谷歌吧(别拍我啊,我怕疼)
另外要说的一个事实是,在Web开发中,不光是JApplet能够实现表格的编辑,用DHTML照样也能实现表格数据的编辑,而且照样也可以做得很强大,所以说,我以前认为Javascript不值得一学的思想是绝对错误的。如果你想做Web开发的话,一定别忘了把Javascript的学习提到一定的高度,加之现在AJAX的风靡,我再也找不到不好好学Javascript的任何理由了。
就上面这一事实我得给大家一个真实的例子呀,不然有人说我不厚道了。
例子详见:智能表格(http://onewww.net/blog/article.asp?id=42)
演示地址: http://onewww.net/code/table/1.0/
posted on 2006-06-22 13:52
Robin's Programming World 阅读(1613)
评论(6) 编辑 收藏 所属分类:
Java 、
其它