AMD Intros ATI Vista Ready Chips

At an event in Mumbai, soon after the completion of the acquisition of ATI, AMD announced a line of latest Vista-ready ATI Radeon graphic processors. According to Chris Jones, corporate vice president - Windows Core OS Division, "Microsoft will deliver a series of graphics innovations with Windows Vista that provide a customer experience that is second to none. We could not have achieved this without our partnership with ATI. From day one, ATI has played a key role in helping us design and validate the new driver model at the heart of Windows Vista, and ATI has since developed robust and performant drivers that highlight the capabilities of our new operating system."

Netbeans 5.5, Netbeans 6 Preview Released

NetBeans 5.5 has been released. "NetBeans IDE 5.5 builds on the success of NetBeans 5.0 and adds support for Java EE 5 and Sun Java System Application Server PE 9. Got Web 2.0? Of course! NetBeans 5.5 generates JAX-WS 2.0 artifacts for Java SE 6 and Java EE 5 projects. We included Java Persistence support and support for Enterprise Java Beans 3. Additionally, there is the new Subversion support module and an updated module for the GUI builder, both available on the 5.5 Update Center." A new preview build of NetBeans 6 has also been released.

DirectX 10 Preview

"Microsoft's DirectX application programming interface (API) was first introduced in 1995. DirectX was designed to make life easier for software developers by providing a standard platform developers could use to easily make multimedia software and game programming for the Windows Platform." More here.

Dot-Com Bubble: Why It’s So Hard to Value Social Networking Sites

Less than three years after emerging from nowhere, the hot social networking website MySpace is on pace to be worth a whopping $15 billion in just three more years. Or is it? And is the much smaller Facebook really worth the $900 million or more Yahoo is reported to have offered for it? The problem, say Wharton experts, is a dearth of information -- including data on expected revenue generation and cost structure -- to plug into the standard valuation models.

The Cell Phone Costs USD 1275 – In Love Yet?

The Web has been rife with bogus rumors of an Apple cell phone since 2004, and each ridiculous 'leak' or faked 'photo' sets off a torrent of fruitless discussion, speculation and hysteria. What does that say about current cell phones? That they're claustrophobic and oppressively complex. That the world craves a phone that conveys, like Apple's iPod, a feeling of beauty, elegance and instantaneous mastery. This week, a cell phone matching that description has finally arrived - but it's not from Apple. Its design comes from Bang & Olufsen, maker of expensive, hyperstylish stereos and cordless phones, and its guts come from Samsung.

NASDAQ Gives Apple De-listing Reprieve

The NASDAQ stock exchange will not de-list Apple, as long as the company files its overdue quarterly report with the U.S. SEC, Apple said in another filing Friday. Apple - which had appealed NASDAQ's previous de-listing notice - said the exchange will allow its shares of stock to continue trading on condition that Apple files its tardy 10Q within two months. "On October 24, 2006, Apple received a written notification from the staff of The Nasdaq Stock Market stating that the Nasdaq Listing Qualifications Panel has granted the Company's request for continued listing on The Nasdaq Stock Market, subject to the condition that the Company shall file its Form 10-Q for the quarter ended July 1, 2006, and any required restatements, by December 29, 2006," Apple said in Friday's SEC filing.

PC Maker Fumes at Vista Price Hike

"Leading PC manufacturer Acer has accused Microsoft of ratcheting up the cost of Windows by effectively forcing consumers to opt for the Premium version of Vista. Acer claims that the Vista Home Basic - the new entry-level Windows - is so poorly featured that consumers will simply reject it. "The new experience you hear of, if you get Basic, you won't feel it at all," said Jim Wong, senior corporate vice president at Acer. "There's no graphics, no Media Center, no remote control."

Configuring the .NET Framework 2.0 Using IIS 6.0

"Most developers care about application performance. Even if speed isn't the most important attribute of their software, they certainly don't want the application to be slow. But streamlining code may seem too complex, and require skills that you don't have. Relax. While code optimization certainly is the best way to improve your application's performance, you may be overlooking another option: adjusting the settings on the .NET Framework."

Hatch Python Eggs with Setuptools

Setuptools framework, a side project of PEAK, provides easier package management and distribution than distutils. Setuptools lets you package your libraries in a single-file archive called an 'egg', similar to Java JAR file, but for Python. Like the Perl CPAN and Ruby Gems tools, the ez_setup tool bootstraps the rest of setuptools. The ez_install tool that comes with it does the same thing in conjunction with 'Cheeseshop' (PyPI).