The Internet

Apple Picking a Fight it Can't Win With Safari 589

Ian Lamont writes "Mike Elgan has an analysis of Apple's successes and concludes that the release of the Safari browser for Windows not only goes against the Apple success formula, but is doomed to a vicious failure: 'The insular Apple universe is a relatively gentle place, an Athenian utopia where Apple's occasional missteps are forgiven, all partake of the many blessings of citizenship, and everyone feels like they're part of an Apple-created golden age of lofty ideas and superior design. But the Windows world isn't like that. It's a cold, unforgiving place where nothing is sacred, users turn like rabid wolves on any company that makes even the smallest error, and no prisoners are taken. Especially the Windows browser market. ... While security nerds were ripping Apple for a buggy beta, the UI enthusiasts started going after Apple for the look and feel. Here's a small sample. Apple can expect much more of this in the future. The problem? Safari for Windows just isn't Windows enough.' Elgan also expects that the Firefox faithful will fight the Safari influx — a theory that has been supported by comments from Mozilla executive John Lilly, who criticized Steve Jobs' 'blurry view of real world' just after Jobs announced Safari for Windows."
Networking (Apple)

Safari for Windows Downloaded Over 1 Million Times 439

ClaraBow writes "Apple reports that it took Apple just two days to reach 1 million downloads of its newest Safari Web browser for Windows. If these downloads manifested into regular Safari users, then we just might have a third major browser on the Windows platform. If Safari can obtain a 10% market share on Windows, then it would further weaken IE's position and give standards-based browsers more leverage with developers."
Security

Safari 3 Beta Updated, Security Problems Fixed 302

Llywelyn writes "Apple has released an update to the Windows Safari 3 Beta. According to Macworld the updates '...include correction for a command injection vulnerability, corrected with additional processing and validation of URLs that could otherwise lead to an unexpected termination of the browser; an out-of-bounds memory read issue; and a race condition that can allow cross-site scripting using a JavaSscript [sic] exploit.' It is available through either the Apple Safari download site or through Apple's Software Update."

Safari 3 vs. Firefox 2 and IE7 559

Bobcat writes "Ars Technica has a 'first look' at Safari for Windows, which is interesting because it's written from the perspective of someone new to Safari. It was tested against Firefox 2 and IE7 and aside from the slightly faster page loading, Ars didn't find much to recommend it to Windows users. 'The modest increase in rendering performance is hardly worth the deficiencies, and Safari's user interface simply doesn't provide the usability or flexibility of competing products. If the folks at Apple think that providing Windows users with a taste of Mac OS X through Safari is going to entice them to buy a Mac, it's going to take a better effort than the Safari 3 beta. Even if the final release is more polished and completely bug-free, it still won't be as powerful or feature-loaded as Opera or Firefox.'"
Bug

Apple Safari On Windows Broken On First Day 595

An anonymous reader writes "David Maynor, infamous for the Apple Wi-Fi hack, has discovered bugs in the Windows version of Safari mere hours after it was released. He notes in the blog that his company does not report vulnerabilities to Apple. His claimed catch for 'an afternoon of idle futzing': 4 DoS bugs and 2 remote execution vulnerabilities." Separately, within 2 hours Thor Larholm found a URL protocol handler command injection vulnerability that allows remote command execution.
Windows

Safari on Windows, Leopard Debut at WWDC 850

comm2k writes to mention that Apple has announced a Windows version of Safari along with Leopard, the new version of Mac OS X at this years World Wide Developers Conference in San Francisco. "He said Safari was 'the fastest browser on Windows', saying it was twice as fast as Internet Explorer. A test version of Safari for Windows XP and for Vista is available for download from the Apple website. Apple is hoping to replicate the success of iTunes, which has proved enormously popular on both Macs and Windows machines."
The Internet

A Succinct Definition of the Internet? 498

magnamous asks: "Ever since Senator Ted Stevens used the phrase 'series of tubes' to describe his understanding of the Internet, I've noticed several stories and comments referencing how silly that is. Although I agree that that description is rather silly, each time I've found myself trying to come up with a -succinct layman's definition- of what the Internet is, and I come up short. Wikipedia has a gargantuan page describing the Internet, and Google's definitions offer pretty good descriptions of what the Internet is in a functional sense (with some throwing in terms that the layman wouldn't understand, or take the time to understand), but not really a good description of what it -is- in the physical sense that I think Sen. Stevens was trying to get at. What are your suggestions for a succinct layman's definition of the Internet?"
Patents

Apple Sued For Using Tabs In OS X Tiger 435

