May 6th, 2007
Since I began blogging again, I'm seeing a little AdSense revenue - few bucks a day. That develops my Google AdSense Stats Syndrome (G.A.S.S.) again! Had to reinstall the AdSense Notifier to save my time from logging into AdSense again and again.
It's not a new thing on the web, but if you have not heard of it before, get it here: Adsense Notifier.

May 6th, 2007
After I get my invoice to be printed differently from screen, I need to have page breaks for invoices that have more than 1 page. The way to achieve it, is to use CSS, again.
It's just as simple as putting the following code at wherever you need the page break:
<div style="page-break-after: always;"></div>
Also note that there's also page-break-before
which you can specify a page break before some tags.
May 4th, 2007
Since I started to browse the web with my Dopod D810 (Trinity), I feel annoyed when I come to websites that is not mobile-compatible. I will have to scroll vertically and horizontally to read an article. I think I should make my own blog mobile friendly.
Andy Moore has a very nice WordPress Mobile Plugin. The installation steps are really simple:
- Download and activate the plugin.
- Register at AdMob to get a publisher ID for advertisement (you may skip this if you don't want extra income).
- Configure settings at
Options > WordPress Mobile
.
- If you would like to create post from mobile (MoBlogging), add a secret code into configuration and you will see an a link for it at your mobile site.
- Test your blog with mobile emulator using the original link of your blog.
Going to look at my site from my Dopod. Enjoy.
April 30th, 2007
Notice this tip from Google when I was checking my AdSense revenue. Make sure you check out this new program from Google. Basically, with this program, you'll be paid when your visitors click through to an advertiser's site and complete an action defined by your advertisers, such as a sale or sign up. Of course, the pay per action will be much higher than a click in pay-per-click AdSense.
It's still not open for everyone yet, but you can try to sign up, to be considered by Google.
AdSense Referrals beta
April 29th, 2007
I have been working on an web-based invoicing system for a while and I'm almost finishing it. This system will be replacing my client's system that runs on Windows and prints invoices with dot matrix printers.
My client has all the invoice template pre-printed on 3-layered carbon paper. My invoicing system only has to fill up the values into invoice form, and not the whole form. But, to only showing only field values on the screen will be hard to read.
Therefore, I need to make my invoice has to be shown in full when it is on the screen, but to print only field values in the printed copy.
Read the rest of this entry »