B-Quiet sound deadening solution

November 9th, 2012

These are links to the B-Quiet sound deadening solution.  I'd like to get this and install it in the Mustang as there is absolutely no sound deadening material in the trunk and very little in the interior.

http://www.b-quiet.com/ultimate.html

http://www.b-quiet.com/mustang.html

Air Compressor Sound Enclosure

November 9th, 2012

This is a nicely done article for building a sound enclosure for an air compressor.

http://www.cianperez.com/Photo/Exposed/album_WoodWerx/Projects/Compressor_Enclosure/Pages/Compressor_Enclosure.htm

And this is a link to the fan used from RadioShack

http://www.radioshack.com/product/index.jsp?productId=2102825&retainProdsInSession=1

RapidAir compressed air piping system

November 9th, 2012

The RapidAir 3/4in. MaxLine Master Kit #M7500 looks to be an ideal and *SAFE* method to distribute compressed air throughout the garage.

http://www.amazon.com/RapidAir-MaxLine-Master-Model-M7500/dp/B005FKYRTU/ref=pd_sim_hi_1

JavaScript to get browser language

September 10th, 2012

var userLang = (navigator.language) ? navigator.language : navigator.userLanguage; alert ("The language is: " + userLang);

List all installed perl modules

September 10th, 2012

perl -MFile::Find=find -MFile::Spec::Functions -Tlwe \
'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'