随笔-193  评论-715  文章-1  trackbacks-0
应该说这篇文章是关于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 阅读(1603) 评论(6)  编辑  收藏 所属分类: Java其它

评论:
# re: 向Blogjava的朋友们推荐两个工具和讲述一个事实 2006-06-22 15:26 | llinzzi
呵呵,我说今天统计n多连接来自blogjava的首页
原来是站长帮我打广告呢,谢谢
放一个更新的版本
http://onewww.net/code/table/1.1/ii.html
还没完全做完,不过比1.0更有点样子  回复  更多评论
  
# re: 向Blogjava的朋友们推荐两个工具和讲述一个事实 2006-06-22 16:43 | Robin's Java World
@llinzzi
不客气,大家相互学习撒!  回复  更多评论
  
# re: 向Blogjava的朋友们推荐两个工具和讲述一个事实 2006-06-22 17:34 | llinzzi
呵呵  回复  更多评论
  
# re: 向Blogjava的朋友们推荐两个工具和讲述一个事实 2006-09-08 16:34 | shaofan
您的应用是IE Only的吧?如果是FF,还有更多好用的开发插件。DHTML确实可以做得很强,现在JS似乎一副无所不能的模样:)可惜调试测试比较困难,写多了维护起来太麻烦。  回复  更多评论
  
# re: 向Blogjava的朋友们推荐两个工具和讲述一个事实 2007-04-22 00:45 | junglesong
调试Js用firefox就好了。  回复  更多评论
  
# re: 向Blogjava的朋友们推荐两个工具和讲述一个事实 2007-04-23 09:43 | Robin's Java World
@shaofan
确实如此
@junglesong
正如shaofan所说,IE only!
  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: