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 [...]

Posted on , ,

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 [...]

Posted on , , ,

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 [...]

Posted on ,

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 [...]

Posted on , , , ,

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 [...]

Posted on , ,

 Page 1 of 2  1  2 »


AJAX Random Post

  • Self Hosted vs Free Blogs

    Blogging is about freedom. You all know that there are too many blogging service out there. The most famous are WordPress.com Blogger.com TypePad.com And hundreds more... Those are free blogging service that serves and gives you single or multiple subdomains that you can manage both the
  • Import BlogCatalog's Avatar into WordPress

    Hey there, i recently checked BlogCatalog's Developer Section and found this way. Maybe it is not too hot to talk about but now, with BlogCatalog's API, let me introduce my new plugin: BlogCatalog Avatar. Just like the name, it loads BlogCatalog's avatar image next to every of your comments. In oth
  • See Your Friend's Recent Activity Through Dashboard

    I have been inspired by FaceBook's friendfeed and now i just has done my plugin about it. The plugin is called WP Friend Feed. The function is still simple. It will fetch your friend's feed and display 10 most updated feed on the dashboard menu. If you want to add some friends, just add it through
  • Funny 404 Page Not Found Messages

    You may already know that 404 Error Pages mean that the content of the address you are going to is unavailable. By default, 404 Error Pages are determined by browser but as webmaster you can handle it by yourown using .htaccess file mod rewrite. You can redirect it to another URL. In this post, we w
  • Create Your Gravatar Widget

    You must be ever heard about MyBlogLog. It is a yahoo's social bookmarking site. They have nice widget which show the latest visitor's avatar on your blog. I was inspired by that widget and I made Recent Gravatar wordpress plugin. Maybe it's quite different with myBlogLog's. It will display your re

References

Who am I ?

My name is Julian Widya Perdana. I study at University of Gadjah Mada, Yogyakarta. I am a young developer addicted in JavaScript, Plugins, Themes, AJAX, and PHP developement. If you feel satisfy with my work, please support me to keep it developed