设计|生活|发现新鲜 » Blog Archive » 机器人椒盐瓶         function dochange(){ event.srcElement.style.background = "#f3f3f3"; } function doRes(){ event.srcElement.style.background = ""; }                    //'); //]]>           .editComment, .editableComment, .textComment{ display: inline;}.comment-childs{border-top: 1px solid #dddddd;border-bottom: 0px solid #000;margin: 5px 10px 10px 80px;padding: 5px 0 0 0;background: #ffffff;}     总算回来了~ 很无辜被卷入“移动机房IP门”中断访问达4天之久,感谢期间联络84询问的朋友们~2009.11.28              /* */      机器人椒盐瓶Tuesday, December 1st, 2009 

 一向善于出品古怪创意的SuckUK(出品公司)又推出一款无敌古怪的新品——椒盐瓶机器人,上紧发条,摆正方向,一个装载了盐或是胡椒粉的机器人就会迈着蹒跚的小碎步走向你的盘子。这种精灵古怪的创意如果用到有情调的小餐厅,相信一定能给食客留下更深刻的记忆。

 

 

 也许相关的创意:  









 不错 (10)一般 (0)无聊 (0) Posted in 有趣新鲜 | 1 Comment »

  QQ书签+收客+del.icio.us+Google+百度收藏+                                var EYES99 = { MAX_DIST : 20, // furthest pupil can move from center EYE_RADIUS : 39, // half the width of the eye image PUPIL_RADIUS : 2, // half the width of the pupil image pupils : [], init : function() { var app = EYES99; // setup our mousemove handler if (document.addEventListener) { document.addEventListener("mousemove", app.moveEyes, true); } else if (document.attachEvent) { document.attachEvent("onmousemove", app.moveEyes); } // grab references to the pupils app.pupils = [ _gel("EYES_pupil099"), _gel("EYES_pupil199") ]; // Call uninit when leaving page to cleanup the handlers _IG_AddEventHandler("unload", app.uninit); }, uninit : function() { var app = EYES99; // clean up our handlers if (document.addEventListener) { document.removeEventListener("mousemove", app.moveEyes, true); } else if (document.attachEvent) { document.detachEvent("onmousemove", app.moveEyes); } }, moveEyes : function(e) { if (!e) e = window.event; var app = EYES99; for (var i = 0; i < app.pupils.length; i++) { var pupil = app.pupils[i]; // The middle points of the eyes var midx = app.getPagePos(pupil.parentNode,true) + app.EYE_RADIUS; var midy = app.getPagePos(pupil.parentNode,false) + app.EYE_RADIUS; // The distX/distY from eye middles to the mouse var distX = e.clientX + document.documentElement.scrollLeft - midx; var distY = e.clientY + document.documentElement.scrollTop - midy; // The absolute distance from eye middles to the mouse var dist = Math.sqrt(Math.pow(distX, 2) + Math.pow(distY, 2)); if (dist > app.MAX_DIST) { // mouse out of eyeball, scale distX/distY to be at eyeball edge var scale = app.MAX_DIST / dist; distX *= scale; distY *= scale; } // Place the pupil appropriately pupil.style.left = parseInt(distX + app.EYE_RADIUS - app.PUPIL_RADIUS) + "px"; pupil.style.top = parseInt(distY + app.EYE_RADIUS - app.PUPIL_RADIUS) + "px"; } }, // get page coords for an element getPagePos : function(el, left) { var val=0; while(el != null) { val += el["offset"+(left?"Left":"Top")]; el = el.offsetParent; } return val; } }; EYES99.init();    上一篇:老电影胶片的新时光之旅 下一篇:泡沫绿茶是收音机?     本文已有1条评论,你也说点什么?   

 毛毛 / Dec 1st, 2009 13:10 1 = =|||这小小机器人能装多少椒盐呢?!

 [Reply]



   也来说几句?(哪有卖?去搜搜看!)  留下你的名号(required)  

 电子邮箱(不会被公开)(required)  

 留下你的网络地址以便84能回访到你  

 Please note:如果您的评论包含链接,防Spam插件可能推迟您的评论显示的时间,请等待84的审核,在此期间您无需重新提交相同的回复.

  

   

 

点击取消评论 /* */    /* */                 Catelogs 有趣新鲜 (1064)  产品设计 (833)  创意生活 (312)  创意家居 (287)  创意广告 (54)  先锋数码 (42)  store (23)  分享生活 (18)  小游戏 (11)   [ 按照月份浏览归档 ]  

   Recent Design 























Recent Comments  悔恨 说:看不太懂是什么原理,是屏蔽原声的音轨么?dynatop 说:喜欢这样的设计,什么叫亚洲设计,这就是范本之一。angelo 说:哪里可以买的到?多少钱FLAME 说:拿回家里也没啥用...难道要放到马桶里....天悦 说:的确很有技术含量,而且很漂亮vonsis 说:可能吧观光团前来拜访!Louis Han 说:果然是很高科技的东西  Timeless Design 我们的blog已持续更新近三年时间,很多好的设计分享几乎被时间遗忘,翻翻这里随机出现的旧文吧:

 











   如果你是设计师,可以将作品提交至我们的网站发表让更多人看到你的大作;如果你是设计爱好者,可以将看到的新鲜资讯提交给我们,与更多人分享。

         function change(){ if(arguments[0]==1){ $("recommend_div").style.display = ""; $("hot_div").style.display = "none"; $("recommend_li").className = "on"; $("hot_li").className = ""; $("more_btn").style.display = ""; } else if(arguments[0]==2){ $("recommend_div").style.display = "none"; $("hot_div").style.display = ""; $("recommend_li").className = ""; $("hot_li").className = "on"; $("more_btn").style.display = "none"; } } function change1(){ if(arguments[0]==1){ $("new_div").style.display = ""; $("friend_div").style.display = "none"; $("new_li").className = "on"; $("friend_li").className = ""; } else if(arguments[0]==2){ $("new_div").style.display = "none"; $("friend_div").style.display = ""; $("new_li").className = "" $("friend_li").className = "on"; } } function change2(){ if(arguments[0]==1){ $("man_div").style.display = ""; $("women_div").style.display = "none"; $("man_li").className = "on" $("women_li").className = ""; } else if(arguments[0]==2){ $("man_div").style.display = "none"; $("women_div").style.display = ""; $("man_li").className = "" $("women_li").className = "on"; } } function displayA(num){ for(var i=1;i<=10;i++){ if(i!=num){ $("width_li_a"+i).style.display = "none"; $("narrow_li_a"+i).style.display = ""; } else{ $("width_li_a"+i).style.display = ""; $("narrow_li_a"+i).style.display = "none"; } } } function displayB(num){ for(var i=1;i<=10;i++){ if(i!=num){ $("width_li_b"+i).style.display = "none"; $("narrow_li_b"+i).style.display = ""; } else{ $("width_li_b"+i).style.display = ""; $("narrow_li_b"+i).style.display = "none"; } } } function displayC(num){ for(var i=1;i<=10;i++){ if(i!=num){ $("width_li_c"+i).style.display = "none"; $("narrow_li_c"+i).style.display = ""; } else{ $("width_li_c"+i).style.display = ""; $("narrow_li_c"+i).style.display = "none"; } } } function displayD(num){ for(var i=1;i<=10;i++){ if(i!=num){ $("width_li_d"+i).style.display = "none"; $("narrow_li_d"+i).style.display = ""; } else{ $("width_li_d"+i).style.display = ""; $("narrow_li_d"+i).style.display = "none"; } } }       function showDiv(objectID) { var theElementStyle = document.getElementById(objectID); if(theElementStyle.style.display == "block"){ theElementStyle.style.display = "none"; }else{ theElementStyle.style.display = "block";} }    84982人已订阅                                  Blogroll                    ChouDou              Creative Commons  本站内容采用共享.网站类转载请务必以超链接形式标明文章出处和作者信息.传统媒体内容合作请联系84.                设计|生活|发现新鲜. Copyright © 2006–2008 Since1984.cn 

 Site Admin | Create New |  |  |   var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));   try { var pageTracker = _gat._getTracker("UA-568114-2"); pageTracker._trackPageview(); } catch(err) {}