Hi,
I am using Magento 1.9x latest version of Magento.
You can override the Mage/Checkout/Block/Onepage/Abstract.php file in your local folder. And chnage the array('login', 'billing', 'shipping_method', 'shipping', 'payment', 'review'); in function _getStepCodes().
This will allow users to choose shipping_method before they can enter Shipping address.
Thanks