Archive for the 'WebLog' Category

23 Sat

Google AdSense And Image Placement Policy

Posted on December 2006 at about 1:08 am by hwa

Few days ago i saw this from Weblog Tools Collection, it's about the image placement for Google AdSense.

Some bloggers will use plugins that will place an image beside their AdSense advertisement in believe that it will increase the CTR (Click Through Rate), i'm not sure how true it is but one thing for sure is [...]

01 Fri

Snow Falls Early On hwa2u.com

Posted on December 2006 at about 12:00 am by hwa

It's December! And December makes people think of Christmas, and Christmas makes me think of snows, but sadly in my country, there ain't no snow here, it's sun shine throughout the years.
Shame to say that i never see or touch a real snow before, wish that someday will have a chance to see a [...]

15 Wed

YouTube With XHTML 1.0 Strict Valid!!

Posted on November 2006 at about 2:14 pm by hwa

For those who broadcast YouTube in their blog before, you should know that the YouTube embed tag is actually not XHTML valid, it's because the <embed> had been deprecated from XHTML 1.0.
By default the YouTube embed tag should looks something like this:
HTML:

<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/m_Dxp5HQNIA"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/m_Dxp5HQNIA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350">
</embed>
</object>

But it contain [...]

12 Sun

Picture Gallery Update!

Posted on November 2006 at about 4:40 pm by hwa

Added some new picture into my Gallery under the folder Betty and Accessories, so please go check it out.

Betty sleeping on my bed!

Good morning!

Technorati Tags: Gallery, Tortoise, Star Tortoise, Accessories

12 Sun

hwa2u.com Is Now XHTML 1.0 Strict!!

Posted on November 2006 at about 2:52 am by hwa

While developing my new theme, one of my target is to achieve XHTML 1.0 Strict validation, at first i thought it won't be that easy because it's not only the templates i need to validate, but the plugins as well, so i guess it won't be an easy job.
However i still manage to fix everything [...]