Re: Safari default, but Firefox for development tip....
Re: Safari default, but Firefox for development tip....
- Subject: Re: Safari default, but Firefox for development tip....
- From: Pascal Robert <email@hidden>
- Date: Thu, 31 Jul 2008 08:35:27 -0400
One thing I like about the new dev tools in WebKit is that you can see
the computed CSS, ie the CSS AFTER it was altered by JavaScript. Damn
useful to look at the styles that Dashcode generates (it change a lot
of CSS properties by JavaScript, sometimes for no apparent reasons...).
Thanks John ..... WebKit has come a long way since I last looked....
nice .... yes, the devtools are nice there ....
And if WebKit is not your default everyday browser, but you want to
use it for WebObjects app development, just change the WOOpenURL
script to:
<snip>
#!/bin/bash
# Open argument with firefox
/usr/bin/open -a WebKit $1
</snip>
Cheers,
Kieran
On Jul 30, 2008, at 10:55 AM, John Huss wrote:
Have you seen the new developer tools in the WebKit nightly
builds? They are at least on par with Firebug or, I daresay, even
better.
http://nightly.webkit.org/
John
On Tue, Jul 29, 2008 at 11:55 PM, Kieran Kelleher <email@hidden
> wrote:
I like Safari as default for general web-surfing, but I prefer
Firefox for WebObjects development .... I just like the HTML/CSS/
Firebug/Selenium/etc/etc tools/plugins in FireFox for web
development. However WOLips/Eclipse always autoopens in the default
system browser ... well this was bugging me, so here is a tip if u
want to hardcode which browser is auto-opened when you launch your
WebObjects app in Eclipse ......... simply replace current file
(was a soft link on my system) at:
/System/Library/WebObjects/Executables/WOOpenURL
.... with an executable shell script containing the following:
<snip>
#!/bin/bash
# Open argument with firefox
/usr/bin/open -a Firefox $1
</snip>
You can specify any application you want with the -a argument.
(Firefox or Xylescope or Webkit for example)
Regards, Kieran
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
-------------------------------------------------------
Pascal Robert
http://www.macti.ca
http://www.linkedin.com/in/macti
Skype: MacTICanada
AIM/iChat : MacTICanada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden