Archive for the ‘Experience’ Category
Speed up your website at godaddy shared hosting
Based on Yahoo Developer Network article about Best Practices for Speeding Up Your Web Site, there was several important things you can do to improve your website view performance.
A lot of article explaining a handy solution to improve your website view performance on internet. In here i will describe two major things that related with godaddy shared web hosting.
The hardest thing about it that default Apache web server installed by godaddy does not included with mod_gzip and mod_expires, so you will get the 500 Internal Server Error if you still trying to use that module.
Let us get started.
Senang nya punya sepeda lipat (folding)
Secara gak sengaja waktu browsing liat sepeda lipat (folding), huh bagus euy *pengen banget* mode on buat ke kantor.
Langsung deh browsing lanjut nyari harga dan tipe – tipe nya, wah ternyata banyak juga dan bagus, ada merk:
- United (indonesia)
- Polygon (indonesia)
- Dahon (luar)
wah wah wah ternyata mahal – malah amatttttttttttttttttttttttttttttttt, tp dasar keras kepala dan klo sekali pengen langsung hajar.
Langsung deh pergi ke toko sepeda terdekat di bandung, wow banyak – banyak ^_^.
Akhirnya pilih deh satu dengan berat hati karena lumayan mahal tp gpp deh demi kenginan yang terpendam dari *semenjak kecil* pengen punya sepeda.
Ini nih sepeda ku:
Membuat form reply comment di wordpress
Tutorial singkat cara membuat threaded comment di wordpress. Tutorial ini ditujukan kepada developer saja, dan langsung aja deh ^_^
1. Buka file comments.php yang berada didalam folder themes yang digunakan.
2. Struktur tag html untuk daftar komentar diperkirakan harus seperti berikut ini supaya mudah:
<ul>
<li id="comment_<?php echo $comment->comment_ID; ?>">
<div>
<strong><a href="javascript:;" onclick="javascript:open_reply('comment_<?php echo $comment->comment_ID; ?>', '<?php echo $post->ID; ?>', '<?php echo $comment->comment_ID; ?>')">REPLY</a></strong>
<strong><?php comment_author_link() ?></strong> / <?php echo $comment->comment_date; ?>
<div></div>
</div>
<?php comment_text() ?>
<div></div>
</li>
</ul>
Kesan Integrasi Wordpress
Pertama kali masuk sebagai anggota iCreative Labs:
Anggi Krisna: “lo pernah nyoba integrasi wordpress ?”.
Saya: “blom pernah mas (terlalu jujur ^_^)”.
Anggi Krisna: “mau nyoba gak ?”.
Saya: “boleh – boleh (dengan semangat ^_^)”.
Anggi Krisna: “oke, ini nih html + css nya udah dibikinin ama Zam“.
Saya: “buat weblog apa mas ?”.
Anggi Krisna: “buat weblog kita, RuangFreelance“.







Create a WordPress Options Panel Using CodeIgniter
The first thing that we all think about when we want to start to create a WordPress Options Panel is the code structure. How the code structure is quite clean and easy to enhance.
WordPress is one of the most popular Content Management Software (CMS) systems out there.So how we would like integrate CodeIgniter into our WordPress Options Panel.
As you already know that CodeIgniter is the popular PHP Framework, which is easy to use and quite light.
So today, let me guide you through the integration process of CodeIgniter into WordPress.