A little thing I’ve noticed with the Drupal 7 [Features module](http://drupal.org/project/features “Features”) and [Nodequeues](http://drupal.org/project/nodequeue “Nodequeue”): the **View** automatically created by a nodequeue doesn’t show up in the “Views” listing when creating a Feature. You have to manually create the View, and then it’ll show up in the listing.
If you haven’t used Features before, they’re a way of collecting your configuration changes into a module that can be applied to an existing site. Since the changes are pushed into code as a module, that means they can be applied to a site without disturbing the database. This way you can apply changes to a site that’s already live and full of content.
