Forgot your password?
typodupeerror
The Internet

Mac Users' Internet Experience to Retain Same Fonts 282

thefickler sent in this article that opens, "Mac users will continue to see the Internet as it was intended, thanks to the renewal of a font licensing agreement between Microsoft and Apple. At TypeCon2007 Microsoft and Apple announced they have renewed their font licensing agreement, giving Apple users ongoing use of the latest versions of Microsoft Windows core fonts. Back in 1996 Microsoft started the "Core fonts for the Web" initiative. The idea of this initiative was to create a a standard pack of fonts that would be present on all or most computers, allowing web pages to be displayed consistently on different computers. While the project was terminated in 2002, some of the fonts defined as core fonts for the web have gone on to become known as "web safe fonts," and are therefore widely used by Internet developers."

Comment Re:I was on the team... (Score 0, Flamebait) 305

Well as I blew my cover earlier...

This was an experiment to see whether a crafted blog post containing errors could get +5 and between when I went to bed and when I awoke it appears the /. mods were working overtime to make my dribble stand out.

I don't work for Apple.

I have never used Aperture so I don't know how good/bad it is.

Why would Shake and Motion have anything to do with another project?

Why would core image be used on such a high end application?

This is why I should stop reading /. Anything can be modded up...

Comment Re:Hmmm... (Score 1) 197

2) Figure out how to handle the various file systems that people are going to be using. HFS can't handle filenames over 32 characters, HFS+ can, but they both use colons as path separators, while the OS X standard filename uses the UNIX /. Applications generally expect the colon, so an intermediate layer converts the path on the fly. File names that include a / are also converted to colons. Colons are converted to /s. And so it goes... if they don't watch out, they're going to end up with a mess like DOS filename conversion in OS 8 (which really sucked; System 7 had better compatibility).

If you read the article that this thread was linked to, it covers what will happen in regards to file systems, and also the use of colons and / within OS X.

  • Early on, case-sensitivity was thought be a likely stumbling block. Apple's HFS+ preserves the case of files while actually remaining case-insensitive. This stands in stark contrast to nearly all Unix file systems that are strictly case-sensitive. Surprisingly, conflicts have been rare to date. Previous ports to Windows (e.g., CygWin32) have already addressed potential conflicts in several software projects.
  • Another difference in the path separators used by the file systems was also an early issue. HFS+ uses a colon (":"), while UFS uses a slash ("/"). This is now handled transparently by transforming the strings automatically, so that Carbon and Classic applications see the colon they're expecting while all other portions of the operating system see the slash.

So... they have already covered the colon and slash difficulties. In regards to the 'design over functionality', I must admit that Quicktime 4 wasn't all that functional, but the preview of Quicktime 5 (I think it was) in DP4 has put in Aqua buttons, and instead of the Scroll Wheel for volume, there are buttons, I think.

Slashdot Top Deals

"I've got some amyls. We could either party later or, like, start his heart." -- "Cheech and Chong's Next Movie"

Working...