Feed on
Posts
Comments

Archive for the ‘Uncategorized’ Category

If only …

A application menu like the one you can see here is something I wish for every day at work. It would really make life easier Just wondering in what language it was programmed because I really wonder how they got it to compile

Read Full Post »

i love my cute girlfriend

Read Full Post »

VoIP As You Are

A nice commercial for the Microsoft Office Communications Server 2007: 
VoIP As You Are

Read Full Post »

I was looking around for some coding guidelines (.net in general) and I found the following for xaml and wpf by paul stovell. It’s a nice compilation of guidelines. Would be nice though to have it in a pdf form so I can add it to my collection ;-) 
PaulStovell.NET ยป XAML and WPF Coding Guidelines

Read Full Post »

I had some free time on my hands at home and I was looking for some information about SilverLight. This session demonstrates building a rich interactive application using Silverlight. We cover how to use Microsoft Visual Studio to create applications, how to create UI using XAML markup and code, how to build a custom [...]

Read Full Post »

For those of you that tried it might have noticed some error saying:
“Cannot find %sysdrive%\inetpub\wwwroot” 
You can solve this problem by changing a registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp
Change the value from: %systemdrive%\inetpub\wwwrootto: c:\inetpub\wwwroot
and your installation will work. At least mine did

Read Full Post »

If you want to test SSL on IIS 6.0 you need to go through the hassle of creating a certificate and configuring IIS to allow SSL connections.
You can avoid all this with a simple execution of a small program called SelfSSL. SelfSSL is a program that creates and installs a local certificate and configures IIS [...]

Read Full Post »