Archive for the ‘XHTML’ Category
This is simple way to add fave icon on your web site.
What is fave ico?
See this picture.

Icon on the left side of the URL bar is Fave icon. Is that cute to have your site with that icon?
Now, I will try to explain step by step how to put fave icon on your website
1. Choose your image . I’m using Suzuki Hiroki Photos for example.
2. Open Photoshop or any editing image and resize it into 25 px X 25 px (Skip tutorial number 3-4 if you already know how to resize your image).
3. Press Image->image size (ctrl+Sift+I) and fill the field with 25 pixel
Actually I wrote HTML marquee tutorial long time ago at Moving text marquee tutorial. But some reader confused if it apply in wordpress.
So here it is the way to make your sidebar text moving .
1. Find out what text that you want to move and grab the PHP code .
2. IF I want to change make my “latest post” move, that mean I must find the PHP code of “latest post”
<?php wp_get_archives(‘type=postbypost&limit=10′); ?>
3. Put the marquee code that U get from Moving text marquee tutorial. between them
example :
<marquee direction=”up” height=”200″ scrollamount=”2″ onmouseover=”this.stop()” onmouseout=”this.start()” width=”100%” align=”center”>
<?php wp_get_archives(‘type=postbypost&limit=10′); ?>
</marquee>
Explanation :
direction=”up” : from bottom to up movement
scrollamount=”2″ : Speed of the movement
onmouseover=”this.stop()” : When mouse over the text, the text will stop
onmouseout=”this.start()” : When mouse out from text area the marquee code will move again
width=”100%” : Width 100% from the table
Hope it clear enough.
Yesterday, I update my REAL PERSUSI website. Its all about Indonesian Voice Actor / dubber. it write on Indonesian language. If you want to know more about Indonesian Dubber (pengisi suara), you can open the site at
Why I named Persusi? Because Persusi stand for Persatuan Sulih Suara Indonesia (Indonesian Dubber Associate )
I already have many Indonesian dubber voice sample. And I want to upload it into my web so people can hear their voice. The second problem is placed on my Computer which cant detect my mp4 player! Oh God.. what happen with my PC? Should I re format it AGAIN?
Ie… I dont want to do it.
Wah after talk a lot, I just want to sharing about HOW TO PUT VOICE/ MUSIC At YOUR WEBSITE/BLOG. ^^
Taken from Suya Lynx Blog. He has many great computer tutorial on his site. Unfortunately, lately he is so busy even to chat.
This is step by step how to put music at your blog with HTML code
1. Pick up your favorite song
2. Upload it to web hosting and write down the URL (For example http://persusi.org/lagu.mp3 )
3. Write down this code at your web and change the AUDIO URL into your music URL (In this example http://persusi.org/lagu.mp3 )
| <meta http-equiv=”Content-Language” content=”en-us”><embed src=”AUDIO URL” autostart=”true” loop=”-1″ width=”150″ height=”25″></embed> |
4. Result
That’s simple right?
This is the next part of previous tutorial about table Table tutorial with xhtml part 1
Now time to explain TD and TR Still remember with this table?
| 1A | 2A | 3A |
| 1B | 2B | 3B |
| 1C | 2C | 3C |
Now I put number and letter combination at the table Cell. NUMBER is TD and LETTER is TR.
TR is horizontal part.
TD is vertical part
Remember, in table, we must TR at the first before we put TD.
Now, we want to make table like this






