Tag Archives: firebug

IE下使用Firebug

在你的网页中加入下面的代码,将可以在IE、Opera、Safari下使用Firebug了:
[code][/code]
更多介绍:http://getfirebug.com/lite.html

Posted in 学习笔记 | Tagged , , | Leave a comment

FirePHP – Ajax和PHP开发扩展工具

FirePHP是一个基于Firebug的Firefox扩展插件。
他可以在不影响php程序正常运行的同时,在Firebug的console中方便的输出php的调试信息,因此对于Ajax开发是个不错的选择。面一起来看下Firephp的使用方法。
安装
1.如果你的FireFox没有Firebug这个插件的话,首先要安装Firebug这个插件,可以到其官方地址去下载:http://www.getfirebug.com/
阅读全文——共526字

Posted in 学习笔记 | Tagged , , , , | Leave a comment