What the hell is a "favicon"??MisterMe said:How can anyone in 2004--soon to be 2005--promote a browser that doesn't fully support favicons?
What the hell is a "favicon"??MisterMe said:How can anyone in 2004--soon to be 2005--promote a browser that doesn't fully support favicons?
Look in the address bar of your browser. See the little icon to the left of the location/URL? That's a favicon, and web site developers can customize it by including a tag in their pages. It's short for "favorite icon", and it's used as a means of identifying sites in your bookmarks/favorites list.nosen said:What the hell is a "favicon"??![]()
kingjr3 said:I highly doubt this![]()
Funny how you trivialize programming like its the easiest thing in the world to do. I am sure I can do whatever you do in 10 mins as well![]()
It's even easier if you use AppleScript Studio where possible. You wouldn't believe what you can accomplish in Mac OS X with pure AppleScript.SpaceMagic said:Don't doubt this. Its easy - all built into OS
I am dead serious. Camino and Safari each do a wonderful job with favicons. I use Windows only when I have to, so I cannot care less about ActiveX or its insecurities. I also use IE only when I have to. And by the way, IE does not fully support favicons, at least not on my copy of WinXP SP2.wrldwzrd89 said:How could you say such a thing, MisterMe? Favicons are insignificant when compared to all the other features and benefits of Firefox - the extensions alone make Firefox extremely powerful (and far more secure than IE's ActiveX implementation of browser extensions).
If you mean favicons in formats other than .ICO, there aren't too many browsers that support this - IE for Windows being one of the many that doesn't, as you said. Safari's handling of favicons is great, I'd agree. No comment on Camino, as I haven't used it in a while.MisterMe said:I am dead serious. Camino and Safari each do a wonderful job with favicons. I use Windows only when I have to, so I cannot care less about ActiveX or its insecurities. I also use IE only when I have to. And by the way, IE does not fully support favicons, at least not on my copy of WinXP SP2.
KHTML:broken_keyboard said:Going with KHTML over Gecko was really dumb.
Nice one Apple. I bet you have about 1000 rationalizations for that bad decision!
kingjr3 said:I highly doubt this![]()
Funny how you trivialize programming like its the easiest thing in the world to do. I am sure I can do whatever you do in 10 mins as well![]()
savar said:Actually, as a Cocoa developer I can tell you that its true. You won't write MS Word in 10 minutes (and thank god for that!) but you can actually write an application like SimpleText in about as long. Of course you're not really writing more than a few lines of code, most of the work is point and click and naming different things. Some Cocoa tutorial books actually have a text-editor as a demo project.
You can also write a web browser now in 10 minutes or less, since Apple has spun off Safari's main rendering software into a Cocoa framework which is designed for no-muss.
http://www.cocoadevcentral.com/articles/000077.php
Can you translate that for those of us who can't speak (C++/Objective-C/whatever that is)?Punani said:KHTML:
virtual void layout();
Gecko:
NS_IMETHOD Reflow(nsIPresContext* aPresContext, nsHTMLReflowMetrics& aMetrics, const nsHTMLReflowState& aReflowState, nsReflowStatus& aStatus);
So that was the foundation of your antisocial behavior?kingjr3 said:But statement's like "it's not that hard" and "I can do it in 10 mins, and I am not a developer" (paraphrasing here) get under my skin. People seem to want to think that developing a program, for any platform for that matter, is easy and everyone and their sister can do it. Sort of like these 15 year olds nowadays with a copy of Frontpage or Dreamweaver who call themselves web developers. The art of programming takes time (as in years) and commitment to perfect, and it helps if you can think logically and problem solve. Dont trivialize my profession.
At one point most people who used Mac OS X had to. I still use Rhapsody and wrote a few apps to solve my problems. I couldn't go searching Version Tracker as there was almost no users (it wasn't released to the general public) so there were almost no apps. When I needed things beyond what I could make I would ask someone else if they could make it. Same thing when using Mac OS X DP 3, 4, Public Beta and even 10.0/10.1.So if writing apps for OS X is so trivial, then why isn't everyone doing it?
Punani said:KHTML:
virtual void layout();
Gecko:
NS_IMETHOD Reflow(nsIPresContext* aPresContext, nsHTMLReflowMetrics& aMetrics, const nsHTMLReflowState& aReflowState, nsReflowStatus& aStatus);