How to Use Selenium 2 With PHPUnit
Learn how to work with Selenium 2 directly within PHPUnit. For those unfamiliar, Selenium gives us an easy way to automate the browser. This makes it perfect for writing user acceptances tests.
Learn how to work with Selenium 2 directly within PHPUnit. For those unfamiliar, Selenium gives us an easy way to automate the browser. This makes it perfect for writing user acceptances tests.
Learn how to make your Zend Framework 2 application fly using ESI (Edge Side Includes) and Varnish web application accelerator. In today’s web applications, personalized sections and data that is frequently updated mean full-page caching is rarely an option. Using ESI and Varnish, we will cache a generic site layout …
This panel of Shawn Stratton, Evan Coury, Mike Willbanks and Matthew O’Phinney will present information about three applications built using Zend Framework 2 during it’s early development and how their feedback help influence and shape the direction of the development. Come see how these early adopters feel about the final …
This is a short talk that discusses the various differences between extensions and packages. It provides the developers and audience members with assorted options and choices when it comes to writing distributable code.
Learn again to use PHP data structures appropriately, leaning closer on the way to employ arrays, the SPL and other structures from PHP extensions as well. We all have certainly learned data structures at school: arrays, lists, sets, stacks, queues (LIFO/FIFO), heaps, associative arrays, trees, … and what do we …
This talk covers the creative process, our dual CPU-brain and the cognitive skills needed for successful programming. As an added bonus we will also investigate why doing nothing does not mean you are not working.