Browsing archives for 'Wordpress'

New WordPress Administration Interface

Wordpress 10 October 2008 View Comments

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

Security,Wordpress 9 September 2008 View Comments

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)

Wordpress 8 September 2008 View Comments

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 it in the database and will not find it, [...]

WordPress 2.16.1

Wordpress 15 August 2008 View Comments

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

Adding TinyMCE On WP Comment Page

Wordpress 4 May 2007 View Comments

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

AJAX,CSS,Wordpress 2 May 2007 View Comments

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