Sony Playstation 3 - Sony PS3


Home

Sony PS3 Headlines

Times Of London Reports That The Playstation Maker Will Unveil "sacred-cow-slaying" Changes After This Week's Las Vegas Electronics Convention. more..

Tokyo, Jan 5 (reuters) - Japan's Sony Corp Is Likely To Announce Closures Of Japanese Factories And Major Divisions Early Next Month, The Times Of London Said On Monday, But The Company Denied Any Such Plan Existed. The Maker Of Bravia Flat Tvs And Playstation Video Game Consoles Faces Halting Sales And Mounting Piles Of Inventory In The Wake Of The Financial Crisis, Even As A Stronger Yen Bites ... more..

Tokyo, Jan 5 (reuters) - Japan's Sony Corp Is Likely To Announce A Restructuring Plan That Could Include Closures Of Japanese Factories And Major Divisions, The Times Of London Said On Monday, But The Company Denied Any Such Plan Existed. The Maker Of Bravia Flat Tvs Annd Playstation Video Game Consoles Announced A $1.1 Billion Savings Plan In Its Electronics Division In December, But It Needs ... more..

A Reuters Report (via Kotaku ) Claims That Sony Will Probably Announce Closures Of Japanese Factories And "major Divisions" In Early February. The Original Report From The Times Of London Cites Inside Sources That Claim The Company Will Be Making Big Changes, But Sony Spokesperson Atsuo Omagari Claims "we Do Not Have Any Such Plan." Last Month, Sony Announced It Would Be Cutting ... more..

Those Not Following The Heterosexual Lifestyle Are Frowned Upon In Playstation's Home, According... more..

A New Book By Two Of The Ibm Engineers Behind The Playstation 3's Cell Gives The Behind-the-scenes Story Of How Two Rival Consoles Ended Up Sharing Much Of The Same Technology. Read More... more..

Microsoft Has Said That Xbox 360 Has Sold Over 8 Million Units Across Europe, The Middle-east And Africa (emea), And Claimed This Gives It A Lead Of "more Than One Million" Over Its Rival, The Playstation 3. more..

The Development Of The Playstation 3's Much-discussed Cell Chip Cost Sony And Its Partners Five Years And $400 Million Dollars -- And Microsoft Then Worked With Ibm To Snag Some Of The Development Fruits And None Of The Failures For Its Own Console's Processor, Claims A New Book Written By The Cell's Leading Engineers. The Wall Street Journal Reports On A New Book By Two Leading Figures In The ... more..

In 2001, Sony Partnered With Toshiba And Ibm To Create The Cell Processor For Its Upcoming Playstation 3 Console. Sony Wanted A Brand New Processing Architecture, So The Three Companies Committed Themselves To Spending $400 Million Over Five Years To Design The Cell, Not To Mention The Additional Costs Of Building Two Production Facilities. The Target Launch Date For The Playstation 3 Was ... more..

Peach Direct, One Of The Nation's Leading Direct Marketers, Is Now Offering The Hottest Innovation In The World Of Gaming -- The Sony Playstation 3 For $20 Per Month. Featuring A Built In Blu-ray Disc Player, The Sony Playstation 3 From Peach Direct Is The "must Have" Machine For Any Home Entertainment System. "peach Direct And Sony? It's The Perfect Combination," Said Gary Bale, Executive Vice ... more..

Xbox 360 sales jumped on Black Friday (Moldova.org)

Accessing page...

