GEF #20: British Grand Prix

This week, although its a… week… late, is the British Grand Prix, held at the Silverstone Race Circuit in Silverstone, Northamptonshire, England.

 

Held at the prestigious race track for the best part of 23 years, the track has seen many redesigns over the years leading for a more challenging race track and a better race experience for all.

 

Although the winner last weekend wasn’t a Brit, it was still a great race to watch nevertheless. Lets just hope one of the two can do it next time.

 

Would you look at that, its a Wikipedia Quote:

Silverstone Circuit is an English motor racing circuit next to the Northamptonshire villages  of Silverstone and Whittlebury. Nearly half of the circuit is across the Northamptonshire boundary in Buckinghamshire. […] It is best known as the home of the British Grand Prix, which it first hosted in 1948 and which has been held on the circuit every year since 1987.

[Wikipedia]

Download the file(Only once! It will update every Friday)

Make sure you have Google Earth

Well that was weird – WordPress encoding

Seems the site decided it was time that it shouldn’t encode the site properly.

utf8-whatisthat

Since Southanuk is a relatively old WordPress installation [Around 2006] it was using an old character set, namely latin_1. Converted it to UTF8 and all is now good and properly displaying. Have a few celebratory ‘ , – s.

 

For others having the same problem with WordPress not encoding pages properly, I recommend the bbWP2UTF8 plugin. Its very simple to use and is a lot easier than this method, although saying that, it may work if the plugin doesn’t.

[edit]

Well something went wrong very shortly after I had posted this, post numbers weren’t auto-incrementing. Should be all fixed. Also discovered a very nice MySQL command to help convert those troublesome characters to UTF8:

update DBNAME

set ROWNAME = replace(ROWNAME,'’','\'');

update DBNAME

set ROWNAME= replace(ROWNAME,'…','...');

update DBNAME

set ROWNAME= replace(ROWNAME,'–','-');

update DBNAME

set ROWNAME= replace(ROWNAME,'“','"');

update DBNAME

set ROWNAME= replace(ROWNAME,'â€Â','"');

update DBNAME

set ROWNAME= replace(ROWNAME,'‘','\'');

update DBNAME

set ROWNAME= replace(ROWNAME,'•','-');

update DBNAME

set ROWNAME= replace(ROWNAME,'‡','c');

[Source]

GEF follows shortly and possibly something on Monday if I can get it to work.