WordPress Plugins Bugs

by Hiroshi on 13-03-2009

Plugins are cool. Every WordPress powered blog uses different plugins. They give your blog wings. There are few things you must be aware of before using plugins. What I do, I just test the plugin before I actually use it. All the plugins out there are not trustworthy. Even if any plugin comes by a trusted source, it can have bugs which will make your blogging life a bit complicated. I regularly check plugins, update plugins whenever any update is available and remove the plugin which contain any bug. Here are few popular WPplugins I noticed some bugs in them recently.

{ Continue Reading }

Developers Are Born Brave

by Hiroshi on 22-10-2008

Developers are born brave as this image exposes.


[Click at image to view full version.]

Funny Computer Tricks

by Hiroshi on 13-10-2007

Copy and paste in this javascript code in address bar of your browser.

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

Bold i- and j- are i- - and j- - (no space)
Modify these before pressing enter. 
Watch your window's "shaking it". You can change the value of i if you wish :)