At Yahoo’s annual shareholder meeting, Chief Executive Carl Bartz said the company had "nothing to say" about any potential deal with Microsoft and asked investors to be patient as she works to overhaul the company.
"If we ever have a deal with Microsoft, it will be announced publicly and until we do, we have nothing to say," said Bartz said at the meeting in Santa Clara, Calif.
Vonage May Get Stay Of Execution
A landmark Supreme Court decision may prove to be the savior of Vonage. The ruling on "obviousness" is expected to have sweeping implications in patent law while pulling Vonage from the Verizon fire.
The ISAPI Execution Environment
This document bases on information and testing done with IIS 1.0. We have not re-tried it with later versions. However, we feel very comfortable with the information contained herein and think that it still is correct.
SQL Server Parallel Execution Plans
Microsoft SQL Server introduced parallel query processing capability in version 7.0. The purpose of parallel query execution is to complete a query involving a large amount of data more quickly than possible with a single thread on computers with more than one processor.
Optimizing JavaScript for Execution Speed
JavaScript can benefit from many of the same speed-optimization techniques that are used in other languages, like C1,2 and Java. Algorithms and data structures, caching frequently used values, loop unrolling and hoisting, removing tail recursion, and strength-reduction techniques all have a place in your JavaScript optimization toolbox. However, how you interact with the Document Object Model (DOM) in large part determines how efficiently your code executes.