Reduce the number of requests in your WordPress theme
This simple code will allow you to load all of your themes css files into one request without a plugin. I have not yet found a plugin that works with other plugins nicely as not all plugin authors play by the rules when enqueueing scripts and styles. So i figured that I would start with my theme. I wrote my own theme for this site based on the Twitter Bootstrap. On its own, there would be a request for the bootstrap css file and one custom one for my theme. And the javascripts would be one for the bootstrap and one for my custom js.