Tuesday, April 18, 2017
Monday, April 17, 2017
HP printeri bez drajvera, gde drajveri nisu potrebni, HP Smart Install je tehnologija gde je instalacija integrisana u hardver printera
HP’s latest line of printers, the new HP LaserJet Pro, is differentiating itself in a crowded feels with a brand new plug and print technology that HP claims will enable customers to print in under two minutes from any computer without any need to install or download drivers or pop a CD into the drive.
Here’s how it works: all you do is hook the printer up to your machine via USB and the printer’s built-in driver will automatically perform the installation process. The process is called HP Smart Install, and it’s different from most USB plug-and-play printers in that it doesn’t use default drivers.
Otherwise, the HP LasertJet Pro P100 Printer series are claimed to be the most energy-efficient laser printers around. The models in the line include the HP LaserJet Pro M1130/M1210 Multifunction Printer (MFP) and the HP LaserJet Pro P1566/P1606dn printer. The design is attractive but business-like aimed primarily at small and mid-size businesses still dealing heavily in dead print.
In addition, HP has improved their Auto-On technology for the LasertJet Pro line, which intelligently senses activity such as when a print job is sent to a printer and turns the device on and off accordingly, saving up to 72% on its energy costs compared to its predecessor.
Want one? Check one out at your local Office Max or the like. Prices start from $129 and up.
HP printeri bez drajvera, gde drajveri nisu potrebni, HP Smart Install je tehnologija gde je instalacija integrisana u hardver printera. OD SADA KUPUJEMO SAMO OVAKVE LASERSKE HP PRINTERE ZA POSAO !!!
Labels:
besplatno,
posao,
programiranje,
srbija,
zarada
Saturday, April 15, 2017
Thursday, April 13, 2017
64bit printer to 32bit over network share
1) Make sure on the remote machine ensure you have enabled Printer sharing so you can access the device remotely on your network.
2) Please ensure that you have the correct Native drivers installed on your XP machine(s).
3) in the ADD new printer wizard (control panel) set up ADD LOCAL printer ATTACHED TO THIS COMPUTER (ignore the fact that it's on the remote machine) and uncheck the automatically search for plug and play hardware.
We are going to "Poodlefake" the remote printer to think it's actually attached to the 32 bit machine which is why you have to have the correct driver installed on the 32 bit machine.
4) now click NEXT. Create new port => type of port LOCAL. Click next
5) on the next screen you'll have to enter a port name.
What you have to do here is enter \\computername\sharename
for example if your remote computer is studionetwork and you've shared the printer as epson1290
then enter here \\studionetwork\epson1290
6) you'll then get a prompt (on the XP machine) of which driver you want to use -- since you've already installed the drivers just scroll down until you see the correct printer.
Imate recimo HP P1102 printer (koji verovatno svi imaju u firmama jer je najjeftiniji), imate najnoviji kompjuter Quad Core sa Windows 10 operativnim sistemom (koji su verovatno svi u poslednje vreme nabavili za svoju firmu), ali isto tako imate i stari single core Windows XP metuzalem računar star nekih 5 do 10 godina koji ima 32 bitni procesor i/ili operativni sistem.
Printer server Vam je nova mašina Windows 10 64bit, a preko mreže na njega planirate da povežete ovaj stari kompjuter sa preistorijskim Windows XP 32bit operativnim sistemom.
Da bi Vam postupak instalacije uspeo morate pratiti gore navedene korake.
To Vam je najbrže rešenje.
2) Please ensure that you have the correct Native drivers installed on your XP machine(s).
3) in the ADD new printer wizard (control panel) set up ADD LOCAL printer ATTACHED TO THIS COMPUTER (ignore the fact that it's on the remote machine) and uncheck the automatically search for plug and play hardware.
We are going to "Poodlefake" the remote printer to think it's actually attached to the 32 bit machine which is why you have to have the correct driver installed on the 32 bit machine.
4) now click NEXT. Create new port => type of port LOCAL. Click next
5) on the next screen you'll have to enter a port name.
What you have to do here is enter \\computername\sharename
for example if your remote computer is studionetwork and you've shared the printer as epson1290
then enter here \\studionetwork\epson1290
6) you'll then get a prompt (on the XP machine) of which driver you want to use -- since you've already installed the drivers just scroll down until you see the correct printer.
Imate recimo HP P1102 printer (koji verovatno svi imaju u firmama jer je najjeftiniji), imate najnoviji kompjuter Quad Core sa Windows 10 operativnim sistemom (koji su verovatno svi u poslednje vreme nabavili za svoju firmu), ali isto tako imate i stari single core Windows XP metuzalem računar star nekih 5 do 10 godina koji ima 32 bitni procesor i/ili operativni sistem.
Printer server Vam je nova mašina Windows 10 64bit, a preko mreže na njega planirate da povežete ovaj stari kompjuter sa preistorijskim Windows XP 32bit operativnim sistemom.
Da bi Vam postupak instalacije uspeo morate pratiti gore navedene korake.
To Vam je najbrže rešenje.
Wednesday, April 12, 2017
UnityWeb Player without Flash
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity Web Player | WebPlayer</title>
<script type="text/javascript" src="http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject.js"></script>
<script type="text/javascript">
<!--
function GetUnity() {
if (typeof unityObject != "undefined") {
return unityObject.getObjectById("unityPlayer");
}
return null;
}
if (typeof unityObject != "undefined") {
unityObject.embedUnity("unityPlayer", "WebPlayer.unity3d", 960, 600);
}
-->
</script>
<style type="text/css">
<!--
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
background-color: white;
color: black;
text-align: center;
}
a:link, a:visited {
color: #000;
}
a:active, a:hover {
color: #666;
}
p.header {
font-size: small;
}
p.header span {
font-weight: bold;
}
p.footer {
font-size: x-small;
}
div.content {
margin: auto;
width: 960px;
}
div.missing {
margin: auto;
position: relative;
top: 50%;
width: 193px;
}
div.missing a {
height: 63px;
position: relative;
top: -31px;
}
div.missing img {
border-width: 0px;
}
div#unityPlayer {
cursor: default;
height: 600px;
width: 960px;
}
-->
</style>
</head>
<body>
<p class="header"><span>Unity Web Player | </span>WebPlayer</p>
<div class="content">
<div id="unityPlayer">
<div class="missing">
<a href="http://unity3d.com/webplayer/" title="Unity Web Player. Install now!">
<img alt="Unity Web Player. Install now!" src="http://webplayer.unity3d.com/installation/getunity.png" width="193" height="63" />
</a>
</div>
</div>
</div>
<p class="footer">« created with <a href="http://unity3d.com/unity/" title="Go to unity3d.com">Unity</a> »</p>
</body>
</html>
Monday, April 10, 2017
Subscribe to:
Posts (Atom)