Tuesday, February 3, 2009

Dell Unveils eco-friendly compact bamboo PC


var federated_media_section = 'Holiday';

-->







home
home
reviews
feeds
RSS
about
contact
privacy
privacy

var psearchcompleter = new Ajax.Autocompleter('search_for',
'sp_results',
'http://www.electronista.com/popup_search/search.php', {
indicator: $('search_indicator'),
onShow: function(element, update){
Effect.Appear(update,{duration:0.15});
Element.show('search_reset');
},
onHide: function(element, update){
new Effect.Fade(update,{duration:0.15});
if($F('search_for') == '') Element.hide('search_reset');
}
});
psearchcompleter.onClick = function(event) {
var link = Event.findElement(event, 'LI').down('A');
window.location.href = link.href;
this.hide();
}
psearchcompleter.startIndicator = function(){
$('search_indicator').show()
$("sp_results").innerHTML = new Template('Use Google to
search the Web or search electronista').evaluate({query: $F('search_for')});
$("sp_results").show()
psearchcompleter.show()
}
psearchcompleter.stopIndicator = function(){
$('search_indicator').hide();
if($F('search_for') != '') Element.show('search_reset');
}
electronista
04/22/2008, 9:45pm, EDT Tuesday, April 22nd
Dell unveils eco-friendly compact bamboo PC
Dell today unveiled a "never before seen" environmentally conscious computer clad in bamboo, which occupies 81 percent of the space typically taken by a traditional PC tower. While specifications were sparse, Earth2Tech reveals that the computer is made of 70 percent recycled materials, such as old bottles, milk jugs, and detergent cases, and that it would be available later this year for between $500 and $700.
The eco-friendly computer comes after Dell yesterday
announcing plans to hold on to Windows XP distribution rights until approximately 2012 on its mid- to high-end business systems.
Filed under:
computers, industry, gadgetsOther story tags: Dell, environmental, bamboo
, , 6, , , , ,



-->

Related Articles
Dell offers LED-lit displays, netbook TV tuner (01/08/09)
Dell makes XPS 625 its first AMD gaming PC (01/08/09)
Dell chastizes Apple on environmental claims (12/21/08)
Dell chases eco title with green packaging (12/16/08)
Dell releases specs for Atom-based thin client PC (12/10/08)
Dell leak reveals 16:9 ratio Inspiron 1545 notebook (12/08/08)
Today's Electronista Articles
Protection Pack Silicone offers MacBook protection
Canto Cumulus 7.6.1 adds e-mail notifications, more
Sans Digital launches MobileRAID 8-bay enclosures
Verizon ships BlackBerry Pearl Flip 8230
iLife '09 takes step away from PowerPC compatibility
Briefly: Internet Evolution contest, Pogo Stylus
Calliflower for iPhone enables conference calling
Popular macnn Articles
Gmail Tasks launched for iPhone, Android...
Apple updates Keynote, Pages, Numbers
Apple documentary receives positive feedback
Apple refurbs: Mac models starting at $999
iPhone apps: Picture Safe, Easycontact,...
VMware View Open Client ports Windows...
New iMacs likely 'within a few weeks' -...
function showreply(newsid,commentid,replies)
{

advAJAX.post({
url: '/scripts/transdata.php?QT=2&nid='+newsid+'&cid='+commentid+'&replies='+replies,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) {// alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;

var returndata=obj.responseText;

//document.getElementById("reply"+commentid).innerHTML=obj.responseText;



var replidiv='
Hide Replies'+returndata;

document.getElementById("reply"+commentid).innerHTML=replidiv;
},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});

}





function hidereply(newsid,commentid,replies)
{



advAJAX.get({
url: '/scripts/transdata.php?QT=11&nid='+newsid+'&cid='+commentid+'&replies='+replies,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) {// alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */


document.getElementById("reply"+commentid).innerHTML=obj.responseText;


},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});



}





function postreply(newsid,commentid,replies)
{

//($newsid,"articles",$username, true, $year, $month, $day, $loginError)

advAJAX.post({
url: '/scripts/transdata.php?QT=3&nid='+newsid+'&cid='+commentid+'&replies='+replies,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) { //alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;


document.getElementById("post"+commentid).innerHTML=obj.responseText;


},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});


}



function toggle(chkbox)
{
if(chkbox.checked)
{
toggleTableNews('1','id_top_headlines','id_top_stories');
}
else
{
toggleTableNews('2','id_top_stories','id_top_headlines');
}
}


function toggle2(chkbox)
{
if(chkbox.checked)
{
toggleTableNews('1','id_top_headlines','id_top_stories');
}
else
{
toggleTableNews('2','id_top_stories','id_top_headlines');
}
}



