There’s some really good PHP PDO documentation over here: PDOStatement::fetchAll. Of particular interest were PDO::FETCH_KEY_PAIR, PDO::FETCH_PROPS_LATE, PDO::FETCH_GROUP, and PDO::FETCH_FUNC.
The Tim Ferriss Show #507 – Adam Gazzaley
The Tim Ferriss Show #506 – Balaji Srinivasan
Ryan Bush – A Guide To Mental Self-Mastery
Today I listened to this podcast episode: Ryan Bush – A Guide To Mental Self-Mastery.
CSS Tips
This on r/programming today: CSS Tips. There are a lot of good tricks in there, this one was my fav:
.center {
display: flex;
align-items: center;
justify-content: center;
}
…it centres content vertically and horizontally.
Tools for Auditing CSS
Some good tools and techniques listed over one Tools for Auditing CSS.
commandlinefu.com
Check out commandlinefu.com! “commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.”
Font size is useless; let’s fix it
This on r/programming today: Font size is useless; let’s fix it. Interesting article, but I didn’t read it closely.
socat
The Modern Guide to OAuth
This in the news today: The Modern Guide to OAuth.