Top

New Look for My WordPress Blog for 2008

December 28, 2007

Christmas is getting over and New Year is coming. The seasonal theme is getting out-dated soon in a week or so. Also, my blog Binh dot Name is growing from few unique visitors to average 50 per day. I really need a brand new unique look for a professional image.

So far I've been holding back writing and promoting my blog and asked myself Should I Migrate to WordPress MU?. Since then I made the decision to Migrate to WordPress MU and then finally Successfully Migrated to WordPress MU.

Tags: Blogging, Google Adsense, new-year, News, PageRank, WordPress Theme

How to Remove Crazy WordPress MU HTML Filter

December 22, 2007

Have you ever seek for help on how to:

  • enable JavaScript for WordPress MU post;
  • remove WordPress MU HTML filter; or
  • enable advanced HTML tags and attributes, like embedded object, flash, video, etc?

I did. After migrating from WordPress 2.3.1 to WordPress MU 1.3.1 I lost all the JavaScript code from my posts and pages. I also experience few very serious issues, which I will write about later on.

Tags: Google Adsense, how-to, wordpress mu

How to Delete AdSense Ad unit

December 4, 2007

In this article you will find answers to 2 questions:

  • How do I delete AdSense Ad Unit from the Manage Ads page?
  • How do I remove AdSense unit from my web page?

How do I delete AdSense Ad Unit from the Manage Ads page?

It's written in this Official Google help page How do I delete an AdSense unit? that you can NOT delete the ad units from your Manage Ads page, but hide it. You can hide ad unit by following 2 steps:

  1. Remove the unwanted ad unit's code from all your web pages to stop it from gaining impressions.

Tags: ad-unit, AdSense, Google Adsense, help

Case Sensitive – Firefox JavaScript Becomes Tricky

November 12, 2007

Problem:

On Tuesday the 25th of September 2007 I was having this annoying bug. I was testing my website using FireFox (my main browser). I found out I couldn't send my page description to Digg using the following Digg JavaScript variable:

digg_body = document.getElementsByName("description")[0].content

While Internet Explorer, my 2ndary browser worked fine with it.

Debug Process:

The debug process was done using the alert statement to show the object.

alert (document.getElementsByName("description")[0].content);

Tags: Google Adsense, Plugin

Bottom