Posts

Selenium Remote Control on Linux

This a tutorial about front-end unit testing using Selenium Remote Control and Firefox on a headless Linux server. Requirements Selenium Remote Control Firefox Xvfb (X Windows Virtual Frame Buffer) PHPUnit

How to Configure phpUnderControl

http://docs.google.com/present/view?id=dfc724c8_4cmdtpqhs Configuring phpUnderControl This an overview of configuring phpUnderControl. This includes adding projects using phpUnderControl's command line, enabling PHP Mess Detector, enabling Artifacts, and adding new tab on phpUnderControl's menu.

CruiseControl Common Build Process

Cron automatically switches project's working directory into the latest tag or branch based on which of them has the latest revision number. Project's SVN log were constantly checked by CruiseControl and once detected build process will start.

Remote Deployment with Ant and Rsync

Remote Deployment with Ant and Rsync - this tutorial will teach us how to deploy projects on a remote server. This is very suitable especially for those who implements Continuous Integration where you will deploy projects upon every successful build or after passing all through unit tests, code analysis, and load testing.

How to Install phpUnderControl

Setting Up and Configuring phpUnderControl - this tutorial will teach us how to install phpUnderControl. phpUnderControl is an addon application for the continuous integration tool CruiseControl, which integrates some of the best PHP development tools. This project aims to make your first steps with CruiseControl and PHP as easy as possible. Therefore phpUnderControl comes with a command line tool that performs all modifications to an existing CruiseControl installation.

How to Install CruiseControl

Setting Up and Configuring CruiseControl - learn how to install cruisecontrol. This page is primarily focused on installing and configuring CruiseControl on Linux which includes - Procedures on Running Your Very First CruiseControl Server - Implementation of phpUnderControl - Adding New Projects on CruiseControl - Integration of Some of the Best PHP Development Tools.

How to Fetch YSlow Beacon Result and Save as HTML

How to Fetch YSlow Beacon Result and Save as HTML Introduction YSlow analyzes web page performance by examining all the components on the page, including components dynamically created by using `JavaScript`. It measures the page's performance and offers suggestions for improvement. YSlow is integrated into the Firebug web development tool for Firefox. On this tutorial, we will learn how to fetch YSlow beacon result and save it as html.