|
|
12v Micro SuperJack
|
|
Compact and easy to use electric car jack
|
|
|
The Micro SuperJack 12 volt electric car jack from NoCord, Plug into your cigarette lighter and effortlessly jack your car with the touch of a button! |
12v Micro SuperJack
|
MSRP $129.99
|
|
|
|
The Micro SuperJack plugs into a 12 volt DC cigarette lighter and jacks up to 2 tons with the push of a button. It lifts up to a clearance height of 13.5". Great for cars and light trucks
The NoCord Micro SuperJack comes with a stylish faux leather carrying case for easy storage.
The car jack weighs approximately 7 lbs.
Product Features
- Loading Capacity : 2 tons
- 13.5" Jacking Height
- Forged Steel gears and shaft, aluminum housing built for years of use
- Remote Control Range : approx 15 ft
- Physical Height : 5.5 in.
- Risen by Mechanical gears : 5.5 in.
- Risen by hand (threaded extension) : 2.3 in.
- Power : 12 V / 15 A car battery
- Dimensions : 7 x 4 x 5.5 in.
- 12 ft. long power cable with 12 volt DC cigarette plug - reaches all tires
- Remote uses two AAA batteries (not included)
- Weight : 6.25 lbs, 7 lbs. with packaging
- For taller trucks additional jacking height can be attained using wooden blocks placed under the electric car jack
- Turn off your stereo and/or cellular phone (this is to conserve battery power)
- Plug the power cord into your car cigarette adapter or 12 volt DC outlet.
- Put the jack in the appropriate place under your car's chassis - Consult your owner's manual
- Adjust the height of the jack by pressing the "UP" or "Down" button on the remote control. Jacking my be halted by pressing the "Stop" button
- Presto, your car has been raised off the ground.
- In the event of a remote malfunction, remove the plastic cover. Then place the "L" type hex key into the slot provided. Turn key clockwise for "UP" and counter-clockwise for "DOWN"
/*
EasyThumbnail - versão 0.1 - Por Rogério Bragil - Esta classe
cria um thumbnail de uma imagem através de um cálculo de aproximação. Você
pode criar miniaturas de imagens de diferentes tamanhos que o resultado será
uma coleção de thumbnails de dimensões parecidas. Ideal para albuns de fotos,
onde basta você fazer o upload da imagem e deixar a classe gerar o thumbnail.
OBS: trabalha com jpg e png somente.
e-mail: bragil@webdevel.com.br - Qualquer sugestão, dúvida ou crítica serão bem aceitos!
*/
class EasyThumbnail
{
// private
var $debug = true;
// private
var $errflag = false;
// private
var $ext;
// private
var $origem;
// private
var $destino;
// private
var $errormsg;
var $image;
function EasyThumbnail($imagem, $destino, $aprox)
{
// se o arquivo não existir, erro
if (!file_exists($imagem))
{
$this->errormsg= "Image does not exist.";
return false;
}
else
{
$this->origem= $imagem;
$this->destino= $destino;
}
// obtém a extensão do arquivo
if (!$this->ext= $this->getExtension($imagem))
{
$this->errormsg= "Invalid Extension.";
return false;
}
// gera a imagem do thumbnail com o caminho e nome do arquivo especificados
// $this->image = $this->createThumbImg($aprox);
}
// retorna as dimensões (x,y) do thumbnail a ser gerado
function getThumbXY($x, $y, $aprox)
{
if ($x >= $y)
{
if ($x > $aprox)
{
$x1= (int)($x * ($aprox/$x));
$y1= (int)($y * ($aprox/$x));
}
else
{
$x1= $x;
$y1= $y;
}
}
else
{
if ($y > $aprox)
{
$x1= (int)($x * ($aprox/$y));
$y1= (int)($y * ($aprox/$y));
}
// Caso a imagem seja menor do que
// deve ser aproximado, mantém tamanho original para o thumb.
else
{
$x1= $x;
$y1= $y;
}
}
$vet= array("x" => $x1, "y" => $y1);
return $vet;
}
// cria a imagem do thumbnail
function createThumbImg($aprox)
{
// imagem de origem
$img_origem= $this->createImg();
// obtém as dimensões da imagem original
$origem_x= ImagesX($img_origem);
$origem_y= ImagesY($img_origem);
// obtém as dimensões do thumbnail
$vetor= $this->getThumbXY($origem_x, $origem_y, $aprox);
$x= $vetor['x'];
$y= $vetor['y'];
// cria a imagem do thumbnail
$img_final = ImageCreateTrueColor($x, $y);
// $img_final = ImageCreate($x, $y);
ImageCopyResampled($img_final, $img_origem, 0, 0, 0, 0, $x+1, $y+1, $origem_x, $origem_y);
// o arquivo é gravado
if ($this->ext == "png")
imagepng($img_final, $this->destino);
elseif ($this->ext == "jpg")
imagejpeg($img_final, $this->destino);
// return $img_final;
}
// cria uma imagem a partir do arquivo de origem
function createImg()
{
// imagem de origem
if ($this->ext == "png")
$img_origem= imagecreatefrompng($this->origem);
elseif ($this->ext == "jpg" || $this->ext == "jpeg")
$img_origem= imagecreatefromjpeg($this->origem);
return $img_origem;
}
// obtém a extensão do arquivo
function getExtension($imagem)
{
// isso é para obter o mime-type da imagem.
$mime= getimagesize($imagem);
if ($mime[2] == 2)
{
$ext= "jpg";
return $ext;
}
else
if ($mime[2] == 3)
{
$ext= "png";
return $ext;
}
else
return false;
}
// mensagem de erro
function getErrorMsg()
{
return $this->errormsg;
}
function isError()
{
return $this->errflag;
}
}
?>
You may also enjoy these other fine products from 12v Auto Tech
|
Premium Tire Change Kit
|
This great value gives you the EZ-Lug and the MicroSuperJack for one Low Price! Save off our regular price for the greatest revolution in tire changing technology since inner tubes!
|
|
|
EZ-Lug
|
With a 32:1 gear ratio you can easily remove lug nuts, even if stuck on by rust or overtightening by the mechanic.
|
|
|
Digi Wrench
|
The Digi Wrench is a 1/2" Drive 12 volt digital impact wrench. It has a 250 ft-lbs torque ratio. What really makes this item unique is the digital torque control and LED torque readout. Accurately set the torque for your automotive applications for the best in saftey, performance, and convenience.
|
|
|
|