Questions about the GiveCampUK apps

Here couple of questions I'm interested in knowing the answers to: 

1. Do Microsoft offer discounted licences for Charities?

A lot of use are, for obvious reasons, using Microsoft technologies to build our GiveCampUK solution. What will the licensing costs be per year for the charity to host and run their solution?

Where can we find out more information on this? I think it would be good for the charity representatives to know this now.

2. How easy will it be for the charity to maintain the solution that's being built?

If we don't manage to build a 100% solution over the weekend how easy will it be for the charity to get the required technical resource to complete the project? How easy will it be for them to maintain and upgrade the solution that's being built?

These things will depend on the chosen technology, the going rate to hire a contractor in the area the charity is based and whether or not some of the members of the GiveCampUK team will continue to work on the project after the weekend. How will your charity maintain their solution?

Walking around Dollar Glen

Yesterday I went for a long walk with the missus, Max and Dexter. It absolutely fantastic that we now live in an area where there are so many interesting walks just outside our front door. It makes the move all worth while.

Note: Apparantly the walk we went on yesterday was a bit dangerous. We didn't know that until we reached the our destination and saw the warning notices.

Anyway, here are some photos and a video from the walk.

(download)
(download)

Fixer-Upper Gypsy Caravan available for free

Just been on a walk and came across an old and knackered gypsy caravan. Then we bumped into the guy that owned it. He purchased it as a fixer-upper but has never got around to it. It's very knackered now but he said it was free to anybody who would collect it and take it away.

It's definitely seen better days but *might* interest somebody. If nothing else it was interesting to look at. I didn't go in as the floor didn't look safer. I just peered in.

(download)

[Poll] Home Report Question

I'd really appreciate it if you could spare 20 seconds to read the statement below and answer the Yes/No question beneath it. 

Given the following statement:

The Indicative River & Coastal Flood Map (Scotland) has been reviewed and Property X is just shown to be within the 0.5% annual probability or 1 in 200 year flood extent and as such is at medium to high risk of fluvial flooding.

What would be your answer to the following question about Property X?

The Results:

Screen_shot_2011-09-01_at_10

4 Foo Fighters Tickets For Sale, Milton Keynes Bowl, Sat 2nd July

A friend of mine has 4 Foo Fighter tickets for the gig at Milton Keynes Bowl on Saturday 2nd July. Unfortunately he's struggling to make it so wants to sell them.

Supporting act is Biffy Clyro.

Cost price was £210 for all 4. Happy to sell individually for £52.50 or as a group for £210. Will send via recorded delivery at cost price also which will probably be £2 or so.

Please get in touch with Grant if you are interested.

Improving customer communications

I've just been sent this by a previous work colleague. This response is good and I'm sure the letter to which this is a reply is also laugh out loud. Apparently this was reprinted in the Guardian newspaper. I don't have a copy to check though.

 

Dear Mr Addison,

I am writing to you to express our thanks for your more than prompt reply to our latest communication, and also to answer some of the points you raise.   I will address them, as ever, in order.

Firstly, I must take issue with your description of our last as a "begging letter".   It might perhaps more properly be referred to as a "tax demand".   This is how we at the Inland Revenue have always, for reasons of accuracy,  traditionally referred to such documents.

Secondly, your frustration at our adding to the "endless stream of crapulent whining and panhandling vomited daily through the letterbox on to the doormat" has been noted.   However, whilst I have naturally not seen the other letters to which you refer I would cautiously suggest that their being from "pauper councils, Lombardy pirate banking houses and pissant gas-mongerers" might indicate that your decision to "file them next to the toilet in case of emergencies"  is at best a little ill-advised.    In common with my own organisation, it is unlikely that the senders of these letters do see you as a "lackwit bumpkin" or, come to that, a "sodding charity".    More likely they see you as a citizen of Great Britain, with a responsibility to contribute to the upkeep of the nation as a whole.

