responsivepx allows developers to load an URL at a specific height & width ratio inside an iframe.This allows them to view how the site looks and reacts at various resolutions.responsivepx is perfect for testing how websites look on mobile devices.The...

Gusto

Gusto 1.0.0.beta17

BDD is a software development process based on test-driven development (TDD).It's a complex development pattern that relies of written tests and testing the previously written code before moving on to the next section/task.This continuously testing cycle...

Frisby

Frisby 0.8.3

Frisby allows programmers to write custom tests using Node.js and Jasmine, and test the integrity of various REST API endpoints.This is done by mimicking HTTP requests to the server, catching its response, and then logging for further analysis.While this...

CSS Reporter

CSS Reporter 0.0.5

CSS Reporter is a combination between Parker and the CSS Specificity Graph Generator.It works via the Node.js command-line and will output results as an HTML page, accessible through your browser.This page will show a specificity graph on top that will...

useful.log.js allows developers to send debug messages to a console-like tool.The console appears in the bottom right corner of the page and floats above the rest of the content.useful.log.js can be used for older browsers that don't provide access to a...

Vorlon.JS

Vorlon.JS 0.2.1 updated

Vorlon.JS is one of the easiest to use debugging tools around, being developed by Microsoft specifically for testing an application on more than one device/platform at once.To use, just add a line of JS to your code and then start the Vorlon process in...

PHPSandbox

PHPSandbox 1.3.11 updated

PHPSandbox lets developers create an intermediary level of code execution where they can safely run their PHP code using custom configurations.These configurations can run a blacklist or whitelist model, letting developers ban or allow only a specific set...

JSCS

JSCS 2.9.0 updated

JSCS works just like a classic code linter, but instead of checking the validity of the code's syntax, it checks if various styling rules are respected. Over 90 of such rules are included by default with the JSCS package, some of them organized in...

PHPCheckstyle

PHPCheckstyle 0.14.2

PHPCheckstyle takes all your PHP files and checks them against a PHP coding standard.The toolkit uses the PEAR Coding Standard by default, but this can be changed to any other coding convention programmers want.PHPCheckstyle can be used via the PHP CLI,...