• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Safari default, but Firefox for development tip....
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Safari default, but Firefox for development tip....


  • Subject: Re: Safari default, but Firefox for development tip....
  • From: Mike Schrag <email@hidden>
  • Date: Wed, 30 Jul 2008 12:31:45 -0400

There's a proper setting for this now -- Prefs=>Advanced=>Show Develop menu in menu bar ...

ms

On Jul 30, 2008, at 12:09 PM, Greg Hulands wrote:

You need to do defaults write on the command line

   IncludeDevelopMenu = 1;
   WebKitDeveloperExtras = 1;
   WebKitDeveloperExtrasEnabledPreferenceKey = 1;


This is what is in my plist for Safari - not sure which is the currently used one to get the debug menu.


Once you have done this, you can right click on an element on the page and inspect it.

Greg
On 30/07/2008, at 8:29 AM, Gino Pacitti wrote:

Hey John

How do you access the developer tools?
I have the WebKit App but it just seems to be a copy of Safari

Gino
On 30 Jul 2008, at 15:55, 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

----------------------------------------------------- Gino L. Pacitti Base Enterprise UK email: email@hidden phone: sales: 0845 094 9784 mob: 07980 851 953

Aol: kris121
Msn: email@hidden
Skype: ginkris
Mac.com: email@hidden

http://www.base-enterprise.co.uk

mail: Base Enterprise
PO BOX 674
East Grinstead
West Sussex
RH19 3ZG

Base Enterprise LTD
Company Number 04339224
Registered in England & Wales

Registered Member of the UK Web Design Association.
Accredited by Business Link and a member of the FSB.

Web Design, coding and information architect
Web Objects and Database Developer
HTML, XML, Javascript and WAP technologies.
-----------------------------------------------------

This email and any attachments is confidential and may be legally
privileged and protected from disclosure. It is intended solely for
the use of the individual or entity to whom it is addressed and
others authorized to receive it.

If you are not the intended recipient of this e-mail of any parts of
it please telephone +44 845 094 9784 immediately upon receipt
or contact email@hidden

No other person is authorized to copy, forward or disclose,
distribute or retain this e-mail in any form.



_______________________________________________
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


  • Follow-Ups:
    • Re: Safari default, but Firefox for development tip....
      • From: Henrique Prange <email@hidden>
References: 
 >Safari default, but Firefox for development tip.... (From: Kieran Kelleher <email@hidden>)
 >Re: Safari default, but Firefox for development tip.... (From: "John Huss" <email@hidden>)
 >Re: Safari default, but Firefox for development tip.... (From: Gino Pacitti <email@hidden>)
 >Re: Safari default, but Firefox for development tip.... (From: Greg Hulands <email@hidden>)

  • Prev by Date: Re: Safari default, but Firefox for development tip....
  • Next by Date: Re: Safari default, but Firefox for development tip....
  • Previous by thread: Re: Safari default, but Firefox for development tip....
  • Next by thread: Re: Safari default, but Firefox for development tip....
  • Index(es):
    • Date
    • Thread