This is a paper I wrote during university, submitted to the UN’s Unispace III in Vienna, 1999. Special thanks to Nadiya and Wandi for the research, and Nanang for the hibernation chamber illustration. We rocked, didn’t we?
This was my presentation for the Google Developers Day, Bandung 06/10/2012. Basically it is about the possibilites of using online API’s and the Arduino open hardware.
Citrus Engine is one of the best AS3 game development framework out there. It is packed with all the necessary tools for us to create 2D and 3D games for the browser or iOS & Android mobile devices.
Personal medical record has long become a staple information in healthcare. A better understanding in our medical history is a significant factor in determining a course of action towards a better health. But there’s a new perspective that can improve it further, and current development in information technology can give us a better tool.
Sometimes we need to create thumbnails automatically, e.g. from images submitted by users. In this example I’m going to show a simple PHP script on how to create a thumbnail from an image. My example is a modified version of this thumbnail generation tutorial by Andrei Daneasa.
Facebook had become an integral part of the web. You see them everywhere. In this first post of Facebook integration article series, I’m going to show you on how you can start integrating Facebook API into your PHP web app.
These are some of the new stuff brewing in the labs.
An Instagram API experiment using jQuery, Knockout.js and Twitter Bootstrap. If you want to get a quickstart on mashup apps, this article is a nice way to start.
In this webcam experiment, I was experimenting with the getUserMedia method now available on Javascript. You can use this to access the webcam and display the feed in your browser. I also played with some CSS3 filters, click on the video to see the filters on the video.
Pure CSS Avatar is a PHP and CSS experiment based on the work of @_slinehan where he extapolate the pixel data from an image into a CSS box-shadow value! I merely added a function to get the user’s avatar image from the Twitter handler in the URL query string.
Hi guys, in this article I’m going to explain about this little experiment I made a few days ago. It only took a couple of hours of coding to make, so it’s relatively pretty easy. But if you’re interested in Knockout.js’ view-model pattern, there are some nifty tricks in this example that you can start to use in your own apps. See the discussed example in this article in action here.
Adding a webcam feed on your webpage is easy. Very easy. We just use the new HTML5 tag video and the Javascript getUserMedia() command.
Take a look at this example from HTML5Rock’s article. Recreate the code and test it on your browser. Note: example is for Webkit-based browsers.
In his TED presentation, Thomas Goetz, the executive editor of Wired and author of The Decision Tree, explained about the need to change the way medical data is currently represented. He believes that we need to start providing better medical information, to help people know about the choices and actions that are available to them for the improvement of their health.