vote up 0 vote down star

Yeah, sounds silly but I'm a designers and the site I'm working on is not working in CSSEdit. Which is bad for me, very bad. The site has a massive JS/Ajax client and works in all browsers, IE, Firefox and Safari that uses the same browser engine as CSSEdit!

Since MacRabbit has no customer service (they don't really answer email) this is a last resort.

Any tips would be greatly valued. Thx.

flag
Does MacRabbit have a support forum? The internets does not seem to know about it, – Andri Nov 19 '08 at 10:33

1 Answer

vote up 0 vote down check

There unfortunately isn't any way to debug Javascript in CSSEdit because it doesn't allow you access to the standard Webkit inspector.

Your best bet (if you can't get ahold of MacRabbit support) is likely going to be finding an alternate workflow. Although CSSEdit's override feature is a vast boon, it's certainly possible to develop CSS for an existing site using Firefox with Firebug and the Web Developer extension.

If you have access to a testing server (not the live environment) via FTP, you could also remotely edit the stylesheet using CSSEdit, and preview your changes in another browser (all Mac FTP programs that I know of offer an "Edit with..." option for remote files).

Good luck!

link|flag
Thx for the answer, after digging our way through the code using returns and writing inside the page with .innerHTML (alerts don't work in CSSEdit) the bug was in a browser check script, totally our own fault. – Andri Nov 20 '08 at 9:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.