The Language of Programming by Anjana Vakil – Deconstruct
Code Tip: Understanding the Ternary Operator
Let’s talk about the ternary operator. It can be confusing for many. In this video, Tonya puts the if/else side-by-side with its equivalent ternary to help you know and understand it. The alternate syntax tip is found here. This tip is valid for JavaScript and PHP.
Be Awesome in PHPStorm
The web has changed. No longer are we writing static HTML, throwing it on Geocities, and then callin...
Andrew Nacin: Y U NO CODE WELL | WordPress.tv
Ben Doherty: OOP for Theme Development | WordPress.tv
This presentation covers techniques and coding standards for developing concise, high-quality, re-usable theme functionality using Object Oriented Programming methodology. Learn how to employ the W...