Barclays Stockbrokers Have An Invalid Security Certificate

if you go to the barclaysstockbrokers.com url and try to login you get presented with an invalid security certificate error by firefox and ie 8.  The certificate is for www.stockbrokers.barclays.com not www.barclaysstockbrokers.com.

I have rang them and emailed them but no one seems that interested in getting fixed they dont see it as a problem.  Well in these days of phishing and spoofing I would say its a problem.  We will see how long they take to fix it, if at all.

UPDATE: 9 July 2009

Well eventually someone got back to me about it.  Looks like they have a problem with the login on the page as its hardcoded to stockbrokers.barclays.co.uk instead of the using the url that you actually come from.  I have been told by there technical bods that if you use the login at the top of the page it uses the correct url.  And it does work.  Come on Barclays sort it out so that all the logins use the correct URL.  I cant believe it took so long for you to actually come back to me with a sensible answer but to still see the site broken in this way is really unbelievable.  I expect quite a few people are having this problem as your eyes go to the login button within the site not the black bar at the top.

Looking at the stats on my page quite a few people are getting this error as the number of people coming to my site with the search words ‘barclays stockbrokers’ and ‘invalid certificate’ are quite high.

Vista, Windows Media Center, Windows Media Player And Blu-Ray DVD's

My last upgrade of my media center included a blu-ray media player, it was  a cheap LG player although wasn’t as cheap as they are today.  This was bought a few years back when they first came out but didn’t install it for some time until now.

Well I thought Vista was bound to support blu-ray and didnt think anything of it until I started to buy loads of new dvd’s and found windows media center and windows media player couldnt play them.  So what are the options, well currently they are

  • Cyberlink PowerDVD (current version 9)
  • Roxio CinePlayer DVD Decoder
  • Arcsofts TotalMedia Theatre

Well my experience is this, Roxio forget it wouldnt even register properly and looking on the NET couldnt find one person that had installed it successfully on Vista so got a refund straight away.  Arcsofts TotalMedia Theatre was the same installed but didnt play at all.  Now the board I have in my media center has the INTEL Graphics G35 chip so could be because of that as its not really that good enough to play Blu-Ray discs.

So I know a lot of people dont like it but the PowerDVD was the only thing that played the blu-ray movies for me on Vista with a motherboard that uses the Intel G35 chip.

And that concludes my findings now to buy a micro ATX motherboard that uses the NVIDIA 9400 chipset.

IPhoto9 – Places Map Not Showing

All of a sudden the places map isnt showing just a grey screen.  Everything I tried just didnt get it to show any more.  Eventually I found a solution that worked.  I went to preferences -> advanced and set the dont look up places automatically to never.  Quit Iphoto and restarted it.  I then set it back to automatic and the places map shows straight away.  Wierd but it now works.

Nikon D5000 Gets An Outing To Boxhill


DSC_0035

Originally uploaded by paulfarrow

Well got the GP1 gps unit for the Nikon and decided to take it out to boxhill where all the bikers meet. It was only Saturday so not that many about.

The GP1 unit is good but took a little while to get used to it. I also thought I would try Flickr which this picture has been uploaded from. So photo was taken with the Nikon D5000 and the GP1 unit so it has the geotagging info in it. Then I uploaded to IPhoto9 and then uploaded using that into Flickr. I then composed a blog entry with flickr so will be interesting to see how this comes out here on the blog.

13 Inch MacBook Pro – Time Is Wrong

Just got the new Macbook Pro and after transferring from my old Macbook it seemed it couldnt actually set the time correctly was always an hour behind.  The problem was actually the timezone as it just said GMT in the closest city.  After a little bit of tickering I realised that that the localtime folder should be a symbolic link to /usr/share/timezone/<timezone> and instead a physical folder had been copied over during the transfer and was sitting in  /etc.

The way to fix this is to open your finder window and click on go->go to folder and type in /etc then then delete the folder.  Then you can set the time zone correctly.

Alex And The Giant Pandas

Thought you would like that title, well my neighbour Alex Pool is off to China to be part of  Panda breeding programme for three weeks.  He is running a blog if you want to keep up with his exploits.

Lets hope he publishes some pictures of them as they are so cute.  Thats if China doesnt censor it all.

Any way I will be following his blog to see what he gets up to.   Link to his blog is in the blogroll section of the links on the right hand side of this blog. Actually any one looking at my blogroll would think I am a nutter (which I am) but what a mixture of titles !!!

Duchy Original Elderflower Refresher Not In Stock

Went to buy some Duchy Elderflower Refresher in my local Waitrose

and couldnt find a drop, now its my favourite summer drink.  Was told by an assistant that Duchy are changing their packaging and until that is finalised Waitrose were temporarily not stocking the product.

Weird, I have emailed HRH Prince Charles personally to find out what is happening !!!  Will keep you updated of any response from him.

How Can I Remove That IPhoto Export Plugin ? Such as Facebook IPhoto Exporter.

Ok go to your applications folder on your mac within the finder window.  Right click the iphoto application icon and click show contents.  Browse to the plugins folder and look for a folder named the same as the exporter your looking to remove.

Delete the folder that is the same name as the exporter your trying to delete and bobs your uncle – the exporter will be removed next time you start IPhoto.

Nikon D5000 – First Images

Decided it was time I got myself a digital SLR and saw the reviews on engadget of the new Nikon D5000. The price was good and I have been fed up with the camera on my HTC mobile, especially as I have been taking a lot of photos on my visits to the states.

Jessops this weekend had a sale on so bought the camera, extra lense, 8gb SD card and you got a free bag as part of the deal. I ordered the GP-1 unit for it as well (although have to wait 28 days for that) so that I can store the gps position of the photo as this seems to be the latest fashion in the world of photography.

I even negotiated about 50 pounds off the sale price. 🙂

WordPress RSS Feed Not Including Images

Ok so searched high and low for this and finally found out that it was my theme that I had added which was wrong.  Look for feed_rss2.php in wp-includes and look for some code in there, that uses use_excerpt_rss my theme used this whether the rss setting->full (rather than summary) was selected or not in the settings->reading.

If you change the else to be “the_content()” rather than “the_excerpt_rss()” it works.  Your images are sent in the description so then the rss readers can read the whole article.