Earlier quoted context omitted.
Business texts and technical books are very different. I read math/science/programming books as well - I'm currently working through Probability Theory: The Logic of Science by E.T. Jaynes. There's no way I could grok that book in 20 minutes. 10-20 minutes won't cut it for deep technical material, particularly if the book is designed to teach via working through examples. If you're reading a workbook, then take the t…
On the other hand, the more you get used to reading math, the more possible it becomes for your eye to skim through math stuff. I'm at the point where I can sometimes skim through arXiv papers and understand the gist. (Does it work the same for books with code in them? Legit coders can skim and understand?)
Since they're not actually written in PHP, I've got to switch to a new language. ObjectiveC for iPhone, Android-Java, or any number of cross platform languages to pick up a third party framework.
On top of that - there's the issues of structure and stuff.
For learning a new language, there's no way to skim.
HOWEVER for something like an A* pathfinding algorythm (an artificial intelligence method of finding the most efficient path from A to Anywhere) - you can get the "Gist" by skimming a paper. I understand what A* is and how it does it ... but if I want to replicate it I still have to go over it line-by-line if I want to get it right though.
So, I think the short answer is "NO" coders can't skim stuff and get the job done right.