For Wordpress new release 2.6.2, I updated one of my blog and got my posts exported and then imported into new blog. There one unusual thing I noticed. WP23RP (WP Related Posts Plugin) which I was using and post views plugin did something unusual. Whenever i was going to open my Write new post section It got held and jQuery script went unresponsive while I noticed that there was a loop going on in my Write Panel under Custom Fields Tab. Related posts were populating there which should not be because I was writing a new post, and was not editing any existing post.
my server got heavy load and they told me about it. I immediately turned off WP Related posts and Post Views plugins but problem was same. Post views fields were also populating there.
I realized that there must be some database problem. I fixed that after a bit of a struggle.
I requested help from Wordpress Forum here.
Author’s homepage is here.
Plugin’s home page is here.
yet I did not get any response. But its a critical issue. It can be anything with new Wordpress 2.6.2 importing or it can be anything to do with WP Realted Posts Plugin (Update Issue).
If you know anything relating to this problem then please advise the audience.
Screenshots


Open a blank Word document and type the following:
=rand(200,99)
Press ‘Enter’ afterwards… Wait 5 seconds!
see what happens
Remember!!! Type it, dont copy paste it otherwise it may not work.
Ever encountered with this WordPress MySQL error? MySQL Server Has Gone Away. And then your blog sidebars will refuse to show posts links, tags, recent posts, recent comments etc. I got this problem over and over again and I thought that I was using heavy plugins and MySQL query was timed out being very long. I searched for some solution but just found this answer that if I will use long query, MySQL server will be timed out and will be gone away. Funny!!! But I was hesitating to use more plugins and actually using limited options and other limits in existing WordPress plugins in my blog.
After a bit googling today I found a final solution for ‘MySQL server has gone away’ problem with my blog. There is a fix of wp-includes/wp-db.php file for this. Different versions of WordPress has different fix file. I am using WP 2.3 so I will give link here for WordPress 2.3 version.
How to Fix MySQL error
To install the fix, download the “fixed” wp-db…phptxt file, rename it to wp-db.php, and copy it to wp-includes/wp-db.php (overwriting the old file). You may want to backup the old file instead of overwriting it. You’ll need to do this each time you upgrade Wordpress, with the appropriate version of wp-db.php for that version of Wordpress.
To download fix file please follow origional source link.
Origional complete article link with downloadable fixes for all WordPress versions
I have successfully installed the fix and now my blog is problem free. Thanks to Rob’s Notebook for sorting this problem out.
IE Won’t Allow document.createElement(’style’)
If you try to add style declarations in the head of a document, IE breaks at the name ’style’ -”unexpected call to method or property access”.
I guess its getting confused between the head element < s t y l e> and the object property .style?
Test page
Explorer z-index Bug
In Internet Explorer positioned elements generate a new stacking context, starting with a z-index value of 0. Therefore z-index doesn’t work correctly.
Test page
Stretched Buttons Bug
If an input is given a type “button” or “submit” and the value used to apply text to the button is over 18 characters long, the button is shown stretched horizontally. The top and bottom border is also thicker. The effect increases with the length of the button text used.
Test page
Changing The Type Of An Input Field
Setting the type attribute of an input element to button via setAttribute(’type’, ‘button’) does not work in Internet Explorer 6 or Opera 8.51. The bug is fixed in Opera 9 technology preview 1.
Test page
IE6 Un-Caches CSS Backgrounds On Launching New Window
I have a JS based rollover that animates the position of a DIV’s tiled background image. In IE6, after a new window is opened, via t a r g e t = " _ b l a n k " or through w i n d o w . o p e n ( ) when you go back to that page, it flashes and reloads the images upon mouseover.
Test page
Font-Variant: Small-Caps And Text-Transform
When you use font-variant: small-caps, Explorer ignores text-transform: uppercase || lowercase.
Test page
Mouseover On Anchor And Return Value
An event handler for onmouseover an anchor should not show the URL in the status bar when you return false, and it should when you return true, but actually it does exactly the opposite.
Test page
Letter-Spacing And Floated Labels/Inputs
If you have letter-spacing set and create more than one label/input sets and seperate them with line break, IE will remove every other set.
Test page
And many others …
For Full List Which I viewed Follow Here