The document discusses social media and online marketing strategies. It covers using various platforms like Facebook, YouTube, Twitter and blogs to promote a company's website and services. Metrics like numbers of followers and views are mentioned for different accounts. Tips provided include using nofollow links and focusing on specific topics to engage audiences.
Testing your app with Selenium on Travis CIYusuke Ando
This document discusses using Selenium on Travis CI for testing web applications. It provides an overview of Travis CI, explaining that it allows running tests on multiple versions and operating systems in parallel. It then discusses how to set up Selenium testing on Travis CI, including installing dependencies like Firefox, Xvfb, and Java, and running Selenium tests via PHPUnit. It concludes by asking if developers really want to maintain their own testing infrastructure instead of using Travis CI.