Custom Options For WordPress Category List
Usually, WordPress Themes have category list in their PHP code. Actually you can put your own category list on your sidebar widget or in anywhere in your theme using PHP implementation.
To put wordpress category list, you have to put PHP snippets like
<?php wp_list_categories($args);?>
You can left the $args blank for default settings but if you want [...]
Too Many Widgets Can Kills You
Widgets are free web accesories. They can be calendars, clocks, galleries, media players, shockwave flashes, banners, statistics, counters, maps, dictionary, et cetera.
Some widgets have nice looking. They may make your blog looks more beautiful than before. it also can attract your visitor to keep staying on your page and enjoy their read. But did you [...]
How to Insert Animation on Javascript
Today, the appearance of websites are better than before. They are more complex in HTML codes and CSS styles to have better look. Javascript has grown widely. Almost every pages uses javascript. It maybe using javascript for implementing AJAX or for implementing advanced dynamic appearance.
Good animation brings good feels. The animation itself not in the [...]
Import SWF to WordPress
How to import SWF movie Flash to WordPress? I have been asked this question by my friend several days ago. Importing swf flash to wordpress of course using embed and object HTML tags.
To do it so, I usually just need to type these words below:
<object>
<embed src=”http://domain.com/flash_location.swf”></embed>
</object>
However, shockwave flash has been popular wider than before, so [...]
Protect Your Contents with Wordpress Plugin
Do you ever see your handmade article on another site without your permission. It may be okay if they put the original link to you as a revision. But if they don’t, it will be a loss for you.
Although Google will consider it as duplicate contents, still the Digg and other social bookmark won’t. Furthermore [...]