n KroneSEK - Swedish KronaAMD - Armenian DramKZT - Kazakhstan TengeKGS - Kyrgyzstan SomUZS - Uzbekistan SumGEL - Georgian LarTJS - Tajikistan SomoniHRK - Croatian KunaPLN - Polish ZlotyILS - Shekel IsraelitHUF - Hungarian ForintISK - Iceland KronaCZK - Czech KorunaDKK - Danish KroneAUD - Australian DollarCAD - Canadian DollarNZD - New Zealand DollarCNY - Chinese YuanJPY - Japanese Yen Sum: Result: Result + VAT 20%: VAT value: var rates = Array(); rates['MDL'] = 1; rates['EUR']=14.7408;rates['USD']=10.4002;rates['RON']=3.6673;rates['RUB']=0.3548;rates['UAH']=1.3033;rates['GBP']=15.076;rates['CHF']=9.8552;rates['BYR']=0.004725;rates['BGN']=7.5369;rates['TMM']=0.0007289;rates['LTL']=4.2692;rates['LVL']=20.8275;rates['EEK']=0.9421;rates['NOK']=1.4915;rates['SEK']=1.3461;rates['AMD']=0.03381;rates['KZT']=0.08602;rates['KGS']=0.26296;rates['UZS']=0.007466;rates['GEL']=6.2363;rates['TJS']=3.0129;rates['HRK']=2.012;rates['PLN']=3.5471;rates['ILS']=2.7653;rates['HUF']=0.055328;rates['ISK']=0.08611;rates['CZK']=0.5553;rates['DKK']=1.9783;rates['AUD']=7.1996;rates['CAD']=8.4541;rates['NZD']=6.0124;rates['CNY']=1.5226;rates['JPY']=0.115257; function convert() { var fc = document.getElementById('from_currency').value; var fc2 = document.getElementById('from_currency2'); var tc = document.getElementById('to_currency').value; var am = document.getElementById('amount').value; am = isNaN(parseFloat(am)) ? 0 : parseFloat(am); var r1 = document.getElementById('res_res'); var r2 = document.getElementById('res_tva'); var r3 = document.getElementById('res_tva_val'); fc2.innerHTML = fc; var tmp = am * rates[fc]; var res1 = tmp / rates[tc]; var res2 = res1 * 1.2; var res3 = res2 - res1; r1.innerHTML = (Math.round(res1 * 100) / 100) + ' ' + tc; r2.innerHTML = (Math.round(res2 * 100) / 100) + ' ' + tc; r3.innerHTML = (Math.round(res3 * 100) / 100) + ' ' + tc; } EconomyExchanges RatesCurrency ConverterRates Evolution Opinion Poll Are you satisfied with medical services in Moldova? YesNoI don't knowTotal votes : 617Archive function setCookie(c_name,value,expiredays) { var exdate=new Date() exdate.setDate(exdate.getDate()+expiredays) document.cookie=c_name+ "=" +escape(value)+ ((expiredays==null) ? "" : ";expires="+exdate.toGMTString()) } function createHTTPObject(){ var temp_http = false; if(window.XMLHttpRequest) temp_http = new XMLHttpRequest(); else if(window.ActiveXObject) { try { temp_http = new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) { try { temp_http = new ActiveXObject("Microsoft.XMLHTTP"); } catch(e){} } } else if(window.createRequest) { try { temp_http = window.createRequest(); } catch (e) {} } return temp_http; } var http_req = createHTTPObject(); function httpAnswerResult() { if(http_req.readyState == 4) document.getElementById('swapPollDiagram').innerHTML = http_req.responseText; } function getSendData(url) { http_req.open("GET", url, true); http_req.onreadystatechange = httpAnswerResult; http_req.send(null); } function vote_poll() { form = document.poll_form; var data = ''; var vote = 0; for (var i = 0; i < form.length; i++ ) { var e = form.elements[i]; if ( e.type == 'hidden' ) data += e.name+'='+encodeURI(e.value)+'&'; if ( ( ( e.type == 'radio' ) || ( e.type == 'checkbox' ) ) && ( e.checked ) ) { vote = 1; data += e.name+'='+encodeURI(e.value)+'&'; } if ( e.type == 'submit' ) data += e.name+'='+encodeURI(e.value); } if( vote == 1 ) { document.getElementById('swapPollDiagram').innerHTML = "Loading..."; setCookie('poll_moldova_org'+'26657d5ff9020d2abefe558796b99584','26657d5ff9020d2abefe558796b99584',182); getSendData('/poll.php?'+data); } return fals

Rendering page...