I recently discovered Umbraco when I was looking for an alternative to DotNetNuke. After playing around with it for a couple of evenings, I decided to convert a site running on DotNetNuke 2.1.2 on a Access database to Umbraco. The first steps I took to get to know Umbraco were :
- Install Umbraco as described here
- Install the Creative Web Specialist Website package and see how it works
- Googled for some XSLT tutorials to brush up my knowledge on it, because Umbraco is extensible through XSLT macro's
- Installed a clean Umbraco instance and tried out the screencasts found here.
- Create a template for the site
- Create a guestbook package using a .NET usercontrol to post messages
- Import the guestbook messages from the old site.
- Create a news package with archive using a ActionHandler save the news items in a correct subfolder similar to the blog package
- Create a picture gallery package using SWFUpload for uploading pictures
- Create events package
- Create a members section using the MemberControls
- Maybe more that I can't think of now
- Test the MySQL support recently created by Ruben Verborgh
- Create a Data Layer for MS Access or another DB. This is mostly a learning project for the Umbraco source.