This blog will contain non-technical, fun and personal posts. All my technical posts will be posted on SMD's blog, http://www.smd.com.my. Looking forward to see you there! :-)

New Wordpress Administration Interface

Not just Flickr has a new interface, Wordpress too. They have published WP 2.7 Wireframe Interface .pdf that list and explain the changes planned for the next major release of WordPress. This is only a mock-up and not the final description of how the WordPress will look and function in future.

Wordpress 2.6.2 Is Available

Wordpress has a new release to fix the danger of SQL Column Truncation. It is recommended if you are allow open registration on your blog. This problem is not critical but it is annoying.
Upgrade to the latest version is highly recommended.

Wordpress 2.6.1 Vulnerability (Not Critical)

In this vulnerability you can change admin password if the registration enabled. It can be done by duplicating admin username. The vulnerability is related to MySQL Column Truncation Vulnerabilities.

If the attacker however tries (to register) the username ‘admin            x’ the application will search for [...]

Wordpress 2.16.1

Wordpress 2.16.1 has been released. It is fully recommended to upgrade to latest stable version.

Adding TinyMCE On WP Comment Page

If you note that the comment page in my blog has been added with TinyMCE Editor.
This is the only code you have to insert into your header.php (theme).

Toggling Wordpress Sidebar

I have change the look and feel of my blog. I can say it’s simple & “sexy?”. What say you?
If you can see, “Archive” block on the right sidebar is hidden onload. The block will expand on mouse click. There is a simple way to do this in wordpress. Actually, you’ll need prototype (a javascript [...]