Year: 2013

I used to have a couple of those cute Korean planner notebooks that seemed like a collage and had cutesy characters all over. They were usually in soft pastels. In high school (or was it grade school?), my humble splurge was on cute stationaries that they sold in the book shop inside our school. To […]

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

Ultralinx published a very good review of the 2013 Nexus 7. And I agree with them: great specs for the price, even if it is around $60 more expensive in the Philippines compared to buying from the US (roughly around $330 compared to $270). But Oliur Rahman echoed exactly the reason why the 2013 Nexus 7 […]

I’ve been doing front-end code for a Cordova/PhoneGap app. Despite the whole debate on Native vs. HTML5/hybrid, there are just some projects wherein I have no say when it comes to the client’s preferred language to use (I agree that 100% Native code is better, but like I said, the decision isn’t mine to make). […]

“Wake up every day like you mean it, sacrifice inconvenience for kindness; surround yourself with good people. Cry when you must, look for inspiration where you must. Never fall into any extreme; be truthful, be loyal, be a person of class no matter your status. Love more than you think is possible; forgive always. Be […]
- 1
- 2
- 3
- …
- 7
- Next Page »