February 15th, 2011 at 08:56am
Under Forum
a sticky label got stuck in the printer, the says that there is a paper jam. How can i get the label out?
a stickt label got stuck in the printer. Notice states paper jam and the printer will not print. How can I get at the sticky label to correct the problem?
By Barcode Scanner
February 15th, 2011 at 08:47am
Under Forum
For the JCPenny rebates, it says one rebate per household… What if I bought multiple items with rebates?
Do I have to have each rebate mailed to a different house? I have the original UPC codes for all my purchases along with each original rebate form and rebate receipt.
Thanks!
By Barcode Scanner
February 15th, 2011 at 08:30am
Under Forum
can I print an iron on transfer on a laser printer even if the pkg says to use ink jet?
I want to use a laser printer to print out iron on transfers, because the colors are more vibrant-will it affect the heat transfer? Is there any solid reason the ink jet should be used?
By Barcode Scanner
February 15th, 2011 at 08:22am
Under Forum
How can I get a barcode tatto that says my name.?
I want to get a barcode tattoo but at the same time I would like it to say my name (customize it) with out letters
By Barcode Scanner
October 29th, 2010 at 09:48pm
Under Forum
shipping label printed for usps on paypal.com says void over the barcode?
why does it do that?
Best answer:
Possibly, you accidentally chose to print a sample label. If you are sure that is not the case, contact Paypal support about the problem.
By Barcode Scanner
April 24th, 2009 at 06:48am
Under Forum
i have a thing in my toolbar(that what it’s called?) that says i have a security problem. i think IT is it?
there is a little shield symbol down on my toolbar (the icons on the bottom left of the screen by my clock) that constantly says i have a security problem. when i try to click on it, firefox says that it’s an attack site.i can’t find it to get rid of it. i’ve ran my Spy-Bot Search and Destroy but it was not detected.and some other thing keeps poppin up too. it says i have a security problem. do i want to scan my computer for viruses. and something called “Secure Expert Cleaner” pops up, scans my com, and asks me to pay to remove viruses.
my spy bot didn’t detect anything though. i don’t want alot of virus scanners on my com. what do i do?
Best answer:
try to run the smitFraudFix tool
By Barcode Scanner
January 26th, 2009 at 06:23pm
Under Forum
is PRO-162 1000-Channel Triple-Trunking Handheld Radio Scanner can it pick up police in your area its says?
it does but i seen a bunch of diffrent scanners this one is 0 at radio shack plzzzzz help
ITS A 700 ANTANA SHIT OR W/E AND U CAN EVEN BUY A 800 ANTANA FOR IT
Best answer:
All details are on their home page.
By Barcode Scanner
December 8th, 2007 at 10:01am
Under Forum
in the bible it says we will go by barcodes and if you want food and water your code would be 666 . ?
would you get it if so hell would be the consequence or would you wait for Jesus
Best answer:
if it said it in the bible yes
By Barcode Scanner
August 2nd, 2006 at 11:59am
Under Forum
I keep getting the same error in my java program so I can’t run it. It says symbol errors. Can anyone help me?
Im not sure what symbol errors mean but can someone help me out here.
import java.util.Scanner;
public class Diamond{
public static void main(String[] args){
int height;
height = 6;
for (int i=1; i<=height; i++){
for (int j=1; j<=1; j++)
system.out.print("*");
system.out.println();
Scanner scan = new Scanner(System.in);
int sides;
System.out.print("How many sides?");
sides = scan.nextInt();
Diamond d = new Diamond(6); // Constructor, for a Diamond object of side-length n
d.printOut(); // Prints the Diamond shape to the screen
}
}
}
Best answer:
I’m not sure if this will fix all your problems, but the first two lines in your for loops: system.out.print(“*”);
system.out.printlin();
need to be capitalized: System.out.print(“*”);
System.out.println();
By Barcode Scanner