Author: RL
-
Tips irit Batre Android
Banyak yang mengatakan bahwa ponsel android mereka hanya bertahan kurang dari 10 jam sebelum perlu di-charge ulang walaupun ponsel hanya didiamkan saja. Seharusnya tidak demikian, karena rata-rata android seharusnya bisa bertahan sehari penuh dengan pemakaian standar. Hal-hal yang perlu diperhatikan untuk menghemat Baterai Aplikasi Pilih aplikasi dengan bijaksana. Banyak aplikasi yang terus berjalan walaupun ponsel dalam…
-
CSS3 font embedding made easy by Google
CSS3 font-face is great, but Google Font API is greater. It efficiently removes the need of defining different font files for both IE and the rest (IE wants .eot while others wants .ttf IIRC). Simply add: <link href=”http://fonts.googleapis.com/css?family=[font names here]” rel=”stylesheet” type=”text/css” /> … immediately after <head> (as said by Google to prevent some unexpected weirdness),…
-
Hosting sendiri vs Google Apps untuk manajemen Email
Sejak Google mengeluarkan layanan Gmail for your Domain (kalau nggak salah) pada tahun 2005, saya hampir tidak pernah lagi menggunakan perusahaan hosting untuk manajemen email. Terdapat banyak keuntungan dengan menggunakan layanan Google ini seperti misalnya: Tidak ada lagi “traffic email terlalu besar” yang dapat menimbulkan masalah di beberapa perusahaan hosting. Tidak perlu lagi memikirkan quota…
-
Div horizontal centering when there’s more than one of it
We know about margin: 0 auto; that will center a div horizontally. It works by setting up an equal left and right margin to the div. But I never find an easy way to do this when there’re 2 or more consecutive divs on the “same line” because: Using margin auto will push the next…
-
Lebih penting untuk memperbaiki
When travelling in a forest, all of a sudden you were hit by a poisonous arrow. What will you think? How will you react? Will you see who drew the arrow? Or say, will you look for the source? Or, would you think of healing yourself from the poison? Perkataan Buddha yang diceritakan kembali oleh…
-
Ikan berkepala Buaya
“Sebelum kami menemukan ikan aneh tersebut aku atau suamiku tak pernah memiliki mimpi atau firasat aneh. Rencananya mau dimasak tapi dilarang warga. Takut terjadi apa-apa,”terang Riska. Terpisah salah seorang paranormal, Suryadi (43), mengaku ikan itu adalah makhluk gaib penunggu dasar Sungai Ular. Dia menyayangkan ikan itu dipotong. “Seharusnya dilepas saja. Dalam beberapa hari ke depan,…
-
To widgetize or not to widgetize
Widget is a good thing. Widgets are things you can put in your WordPress blog’s sidebar without knowing how to edit a web page. As it said, it’s good to have a widgetized sidebar if you don’t know how to edit a web page. But let’s see: A developer said: While from a user’s point…
-
mod_rewrite Cheat Sheet
I was Googling around to make sure my RewriteRule is correct when I found this nice little mod_rewrite cheat sheet on Added Bytes. I need the RewriteRule, to erase duplicate content caused by this wonderful WordPress multilingual plugin.
-
Safe Web FontsJenis Huruf untuk Halaman Web
Jenis huruf (font) yang dimiliki oleh setiap sistim operasi berbeda-beda. Seorang web developer harus mempertimbangkan hal ini agar halaman web yang dibuat dapat tampil dengan baik. Terdapat beberapa buah cara untuk menampilkan huruf-huruf yang persis sama di berbagai macam perambah (browser) dan sistim operasi. Namun yang paling mudah dan paling efisien dari sisi penggunaan sumberdaya…