jQuery 1.9 • Last to support < IE9 • Release: Early 2013 • Remove deprecated 1.8 jQuery 2.0 • Drop support < IE9 • Release: Shortly after 1.9 • Same API as 1.9 http://blog.jquery.com/2012/06/28/jquery-core-version-1-9-and-beyond/ Interchangeable API If you need IE 6/7/8 support: use 1.9 If you only want IE 9+: use 2.0
Composer - Installers You found my Drupal module `johnkary/acl` on Packagist.org # ./acl/composer.json { "name": "johnkary/acl", "type": "drupal-module", "require": { "composer/installers": "*" } } You search Packagist for an Access Control List module
Composer Webcast Composer: Putting Dependencies on the Score Presenter : Rafael Dohms August 8, 2012 http://www.phparch.com/phparchitect-presents-webcasts-for-busy-php-developers/ FREE!
What PHP 5.5 might look like • Windows XP and 2003 support dropped • /e modifier deprecated • boolval() - works exactly like (bool) casting • hash_pbkdf2() - native implementation of PBKDF2 • NATIVE - no need for mcrypt extension • empty() works with function calls (and other expressions) • if (empty($db->getPassword())) What’s in for sure? http://nikic.github.com/2012/07/10/What-PHP-5-5-might-look-like.html
PHPMentoring.org • Championed by Elizabeth Marie Smith • Better known as @auroraeosrose • Ideas spawned by her talk at Lone Star PHP “Padawan and Master - Mentoring Developers” • Guide mentors and apprentices
PHP: The Right Way • Community-crafted - 35 contributors • Created by Josh Lockhart - @codeguy • Inspired by many of the negative articles surrounding PHP lately An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web. phptherightway.com