Recent twitter entries...

South West Trains are rubbish

Posted by Brad | Posted in Recommendations, Tips | Posted on 07-03-2013

This is the sort of status update you can expect to receive disappointingly frequently if you are also a regular user of South west trains

 

A complete loss of signalling between London Waterloo and Clapham Junction is affecting the train service. There are currently no trains running into or out of London Waterloo Station. This will continue until the end of service and customers are strongly advised to use alternative transport to get home this evening, as we will not be in a position to run trains due to the severity of the problem.

Trains all over the network are at a stand in various locations. We are prioritising getting train services into Stations at this present time.

Alternative Transport

London Buses accepting South West Trains tickets.

Transport for London services are conveying passengers via any reasonable route until further notice. Arrangements have been made for South West Trains rail tickets to be accepted for these journeys. London Buses accepting South West Trains tickets.
First Great Western and Southern Railway services are conveying passengers via any reasonable route until further notice.

Bus Replacement Service

A minimal bus replacement service is in operation. These buses are running via the following routes:

Basingstoke to Southampton Central
Eastleigh to Portsmouth Harbour
Teddington to Shepperton
Woking to Alton
Woking to Guildford

We are trying to source more alternatives at this current time.

Two tube tips I have for fellow suffers are as follows:

  • Do you find yourself embarrassingly trying to tap in/out at the barrier with 300 people behind you only to find that your £2000 oyster card wont let you through?, just pop up to the desk where some friendly person will swap your physical oyster card for a shiny new one that will work pretty much every time, no more swearing at the machine!.
  • Did you know that you can claim a full refund for a tube journey that for whatever reason delayed you by more than 15 mins?, that’s right, as you stand there with 2000 other people waiting to get through a small doorway onto the single stop Waterloo and City line with train after train going away and what should have taken 5 mins takes you around 20?, just pop onto this tube fairs refund page fill in the short form and they will post you a voucher which you can collect than get a nice payout to ease the suffering. There are android / iphone apps that automate this and you can also get a browser extension for chrome / firefox that can fill in most if not all of the form for you so you just click submit.

Landing page blueprint

Posted by Brad | Posted in Tips | Posted on 06-03-2012

Click this to view full size, it’s awesome if you’re into online marketing.

blueprint landing page1 Landing page blueprint

Virtualbox windows host cannot see bridged network adapter

Posted by Brad | Posted in Tips | Posted on 17-02-2012

I have been playing around with a VM of backtrack.. hosted in virtualbox, trouble is how can you crack wpa2 networks if the VM can’t see any network adapters..?

Seems after reading into what all these different networking types are within virtualbox the one you are after should be bridged networking..

My issue was that this windows 7 64bit laptop for some reason was not displaying any options in the adapter list.. so I did two things and now it can see the adapter to bridge.

1 from the manual make a quick registry change to your host,

You can try to increase the maximum filter count in the Windows registry at the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\MaxNumFilters
The maximum number allowed is 14. After a reboot, try to re-install VirtualBox.

I changed from the default 8, to 9, no improvement so changed to 14, uninstalled virtualbox, rebooted… reinstalled virtualbox (my XP and backtrack VMs were still there)

Now it works a treat!.

If you have this problem… HTH….

Two videos that anyone with an interest in programming MUST watch

Posted by Brad | Posted in Tips | Posted on 21-01-2012

coder++

A 20 minute crash course reviewing the essentials of computer programming

 

IIS7 Windows 2008 Server Create.Object problem solved

Posted by Brad | Posted in Tips | Posted on 12-01-2012

In the process this week of doing a rediculous amount of devlopment work, part of which is migrating my three sites hosting on windows 2003 server with iis6, to windows server 2008 with iis7….

If you are also wondering why as in my case jMail was not happy on iis 7 win2k8, it seems to be because it’s now using the network service account rather than IUSR, so you need to assign the correct execute permissions to the dll that you need to access….

I’n my case, I just granted execute permisson to C:\Program Files\Dimac\w3JMail\jmail.dll to “everyone”… now that machine happily sends emails using that object…