function checklogin(comid)
{
if(document.getElementById("user"+comid).checked==true)
{
var username=document.getElementById("username"+comid).value;
var password=document.getElementById("password"+comid).value;
var title='';
var newsbody='';
}
else
{
var username='';
var password='';
var title=document.getElementById("title"+comid).value;
title=title.replace(/&/g,'%26');
title=title.replace(/\n/g,'');
var newsbody=document.getElementById("newsbody"+comid).value;
bodytxt=bodytxt.replace(/&/g,'%26');
bodytxt=bodytxt.replace(/\n/g,'');
}

var txtCode=document.getElementById("txtCode"+comid).value;
var newsid=document.getElementById("id"+comid).value;



/*--------------- -----------------------validation for login-------------------------------------------------------------*/

if(username=="")
{
document.getElementById("error"+comid).innerHTML="Please enter username.";
return false;
}

else if(password=="")
{
document.getElementById("error"+comid).innerHTML="Please enter your password.";
return false;
}

else
{
document.getElementById("error"+comid).innerHTML="";
}

/*--------------------------------------------------validation for login-------------------------- -----------------------*/


advAJAX.post({
url: '/scripts/transdata.php?QT=4&username='+username+'&password='+password+'&txtCode='+txtCode+'&newsid='+newsid+'&comid='+comid+'&title='+title+'&newsbody='+newsbody,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) { //alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;
if(obj.responseText==1)
{
document.getElementById("error"+comid).innerHTML="The login authentication failed. Please re-enter your login information.";
}

else
{
document.getElementById("post"+comid).innerHTML=obj.responseText;
//document.getElementById("reply"+comid).innerHTML=obj.responseText;

}


},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});


}








function repsubmit(cid,subtype)
{

var title=document.getElementById("title"+cid).value;
title=title.replace(/&/g,'%26');
title=title.replace(/\n/g,'');
var bodytxt =document.getElementById("newsbody"+cid).value;
bodytxt=bodytxt.replace(/&/g,'%26');
bodytxt=bodytxt.replace(/\n/g,'');
var newsid=document.getElementById("id"+cid).value;
var replies=document.getElementById("ttlreply"+cid).value;
//var txtCode =document.getElementById("txtCode"+cid).value;


if(subtype=='unregister')
{

var txtCode=document.getElementById("txtCode"+cid).value;

/*--------------- -----------------------validation for reply submitted by guest-------------------------------------------------------------*/

if(title=="")
{
document.getElementById("error"+cid).innerHTML="Please enter a title.";
return false;
}

else if(bodytxt=="")
{
document.getElementById("error"+cid).innerHTML="Please enter your comment.";
return false;
}



else if(txtCode=="")
{
document.getElementById("error"+cid).innerHTML="Please enter security text.";
return false;
}


else
{
document.getElementById("error"+cid).innerHTML="";
}

/*--------------------------------------------------validation for reply submitted by guest-------------------------- -----------------------*/

}



else {

var txtCode='';

/*--------------- -----------------------validation for reply submitted by guest-------------------------------------------------------------*/

if(title=="")
{
document.getElementById("error"+cid).innerHTML="Please enter a title.";
return false;

}

else if(bodytxt=="")
{
document.getElementById("error"+cid).innerHTML="Please enter your comment.";
return false;
}


else
{
document.getElementById("error"+cid).innerHTML="";
}

/*--------------------------------------------------validation for reply submitted by guest-------------------------- -----------------------*/

}




advAJAX.post({
url: '/scripts/transdata.php?QT=5&title='+title+'&body='+bodytxt+'&newsid='+newsid+'&comid='+cid+'&txtCode='+txtCode+'&replies='+replies,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) {//alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;

//var returndata=obj.responseText;

if(obj.responseText==0)
{
document.getElementById("error"+cid).innerHTML="You are blocked by admin";
}
else if(obj.responseText == "false")
{
document.getElementById("error"+cid).innerHTML="You look to be in full force. Wait for 15 seconds before posting next comment/reply.";
}
else if(obj.responseText == 'mismatch')
{

document.getElementById("error"+cid).innerHTML="You have entered invalid verification code.";
}
else

{
if(obj.responseText != "false")
{
document.getElementById("reply"+cid).innerHTML=obj.responseText;
reset_timer();
count_down();
}
}
//var replidiv='
Hide Replies'+returndata;

//document.getElementById("post"+cid).innerHTML='
post a Re-reply ';


},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});



}




function goback(newsid,comntid)
{

document.getElementById("post"+comntid).innerHTML='
';

}




function voting(newsid,comntid,votes,digg)

{

advAJAX.post({
url: '/scripts/transdata.php?QT=6&newsid='+newsid+'&comntid='+comntid+'&votes='+votes+'&digg='+digg,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) { //alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;
if(obj.responseText==0)
{
//document.getElementById("vote"+comntid).innerHTML="You have already voted for this";

alert("You have already voted for this");

}

else if(obj.responseText==1)
{
document.getElementById("comment"+comntid).style.display="none";

}

else
{
document.getElementById("cvoted"+comntid).innerHTML=obj.responseText;
}



},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});

}







function SpellChecker(comid) {
// get the textarea we're going to check



var txt = document.getElementById("newsbody"+comid);

//var txt = document.comments.newsbody;
// give the spellChecker object a reference to our textarea
// pass any number of text objects as arguments to the constructor:
var speller = new spellChecker( txt );
// kick it off
speller.openChecker();
}






function editcomment(nid,comid,style,parentid)
{

advAJAX.post({
url: '/scripts/transdata.php?QT=7&nid='+nid+'&comid='+comid+'&style='+style+'&pid='+parentid,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) {//alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;
document.getElementById("comment"+comid).innerHTML=obj.responseText;


},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});

}


function getUrlVars()
{

var vars = [], hash;
if(window.location.href.indexOf('&')!='-1')
{
var hashes = window.location.href.slice(window.location.href.indexOf('&') + 1);
var arrayhashes=hashes.split("=");
hashes=arrayhashes[1];
}
else
{
var hashes =0;
}
// alert(hashes);


// for(var i = 0; i ');
var bodytxt =document.getElementById("newsbody"+cid).value;
bodytxt=bodytxt.replace(/&/g,'%26');
bodytxt=bodytxt.replace(/\n/g,'');
var newsid=document.getElementById("id"+cid).value;
var style=document.getElementById("style"+cid).value;
var pid=document.getElementById("pid"+cid).value;


if(title=="")
{
document.getElementById("error"+cid).innerHTML="Please enter a title.";
return false;

}

else if(bodytxt=="")
{
document.getElementById("error"+cid).innerHTML="Please enter your comment.";
return false;
}


else
{
document.getElementById("error"+cid).innerHTML="";
}

//alert('http://www.macnn.com/scripts/transdata.php?QT=8&title='+title+'&body='+bodytxt+'&newsid='+newsid+'&comid='+cid+'&status='+status+'&style='+style+'&page='+page+'&pid='+pid);

advAJAX.post({
url: '/scripts/transdata.php?QT=8&title='+title+'&body='+bodytxt+'&newsid='+newsid+'&comid='+cid+'&status='+status+'&style='+style+'&page='+page+'&pid='+pid,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) { //alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;


//if(obj.responseText==0)
//{
//document.getElementById("comment"+cid).style.display="none";
//}

//else
//{
//document.getElementById("comment"+cid).innerHTML=obj.responseText;
//}

if(style==1)
{



var comments=obj.responseText;

var selectd='';
selectd+='sort by date (show all)';
selectd+='sort by date (-4 or higher)';
selectd+='sort by date (+2 or higher)';
selectd+='sort by date (+5 or higher)';
selectd+='
Collapse All'+comments;




document.getElementById("cmnts").innerHTML=selectd;

}


if(style==2)
{

document.getElementById("reply"+pid).innerHTML=obj.responseText;

}





},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});







}








function blockuser(nid,comid,req)

{




advAJAX.post({
url: '/scripts/transdata.php?QT=9&nid='+nid+'&comid='+comid+'&req='+req,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) {//alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;

if(obj.responseText==0)
{
alert("This is not a register user");
}

else if(obj.responseText==1)
{
alert("User Blocked");
}

else if(obj.responseText==2)
{

alert("Ip Blocked");

}






},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});






}




function expandall(page,nid)

{

var action=true;

advAJAX.post({
url: '/scripts/transdata.php?QT=10&page='+page+'&nid='+nid+'&action='+action,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";

document.getElementById("cmnts").innerHTML='';


},
onSuccess : function(obj) {//alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;


var comments=obj.responseText;
// global settings
var globalSettingsDiv = 'Global PreferencesDefault Comment Viewsort by date (show all)sort by date (-4 or higher)sort by date (+2 or higher)sort by date (+5 or higher)External Page LinksAlways open in new windowNever open in new windowNo preferenceComment Threading View Collapse AllExpand All ';
var globalSettings = '
Global Settings' + globalSettingsDiv;
var expand = '
Collapse All';

var selectd='';
selectd+='sort by date (show all)';
selectd+='sort by date (-4 or higher)';
selectd+='sort by date (+2 or higher)';
selectd+='sort by date (+5 or higher)';

var returnData = ''+expand+globalSettings+selectd+''+comments;

document.getElementById("cmnts").innerHTML = returnData;
/*
var comments=obj.responseText;

var selectd='';
selectd+='sort by date (show all)';
selectd+='sort by date (-4 or higher)';
selectd+='sort by date (+2 or higher)';
selectd+='sort by date (+5 or higher)';
selectd+='
Collapse All'+comments;


document.getElementById("cmnts").innerHTML=selectd;
*/



},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
default_gs_pref();
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});


}







function collapseall(page,nid)

{
var action=false;

advAJAX.post({
url: '/scripts/transdata.php?QT=10&page='+page+'&nid='+nid+'&action='+action,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";

document.getElementById("cmnts").innerHTML='';


},
onSuccess : function(obj) {//alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;


var comments=obj.responseText;
// global settings
var globalSettingsDiv = 'Global PreferencesDefault Comment Viewsort by date (show all)sort by date (-4 or higher)sort by date (+2 or higher)sort by date (+5 or higher)External Page LinksAlways open in new windowNever open in new windowNo preferenceComment Threading View Collapse AllExpand All ';
var globalSettings = '
Global Settings' + globalSettingsDiv;
var expand = '
Expand All';

var selectd='';
selectd+='sort by date (show all)';
selectd+='sort by date (-4 or higher)';
selectd+='sort by date (+2 or higher)';
selectd+='sort by date (+5 or higher)';

var returnData = ''+expand+globalSettings+selectd+''+comments;

document.getElementById("cmnts").innerHTML=returnData;

/*
var selectd='';
selectd+='sort by date (show all)';
selectd+='sort by date (-4 or higher)';
selectd+='sort by date (+2 or higher)';
selectd+='sort by date (+5 or higher)';
selectd+='
Expand All'+comments;

document.getElementById("cmnts").innerHTML=selectd;
*/

},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});


}







function sortcomments(page,nid)
{
//alert(page);
//alert(nid);

var limit=document.getElementById("comsort").value;
//alert(limit);
var action=false;

advAJAX.post({
url: '/scripts/transdata.php?QT=12&page='+page+'&nid='+nid+'&action='+action+'&limit='+limit,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";

document.getElementById("cmnts").innerHTML='';


},
onSuccess : function(obj) {//alert(obj.responseText);


var comments=obj.responseText;
// global settings
var globalSettingsDiv = 'Global PreferencesDefault Comment Viewsort by date (show all)sort by date (-4 or higher)sort by date (+2 or higher)sort by date (+5 or higher)External Page LinksAlways open in new windowNever open in new windowNo preferenceComment Threading View Collapse All Expand All ';
var globalSettings = '
Global Settings' + globalSettingsDiv;
var expand = '
Expand All';

var selectd='';
selectd+='sort by date (show all)';
selectd+='sort by date (-4 or higher)';
selectd+='sort by date (+2 or higher)';
selectd+='sort by date (+5 or higher)';

var returnData = ''+expand+globalSettings+selectd+''+comments;

document.getElementById("cmnts").innerHTML=returnData;

// document.getElementById("cmnts").innerHTML='
Expand All'+comments;

},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
default_gs_pref();
set_default_sort('comsort', limit);
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});



}






function logout(newsid,comntid)
{

advAJAX.post({
url: '/scripts/transdata.php?QT=13',
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) {//alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;
goback(newsid,comntid);
alert('logout successful!');

},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function() {
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});



}













6 comments
Reader Reactions (Please use for italic text)

subscribe to commentsfor this article
Expand All
Global Settings
Global Preferences
Default Comment View
sort by date (show all) sort by date (-4 or higher) sort by date (+2 or higher) sort by date (+5 or higher)
External Page Links
Always open in new window Never open in new window No preference
Comment Threading View
Collapse All Expand All
sort by date (show all) sort by date (-4 or higher) sort by date (+2 or higher) sort by date (+5 or higher)
Haroscarfel
hate to admit it
0
04/22, 10:02pm, EDT as a recent green adopter, I think this is a very cool idea. Its sad that apple hasnt already done this. i will not buy a duh-el under any circumstances, but i do wish apple would do something like this.
Fresh-Faced Recruit
Joined Nov 2007
User is offline


bloggerblog
Apple is starting to suck
0
04/22, 10:07pm, EDT we can either buy the grossly overpowered MacPro or the expansion-less imac and mac mini. PC's are starting to become more appealing.... Yeah I know they don't run OSX, dag!
Fresh-Faced Recruit
Joined Aug 2007
User is offline


CreepDogg
Wow
0
04/22, 10:17pm, EDT That's the first original, interesting idea I've ever seen come out of Dell. EVER. Hats off to ya, Mike. Does it run OS X?
Senior User
Joined Jun 2001
User is offline


johncarync
ditto...wow
0
04/22, 10:24pm, EDT Historically, PC manufacturers have either designed ugly boxes or Apple knockoffs. This is something new, different, and appealing. Congratulations to Dell!
Fresh-Faced Recruit
Joined Oct 2002
User is offline


syzygi
Some peoples kids...
0
04/22, 10:46pm, EDT Making uninformed comments seems to be more the rule than the exception now on macnn. The facts are that Apple has often lead the way with environmental designs and packaging. Fact 1: In the early 90's Apple stopped shipping there products in the traditional white boxes and shipped in the natural brown with organic black ink. Apple returned to the traditional white boxes only after environmentally friendly inks became economically available. Fact 2: The aluminum body parts of the MacBook Pro, iMac, Mac Mini and MacPro are almost 100% reusable. You can't say the same for the materials in the earth2tech. Wood fiber and plastic recycling are only about 70-85% efficient. Fact 3: A comparable Dell compared to a MacPro is several hundred bucks less than a MacPro. Go check for yourself. Further more, a MacPro is easier to modify, requires less service and holds its value much longer.
Fresh-Faced Recruit
Joined Jan 2008
User is offline


Haroscarfel
.
0
04/23, 10:15am, EDT i agree that macs are better, they last longer (2 working g3's and a Ti book in my house), and the definitely hold their value. I just think that the bamboo element and RECYCLED elements are a nice touch. Mac absolutely has the most sensible packaging. Look at the MBA. Al can be recycled, yes, however you cant grow Al, you can continuously grow hard, fire resistant grasses like bamboo. im the first to knock Duh-el, but kudos for using recycled parts. technically this isn't an original idea from Duh-el, another company introduced the idea of bamboo. No matter how cool or small, i still choose my mac mini when it comes to computers of this caliber. This posted written on a Mac Pro Quad core.
Fresh-Faced Recruit
Joined Nov 2007
User is offline





function comsubmit()
{

var incr=1;
var page=getUrlVars();
var title=document.getElementById("title").value;
title=title.replace(/&/g,'%26');
title=title.replace(/\n/g,'');
var bodytxt =document.getElementById("newsbody").value;
bodytxt=bodytxt.replace(/&/g,'%26');
bodytxt=bodytxt.replace(/\n/g,'');
var userstat =document.getElementById("status").value;
var newsid =document.getElementById("id").value;
var txtCode ="";
var recaptcha_challenge_field=document.getElementById("recaptcha_challenge_field").value;
var recaptcha_response_field=document.getElementById("recaptcha_response_field").value;
var tcomments=parseInt(document.getElementById("cments").value) + parseInt(incr);

if(title=="")
{
document.getElementById("error").innerHTML="Please enter a title.";
return false;

}

else if(bodytxt=="")
{
document.getElementById("error").innerHTML="Please enter your comment.";
return false;
}


else
{
document.getElementById("error").innerHTML="";
}


advAJAX.post({
url: '/scripts/transdata.php?QT=1&title='+title+'&body='+bodytxt+'&newsid='+newsid+'&userstat='+userstat+'&page='+page+'&txtCode='+txtCode+ '&recaptcha_challenge_field=' + recaptcha_challenge_field + '&recaptcha_response_field=' + recaptcha_response_field,
onInitialization : function() {
/* Ukrycie warstwy */
//someDiv.style.visibility = "hidden";
},
onSuccess : function(obj) {// alert(obj.responseText);
/* Ustawienie nowej, pobranej z serwera wartosci */
//someDiv.innerHTML = obj.responseText;

if(obj.responseText==0)
{
document.getElementById("error").innerHTML="You are blocked by admin";
}
else if(obj.responseText == "false")
{
document.getElementById("error").innerHTML="You look to be in full force. Wait for 15 seconds before posting next comment/reply.";
}
else if(obj.responseText == 'mismatch')
{

document.getElementById("error").innerHTML="You have entered invalid verification code.";
}
else

{



var comments=obj.responseText;
// global settings
var globalSettingsDiv = 'Global PreferencesDefault Comment Viewsort by date (show all)sort by date (-4 or higher)sort by date (+2 or higher)sort by date (+5 or higher)External Page LinksAlways open in new windowNever open in new windowNo preferenceComment Threading View Collapse AllExpand All ';
var globalSettings = '
Global Settings' + globalSettingsDiv;
var expand = '
Expand All';

var selectd='';
selectd+='sort by date (show all)';
selectd+='sort by date (-4 or higher)';
selectd+='sort by date (+2 or higher)';
selectd+='sort by date (+5 or higher)';

var returnData = ''+expand+globalSettings+selectd+''+comments;

document.getElementById("cmnts").innerHTML=returnData;

/*

var selectd='';
selectd+='sort by date (show all)';
selectd+='sort by date (-4 or higher)';
selectd+='sort by date (+2 or higher)';
selectd+='sort by date (+5 or higher)';
selectd+='
Expand All'+comments;

document.getElementById("cmnts").innerHTML=selectd;

document.getElementById("ccount").innerHTML=tcomments + ' comments';

document.getElementById("cments").innerHTML=tcomments;
*/
// document.getElementById("cmnts").innerHTML=obj.responseText;

}



},
onError : function(obj) {
/* W przypadku wystapienia bledu wyswietlenie komunikatu */
alert("Error:" + obj.status);
},
onFinalization : function(obj) {
if(obj.responseText != "false") {
default_gs_pref();
if (typeof(document.getElementById('div_edit_comment')) != 'undefined') {
reset_timer();
count_down();
}
}
/* Ponowne pokazanie warstwy po zakonczeniu wszystkich operacji */
//someDiv.style.visibility = "visible";
}

});



}





function openSpellChecker() {
// get the textarea we're going to check
var txt = document.login.newsbody;
// give the spellChecker object a reference to our textarea
// pass any number of text objects as arguments to the constructor:
var speller = new spellChecker( txt );
// kick it off
speller.openChecker();
}



/*function getUrlVars()
{

var vars = [], hash;
var hashes = window.location.href.slice(window.location.href.indexOf('&') + 1);
return hashes;

}*/






Your Comments
In order to post comments: If you are a registered member, please login with your MacNN Forums username and password otherwise please uncheck the checkbox below.


Registered Member?
macnn forums login:macnn forums password:
subject (25 characters max)
your comments (3000 characters max)
Type the two words:Type what you hear:Incorrect. Try again.



Recaptcha.widget = Recaptcha.$("recaptcha_widget_div"); Recaptcha.challenge_callback();



Please allow upto 120 seconds for your comment to be saved. Not a member of the MacNN forums?
Register now for free.


100 comments:

  1. http://www.bbmdroid.com
    • Love to see this info. In future I ll also share some information with you though this is a bit outdated.

    ReplyDelete
  2. Interesting and useful information that you have provided here on your page about computer.

    Thin Client Hardware & RDP Thin Client

    ReplyDelete
  3. Excellent and very cool idea and the subject at the top of magnificence and I am happy to comment on this topic through which we address the idea of positive reaction and successful either on the subject as well and ask the subject of a successful
    Thank you
    To throw


    http://www.klassens.info

    ReplyDelete
  4. I’m delighted that I’ve observed this weblog. Finally something not a junk, which we go through incredibly frequently. The web site is lovingly serviced and saved as much as date. So it should be, thanks for sharing this with us.8mm Film transfer to DVD

    ReplyDelete
  5. ove to see this info. In future I ll also share some information with you though this is a bit outdated

    ReplyDelete
  6. love to see this info. In future I ll also share some information with you though this is a bit outdated

    ReplyDelete
  7. Hiya, I am really glad I have found this information.

    ReplyDelete
  8. http://www.harga21.com/2016/07/asus-rog-g551-vw-gaming.html

    ReplyDelete
  9. this website conations actually good funny stuff too. mcafee support

    ReplyDelete
  10. Good Information...
    Very Useful when find a Performance Computer..
    Thank You For Sharing With Us.

    ReplyDelete
  11. Good Information...
    Very Useful when find a Performance Computer..
    Thank You For Sharing With Us.

    ReplyDelete
  12. if you want to buy a refurbished hard disk online visit http://www.hard-disk.in

    ReplyDelete
  13. if you want to buy a refurbished hard disk online visit www.hard-disk.in

    ReplyDelete
  14. You have vast knowledge in the field of i.t thanks for sharing and updating this blog.
    ________________________________________
    Buy Mobile Phones at Cheap Prices
    <a href="http://dubaivfm.com/>Buy Mobile Phones</a>

    ReplyDelete
  15. awsome post loved your your blog thanx for this article awsome work great well done
    http://www.grabcoupon.net

    ReplyDelete
  16. This comment has been removed by the author.

    ReplyDelete
  17. Nice post, want technical help for Adobe Just Call Adobe Help Number UK

    ReplyDelete
  18. I like your way to define this article. Good Job. Keep it UP. Bigg Boss 10 Winner

    ReplyDelete
  19. Thanks for the great Info. Keep up the good work :-) Dell Inspiron i7559-7512

    ReplyDelete
  20. While there are other tools designed for hacking Wifi passwords, almost all of them require extensive use of different types of Linux operating systems, knowledge on flashing the bios on all of your router equipment, and a large investment on specific receivers. A lot of the reason most programs require this is because they are designed by network engineers to be used by network engineers.

    ReplyDelete
  21. Thank you for sharing this informative article. In case anyone needs Printer tech support https://goo.gl/KEmDVB

    ReplyDelete
  22. I loved this post.I read your blog and you are all ways comming out with some grate stuff...i shared this on my facebook and my followers loved it keep up the good work :-) Psiphon

    ReplyDelete
  23. Love to share!People like you feel confused about buying Best wifi baby monitor for their baby. We have researched and reviewed best baby monitors for you and for more information just click on the image and go to the Amazon for better realization 1.Snug WiFi Baby Monitor-Best WiFi Baby Monitor Features-Snug is the best, See more.......
    Best WiFi Baby Monitor

    ReplyDelete
  24. eaadhar

    Now instantly learn how to open or sign up for the social security my account and know the social security disability benefits
    and read the all information before give a apply for a disability insurance

    ReplyDelete
  25. download all applications and games from apkmr.com

    ReplyDelete
  26. This is really very nice and informative article Thanks for sharing this type of article & keep posting amazing article. keep it up

    ReplyDelete
  27. This is really very nice and informative article

    ReplyDelete
  28. Great post ! I was searching over search engines and found your blog site.
    https://www.brihaspathi.com/cctv.html

    ReplyDelete
  29. Well great information.you are right, bloggers needs this information to get better traffic and commenting skills back links and creating relationships with bloggers will definitely give some boost to increase our ranks in search engines. Thanks for sharing.


    123 hp setup

    ReplyDelete
  30. I appreciate you and hopping for some more informative posts.I am very happy to read this. This is the kind of manual that needs to be given and not the random mis information that's at the other blogs.ADOBE PHOTOSHOP LIGHTROOM 2018 CRACK + KEYGEN Full Download

    ReplyDelete
  31. Enjoyed reading the article above , really explains everything in detail,the article is very interesting and effective.Thank you and good luck for the upcoming articles


    123 hp setup

    ReplyDelete
  32. hello, I am kannu from Switzerland. I m so happy to see this post in here. I really needed and fortunately, i found it in here. thank you. http://smartdigitalwork.com/digital-marketing/pay-per-click-ppc/

    ReplyDelete
  33. This is great advice! Very honest and practical.I really enjoyed this post.Nice post!! these tips may help Great post, Jo! My favorite work advice.Thanks so much for a detailed post! It is very helpful for.Your post is helpful to avoid the mistakes.

    123 hp setup

    ReplyDelete
  34. Nice Post.
    https://www.brihaspathi.com/ippbx.html

    ReplyDelete
  35. Download adobe photoshop here https://justmycomp.blogspot.com/2018/05/adobe-photoshop-cc-2018-with-free.html

    ReplyDelete
  36. Every account uses secure online storage from the Amazon AWS cloud, to make sure your files are kept safe and protected.website backup

    ReplyDelete
  37. https://mohsin-computers.blogspot.in/2009/02/dell-unveils-eco-friendly-compact.html

    ReplyDelete
  38. hello friend, your post is very helpful for me.thanks for the nice post.

    techcareplus is repair mobile iphone ipad laptop screen in Christchurch.

    https://www,techcareplus.co.nz

    ReplyDelete
  39. Dear Author Great! I just wanted to leave a nice greeting. I just came across your homepage and your site design and content is unique.
    https://www.hpprintersupport-number.com/

    ReplyDelete
  40. Dear Author, thanks for sharing nice and useful blog. Keep sharing. I am James Enrique and connect with HP Support Assistant, if you have any problem with hp products.

    ReplyDelete
  41. Hello Dear,
    Your idea contains wonderful thinking.
    This website is very clear, descriptive and informative writing.
    It is your high-level hard work.
    Thanks for your sharing with us.
    Keep writing.

    ReplyDelete
  42. hello friend, your post is very helpful for me.thanks for the nice post.

    "iphone xr screen protector"

    ReplyDelete
  43. You really got a fantastic thoughts! It was an eye opener! I just like also to open to you this Green card application if you already have it in your thoughts.

    ReplyDelete
  44. Fairly well said! You are so right! I wanna give you this Green card application form you need to have this.

    ReplyDelete
  45. AFK Arena Tier List the top best heroes in the game to focus on at the very beginning and to the till end. Let's have a look at our AFK Arena.
    AFK Arena Before beginning the game, you should know all the details about your heroes. For the different stages, like early, mid.
    Find the best heroes for your team in this AFK Arena tier list. Heroes are ranked based on how useful they are and how much value they bring.
    https://afkarenatierlist.com

    ReplyDelete

  46. Dragon City Mod ApkOriginally, Dragon City is a collection that was released a few years ago as a social networking game. Later, it was also ...Here we will provide Google Drive download link of Dragon City Mod click here Apk In which you will get Unlimited Money + Unlimited Gems For Android.

    ReplyDelete

  47. Last Shelter Survival is a popular city-management game for Android and iOS by IM30.https://lastsheltersurvivalcheats.com/ Check out our Last Shelter Survival guide, tips, cheats & ...

    ReplyDelete
  48. As usual, great post. You keep amazing me with your content design and layout.
    mcafee.com/activate

    ReplyDelete
  49. Simply pursue the typical daily schedule of playing the game. Become familiar with the rudiments and you will appreciate playing the Gun 3D game with the mood melodies.
    pixelgun3dgame.com/pixel-gun-3d-pc/

    ReplyDelete
  50. Great blog. I hope everyone learned through this. Thanks for giving with us
    Air Quality Monitor

    ReplyDelete
  51. Hi, there very cool web site!! Guy .. Excellent.
    Superb .. I’ll bookmark your site and take the feeds additionally?
    If you want to get more amazing info please visit at this link air quality monitor manufacturer

    ReplyDelete
  52. Love to read such informative article, very informative one. keep posting such great inforations. If anyone having issues to unlock iPhone pass-code, just click here

    ReplyDelete
  53. House of Fun is favorite choice among people from United States. We all enjoy this game so much but to continue game need house of fun coins. House of fun free coins and spins 2020

    ReplyDelete
  54. I am frequent visitor of your website as i love to read out the articles posted on your website. At the same time i request to post some great article on Hard Drive Recovery and similar as well. Thanks !!!

    ReplyDelete
  55. such a nice article thanks for this helpful article
    123movies

    ReplyDelete
  56. We all enjoy this game so much but to continue game need house
    123movies

    ReplyDelete
  57. This article provided many good points about physician billing and the impact that it has on healthcare industry. This article creates a beautiful blend between physician billing, its requirements and considerable actions taking place during this procedure.

    ReplyDelete
  58. Considering that I am an employee that deals with the physician billing solutions , this article will do be a world of good in encouraging me to generate better outcomes. This article has all the contents in place in which considerable points are made to ensure the accuracy of their statements.

    ReplyDelete
  59. This comment has been removed by the author.

    ReplyDelete
  60. I am very Excited i came across this webpage. I must appreciate you for sharing great contents here

    ReplyDelete
  61. This comment has been removed by the author.

    ReplyDelete
  62. This article of will be something that I’ll read again in the coming days. As I currently work on a website that deals with medical billing, this concept is very much an essential part of it. This article will make it easier for me to understand the diversity and how it gets implemented.

    ReplyDelete
  63. Having a website of medical billing collection agency at our disposal, I want to thank you for being very informative about their necessities, the considerable actions taking place in these services and the phases. This would be very beneficial in my case as I have a huge responsibility regarding my website. I will always be grateful to you if I am able to achieve my objectives regarding these services.

    ReplyDelete
  64. Appreciate this post. Thanks to sharing a very informative great blog about Computer

    ReplyDelete
  65. If you want to run a children's fashion business, the first thing you need to consider is which market segment you want to sell. Like many other children's clothing store owners in Lai Chau or any other province in the country. The market segment that long-term visionary shop owners often choose is the mid-to-high-end fashion segment. There was a time, in my fuzzy youth, when I may have identified myself as a "male feminist", because I believed in equality too. . . but I believed in full equality: draft cards, equitable sentencing, and equal custody and all, and those were issues that feminism, alas, I feel that this article is right for me because of the quality, good article content, and full of enough information to find. quần áo trẻ em lào cai

    ReplyDelete
  66. Thanks for this post. It proves very informative for me. Great post to read. Keep blogging.

    If you are looking for the top security companies in London that provide its customer with remarkable security services. Check out this site for security services and close protection security services

    ReplyDelete
  67. very informative post ..i really gain very knowledge from this post ..good work carry on

    ReplyDelete
  68. Nice! thank you so much! Thank you for sharing. Your blog posts are more interesting and informative. Hindi World Tech

    ReplyDelete
  69. very informative post, thank you for sharing this helpful post. https://newtechinfo10.blogspot.com/

    ReplyDelete
  70. Benifit is a new virus that installs itself on your Yahoo accounts and pretends to be a legitimate antivirus program. The main feature of this scam is the ability to steal your passwords & email ids. This software is continually being sold for a very Buy old tinder accounts cheap price on the Internet, promising that it will protect your accounts from being hacked. After downloading this software onto your computer, it will then pretend to scan your system and tell you that your Yahoo accounts have been infected with some invisible virus which needs to be removed before it does any damage.Buy tinder account

    ReplyDelete
  71. Nice! thank you so much! Thank you for sharing. Your blog posts are more interesting and informative. Keep it up. Best Content Marketing Services Online In Uk

    ReplyDelete
  72. Ghostwriting Services are specially designed to help you achieve your writing goals with each passing day. We offer book writing and Book editing services, biography writing services, cover design, book launches, and video script writing services. Our words do wonders to shape your idea into one that sells.

    ReplyDelete