In the midst of migrating Windows 7 from HD to SSD, and found this nifty tool called
Paragon Migrate OS to SSD 2.0. Decided to buy the whole suite, and found that there's a discount for it. Use coupon code ASPO_NV_20OFF when checking out
Saturday, September 8, 2012
Sunday, September 2, 2012
Playing Rage of Bahamut on an incompatible Andoid phone
Want to play Rage of Bahamut on your Android phone, but found out it appears in Google Play as incompatible? Well, here's a way to install it.
Have fun!
- Download the APK. (Version 1.6.5.10 as of 02-Sep-2012)
- Transfer it to your phone, preferably to the SD card. Android sometimes get wonky about where you can install your app from.
- Allow installation of non-market apps. On Froyo or Gingerbread, go to Settings>> Applications>>Tick"Unknown sources". On Ice Cream Sandwich, go to Settings>> Security>>Check "Unknown sources".
- Use some sort of file explorer or app manager to find the APK and install it.
- Play the game :) When the game starts, it will tell you that your device is not supported, but you should still be able to proceed as normal.
- If this helps you, please enter my referral code ( vhv85153 ) at the end of the tutorial! You'll get some in-game items and a rare card as well :)
Have fun!
Saturday, April 28, 2012
Adonit Jot Pro Stylus
I've caught the Draw Something bug recently. I liked to doodle when I was in lectures back in the past, so this game is a nice distraction when I'm on my daily commute. However, drawing with my fat finger doesn't give me as much satisfaction. So I got an Adonit Jot Pro stylus so I can express myself better.
The rubberised grip is comfortable and it's not too light-weight, so it feels quite like a quality pen. The tip slides smoothly across my phone's touch surface, theres no danger of scratching it. There's a transparent disc at the tips as well so it's not entirely frictionless, making it easier to draw.
The rubberised grip is comfortable and it's not too light-weight, so it feels quite like a quality pen. The tip slides smoothly across my phone's touch surface, theres no danger of scratching it. There's a transparent disc at the tips as well so it's not entirely frictionless, making it easier to draw.
It just feels that much better when you can execute your ideas as you want them.
Lol.
Sunday, April 15, 2012
Google Finance: Cash-linking all transactions
I've been using Google Finance to keep track of my transactions in US stocks. Its a pretty nifty tool, and it's simple to use. However, one feature that is sorely lacking is the ability to mark all the transactions in your portfolio as cash-linked. I've come up with a simple script to do this. Just copy and paste the following code while you're in the transactions page of your portfolio, and press "Enter". One thing to take note is that your browser may remove the "javascript:" part of the script. If this happens, just type it in and continue.
javascript:var inputs = document.getElementsByTagName("input");var tickAll = function(){for (var i=0; i<inputs.length; i++){var input = inputs[i];if (input.name.indexOf("edit_is_cash_synced")>=0){input.checked="checked";}} alert("Done");};tickAll();
Subscribe to:
Posts (Atom)