Wordpress
Reset lost WordPress administrator password
For whatever reason you lose the admin password and you can never get the e-mail that is sent by the password reset facility. But all is not lost. This allows you to copy a file to your web server to reset the password, see village-idiot.org — reset your lost WordPress administrator password
Wordpress – Directory has no index file
I recently had a problem where one of my pages was failing to load with an error stating that could not locate an index file. Current changes I had made obviously pointed something I had done but it took a while to figure out!!
The answer
I had created a page called Play which simply shows list [...]
Security flaw in Wordpress
Despite all the extra effort put in on security there is stilll a major hole, follow this link to see how it works and steps to fix it http://bit.ly/pLddU
Reset WordPress admin password?
Today I managed to lock myself out of local/development installation of my website. After digging around I found the answer . Need to run the following query against your Wordpress database:
UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password_here‘ ) WHERE `wp_users`.`user_login` = “admin_username“;
Obviously change the new_password_here and admin_username to correct values!
Future of Wordpress themes 2009
Interesting insight by leadign players into where they see Wordpress themes developing:
http://themeshaper.com/future-wordpress-themes-2009/
Wordpress Jquery Plugins
Jquery allows for impressive animations and interactions that are easily created and utilized in your Wordpress blogĀ – http://tinyurl.com/cmckh5
Wordpress
Wordpress is seen as a fantastic blogging tool but in fact its a lot more. When I first started to look at the inner workings of Wordpress it seemed a bit daunting. But basically its very simple and can be as complicated or as easy as you want as mentioned in a previous post.
I like [...]
First Post
My first thought as I started to write this was perhaps I should get the bugle out! Confused, you should be, for all though this is the first post for this new site I was actually thinking of the last post!!!
So finally got this up and running, I have had other blogs going in the [...]



