December 18, 2009
0 minute read
I am now a Microsoft Certified Technology Specialist in .NET Framework 3.5, ASP.NET Applications, which is nice.
Read More
July 3, 2008
1 minute read
Congratulations to Joel Mansford, a good friend of mine, and his company
Proven Works on getting the first
release
of Nightly Shutdown out of the door.
This looks to be a great product and hopefully wβ¦
Read More
May 17, 2008
0 minute read
Here's how to recursively remove execute permissions on files that have been copied from a windows system.
find * -type f -exec chmod -x {} \;
ie, find all files (not directories), and execute a commaβ¦
Read More
January 30, 2008
3 minute read
As you may know, I'm working through a Microsoft e-learning course at the
moment. Having had a few
problems with the
service I've been trying to extract some common sense from their support
services. β¦
Read More
August 16, 2007
3 minute read
I am currently studying for a Microsoft ASP.NET qualification
MCTS: .NET Framework 2.0 Web Applications.
I have paid for and begun one of the Microsoft Learning training courses:
Collection 5160: Coreβ¦
Read More