您在 OS X 上进行客户端 Web 开发的测试工作流程是什么?

发布于 2024-11-03 08:45:21 字数 223 浏览 4 评论 0原文

在 OS X 上测试客户端代码 (HTML/JS/CSS) 的浏览器兼容性和跨所有主要浏览器的其他问题的良好工作流程是什么?

我使用 Textmate(HTML 和 JavaScript)、CSSEdit(CSS)进行 Web 开发,并使用 Safari 的 Web Inspector,主要用于检查 JS 控制台。我确实有 Parallels with Windows XP,但根本没有针对 Web 开发进行调整。

What would be a good workflow on OS X for testing client-side code (HTML/JS/CSS) for browser compatibility and other issues across all major browsers?

I do my web development with Textmate (HTML and JavaScript), CSSEdit (CSS), and use Safari's Web Inspector, mainly for checking the JS console. I do have Parallels with Windows XP on it, but haven't tuned it for web development at all.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江心雾 2024-11-10 08:45:21

我们也在 Mac 上进行开发,因此我们通常会在 Firebug 插件和 Web Developer 工具栏的帮助下在 Firefox 中进行测试和调试。然后,我们使用 Chrome 的内置检查器交叉检查 Chrome/Safari 中的内容,以防出现任何差异。

为了在 Windows 上进行测试,我们使用一台专用的 Windows 机器,我们可以通过远程桌面访问它,其中有一些运行各种版本的 Internet Explorer 的虚拟机(每个虚拟机一个就很好,但我们只使用一个用于 IE6,一个用于 IE 7,使用远程计算机上安装的 IE 版本作为第三个选项)。

我的一位同事使用 VMWare 进行了设置,并在虚拟机中的 Macbook 上运行 IE。

据我所知,在 IE 6 中调试相当困难,但一些较新的 IE 版本有一个相当不错的检查器,类似于 Safari 和 Chrome 中的检查器。

We develop on Macs too so what we usually do is testing and debugging in Firefox with the help of the Firebug plugin and the Web Developer toolbar. We then cross-check stuff in Chrome/Safari using Chrome's built-in Inspector in case of any discrepancies.

For testing on Windows we use a dedicated Windows machine that we can access through Remote Desktop which has some Virtual Machines running various versions of Internet Explorer (one VM for each would be nice, but we just use one for IE6, one for IE 7 and use the IE version that's installed on the remote machine as the third option).

A colleague of mine has a setup with VMWare and running IE right off his Macbook in a VirtualMachine.

As far as I can tell debugging in IE 6 is pretty hard, but some of the newer IE versions have a pretty decent Inspector similar to the ones in Safari and Chrome.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文