Ubuntu 10 times as popular as any other desktop Linux distribution?

The Wikimedia Foundation publishes monthly reports with a lot of useful information about the visitors to its various web sites (mostly Wikipedia). One interesting report shows the popularity of different operating systems. Not only does it show the number of visitors using Linux, but also it breaks down the Linux users by distribution. The below… Continue reading Ubuntu 10 times as popular as any other desktop Linux distribution?

Published
Categorized as Ubuntu

Using JSCoverage with Selenium

Many people have asked questions about using JSCoverage with a Selenium test suite. There are a number of different approaches to doing this (these will likely be discussed in detail in a future article on this blog). One method is described in “JSCoverage, cobertura and selenium,” on the Mercenary Code blog. This article demonstrates how… Continue reading Using JSCoverage with Selenium

Monitor “out of range” when installing Ubuntu Lucid Lynx

On some computers, it seems that running the Ubuntu 10.04 (Lucid Lynx) installer (the standard desktop installer) results in a blank screen and the error message “out of range.” (At least, that was the error message generated on one monitor. The message was generated by the on-screen display of the monitor itself, so results may… Continue reading Monitor “out of range” when installing Ubuntu Lucid Lynx

Published
Categorized as Ubuntu

Using JSCoverage with the JsUnit test suite

This is the seventh and final (for now) article in a series on using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite Using JSCoverage with the MooTools test suite Using JSCoverage with the YUI… Continue reading Using JSCoverage with the JsUnit test suite

Using JSCoverage with the Dojo test suite

This is the sixth in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite Using JSCoverage with the MooTools test suite Using JSCoverage with the YUI test suite Using… Continue reading Using JSCoverage with the Dojo test suite

Using JSCoverage with the YUI test suite

This is the fifth in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite Using JSCoverage with the MooTools test suite Using JSCoverage with the YUI test suite (this… Continue reading Using JSCoverage with the YUI test suite

Using JSCoverage with the MooTools test suite

This is the fourth in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite Using JSCoverage with the MooTools test suite (this article) First, we need to check out… Continue reading Using JSCoverage with the MooTools test suite

Using JSCoverage with the jQuery test suite

This is the third in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite (this article) To run the jQuery test suite, we need to check out the jQuery… Continue reading Using JSCoverage with the jQuery test suite

Using JSCoverage with the MochiKit test suite

This is the second in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks. Yesterday we discussed using JSCoverage with the script.aculo.us test suite; today we will cover (no pun intended) the MochiKit test suite. To run the test suite, first we have to download the latest version of MochiKit… Continue reading Using JSCoverage with the MochiKit test suite

Using JSCoverage with the script.aculo.us test suite

This is the first in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks. Today, we will look at using JSCoverage with the script.aculo.us test suite. We will start by downloading the latest version of script.aculo.us (currently version 1.8.3) and unpacking the distribution in the F:\ directory (so that the… Continue reading Using JSCoverage with the script.aculo.us test suite