Re: favicon of address
Re: favicon of address
- Subject: Re: favicon of address
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 21 Sep 2009 10:45:00 +0200
As not everybody like the nasty ico file format, some web developer
are nice enough to use 32 bits PNG.
<link rel="icon" type="image/png" href="/favicon.png"/>
So, without page content, I don't see how you would now where the
favicon is.
Le 21 sept. 2009 à 01:11, Mike Abdullah a écrit :
The best engineered approach would probably be to load the page up
into a WebView, BUT use the WebResourceLoadDelegate to stop it
wasting time downloading any resource that isn't the favicon. But if
it isn't critical, then downloading favicon.ico should probably be
enough.
On 20 Sep 2009, at 19:53, Mitchell Livingston wrote:
Hey,
I want to get the favicon of a URL address, but don't actually need
any of the page's content. Is there an efficient way to do this
besides hammering the site for this info? This image isn't
critical, so something that works "most of the time" should be fine.
Thanks,
Mitch
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
-- Jean-Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden