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.
http://www.bbmdroid.com
ReplyDelete• Love to see this info. In future I ll also share some information with you though this is a bit outdated.
Interesting and useful information that you have provided here on your page about computer.
ReplyDeleteThin Client Hardware & RDP Thin Client
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
ReplyDeleteThank you
To throw
http://www.klassens.info
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
ReplyDeleteove to see this info. In future I ll also share some information with you though this is a bit outdated
ReplyDeletelove to see this info. In future I ll also share some information with you though this is a bit outdated
ReplyDeletelove to see this info.
ReplyDeleteseo experts in the following areas:
thoi trang tre em
quan ao tre em
quan ao tre em
may phat dien
may phat dien cu
sua chua may phat dien
may phat dien da qua su dung
phu kien may phat dien
phu tung may phat dien
RRB Admit card 2016RRB Admit card 2016RRB Admit card 2016RRB Admit card 2016
ReplyDeleteAll latest updates for rrb result 2016
ReplyDeleterrb answer key 2016
rrb answer key
rrb result
reet result 2016
reet result
reet result 2016
ctet result 2016
are here
Hiya, I am really glad I have found this information.
ReplyDeletehttp://www.harga21.com/2016/07/asus-rog-g551-vw-gaming.html
ReplyDeletethis website conations actually good funny stuff too. mcafee support
ReplyDeleteGood Information...
ReplyDeleteVery Useful when find a Performance Computer..
Thank You For Sharing With Us.
Good Information...
ReplyDeleteVery Useful when find a Performance Computer..
Thank You For Sharing With Us.
if you want to buy a refurbished hard disk online visit http://www.hard-disk.in
ReplyDeleteif you want to buy a refurbished hard disk online visit www.hard-disk.in
ReplyDeleteYou have vast knowledge in the field of i.t thanks for sharing and updating this blog.
ReplyDelete________________________________________
Buy Mobile Phones at Cheap Prices
<a href="http://dubaivfm.com/>Buy Mobile Phones</a>
awsome post loved your your blog thanx for this article awsome work great well done
ReplyDeletehttp://www.grabcoupon.net
This comment has been removed by the author.
ReplyDeleteNice post, want technical help for Adobe Just Call Adobe Help Number UK
ReplyDeleteI like your way to define this article. Good Job. Keep it UP. Bigg Boss 10 Winner
ReplyDeleteThanks for the great Info. Keep up the good work :-) Dell Inspiron i7559-7512
ReplyDeleteWhile 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.
ReplyDeleteThank you for sharing this informative article. In case anyone needs Printer tech support https://goo.gl/KEmDVB
ReplyDeletemicrosoft customer service number
ReplyDeleteThanks for sharing this post .
ReplyDeleteLaptop Repair in Gurgaon
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
ReplyDeleteNice Post keep updating like this,
ReplyDeletehttp://www.konceptliving.in/
interior home design
office interior design
interior design of house
hậu nguyễn
ReplyDeleteladorax
viên uống trắng da ladorax
vien uong trang da ladorax
thực phẩm làm đẹp da và tóc
sỏi mật trái sung
soi mat trai sung
thuốc sỏi mật trái sung
tu van du hoc uc mien phi
ReplyDeletetrung tâm tư vấn du học mỹ uy tín
trung tâm tư vấn du học úc uy tín
trung tâm tư vấn du học canada uy tín
Thanks for sharing this blog post.
ReplyDeleteLaptop Repair in Gurgaon
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.......
ReplyDeleteBest WiFi Baby Monitor
Cung cấp và lắp đặt Cửa kho tiền
ReplyDeleteSản xuất và phân phối Thùng tôn đựng hồ sơ
Két sắt giá rẻ
Máy soi tiền
Thiết bị ngân hàng
Xây hồ bơi
ReplyDeleteXây hồ bơi gia đình
Chi phí xây dựng bể bơi kinh doanh
hey admin
ReplyDeletegreat post its really nice
Cartoon HD APK
Cartoons HD APK
Cartoons hd app
eaadhar
ReplyDeleteNow 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
Thi công hồ bơi
ReplyDeletechuyên thi công bể bơi
Thi công bể bơi
download all applications and games from apkmr.com
ReplyDeleteThis is really very nice and informative article Thanks for sharing this type of article & keep posting amazing article. keep it up
ReplyDeletecỏ nhân tạo giá rẻ
ReplyDeleteThis is really very nice and informative article
ReplyDeleteGreat post ! I was searching over search engines and found your blog site.
ReplyDeletehttps://www.brihaspathi.com/cctv.html
mỹ phẩm vichy chính hãng
ReplyDeletemỹ phẩm vichy
vichy việt nam
bệnh tiểu đường
đông y
tinh dầu hoa anh thảo
Event Company in Delhi, NCR
ReplyDeleteBirthday Decoration in Delhi, NCR
Best Digital Marketing Agency in Texas USA
Best PPC Services in Chicago, USA
Graphics Design Company in Chicago
cách pha trà bồ công anh
ReplyDeletecách uống trà bồ công anh
công dụng trà bồ công anh
giá bán trà bồ công anh
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.
ReplyDelete123 hp setup
xây hồ bơi hết bao nhiêu tiền
ReplyDeletexay dung ho boi gia bao nhieu
xay ho boi kinh doanh bao nhieu tien
Nice Article Keep it up......
ReplyDeleteATDIGITAL
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
ReplyDeleteEnjoyed 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
ReplyDelete123 hp setup
Dell is one of the best pc world wide tv comparisons chart
ReplyDeletehello, 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/
ReplyDeleteThis 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.
ReplyDelete123 hp setup
Nice Post.
ReplyDeletehttps://www.brihaspathi.com/ippbx.html
Download adobe photoshop here https://justmycomp.blogspot.com/2018/05/adobe-photoshop-cc-2018-with-free.html
ReplyDeleteEvery account uses secure online storage from the Amazon AWS cloud, to make sure your files are kept safe and protected.website backup
ReplyDeleteb tech in electronics and communication engineering
ReplyDeletehttps://mohsin-computers.blogspot.in/2009/02/dell-unveils-eco-friendly-compact.html
ReplyDeletehello friend, your post is very helpful for me.thanks for the nice post.
ReplyDeletetechcareplus is repair mobile iphone ipad laptop screen in Christchurch.
https://www,techcareplus.co.nz
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.
ReplyDeletehttps://www.hpprintersupport-number.com/
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.
ReplyDeleteNice post. Thank you again for this information.
ReplyDeleteNID Coaching Institutes in Bangalore
Hello Dear,
ReplyDeleteYour 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.
hello friend, your post is very helpful for me.thanks for the nice post.
ReplyDelete"iphone xr screen protector"
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.
ReplyDeleteFairly well said! You are so right! I wanna give you this Green card application form you need to have this.
ReplyDeleteAFK 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.
ReplyDeleteAFK 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
ReplyDeleteDragon 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.
ReplyDeleteLast 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 & ...
your blog color is wonderful.https://thesims4cheats.com/the-sims-4-perk-points-cheats/ Thanks for sharing idea.
ReplyDeletevery nice post thanks for sharing you may also check this
ReplyDeleteAs usual, great post. You keep amazing me with your content design and layout.
ReplyDeletemcafee.com/activate
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.
ReplyDeletepixelgun3dgame.com/pixel-gun-3d-pc/
Great blog. I hope everyone learned through this. Thanks for giving with us
ReplyDeleteAir Quality Monitor
Hi, there very cool web site!! Guy .. Excellent.
ReplyDeleteSuperb .. 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
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
ReplyDeleteHouse 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
ReplyDeleteI 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 !!!
ReplyDeletesuch a nice article thanks for this helpful article
ReplyDeletesuch a nice article thanks for this helpful article
ReplyDelete123movies
We all enjoy this game so much but to continue game need house
ReplyDelete123movies
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.
ReplyDeleteConsidering 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.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteI am very Excited i came across this webpage. I must appreciate you for sharing great contents here
ReplyDeleteThis comment has been removed by the author.
ReplyDeletePapel Bilişim olarak tüm sorunlarınızı GARANTİLİ olarak çözüyoruz.
ReplyDeletePerpa Bilgisayar servisi
Perpa Laptop Servisi
Perpa Bilgisayar Tamiri
Perpa Notebook Tamiri
Perpa Notebook Servisi
Bilgisayar Anakart Tamiri
istanbul bilgisayar servisi
Macbook anakart tamiri
Macbook servisi
İphone Servisi
İpad Servisi
Perpa Telefon Servisi
iMac Servisi
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.
ReplyDeleteHaving 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.
ReplyDeleteAppreciate this post. Thanks to sharing a very informative great blog about Computer
ReplyDeleteIf 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
ReplyDeleteThanks for this post. It proves very informative for me. Great post to read. Keep blogging.
ReplyDeleteIf 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
very informative post ..i really gain very knowledge from this post ..good work carry on
ReplyDeleteNice! thank you so much! Thank you for sharing. Your blog posts are more interesting and informative. Hindi World Tech
ReplyDeletevery informative post, thank you for sharing this helpful post. https://newtechinfo10.blogspot.com/
ReplyDeletethank you for good info
ReplyDeletehttps://bit.ly/3hUToAt
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
ReplyDeleteThanks for the info.
ReplyDeleteAdobe Dimension 2021 v3.4.3 free download with license key pre activated with keygen from freefilescr
free download KineMaster – Video Editor Premium Without Watermark5.0.8.21442.GP for freefilescr.com
fre download binge working apk file for andorid binge bangladesh from freefilescr.com
free download plagiarism checker x latest version 2021 from freefilescr.com
freefilescr.com
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
ReplyDeleteGhostwriting 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.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteBook editing services
ReplyDelete