Which brings me to my next point.   Whilst there may be some spirit of truth in your assertion that the taxes you pay  "go to shore up the canker-blighted, toppling folly that is the Public Services", a moment's rudimentary calculation ought to disabuse you of the notion that the government in any way expects you to "stump up for the whole damned party" yourself.    The estimates you provide for the Chancellor's disbursement of the funds levied by taxation, whilst colourful, are, in fairness, a little off the mark.    Less than you seem to imagine is spent on "junkets for Bunterish lickspittles" and "dancing whores" whilst far more than you have accounted for is allocated to, for example, "that box-ticking facade of a university system."

A couple of technical points arising from direct queries:

1. The reason we don't simply write "Muggins" on the envelope has to do with the vagaries of the postal system;

2. You can rest assured that "sucking the very marrow of those with nothing else to give" has never been considered as a practice because even if the Personal Allowance didn't render it irrelevant, the sheer medical logistics involved would make it financially unviable.

I trust this has helped.   In the meantime, whilst I would not in any way wish to influence your decision one way or the other, I ought to point out that even if you did choose to "give the whole foul jamboree up and go and live in India" you would still owe us the money.

Please send it to us by Friday.

Yours sincerely,

H J Lee
Customer Relations
Inland Revenue

 

Phil Leggetter

I've moved to Pusher. Why not join me?
Pusher is a hosted service that lets you
quickly and easily add real-time functionality
to your web and mobile apps.

Silverlight, WebSockets, clientaccesspolicy.xml, port restrictions and error messages

I've been playing around with the Microsoft prototype implementation of WebSockets in Silverlight. It's been fun I can tell you ;) At one point I got the error:

An attempt was made to access a socket in a way forbidden by its access permissions.

And had no idea what it mean. I thought I had a clientaccesspolicy.xml in place on the destination server that allowed access from any client:

<?xml version="1.0" encoding="utf-8"?> 
<access-policy> 
  <cross-domain-access> 
    <policy> 
      <allow-from http-request-headers="*"> 
        <domain uri="*"/> 
      </allow-from> 
      <grant-to> 
        <resource path="/" include-subpaths="true"/> 
      </grant-to> 
    </policy> 
  </cross-domain-access> 
</access-policy> 

Apparently not.

If you want to use WebSockets you need to specifically grant access to a socket resource covering the allowed ports from within the Silverlight networking stack. The port range is 4502-4534.

<access-policy>
  <cross-domain-access>
    <policy>
      <allow-from http-request-headers="*">
        <domain uri="*" />
      </allow-from>
      <grant-to>
        <resource path="/" include-subpaths="true" />
        <socket-resource port="4502-4530" protocol="tcp" />
      </grant-to>
    </policy>
  </cross-domain-access>
</access-policy>

More information about this can be found here:

Dealing with the email tsunami

The following has been taken almost word-for-word from an email I've just received. It's an announcement, not a discussion point, explaining a way to improve the effectiveness and efficiency of communication within a work place. I think it raises some really good points and is particularly valuable for remote workers who tend to rely on email when other forms of communication may actually be better. This can especially be the case when you are sending an email to try and get a decision made. Don't do it! Make a call. I've been too reliant on email in the past and whilst it's still a very useful and powerful form of communication I'm definitely going to start using Skype much more.

Here's the email:

We've been discussing the huge number of internal emails that most of us get every day. There is a general feeling that there are way too many of these, and that there is some real inefficiency here.

There are various ways to improve the situation, including keeping cc lists to a minimum and trying to avoid “reply to all”. But above all there is one key new principle that we would like to introduce. This requires everyone to modify their behaviour to some extent, so please take it on board, try to act on it, and remind other people when you catch them transgressing.

THE FIRST RULE OF EMAIL IS:

Do not try to solve problems by email.

If other people need to be involved in making a decision or solving a problem, get them all together – in a room or on Skype – and discuss it for as long as it takes to reach a conclusion. Instead of writing an email about it, prepare a short presentation for the meeting. If you’re not sure what is required, or not sure who should be involved, ask your manager. Invite the people who have to be involved as “required”, and people who might have an interest as “optional”.

What we are trying to avoid is the current standard practice of emailing all interested parties with a detailed description of the problem, which while well-intentioned inevitably creates a “reply to all” email storm and seldom produces a decision.

Finally, in order to make this more viable and efficient, please make sure you have a headset and stay on-line on Skype throughout the working day. It’s the easiest way to hold a quick conference, particularly now that more of us are working remotely.