Hi,
I'm new to both Textmate, web dev and the list. I was able to preview via the HTML Bundle to Firefox 6, however I can't preview in FF7.
Any help would be great! Thanks.
I would suggest you use MAMP to develop your sites locally, this way you can preview and test with multiple browsers and its relatively easy to set it up.
If only working with static pages you can just open the html file in your browser and that should do the trick for that you need(if I understood correctly)
Another useful tool is FireBug for FireFox which you can do live edits to the page.
hope this helps
-William
On Oct 4, 2011, at 6:01 PM, Mark Magnus wrote:
Hi,
I'm new to both Textmate, web dev and the list. I was able to preview via the HTML Bundle to Firefox 6, however I can't preview in FF7.
Any help would be great! Thanks.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Wed, Oct 5, 2011 at 7:00 AM, William Pickens wrote:
I would suggest you use MAMP to develop your sites locally, this way you can preview and test with multiple browsers and its relatively easy to set it up.
Is MAMP relatively similar to XAMPP?
Mark Magnus wrote:
I'm new to both Textmate, web dev and the list. I was able to preview via the HTML Bundle to Firefox 6, however I can't preview in FF7.
I see the same bug. In TextMate, Bundles->HTML->Open Document in Running Browser(s) opens in Safari and others, but not in the running Firefox 7.0.1. But as soon as I entered the same URL (file:///whatever) in FF7, it refreshes there too when I selected Bundles->HTML-Refresh Running Browser(s) [Cmd+r].
On Oct 5, 2011, at 4:02 AM, Phil wrote:
On Wed, Oct 5, 2011 at 7:00 AM, William Pickens wrote:
I would suggest you use MAMP to develop your sites locally, this way you can preview and test with multiple browsers and its relatively easy to set it up.
Is MAMP relatively similar to XAMPP?
Yes, both are packaged software with apache, php and mysql, tho I believe the biggest difference is that XAMPP comes with perl and runs on windows and linux, while MAMP only runs on Mac(mac osx already has perl preinstalled).
On Oct 4, 2011, at 8:01 PM, Mark Magnus wrote:
I'm new to both Textmate, web dev and the list. I was able to preview via the HTML Bundle to Firefox 6, however I can't preview in FF7.
Looks like the name of the binary was changed in 7.0, I've committed a correction for this:
https://github.com/textmate/html.tmbundle/commit/d0c19deccfa9e1fb325a6fc8156...