Search code examples
csscoda

when using coda to edit css, is it possible to using firefox and see live updates?


Is it possible for me to edit the css using coda, and view my changes live in a separate window?

I just downloaded it as I heard good things about it, and I want to learn efficient CSS coding using it.

cmd-2 and cmd-3 are shortcuts that are great, looking for any tips that would help me be fast!


Solution

  • I think you might be looking for a plugin called Lively

    http://menumachine.com/blog/2008/12/a-live-preview-window-for-coda/

    Also you can add a refresh meta tag to your HTML. This will refresh the page every 2 seconds.

    <meta http-equiv="refresh" content="2" />  
    

    Another solution is the XRefresh plugin for Firefox...

    http://xrefresh.binaryage.com/

    Hope that helps!