• Yahoo Messenger did not display messages (Blank Messages Windows) [SOLVED]

    by  • 08 May 2011 • 1 Comment

    Some people, including me, had experienced problems with Yahoo Messenger. One of them is blank message windows chat. Can not see the message coming, although the notification appears. And also can not see offline message. There are several ways to solve this problem : 1. Re-register Javascript library. Run this command “regsvr32 jscript.dll” (without quotes). [...]

    Read more →

    How to style Your site using Google Webfonts CSS

    by  • 05 May 2011 • 0 Comments

    This is the way you can do to make your site more stylish by using Google Webfonts. Copy this code : ?View Code CSS<link href="http://fonts.googleapis.com/css?family=Tangerine:regular,bold" rel="stylesheet" type="text/css" > <style> .webfont { font-family: ‘Tangerine’, serif; font-size: 60px; font-style: normal; font-weight: 400; text-shadow: 2px 2px 2px #aaa; text-decoration: none; text-transform: none; letter-spacing: 0em; word-spacing: 0em; line-height: 1.2; [...]

    Read more →

    Membuat Spinner Text menggunakan PHP

    by  • 04 Jan 2011 • 0 Comments

    Spinner Text adalah suatu metode untuk mengacak susunan kalimat menjadi bermacam-macam kalimat secara random. Spinner Text sering digunakan untuk menggenerate suatu artikel atau kalimat berdasarkan kesamaan kata atau sinonim. Contoh software yang menggunakan metode ini antara lain Article Spinner dan Scrapebox. Langsung saja prakteknya Kalimat yang akan di-spin : This is {an amazing|a great|a wonderful|a [...]

    Read more →

    Setting Permalinks pada Wamp Server

    by  • 26 Dec 2010 • 0 Comments

    Secara default, status rewrite htaccess pada wamp server adalah disable. Hal itu berpengaruh saat kita merubah permalinks dari default ke custom permalinks. Hasilnya adalah 404 Not Found. Solusinya adalah sbb : Buka konfigurasi httpd.conf spt pada gambar di bawah ini Edit baris kode berikut ?View Code TEXT#LoadModule rewrite_module modules/mod_rewrite.so menjadi ?View Code TEXTLoadModule rewrite_module modules/mod_rewrite.so [...]

    Read more →