As promised the Document Type and Template tutorial will continue full speed ahead tomorrow, but until then here's a little trick if you need to sort your documents by either Name or Create Date.
Start by right-clicking the parent of the Documents you wish to sort and choose Sort (a huge screenshot with the primary purpose to brag about umbraco naturally being Firefox compatible):

In the dialog you can select and drag the nodes you wish to sort (you can select multiple nodes by either holding down shift or ctrl keys), but you can also click the headers and thereby sort by either Name or Create Date (just remember to click Save when you're done):

Once you're done sorting, you'll need to republish the entire site in order to make umbraco refresh the cache. Republishing the site doesn't publish all documents, but simply reorder and validates the order of the published nodes and only takes a split second. You republish by clicking the top node and select "Repubilsh entire site":

In future version of umbraco, the last step will automatically be done by umbraco as this obviously isn't logic for the end-user.
For more advanced usages this approach can be automated writing an ActionHandler that will sort item on Publish. But that's a topic for the Level 2 Course tomorrow ;-)