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