Category: Live

Listening 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.

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 […]

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", […]

I’ve been holding out and/or waiting for projects since I quit working full-time for Save22 in July (I also no longer work freelance for them due to an onslaught of work), and finally everything caught up with me. 1. I found part-time work (still daily) at Eastwood, where I’m learning to make Phonegap stuff for […]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- …
- 25
- Next Page »