發表文章

Tanker R Google+ Page

圖片
Tanker R Google+ Page https://plus.google.com/u/0/b/102273169280141690033/102273169280141690033/posts/p/pub

Tanker R Facebook Page

圖片
Tanker R Facebook Page I designed and uploaded a new cover for TankerR in Facebook Page. Tanker R https://www.facebook.com/TankerResearch

Opus Jay周杰倫魔天倫世界巡迴演唱會

圖片
Opus Jay周杰倫魔天倫世界巡迴演唱會 我買到飛去台北睇魔天倫啦!!!

This wheelless wooden bicycle is an affordable DIY project using parts from two IKEA stools.

This wheelless wooden bicycle is an affordable DIY project using parts from two IKEA stools.  The product is finished using customisable 3D printing parts. source from:  http://issuu.com/andreasbhend/docs/draisienne

Google Lat Long: Find treasure with Google Maps

圖片
Google Lat Long: Find treasure with Google Maps : Archeological analysis has confirmed that our Google Maps Street View team has indeed found one of history’s long lost relics: a treasure ...

Google Nose!

圖片
Google Nose !!! Awesome !!! What’s that smell? Google Nose BETA  leverages new and existing technologies to offer the sharpest olfactory experience available: Street Sense  vehicles have inhaled and indexed millions of atmospheric miles. Android Ambient Odor Detection  collects smells via the world's most sensible mobile operating system. SMELLCD™ 1.8+  high-resolution compatible for precise and controlled odors. source from: http://www.google.com/landing/nose/index.html APRIL FOOLS!

audio.js

Javascript Audio Player <audio.js> audio.js 00:00 / 04:07 audio.js is a drop-in javascript library that allows HTML5’s <audio> tag to be used anywhere. It uses native <audio> where available and an invisible flash player to emulate <audio> for other browsers. It provides a consistent html player UI to all browsers which can be styled used standard css. Download  audio.js Installation Put  audio.js ,  player-graphics.gif  &  audiojs.swf  in the same folder. Include the  audio.js  file: <script src="/audiojs/audio.min.js"></script> Initialise audio.js: <script> audiojs.events.ready(function() { var as = audiojs.createAll(); }); </script> Then you can use  <audio>  wherever you like in your HTML: <audio src="/mp3/juicy.mp3" preload="auto" /> Examples A series of API tests & examples for using and extending audio.js ...