- In IIS, set "Require secure channel (SSL)" option for the site / virtual directory.
- In web.config, set
<bindings><basicHttpBinding><binding...><security mode="Transport">
. - In web.config, set
<system.serviceModel><behaviors><serviceBehaviors><behavior...><serviceMetadata httpsGetEnabled="true"/>
Jan 31, 2011
WCF Service over HTTPS / SSL with basicHttpBinding
Jan 19, 2011
.NET System.Diagnostics.Stopwatch may be wrong
The .NET System.Diagnostics.Stopwatch timer is a software based timer and it will not count while device is in sleep mode as CPU is not running. Only less accurate real time clock will keep running.
Found this when timing a long web service call. Suppose this is the case for operations not using full CPU ticks.
Example code:
May results in something like:
Found this when timing a long web service call. Suppose this is the case for operations not using full CPU ticks.
Example code:
Console.WriteLine("start...");
var sw = System.Diagnostics.Stopwatch.StartNew();
System.Threading.Thread.Sleep(5000);
sw.Stop();
Console.WriteLine(string.Format("Elaped: {0} ({1} ms)", sw.Elapsed, sw.ElapsedMilliseconds));
May results in something like:
start...
Elaped: 00:00:02.3029859 (2302 ms)
Nov 20, 2010
Neuro Web Design by Susan Weinschenk
What makes them click?
Book notes
Nov 13, 2010
Presumably Unsafe Plastics
Number 3 Plastics: V (Vinyl) or PVC
May release toxic breakdown products (including pthalates) into food and drinks. The risk is highest when containers start wearing out, are put through the dishwasher or when they are heated (including microwaved). |
Number 6 Plastics: PS (polystyrene)
Can release potentially toxic breakdown products including styrene, particularly when heated! Watch for takeaway hot drinks. (See comments for more information). |
Number 7 Plastics: Miscellaneous
Studies have shown polycarbonate can leach bisphenol A, a potential hormone disruptor, into liquids. |
Nov 12, 2010
FCS Fin Sizes
Type | Image | Base (mm) | Depth (mm) | Area (mm2) | Sweep (o) |
---|---|---|---|---|---|
G-1000 | 108 | 107 | 8405 | 32.3 | |
M2 | 108 | 107 | 8405 | 32.3 | |
M3 | 109 | 112 | 9172 | 31 | |
M5 | 111 | 115 | 9525 | 33 | |
M7 | 115 | 119 | 10137 | 33 | |
GYU Side | 111 | 115 | 9478 | 34.9 | |
GYU Centre | 106 | 113 | 8465 | 34.6 | |
MR-TX Side | 128 | 142 | 13580 | 33 | |
MR-TX Stabilizer | 90 | 99 | 6200 | 31 | |
GPR Side | 114 | 115 | 9939 | 34.3 | |
GPR Centre | 107 | 116 | 9081 | 33.8 | |
G-R | 117 | 118 | 10243 | 31.6 |
Nov 11, 2010
Money, Oder 1x1 des Geldes by Bodo Schafer
- All great starts from small, i.e. do important things while they are not urgent. Many people have so many urgent things that they don't have time for important ones until they become urgent too.
- List 10 reasons why you want to have lots of money.
- Select 3 most important reasons.
- You must know exactly what you want.
- You would not order "something nice" from a mail order catalogue, would you?
- You must really want it or you'll give up with the first difficulties.
- Read your list every day to remind yourself of your wishes and you will start to find ways of achieving them.
- Create a "Wish Album" - photos, etc of your wishes.
- We think with images.
- Look at your "Wish Album" every day, visualise and wish.
- Just wishing is not enough though.
- What you concentrate on, develops.
- Most people concentrate on what they don't want rather than what they do want.
- The more you visualise, the stronger your wish will be and the stronger your need will be. You will then find and see ways to achive it.
- Don't think how these things works - most people don't know how electricity works, but nonetheless enjoy its use.
- Do or don't. Do not try.
- To try is to have an excuse and be ready for failure.
- Setup a "Wish money box" for each wish and start saving money.
- This could be a band account, a cash box with photos on it, etc - you decide.
- Keep a "Success Journal" - at least 5 success entries every day.
- Helps to grow your confidence.
- You must be confident or nothing will be started and nothing will happen.
- Think about how to solve other people's problems.
- Always concentrate on what you know, can and have.
- To find something you must look.
- Do not be limited by a single source of income.
- Problems will arise and how you will handle them will determine what kind of person you are.
- You must do your important things both when there are problems and when everything is good.
- "72 hour rule" - start doing something within 72 hours, else you'll never get down to it.
- If you cannot handle money properly, your expenses will always grow with your income.
- "Gold egg laying goose" - capital. Save a percentage of your income to raise your capital and don't cut or kill it.
- Money, like a magnifying glass, reveal the character of a person.
- Formula:
- Decide that you like money and want to have it.
- Believe in yourself, posess ideas and do what you love.
- Distribute money for your living expenses, your wishes and the "golden goose".
- Wisely invest your money.
- Be able to enjoy all this.
Nov 7, 2010
Subscribe to:
Posts (Atom)