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
Archive for the ‘Uncategorized’ Category
If only …
Posted in Uncategorized on October 23, 2008 | No Comments »
i love my cute girlfriend
Posted in Uncategorized on September 11, 2008 | No Comments »
VoIP As You Are
Posted in Uncategorized on September 3, 2007 | No Comments »
A nice commercial for the Microsoft Office Communications Server 2007:
VoIP As You Are
XAML and WPF Coding Guidelines
Posted in Uncategorized on August 28, 2007 | No Comments »
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
Great video about Silverlight
Posted in Uncategorized on August 24, 2007 | No Comments »
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 [...]
Installing Infragistics NetAdvantage 2006 volume 3 on vista
Posted in Uncategorized on August 20, 2007 | 1 Comment »
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
Easy way to setup SSL for testing on IIS
Posted in Uncategorized on August 17, 2007 | 1 Comment »
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 [...]
