Comment écrire du code sécure

Une introduction a comment écrire du code sécure pour WordPress.
Un apperçu des vulnérabilité les plus commune et comment protéger son code.
Un survol qui inclut:
Bien utiliser les fonctions: esc_url(), esc_html(), esc_attr(), esc_js et wp_json_encode()
Se protéger contres les Injections SQL
Nettoyer des donnés de l’utilisateur
Comment utiliser des nonces
Utiliser Current_user_can pour les permissions d’utilisateurs

Préalables:

Cette conférence est pour les gens qui ont commencé à modifié le code PHP dans les fichiers de leur thème. Elle va vous donner une idée de comment le faire de façon sécure. C’est aussi un bon rappel pour les développeurs intermédiaires et avancés.

Voir les diapositives

Discover the Power of Browser Developer Tools

Hidden just beneath the surface of most modern browsers are a multitude of developer tools that can simplify any web developer’s life. Whether you’re just trying to install and customize the look of a theme and plugins on your own site or developing larger projects, learning how to work with developer tools will greatly help you with CSS troubleshooting, creating new CSS styling rules, performance analysis, mobile rendering, testing browser compatibility and even tackle more advanced tasks like javascript debugging and analyzing AJAX requests. This presentation will walk through concrete examples showing how developer tools can be used to solve various issues.

Prerequisites:
Basic knowledge of HTML and CSS will help attendees get the most of this presentation. Some javascript will be discussed towards the end of the presentation as well. This presentation is targeted at beginner and intermediate web site developers and integrators.

View the slides