X刷新替代方案

发布于 2024-11-07 14:11:19 字数 309 浏览 1 评论 0原文

我在 Windows 上使用 Netbeans PHP + Firefox 4 进行 Web 开发。

我使用了一个名为 Xrefresh 的常见 Firebug 扩展。每次我的项目目录发生更改时,它都会自动刷新我打开的 Firefox 选项卡,因此在 netbeans 中按 ctrl+s 会触发浏览器中的自动刷新。使用 CSS 的方式非常舒适,几乎可以实时预览。

但现在,由于新的 Firefox 和 Firebug 版本,Xrefresh 不再工作,问题是 - 有没有好的替代方案,或者有人知道现在如何配置 Xrefresh? 如果没有实时预览,我的开发速度就会变慢。

i am using Netbeans PHP + Firefox 4 on Windows for my web development.

I've used a common firebug extension called Xrefresh. It was automaticlly refreshing my opened firefox tab everytime change in my projects directory occured, so pressing ctrl+s in netbeans was triggering auto-refresh in the browser. Very comfort way to work with css, almost live preview.

But now since new Firefox and Firebug versions Xrefresh doesn't work anymore and the question is - are therey any good alternatives, or does someone know how to configure Xrefresh now?
Without live preview my development is somehow slower.

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

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

发布评论

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

评论(3

爱已欠费 2024-11-14 14:11:19

https://github.com/NV/auto_update_stylesheets

这可以帮助你。它通过 css 保存时的 ajax 刷新页面。

https://github.com/NV/auto_update_stylesheets

This could help you. It refreshes the page via ajax on css save.

国粹 2024-11-14 14:11:19

IE 有一个自动刷新更改工具。它称为 ReloadIt,可从 http://reloadit.codeplex.com 获取。自由的。

不是 IE 的附加组件,而是更多的“附属品”。它不会更改 IE 安装,不会安装 BHO 或类似的东西。因此安装影响非常低。

您选择一个要自动重新加载的 URL,并指定一个或多个目录路径来监视更改。按F12开始监控。

在此处输入图像描述

设置后,将其最小化。然后编辑您的内容文件。保存后,页面将重新加载。像这样:

在此处输入图像描述

There's an automatic refresh-on-change tool for IE. It's called ReloadIt, and is available at http://reloadit.codeplex.com . Free.

Not an add-on to IE, but more of an "adjunct". It does not change the IE install, does not install a BHO or anything like that. So very low-impact installation.

You choose a URL that you'd like to auto-reload, and specify one or more directory paths to monitor for changes. Press F12 to start monitoring.

enter image description here

After you set it, minimize it. Then edit your content files. When you save, the page gets reloaded. like this:

enter image description here

一刻暧昧 2024-11-14 14:11:19

我已经设法继续使用 xrefresh 直到 Firefox 9,但我对版本 10 没有任何运气。

我现在已切换到 livereload,他们已经推出了不错的 Mac 版本一段时间了,最​​近还发布了一个非常实验性的 Windows 版本。

I've managed to keep using xrefresh up until Firefox 9 however I'm not having any luck with version 10.

I've now switched to livereload, they've had a decent Mac version out for a while and a very experimental Windows version has recently been released.

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