22 May 2008

Colour Calendar for MOSS/ WSSv3

Travel on over to http://www.codeplex.com/ . There you will find many free open source projects. Colour Calendar by Mark Wilson is a cool addon for MOSS. This allows you the ability to color code Calendars with the use of added content types, a list, and a webpart. Thanks Mark of http://planetwilson.blogspot.com


 
 

14 May 2008

Convert .dmg > .iso

Helpful for creating images made on a MAC usable in Windows

 
 

hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso

 
 

Replace /path/to/filename.dmg with the path and name of the existing .DMG file, and replace /path/to/savefile.iso with the desired path and name for the converted image.