Category: Live
-

Snapshots – Week 5
—
in LiveI originally wanted to go to the Singapore Night Festival activities last night but it was so crowded I felt like I was sweating buckets in my skirt. Haha. It ended up being a night photo walk instead, as a test run for my LG G4.
-

-

-

-

-

A brief look at 2014 and a late welcome to 2015
—
in Live(After Victor published his blog post, I forced myself to finish writing this, too. Thanks Victor!! :P) This post is a bit late, but I feel that 2014 deserves a dedicated post to help me recount where I am in life now; what my previous goals were for the last year, and what I have…
-

Rethinking Searching for Rent
—
in LiveListening to the search experience talk immediately made me think about my own moving-from-Philippines-to-Singapore experience. I learned that we are information seeking creatures, and there are search-situations where we find things to make a decision (or decisions). In this case: I needed to find a room to rent.
-

DFA Megamall Service Design Suggestions
Banking, transferring or withdrawing money, government agencies such as visa’s, passports, driver’s licenses, among other things are all examples of ‘services’. The experiences we have from these services, whether we’re happy after a transaction or not, is an effect of how much ‘design’ is part of the process. Sometimes it may be designed well, often…
-

the little things I learned today about Android/Cordova/PhoneGap
For work, I had to help test a cordova iOS app and port it for Android. For some reason, the usual deviceready code wasn’t working: if (navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry)/)) { // is on PhoneGap $(function() { document.addEventListener(“deviceready”, deviceIsReady, false); }); } else { // not on PhoneGap } Instead, this worked: if ( window.device ) { document.addEventListener(“deviceready”,…
