Posts

Nomor Telepon PSTN (Pulsa Lokal) Call Center Bank-Bank di Indonesia

Untuk yang sering menelpon Call Center kartu kredit 1500xxx, pasti merasakan biaya yang cukup besar (sekitar Rp 1500/menit) hanya untuk mengurus pembebasan iuran tahunan, dll. Berikut adalah nomor telepon lokal / PSTN Call Center Kartu Kredit Bank-bank di Indonesia, dengan tarif telepon seperti pulsa lokal dengan kode area (021) ANZ  +62212758677 CIMB Niaga  +622129978888 Danamon  +622134358888 DBS  +622129852800 HSBC  +622125526603 Mandiri  +622152997777 Maybank / BII  +622178869811 Mega  +622129601600 OCBC NISP  +622126506300 Panin  +62212515555 Permata  +622129850611 Untuk pengguna Telkomsel bisa menggunakan paket PSTN dengan cara mengirimkan SMS ke: 8999 , dengan isi pesan: PSTN ON Cara membeli via browser https://www.telkomsel.com/packages/pstn10000001-paket-telepon-pstn Atau juga bisa menggunakan Paket Telepon All Operator dari *999# Paket Telkomsel Lainnya bisa dilihat di https://www.telkomsel.com/paket-simpati

iFrame Opera Extension (Updated for Opera 39)

Image
My First Ever Published Opera Extension :D https://addons.opera.com/en/addons/extensions/details/iframe/ Based on my previous post, iFrame bookmarklet, with added capability to resize and move the iFrame Try Opera , and try my extension :) August 2016 Update Version 0.6-0.7 : After 3+ years, I finally found the time to edit this extension to work with the new version of Opera (Chromium). Tested and Published for Opera 39. I don't know how many will actually come back and reuse this extension, but well, at least I'm using it extensively myself :)

Android 1-Click Shortcuts using SL4A

Sometimes it takes 3-4 clicks to get to our often used settings page on Android phone, such as Mobile Network Settings (Settings - Wireless and networks - Mobile Networks). With SL4A , it's really easy to create a 1-click shortcut on the Home screen. 1. Create new script in SL4A, copy one of the following codes Shortcut to Mobile Network Settings (Use packet data, 2G/3G) droid = android.Android() droid.startActivity('',None,None,None,False,'com.android.phone','com.android.phone.Settings') Shortcut to Mobile AP/Tethering Settings droid = android.Android() droid.startActivity('',None,None,None,False,'com.android.settings','com.android.settings.TetherSettings') 2. Long press on Home Screen, choose Shortcut, choose Scripts, select the script you wrote on Step 1 3. Done :)

11 April 2012: 5 Years For Good

Image
11 April 2012, 5 years from LA back to Sby Pengkhotbah 3:1-14 (Herry edition) Untuk segala sesuatu ada masanya, untuk apapun di dalam hidup Herry ada waktunya. Ada waktunya untuk cinta itu lahir, Tuhan mempertemukan Herry dengan Johana Ada waktu untuk Koko Herry yang kedua meninggal dalam sebuah kecelakaan Ada waktu untuk menanam, memulai karier yang dianugerahkan Tuhan Ada waktu untuk mencabut yang ditanam, untuk keperluan sehari-hari dan menabung untuk masa depan of course :) Ada waktu untuk membunuh sel kanker lymphoma Papi, ada waktu untuk Tuhan menyembuhkan penyakit Papi melalui dokter dan perawatan medis Ada waktu untuk Tuhan merombak kembali hati yang sudah mulai hancur, ada waktu untuk membangun kembali iman pengharapan di dalam Tuhan Ada waktu untuk menangis ketika Papi harus dioperasi lagi, ada waktu untuk tersenyum bersyukur kepada Tuhan karena itu bukan penyakit yang ganas Ada waktu untuk meratap dalam kesedihan yang sementara, ada waktu untuk menari

Opera Fullscreen Autoshow/hide Toolbar

Image
Another thing missing from Opera is the fullscreen mode autoshow/hide toolbar. Yes, there are ways to show and autohide the toolbars with delay using keyboard shortcuts and mouse gestures as described here , however, often time we (especially netbook users) just want to use our mouse to show the address bar or tab bar to navigate back/forward or to switch tabs. So, my idea is, when we go to fullscreen mode, we add a handler to detect when the mouse reach the top of the screen, and when it does, we would like to send Opera the show toolbars shortcut. I have searched through Opera Extensions API if there is a way to send an internal Opera action command through an extension, but so far the result is none. So, finally, I decided to utilize Autohotkey to the rescue. Basically I wrote a script to detect when Opera is active, and detect when mouse position reach top of the page, then send the keyboard shortcut to Opera. #NoTrayIcon ; Uncomment this line to show Tray Icon #Persistent

iFrame Opera Extension (Updated for Opera 39)

Image
My First Ever Published Opera Extension :D https://addons.opera.com/en/addons/extensions/details/iframe/ Based on my previous post, iFrame bookmarklet, with added capability to resize and move the iFrame Try Opera , and try my extension :) Update Version 0.6-0.7 : After 3+ years, I finally found the time to edit this extension to work with the new version of Opera (Chromium). Tested and Published for Opera 39. I don't know how many will actually come back and reuse this extension, but well, at least I'm using it extensively myself :)

Browsing with iFrame

For me, Opera is (almost) perfect. The only thing missing is an extension like Firefox's CoolPreviews or Google Chrome's extension ezLinkPreview . So here I end up writing it myself ... a simple inside Frame browsing. The idea is basically if you have several links on a page (like Google search results) instead of clicking a link, go back, click another link, go back, you can just open an iframe (still on the same page) to "preview" the destination link, and when you decide to browse the entire content, you just need to click the actual link to load the whole page. This is very helpful when browsing pages with hundred links, such as Craigslist !! How to use: Drag this bookmarklet to your bookmark bar, and click it when you are on a page that you need the iFrame. When you hover on a link, it will display a small box on the right side of the link, which you can click to open the preview frame. Click outside the frame to close it, or hover and click on another link.