Patrick Tisseghem passed away

On Wednesday evening my dear friend, our colleague and my mentor Patrick Tisseghem passed away. Words fall short to describe what Patrick meant for me, both in my professional and personal life. He was that kind of guy you could rely on, no matter what happened, always friendly and always helpful.


Patrick, it was a great privilege to know you and work with you. I can only join his close friend and colleague Karine, and say: you will last forever.


My thoughts go out to his wife, their two daughters and his family.


We will miss you pal.

Google chrome – First impressions

Pros

  1. Love the tabs and the effective use of screen real-estate
  2. Startup performance is phenomenal 

Cons

  1. Bootstrapper installation makes for an unpleasant experience in the future reinstalls.
  2. As a developer I find it annoying that XML content types are not rendered within the browser window. Instead of a nice formatted view of your XML, you are presented with a blank page 🙁
  3. Lack of plugin support
  4. The fine print ( http://news.cnet.com/8301-13860_3-10030522-56.html )
    1. Google reserves the right to automatically update and install Chrome. (NOT too bad)
    2. Although you retain any copyrights to content you own and use in the browser, Google says it has a right to display some of your content, in conjunction with promoting its services.
    3. More Ads !!!

 

User Agent

" Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.A.B.C Safari/525.13 " 

 

Acid2 Browser Test

www.webstandards.org/action/acid2

Google Chrome Acid2 test result
Reference rendering / Expected result

As expected the Acid2 test was passed, but I did find a funny bug when resizing the window on the test page. 🙁

Acid3 Browser Test

http://acid3.acidtests.org/

Google Chrome Acid3 test result
Reference rendering / Expected result

Not a bad score for a BETA product…

Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!

Screencast – Self-Hosting WCF in Your Application

This week, for our fourth screencast in the series, CSD MVP Aaron Skonnard walks you through how to self-host WCF services in your own applications. The screencast walks you through adding an existing service (see the creating your first WCF service screencast on how to create one) to a new console application. In this screencast, we create a new console application project, and add the code needed to reference the service and host WCF endpoints. Aaron then walks you through how to add (and configure) the proper configuration information (refer to how to configure your your WCF Service with endpoints screencast for more information). Along the way, Aaron introduces how to work with the hosted endpoints programmatically.

 

As mentioned above, the WCF screencasts are a weekly series of Channel9 videos done in conjunction with the folks at PluralSight to help developers new to WF/WCF see how the technology is used. It’s worth noting that Aaron and the PluralSight folks are now offering online training courses (in a format similar to these screencasts) as a compliment to their catalog of instructor-led training courses covering Microsoft connected systems technologies. Their training topics range from .NET v3.5 (including an excellent WF/WCF Double Feature course) to WSS to BizTalk server.

FixEncoding on GitHub

I just published the source code for my FixEncoding
pipeline components
for BizTalk Server 2006 to GitHub as
well. FixEncoding provides two custom components that can help you resolve issues
when resolving charset/encoding issues when receiving or sending messages.

I haven’t touched FixEncoding in a while, but I still find it very helpful on a lot
of projects. You can find the new repository here: http://github.com/tomasr/fixencoding/