Or Weinberger
Or Weinberger

Reputation: 7472

Live CSS editing (firebug+?)

Is there an editor similar to firebug in functionality that lets you edit the CSS directly from the browser and shows you the changes live, but also has the ability to save changes to the server through FTP or some other connection?

Upvotes: 4

Views: 3304

Answers (4)

cssManiac
cssManiac

Reputation: 11

http://cssUpdater.com is what you really are looking for :)

Edit in FireBug, hit the "Sync now" button and reload your page.

Upvotes: 1

Knu
Knu

Reputation: 15136

FireFile is what you are looking for.

Upvotes: 2

thirtydot
thirtydot

Reputation: 228162

I've never used it myself, but you could try the free trial of Skybound Stylizer.

Here's a quote:

Online CSS Editing
Open any site, make changes, then save back to the server via FTP, SFTP, or a network share, or others.

..

Stylizer's real-time CSS development extends to 9 different integrated web browsers. On Windows, Google Chrome, Internet Explorer 6, 7 & 8, and Firefox 2.0, 3.0, 3.5, 3.6 are supported. On Mac, Safari is supported.

..

The Stylizer workflow couldn't be easier. Just open up the URL or the HTML page you want to edit, the style sheets are automatically extracted from the page, and you're ready to start making changes.

Upvotes: 6

Christophe
Christophe

Reputation: 4828

the web developer toolbar for firefox allows you to do that -> https://addons.mozilla.org/en-US/firefox/addon/web-developer/

well.. it allows you to save the css but I'm not sure if it's through ftp. but you can use that in combination with expandrive

enter image description here

Upvotes: 1

Related Questions