rizzo320 writes "AppleInsider is reporting that an Illinois-based company and its Nevada partner have filed a lawsuit against Apple Inc., alleging that Mac OS X 10.4 'Tiger' infringes an interface patent relating to the OS's nearly universal use of tabs. The suit was filed in the patent troll's and forum shopper's favorite venue: Marshall, TX. The patent in question is 5072412, which was originally issued to Xerox in 1987, but is now owned or licensed to IP Innovation LLC and its parent Technology Licensing Corporation. 'Category dividers triggered by Spotlight searches, as well as page tabs in the Safari web browser, bear the closest similarity to the now 20-year-old description' of the patent, according to the article. IP Innovation is requesting damages in excess of $20 million and an injunction against future sales and distribution of Mac OS X 10.4. Software patent reform can't come soon enough!"
Security

MacBook Hacked In Contest Via Zero-Day Hole in Safari 156

EMB Numbers writes "Shane Macaulay just won a MacBook as a prize for successfully hacking OS X at CanSecWest conference in Vancouver, BC. The hack was based on a Safari vulnerability found by Dai Zovi and written in about 9 hours. CanSecWest organizers actually had to relax the contest rules to make the hack possible, because initially nobody at the event could breach the computers under the original restrictions. 'Dai Zovi plans to apply for a $10,000 bug bounty TippingPoint announced on Thursday if a previously unknown Apple bug was used. "Shane can have the laptop, I want the money," Dai Zovi said in a telephone interview from New York. TippingPoint runs the Zero Day Initiative bug bounty program.'"
Book Reviews

MySQL Cookbook 64

Michael J. Ross writes "Of all the technical challenges faced by the typical experienced computer programmer, questions about syntax form a relatively small portion. This is especially true now that current coding editors and IDEs offer statement expansion and syntax checking. Rather, the most common type of technical challenge is understanding how to solve a specific data access or manipulation problem. Hence the growing popularity of programming "cookbooks," which are filled with "recipes," each comprising a concise statement of a focused problem, followed by a solution, with plenty of sample code to show how to implement it. For developers using the MySQL database system, the gold standard of such books is MySQL Cookbook, by Paul DuBois." Read below for the rest of Michael's review
OS X

Using Safari Slows Your System? 242

sandoz writes "Macenstein has up an interesting article with some evidence that running Safari seems to slow down unrelated programs. While the speed with which a browser renders a Web page is an important measure, the difference between browsers is usually a matter of a few seconds at most. To my mind, a more important measure of speed is how a browser affects the overall speed of your system." Some responses to the article suggest that memory handling in WebKit may be the culprit. The Safari developers have already responded to this article on the webkit.org blog. They explain why the slowdown might be occurring and how it's (probably) already been fixed in the nightly build. And they request more minimal test cases.
Book Reviews

PHP 5 in Practice 116

Michael J. Ross writes "Computer programming books come in all varieties, but there are at least four general categories: introductory texts, which typically have the lowest content per page; language references, which have become increasingly supplanted by online sources; "advanced" treatments, which are often a mishmash of errata-riddled articles; and "how-to" books, usually at the intermediate level, and sometimes presented as "cookbooks." It is that last category that has been growing in popularity, and for good reason. When an experienced software developer needs assistance, it is rarely for language syntax, but instead a desire to see how someone else solved a specific problem. For solutions using the PHP language, one source of information is PHP 5 in Practice." Read the rest of Michael's review.
The Internet

Walmart Rejects Firefox and Safari 555

babooo404 writes "Last week, Walmart launched their online video download service. Immediately there were posts that the service did not work with the Firefox or Safari browsers. There was a collective, "WTF" when this happened as this is 2007, not 1997. Now it appears that reports are out that Walmart has completely turned off the ability to get into the application at all by Firefox, Safari or any other browser it does not like."
Book Reviews

CSS: The Definitive Guide 160

Michael J. Ross writes "Every Web developer knows that Cascading Style Sheets (CSS) makes it possible to separate the contents of Web pages from the styling of the elements on those pages. This in turn confers tremendous advantages, such as allowing site-wide changes of appearance to be made just once, in a single stylesheet file, rather than in all of the pages containing the affected elements. The syntax and proper usage of CSS is not as simple as implied by many HTML/CSS books, most of which fail to provide enough detail as to how CSS is applied to page elements. Web developers relying upon these books soon find themselves hitting those limits, and becoming frustrated when trying to debug Web pages. CSS: The Definitive Guide, authored by CSS expert Eric A. Meyer, aims to fill that gap." Read on for the rest of Michael's review.
OS X

