I would like to know how to sort this list of categories (I followed this tutorial here http://www.devinrolsen.com/magento-custom-category-listing-block/) in magento by posi
You're making way too much work for yourself trying to deal with IDs and stuff. The following is already sorted by position as standard.
load(3)->getChildrenCategories(); ?> getName() ?>