Archive for September, 2006



Unix Crontab - setting up cron jobs using crontab


h1 Saturday, September 30th, 2006

Unix Crontab - setting up cron jobs using crontab
I’m just testing crontab really but this was a helpful reference. I don’t deal with crontab often but I can shell into my hosting provider and use it if I need it. -JMW Sep 30, 2006

Learn the .NET Framework with Visual Studio 2005 Class Designer


h1 Friday, September 29th, 2006

Learn the .NET Framework with Visual Studio 2005 Class Designer
For any OO framework knowing the classes, methods, interfaces (etc) and how they interact and connect to each other is key. Using class documentation is a good way to get firmiliar with it (if it is provide by the authors). But this tool can help alot! -JMW Sep 29, 2006

Want to learn to code right? Look at the MVP example by Bill


h1 Thursday, September 28th, 2006

Want to learn to code right? Look at the MVP example by Bill
I have learned alot from studying Bill McCafferty’s examples at CodeProject. He has a full example here of how to seperate all you layers (M’s V’s P’s) very nicely. -JMW Sep 28, 2006

Dependancy Inversion? What is that? Take a look at this and find out!


h1 Saturday, September 23rd, 2006

Dependancy Inversion? What is that? Take a look at this and find out!
A great intro to Dependancy Inversion (or Inversion of Control IoC) and how you can use the “Castle.Windsor” container to accomplish it (did I say that right?). IoC and the Castle.Windsor container are very power, read this and see for yourself! -JMW Sep 23, 2006