15 Things Apple Should Change in Mac OS X 936

richi writes "Two of Computerworld's top operating systems editors, a Mac expert and a Windows expert, compare notes on what Apple should reconsider as it develops Mac OS X 10.5 Leopard. Mac OS X 10.4, or Tiger, is (in their opinion) a noticeably better operating system than XP or Vista. But it is not perfect. OS X has its own quirks and flaws, and they set out to nail down some of the 'proud nails' for the next release." From the article: "7. Inconsistent User Interface. Open iTunes, Safari and Mail. All three of these programs are Apple's own, and they're among the ones most likely to be used by Mac OS X users. So why do all three of them look different? Safari, like several other Apple-made apps such as the Finder and Address Book, uses a brushed-metal look. iTunes sports a flat gun-metal gray scheme and flat non-shiny scroll bars. Mail is somewhere in between: no brushed metal, lots of gun-metal gray, and the traditional shiny blue scroll bars. Apple is supposed to be the king of good UI, and in many areas, it is. But three widely used apps from the same company with a different look? Sometimes consistency isn't the hobgoblin of little minds."

CSS Cookbook 121

Michael J. Ross writes "Anyone involved with the coding of Web sites likely knows that Cascading Style Sheets (CSS) should be used for styling the content of their sites' pages — setting text sizes and fonts, setting background colors, sizing margins, positioning images, and more. CSS allows the Web developer to specify the visual appearance of the site, separately from the HTML, and thus to be able to make changes in the future within a single stylesheet, rather than hunting through the HTML and modifying every occurrence of each affected element. The benefits of CSS are many, but so too can be the frustrations when the developer turns for help to CSS books heavy on theory and light on practical explanations. For every Web site 'cook' feeling the heat in their cyber kitchen, there is an ingredient that can help: CSS Cookbook." Read the rest of Michael's review,

Mozilla People Answer Firefox 2.0 Questions 55

Chris Beard was "point" on this interview, but got help writing his answers to your questions from other Mozilla and Firefox people. (Since this was sort of a "companion" interview to one we did just before it with MSIE dude Dean Hachamovitch, you might want to look at the two Q&A posts side by side and compare the way they answered.)

Google's Growing Love For the Mac 222

An anonymous reader writes "While browsing the 2007 Macworld speaker bios, I found an interesting Google+Mac piece of news. Looks like Google has appointed the famous Amit Singh in charge of their Mac Engineering (also confirmed on Singh's website). While Google generally seems to lag behind in Safari compatibility they have been offering some native Mac software. We earlier heard Google CEO Eric Schmidt's joining Apple's board of directors. Then following Microsoft MacBU's lead, Google started their own Mac Blog a few weeks earlier. Google's jobs website also lists several Mac openings. If Singh's technical expertise and history of OS X wizardry any indication, we can hope for some cool Mac software from Google. Also wondering if all this is just Google's response to Apple's market growth or maybe a more serious partnership is coming? ;-)"

Firefox Accepting Feature Suggestions for Version 3 422

Krishna Dagli writes to mention an article over at Ars Technica discussing the Firefox team's call for feature suggestions. Version 3 of the software is already in the works, and the team members are looking to the community for ideas on where to go next. From the article: "The wish list is long indeed, and it provides an insight into the desires of the browser community, and a look at the open source development process. While closed-source projects often ask their user community for feedback on requested features, the process is not usually open to the public. For Firefox 3, anyone can both suggest new features and comment on other people's suggestions. The feature requests are divided into categories, such as browser customization, privacy features, security, history, download manager, and other areas. There are suggestions for features found in other competing browsers, such Safari, IE 7 beta, and Opera. IE7 seemed to be featured most prominently, with requests for "low-rights mode," as well as more cosmetic features like skins that mimic Microsoft's browser."

IE Market Share Drops to Lowest Level in Years 386

Cultural Mosaic writes "Browser market share figures for September were released yesterday, and the numbers showed a big dip for Internet Explorer, as it dropped to just 82.10%, its lowest market share figure in years. Ars Technica notes that 'it's no surprise that Internet Explorer has been losing ground steadily over the past couple of years. There have been no significant innovations in the browser since XP SP2 was released over two years ago, and most of those were security tweaks.' Firefox grew from 10.77% in June to 12.46% while Safari jumped to its highest figure ever, 3.53%. I wonder how the release of Firefox 2.0 and IE 7 later this month will change the game?"

Slashdot Top Deals