Their PHP+MySQL tutorial has an SQL injection vulnerability in every example that takes user input. It never mentions SQL injection as a possible problem and it never covers any of the techniques needed to defend against it. In my book, that's unforgivable and they won't get any slack from me until they fix it.
And looking a little closer, even in the most reputable sources, you can found XSS and especially CSRF vulnerabilities aplenty.
People should not get security advice from a beginner's tutorial anyway, even if it covered XSS, it would have tons of other problems.