Based on recommendations from episode 57 of the StackOverflow Podcast, I have purchased "Structure and Interpretation of Computer Programs", "The C Programming Language", "Unix Programming Environment", and "Introduction to Algorithms". I'm wanting to improve my fundamental programming skills, contribute to some open source projects, and improve my future employment prospects. Is there a suggested reading order for the selected texts? Also, what particular subjects/sections from the books should I pay more attention to? Thanks.
If you already have a programming background you could get use from Cormen et al quite early. I found the audio lectures at http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-046JFall-2005/CourseHome/ helpful to go with it and you might also want to read the syllabus and prerequisites.
If you need more programming then either the C book or SICP can be used. I learnt C first and came to SICP later. I was happy with that approach -- I can't say which would suit you. The C book can just be worked through sequentially.
UPE probably needs a reasonable C background to get the best from it, though it has value for all programmers.
I'm not sure how much these help to increase earnings but I enjoyed them all and was a better programmer and IT professional for working at them
I'm sure others will have different and perhaps better, at least for them and perhaps for you, suggestions.