Tuesday, November 9, 2010

lamp config on gentoo

emerge mysql
emerge apache
echo "dev-lang/php apache2" >> /etc/portage/package.use
echo "dev-lang/php mysql" >> /etc/portage/package.use
emerge dev-lang/php

/etc/conf.d/apache2 should have -D PHP5

Tuesday, May 11, 2010

Visual Studio and Silverlight Launch

Just got back from the Visual Studio 2010 and Silverlight 4.0 launch in Vegas.
Man what a learning curve ahead of me as I try and get my head around some totally new concepts.

WPF (Windows Presentation Foundation)
WCF (Windows Communication Framework)

I'll post an update to this once I've settled in.