From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 23:34:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB25016A417 for ; Sun, 19 Aug 2007 23:34:23 +0000 (UTC) (envelope-from howie@thingy.com) Received: from mail.thingy.com (wotsit.thingy.com [212.21.100.67]) by mx1.freebsd.org (Postfix) with ESMTP id 33A2C13C4CA for ; Sun, 19 Aug 2007 23:34:22 +0000 (UTC) (envelope-from howie@thingy.com) Received: (qmail 85964 invoked by uid 0); 20 Aug 2007 00:07:41 +0100 Received: from unknown (HELO ?192.168.1.12?) (212.21.124.49) by wotsit3.thingy.com with SMTP; 20 Aug 2007 00:07:41 +0100 Message-ID: <46C8CD3C.5060704@thingy.com> Date: Mon, 20 Aug 2007 00:07:40 +0100 From: Howard Jones User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: perikillo References: <51d7a5160708191407t394e8629yd9078e640a20ea4b@mail.gmail.com> In-Reply-To: <51d7a5160708191407t394e8629yd9078e640a20ea4b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [freebsd-questions] FreeBSD + PHP + Barcode scanners for Web Application? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 23:34:23 -0000 perikillo wrote: > Hi people. > > Look we have some applications at work, that use scanners Manufacture by > Symbol. Those applications were created in Access, but i want to create > those app for a Web browser, my doubt is: > > Does someone here has a app running from the browser that use bar code > scanners? > Which languages did u use, python, php, other? > A lot of barcode scanners work by generating keycodes (either connected via an adaptor to the PS/2 connector, or USB) so they should work in anything really... the one we have at work certainly will just write into Notepad or whatever has keyboard focus when you hit the scanner's "Go" button. > Did u have problems with fonts? > Huh? For reading barcodes? For printing them (or displaying in a webpage), there are a bunch of libraries around that generate images, a quick Google showed up: for PHP: http://www.phpclasses.org/browse/package/2176.html for command-line (anything): http://ar.linux.it/software/barcode/barcode.html Have fun! Howie