01792.org

Milo

PS3 update, results in loss of BBCi player

November 20
by milo 20. November 2009 18:32

Now i have internet once again i’m enjoying the BBCi player. How ever if you upgrade to 3.01, the BBCi will disappear. Fret not, just reboot and it will apear again.

New features include pay-per-view blueray movies.

Tags:

Blog

DB driven Molonic menu

November 18
by milo 18. November 2009 16:44

I’ve had a few emails this week about a post I made about 3 years ago, driving a DHTML menu from a database.

You can get the demo here

Tags:

C# | Blog | asp.net | Demos

MSTEST: The location of the file or directory '*\debug\AjaxControlToolkit.dll' is not trusted.

November 12
by milo 12. November 2009 10:26

 

This caught me out when updating my Ajax versions. You might notice your MStest will all stop working with this error (above).

FIX, Navigate to the DLL, and right-click properties.

unblockdll

And unblock.

Tags:

BBC news website, in the USA

October 31
by milo 31. October 2009 01:12

Interesting fact, when you view the BBC news website outside the UK. It has adverts…

image

Tags:

Palm shadow

October 23
by milo 23. October 2009 18:04

PalmShadow

Tags:

The most famous drum sample

October 15
by milo 15. October 2009 14:40

Tags:

Blog

BT are ****

October 15
by milo 15. October 2009 13:52

I’m totally fed up with BT. First off they miss-sold me a business line (which they admit to doing and apologised) then charge me 24 months of business broadband and telephone services (over £300). In which many calls later they agreed were incorrect. However they didn’t null the amount in the account, and sent my account to a debt collection agency.

Each time I call Its a 40 minute call. Each time they tell me its all sorted and resolved, and still I get threatening letters about court action.. blah blah blah.

I’ve spoken to customer complaints, customer services, billing enquires all say the same thing, “all sorted Mr Hart”, then 1 week later, after I think its all put to bed, another threatening letter.

I’ll keep this posted.

UPDATE:

BT just text’d me this morning, and they have cancelled my account, even though I receive a bill two days ago for £230 and change. I contacted BT business and confirmed the account is zero.

Tags:

1mb broadband to become a legal right

October 15
by milo 15. October 2009 09:20

 

Starting next July, every person in Finland will have the right to a one-megabit broadband connection, says the Ministry of Transport and Communications. Finland is the world's first country to create laws guaranteeing broadband access.

The government had already decided to make a 100 Mb broadband connection a legal right by the end of 2015. On Wednesday, the Ministry announced the new goal as an intermediary step.

link

Tags:

CS0433: Exists in two asp.net cache files

October 02
by milo 2. October 2009 15:38

Obviously Google the obvious, then change the page directives from :-

CodeFile

CodeBehind

Tags:

ASP.NET type validator

September 28
by milo 28. September 2009 14:10

I had no idea you can use a compare validator to compare a control against a system type.

This example ensures the use types in a number…

<asp:CompareValidator runat="server" ID="valID" Text="*"
ErrorMessage="ID must be an integer" ControlToValidate="txtID"
Type="Integer" Operator="DataTypeCheck" Display="Dynamic">
</
asp:CompareValidator>

Tags: