visiting here from Ottawa. Have been a web developer since 1998, and using WordPress since 2009. shawnhooper.ca Hi, I’m Shawn! Blog - shawnhooper.ca Twitter - @shawnhooper
read • It reduces bugs • It requires less documentation • It reduces technical debt • Be nice to your teammates (code with empathy!) Blog - shawnhooper.ca Twitter - @shawnhooper
the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - John Woods Blog - shawnhooper.ca Twitter - @shawnhooper
Images & Icons. ALT for Images, <title> in SVG. • Labels mandatory, not required to be visible .screen-reader-text class to hide labels. Accessibility Blog - shawnhooper.ca Twitter - @shawnhooper
keywords like SELECT, FROM, WHERE, ORDER BY. In most cases though, you should use the functions provided by the WPDB Class. or use $wpdb->prepare( $sql, $arg1, $arg2,… ); Blog - shawnhooper.ca Twitter - @shawnhooper