New! Receive and respond to mail from other email accounts from within Hotmail Find out how.
Thursday, November 12, 2009
Spam
New! Receive and respond to mail from other email accounts from within Hotmail Find out how.
Tuesday, November 10, 2009
RE:Hi,s
My friend,are you busy recently?I found a nice website,I think you will be interested in the products in it.So I am writing this letter to introduce it to you.This is a website about electronical products,and it has many kinds of products,such as laptops,cellphones,MP3,GPS,TV,camera and so on.The most important thing is that their price are so low,it is so economical.Please take some time to have a check ,there must be something you 'd like to purchase : www.e-infall.com.
Their contact email: service@e-infall.com MSN: e-infall@hotmail.com Hope you will have a good time in this website.
Regards
Chat to your friends for free on selected mobiles. Learn more.
Monday, June 29, 2009
Secure Metadata in WCF
Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service.
There is no way I can have anonymous access enabled in IIS so what do you do?
Short answer: don't use mexHttpsBinding (or mexHttpBinding for that matter).
I've already got a wsHttpBinding and associated binding configuration, so I've just modified the existing mex endpoint.
From:
<endpoint address="mex" binding="mexHttpsBinding" name="mexHttps"
contract="IMetadataExchange" />
To:
<endpoint address="mex" binding="wsHttpBinding" bindingConfiguration="wsSecureBinding" name="mexHttps" contract="IMetadataExchange" />
This assumes you already have a bindingConfiguration called wsSecureBinding.
Friday, June 12, 2009
Convert VS2005 to VS2005 changes xml namespace of typed dataset
Friday, December 19, 2008
Payment Required
Wednesday, June 25, 2008
100km of dirt for charity
A few weeks ago I did a 100K mountain bike ride. It was a great challenge (took me about 7 hours) & I enjoyed it. So much so I've decided to do another one. But this time I'm going to raise some money for charity. My chosen charity is HOPE worldwide. Would you like to sponsor me? Please do. I'll be doing the ride on the 6th July in Wales. It’s a tough course and worth the effort to raise money for a charity. 2800m total climbing (about the same as going up and down Snowdon three times in a day).
HOPE worldwide are an international charity who I've fundraised for before in Australia. Over here in the UK they do work with the homeless and drug addicts. The homeless project is called 2-step. And it's a very simple, basically HOPE finds homeless people who want to get off the streets (believe me, not all do, which does seem a little bizarre to me, but that's what some choose) & then finds them a place to live, puts up the deposit and gets them started with the basics - clothes, linen, food etc, whatever they need. HOPE pays the rent and helps them to claim the benefits they're entitled to. The UK does have a great welfare system, but unfortunately it is dependent on having an address, and so once you're homeless it can be a very difficult cycle to get out of. Once in accommodation, these people can then make the necessary claims, get work etc, and so become self sufficient.
The charity website is at http://hopeworldwide.org.uk/ if you're interested have a look and you'll see some info about the other work that is carried out in the UK.
Please sponsor me, it is a worthwhile cause and I'll be riding very hard!
I have set up a justgiving webpage where you can sponsor me http://www.justgiving.com/scottwakefield
Saturday, May 03, 2008
SharePoint 2007 Wiki Features (not)
The other great news is that iframes are not supported in SharePoint 2007 Wikis. I had the cheek to put an iframe of a TWiki page into a SharePoint wiki page (using the HTML view). It stripped out the iframe tags (and left behind the alt text).