Considering how regularly new versions of Firefox now come along, that's quite some bug fix list in version 10! http://t.co/K3I2vLpW 1 week ago


5th
Apr 11

WordPress 3.1.1 released



WordPress 3.1.1 has been released.

This maintenance and security release fixes almost thirty issues in 3.1, including:

  • Some security hardening to media uploads
  • Performance improvements
  • Fixes for IIS6 support
  • Fixes for taxonomy and PATHINFO (/index.php/) permalinks
  • Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues

Version 3.1.1 also addresses three security issues. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.

The official WordPress announcement

Change Details

3.1.1 Codex Details

A list of the modified files (between WordPress 3.1 and 3.1.1)

Download 3.1.1 (entire installation)

Download 3.1.1 (just the changed files between 3.1 and 3.1.1)

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly



4th
Apr 11

Moving External Scripts


One of the problems with having external scripts on your site is that you have little control over them – caching and the like are out of your hands.

The solution I’m using, via cPanel, is a weekly cron job that copies external scripts to a folder on my own server. And it will only do this if the script has only changed, as well.

I’m no Linux expert (or probably even amateur, if I’m honest) so it took a while to find the right code to use, but here is the result…

wget -N  --directory-prefix=[local folder] [script location]

Simply change [local folder] to where you wish the script to be copied to and [script location] to where the external script is held (including script name). If you wish to perform multiple copies you can append them together with &&.

So an example may be…

wget -N  --directory-prefix=public_html/wp-content/themes/artiss  http://pagead2.googlesyndication.com/pagead/show_ads.js

This would copy the AdSense code show_ads.js to a theme folder named “artiss”.

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly



4th
Apr 11

It’s, oh, so quiet


I know there’s been a lack of content recently. However, this is due to a number of factors…

  1. I’m very busy on version 2 of my YouTube Embed plugin – a huge change and my most complex plugin yet – this is taking a big chunk of my time.
  2. I’m using the excellent new Google Page Speed Online to look at various improvements to site speed. I’ve also been, and will continue to, making changes to this site.
  3. Spent far too much time trying to sort out a technical issue with Streamline. It’s still not resolved and I’m sure, at the rate they’re going, a rant post is imminent.
  4. I get a lot of this work done at home in the evening. However, I’m looking at moving house so apart from traipsing around various properties, I’m also getting lots of DIY done as well.

I’m also expending a bit of time preparing for my birthday in a couple of weeks time. It’s a, erm, “special” birthday and I’ve asked for money or Amazon gift vouchers – I’ll then be the proud owner of a Playstation 3! I should add that all the preparation is deciding what games and accessories to buy ;)

However, I do have a couple of articles to publish so, when I find time, I’ll try and get those completed.

 

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly