
This free AdSense Calculator will let you to pre-calculate your AdSense earnings. It based on your page impressions, CTR and CPC.
- No time limitations
- Integrated with AdSense Help
- Automatically notified when there is a new version
[via BlogIsEverything] [tags]adsense, calculator, adsense calculator, adsense earning[/tags]
Edit: Thanks for the comments. The link has been edited. Please try again! 
Actually Bat and me want to release our theme (my theme: CypherFS Bliss) together. And this is the theme designed by Bat from Infomalaya. Another Malaysian wordpress theme maker.

Theme Name: Tulus
Theme URI: http://www.infomalaya.com
Description: 3 column theme. Easy to customized.
Version: 1.0
Author: Mohd Huzairy@Bat Mohd Rezuan
Author URI: http://huzairy.wordpress.com
This theme name is Tulus with version 1.0 beta. It is 3 columns with fixed width and nice header. Clean and neat with white background. He also has included the .psd file for the header so you can edit the header image as you wish.
For a demo, you can visit the theme here, Tulus 1.0 beta and for download here is the link: Tulus2.zip [tags]themes, skin, tulus, infomalaya[/tags]
At last here is the release of my first public theme for Wordpress. Some of you may already know about the name. This theme name is CypherFS Bliss with version v1.20061204. Why the version looks kinda weird? Well that is my types of naming a theme version. Lol… He3.

This theme is valid Xhtml and CSS. If you wish to download the theme, you can visit the theme page here, WP Theme: CypherFS Bliss. Thanks for your time. [tags]themes, skins, cypherfs bliss[/tags]
I’m testing my CypherFS Bliss theme at my personal blog website. You can view the demo on that site.
And here is the latest screenshot:

Not many changes made. And I will release this theme in about two or three days later. [tags]wordpress theme, skin, theme, cypherfs bliss[/tags]
The Wordpress theme that I currently working on is about 97% finished. Just there are some little things that I need to do. I hope it will be released as soon as possible.
This two sidebars theme name is CypherFS Bliss. There is a reason why I include ‘FS’ in choosing the name.
Well here is the screenshot:

So from the screenshot above, what do you think? Have any comments or suggestions?
[tags]wordpress, themes, skins, cypherfs bliss[/tags]
Wonder what your lovely Firefox will looks like if you use so many extensions? See the pic below.

This is sure crazy. What this guy doing with all of those extensions in his Firefox? Beside it will takes so long to open the Firefox, it also will eat the ram (read here: how to reduce firefox memory usage) so much. Unless this guy has 2Gigs of ram in his comp. But…it still eat the ram right? 
Digg [via Tech-Buzz][tags]firefox, entensions, plugins[/tags]
Cypher: I only use 13 extensions for my Firefox.
I am not good in English
and because of that, I am still learning to improve it. Lol… Shame on me.
I admit that I start learn English when I was at 4 years old but till now I still not good in this international language. Right now, blogging is the platform that I use to to improve my English. Maybe you all had noticed that my entries got so many grammar mistakes and I am sure that there are some errors in this entry. And recently I visited my friends’ sites and I stop by to a post about he want to improve his English. Thanks to arajae because he put a link to a website that I think it is worth to share here.

Thinkglish, which currently is in Beta is a website that you (I guess I should use we here) we can register and learn on how to improve our English. This prThere are four steps to follow and only takes a few minutes per day. This free programe includes with English Podcasts and Vodpodcasts. So I think it is worth for trying if we really want to.
Cypher: Sorry for all grammar mistakes that you found in my entries.

Last week I have applied for Public Bank debit card. Because I am still a student so I could not afford to use a credit card. So get a debit card is the only option for me.
I applied for debit card because I want to activate my Paypal account. Really want to activate it. As soon as possible is better. At first, I thought I can use BSN Matrix card because it has Visa Electron. But when I type in the card number, it got rejected. And after asked in MalaysiaBloggers forum, they said that BSN Matrix card is useless. It is not accepted anywhere in online. Duh…
Why PB debit card?
Well first I can’t use BSN Matrix card, that’s why I applied it. Beside than I am still a student, so I choose a debit card rather than credit card. If we use debit card, we can manage our spending properly. We only can use the debit card if there is money in it. So no need to pay the monthly bills. To topup the money into the card, just need to cash-in into our account. And the annual fee is cheap. Just RM24 per year.
Cypher: Really hope that I will receive the debit card next week.[tags]bank, debitcard, malaysia, visa, visaelectron[/tags]
How do you test your PHP scripts? Upload them to your website server and test them one by one, or you test them locally on your computer first before upload them to the server?
To test my PHP files, I use WAMP . With WAMP, you can make your computer act as a website server. Before I knew about WAMP, I always upload my PHP files to web server to test them. But after one of my friends, name Azhar (I called him Ja’a) told me about WAMP, I now will test the scripts locally in my computer before I upload them to my site. [tags]wamp, wampserver, php[/tags]
What is WAMP?
WAMP is stands for Windows - Apache - MySQL - P HP. These are services that are needed to make your computer act as a server. When you install WAMP, WAMP will automatically configures them to work together. So you can test your scripts before you upload them to your server.
Read more…
For those who like to put Copyright [year] in footer might like this trick. It is just simple trick by using php date function. Usually we see a copyright at footer like this:
Copyright © 2004 - 2006 www.website.com
But when the next year come, you have to edit the footer for the next year. But with php, it will save your time. Just put this code:
Code (php)
-
-
Copyright ©
2004 -
<?php echo date("Y") ?> <a href=
"http://www.website.com">www.website.com</a>
-
in your footer and you no need to update your footer every year. It will automatically change to the current year.
[via WPMalaysia][tags]php, copyright, auto update[/tags]