Re: barcodes, cuecats, reverse engineering - semi OT

2014-07-03 Thread leona lewis
read barcodes with .net http://www.keepautomation.com/products/net_barcode_reader/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: barcodes, cuecats, reverse engineering - semi OT

2014-07-03 Thread leona lewis
http://www.keepautomation.com/products/net_barcode_reader/ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: (ot) barcodes and mobile sites

2014-04-23 Thread David Phelan
it in a BLOB Dave -Original Message- From: Matthew Allen [mailto:a.matthe...@yahoo.com] Sent: Tuesday, April 22, 2014 7:07 AM To: cf-talk Subject: Re: (ot) barcodes and mobile sites Hi Dave and all, Tried posting this earlier, not sure it has gone through, here I go again: Excuse the dumb

Re: (ot) barcodes and mobile sites

2014-04-22 Thread Matthew Allen
. Any idea if the URL can specify URL params as well (I assume so...just have not really used them much)?? Yes, they can. Anything you can put in a URL will work in a QR code. Well, if they're regular barcodes, the Android barcode reader might be able to read them just fine. I know that I've

Re: (ot) barcodes and mobile sites

2014-04-22 Thread Matthew Allen
Hi Dave and all, Tried posting this earlier, not sure it has gone through, here I go again: Excuse the dumb question, I fully understand how the QR code and reader works, I've built a number of QR solutions, where I use it to direct users to PDFs and videos resources, activities per file are

Re: (ot) barcodes and mobile sites

2014-04-22 Thread Dave Watts
Excuse the dumb question, I fully understand how the QR code and reader works, I've built a number of QR solutions, where I use it to direct users to PDFs and videos resources, activities per file are stored in the database, as you can capture url values. I've never used barcode before,

Re: (ot) barcodes and mobile sites

2014-04-22 Thread a.matthew14
Ok that makes sense. Many thanks Dave. div Original message /divdivFrom: Dave Watts dwa...@figleaf.com /divdivDate:22/04/2014 16:26 (GMT+00:00) /divdivTo: cf-talk cf-talk@houseoffusion.com /divdivSubject: Re: (ot) barcodes and mobile sites /divdiv /div Excuse the dumb

Re: (ot) barcodes and mobile sites

2014-04-11 Thread Cameron Childress
On Thu, Apr 10, 2014 at 7:18 PM, Bryan Stevenson wrote: Thanks Dave.not exactly, but that does spark another idea. Any idea if the URL can specify URL params as well (I assume so...just have not really used them much)?? Bryan- We are scoping out a project with similar requirements

Re: (ot) barcodes and mobile sites

2014-04-11 Thread Dave Watts
Additionally, we hope to eventually embed QR scanning in either a mobile site or app that would allow the user to scan item(s) now as part of a larger process. In this case, we would like to intercept the QR string within our app and disassemble it in the app (instead of redirecting the user

Re: (ot) barcodes and mobile sites

2014-04-11 Thread Cameron Childress
On Fri, Apr 11, 2014 at 9:41 AM, Dave Watts wrote: If you're building a native app on Android, you can certainly do this with the ZXing library: https://github.com/zxing/zxing I don't think you'll be able to do that with a mobile site, though. This company has already chosen iOS as their

Re: (ot) barcodes and mobile sites

2014-04-11 Thread Bryan Stevenson
placeholders in the configured URL to replace with values from the scanner (barcode format and the value scanned). So that essentially makes a QR out of an old style barcode (in terms of sending user to a URL) I may be stuck with traditional barcodes as the things to be scanned already exist and I

Re: (ot) barcodes and mobile sites

2014-04-11 Thread Bryan Stevenson
Well as Barney would say - Challenge accepted! ;-) I have my doubts as wellbut then again I didn't know yesterday what I now know today! ...of course if there was a widget I could buy and use for this - I would...hehe Cheers *Bryan Stevenson*B.Comm. President CEO Electric Edge Systems

(ot) barcodes and mobile sites

2014-04-10 Thread Bryan Stevenson
Hi All, I'm just looking into the possible methods/options for scanning a barcode (or QR) using a mobile device (phone/tablet) and making the scanned value (in this case a number) available to a web app running via a mobile site (i.e. stuff scanned value in text input)? It's the bridge from

Re: (ot) barcodes and mobile sites

2014-04-10 Thread Dave Watts
I'm just looking into the possible methods/options for scanning a barcode (or QR) using a mobile device (phone/tablet) and making the scanned value (in this case a number) available to a web app running via a mobile site (i.e. stuff scanned value in text input)? It's the bridge from

Re: (ot) barcodes and mobile sites

2014-04-10 Thread Bryan Stevenson
to be scanned may already exist and only have barcodes and not QR (although in another area of my work that QR idea might just work). Anywooo...there is some more clarity (I hope) Thanks again for the feedback Dave Dave Watts, CTO, Fig Leaf Software 1-202-527-9569 http://www.figleaf.com/ http

Re: (ot) barcodes and mobile sites

2014-04-10 Thread Dave Watts
. I should mention that the things to be scanned may already exist and only have barcodes and not QR (although in another area of my work that QR idea might just work). Well, if they're regular barcodes, the Android barcode reader might be able to read them just fine. I know that I've used mine

Re: (ot) barcodes and mobile sites

2014-04-10 Thread .jonah
OK, that's cool. Great use of intents and hooks. On 4/10/14, 5:49 PM, Dave Watts wrote: You might find this interesting: http://chris.m0nk3y.net/blog/post/scanning-barcodes-from-your-mobile-web-apps ~| Order the Adobe

Re: (ot) barcodes and mobile sites

2014-04-10 Thread Bryan Stevenson
Thanks for the link DaveI'll give that a read! *Bryan Stevenson*B.Comm. President CEO Electric Edge Systems Group Inc. - makers of FACTS^(TM) phone: 250.480.0642 cell: 250.920.8830 e-mail: br...@electricedgesystems.com mailto:br...@electricedgesystems.com web: www.electricedgesystems.com

Barcodes

2013-08-29 Thread Chad Gray
Well since Efflare's CFX gFont does not work with 64 bit systems I need to find a new way to make a barcodes on my websites. Anyone recommend a way to create and display barcodes on a webpage? Thanks, Chad ~| Order

Re: Barcodes

2013-08-29 Thread Rob Parkhill
You can use jQuery: http://barcode-coder.com/en/barcode-jquery-plugin-201.html There might be others too On Thu, Aug 29, 2013 at 11:39 AM, Chad Gray cg...@careyweb.com wrote: Well since Efflare's CFX gFont does not work with 64 bit systems I need to find a new way to make a barcodes on my

Re: Barcodes

2013-08-29 Thread Dave Watts
Anyone recommend a way to create and display barcodes on a webpage? What kind of barcodes, exactly? QR codes? UPC? The zxing library is a free, open-source Java library that's commonly used (in the Java world at least) - that's probably what I'd try first. https://code.google.com/p/zxing

RE: Barcodes

2013-08-29 Thread Chad Gray
Cool! I should have known there would be a jQuery solution. Thanks! Chad -Original Message- From: Rob Parkhill [mailto:robert.parkh...@gmail.com] Sent: Thursday, August 29, 2013 11:41 AM To: cf-talk Subject: Re: Barcodes You can use jQuery: http://barcode-coder.com/en/barcode

RE: Barcodes

2013-08-29 Thread Chad Gray
Just regular old code 39 type of barcodes. I will check out the java library also. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, August 29, 2013 11:44 AM To: cf-talk Subject: Re: Barcodes Anyone recommend a way to create and display barcodes

Re: Barcodes

2013-08-29 Thread Paul Hastings
On 8/29/2013 10:39 PM, Chad Gray wrote: Anyone recommend a way to create and display barcodes on a webpage? if the use case is printing/PDF, there's stuff built into iText (already in cf). see http://itextpdf.com/examples/iia.php?id=297

Re: Barcodes

2013-08-29 Thread Brian Polackoff
, Chad Gray cg...@careyweb.com wrote: Well since Efflare's CFX gFont does not work with 64 bit systems I need to find a new way to make a barcodes on my websites. Anyone recommend a way to create and display barcodes on a webpage? Thanks, Chad

Re: Barcodes

2013-08-29 Thread Chester Austin
We use barcodes to generate tickets for admission to parks and things. I've been using CFBarbecue (http://cfbarbecue.riaforge.org/) and it's worked out well. Chad, My company has built an enterprise inventory management system using www.bokai.com java servlet. It's not free but really

Re: Barcodes

2013-08-29 Thread .jonah
Can't you just use a barcode font with cfimage or directly on the page as a webfont? On 8/29/13 8:45 AM, Chad Gray wrote: Just regular old code 39 type of barcodes. I will check out the java library also. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent

Printing barcodes

2011-11-11 Thread Keith McGee
I am creating 4 x 4 labels pdf files, storing them on the server, printing them to a zebra label printer, then deleting the files. I'm using a window font; Bar code 39 a, bar code 39 a hr, up to f. The program is creating the labels fine with the bar code. when I print them with cfprint

Re: Printing barcodes

2011-11-11 Thread Keith McGee
This is how I'm adding the bar code font size=+1 face=Bar Code 39 f HR #LICENSE_PARAMETER#/font ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Printing barcodes

2011-11-11 Thread Keith McGee
Found the solution http://kb2.adobe.com/cps/405/kb405588.html ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: Printing barcodes

2011-11-11 Thread Bobby Hartsfield
Thanks for pointing out your own solution. I hope to play around with barcodes soon. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Keith McGee [mailto:kpmc...@frontiernet.net] Sent: Friday, November 11, 2011 2:15 PM To: cf

Re: Printing barcodes

2011-11-11 Thread andy
Keith Would you mind sharing the code to create the pdf? I am working on the same problem and haven't got a workable solution yet. Andy --Original Message-- From: Keith McGee To: cf-talk ReplyTo: cf-talk@houseoffusion.com Subject: Re: Printing barcodes [spamtrap bayes][spamtrap heur

Code 128 Variant C barcodes

2008-04-04 Thread Jeremy Keith
So I have a free font, but I'm having issues finding the encoding for the variant C of Code 128. Code B I seem to have down, but this one is elluding me, anyone have any pointers? ~| Adobe® ColdFusion® 8 software 8 is the

Re: PDF forms and barcodes

2006-02-10 Thread Bryan Stevenson
Bryan, Yep, I am still trying to get my hands around the various Adobe products and their flavors, but I think this is what you want: http://www.adobe.com/products/server/barcodedpaperforms/indepth.html You can create a 2d barcode that contains the XML associated with the data in a form.

OT: PDF forms and barcodes

2006-02-09 Thread Bryan Stevenson
Hey All, I've been looking at Adobe Acrobat Pro to use in the creation of PDF forms (didgital forms which allow user input...not paper forms to be printed). The piece of functionality I can't see in the docs is the ability to add a unique number or barcode to the page based on the user's

RE: PDF forms and barcodes

2006-02-09 Thread Ben Forta
: PDF forms and barcodes Hey All, I've been looking at Adobe Acrobat Pro to use in the creation of PDF forms (didgital forms which allow user input...not paper forms to be printed). The piece of functionality I can't see in the docs is the ability to add a unique number or barcode to the page based

Re: Generating BarCodes in CF

2005-04-06 Thread Qasim Rasheed
-Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 10:57 AM To: CF-Talk Subject: RE: Generating BarCodes in CF Well, Word automation is basically unsupported by Microsoft so you might have trouble finding a good solution. Someone posted

RE: Generating BarCodes in CF

2005-04-06 Thread Ali Awan
Message- From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 8:57 AM To: CF-Talk Subject: Re: Generating BarCodes in CF Here is a java-based solution on sourceforge. http://sourceforge.net/projects/barbecue/ On Apr 5, 2005 10:00 PM, Adam Howitt [EMAIL PROTECTED] wrote

Re: Generating BarCodes in CF

2005-04-06 Thread Qasim Rasheed
you offlist with my java questions. (e.g. what is a jar file, what can I do with it, etc...) Thanks again, Ali -Original Message- From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 8:57 AM To: CF-Talk Subject: Re: Generating BarCodes in CF Here

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
Thanks for the links, but as I mentioned in my email these are in the category of... There are some off-the-shelf cfapps that generate barcodes but not in that format They don't support the 2D (PDF417) format that I'm looking for. Thanks anyway, Ali -Original Message- From: CFDEV

RE: Generating BarCodes in CF

2005-04-05 Thread Burns, John D
PROTECTED] Sent: Tuesday, April 05, 2005 11:07 AM To: CF-Talk Subject: RE: Generating BarCodes in CF Thanks for the links, but as I mentioned in my email these are in the category of... There are some off-the-shelf cfapps that generate barcodes but not in that format They don't support the 2D

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
to convert a text string to the 2D barcode. I downloaded it and ran their sample app, and all it does is convert the text into WingDings. That was one dead-end. Next, I found the website of some French dude that posted the entire formula for creating 2D barcodes. But since I'm not a PhD

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
there, that claims to convert a text string to the 2D barcode. I downloaded it and ran their sample app, and all it does is convert the text into WingDings. That was one dead-end. Next, I found the website of some French dude that posted the entire formula for creating 2D barcodes. But since I'm

RE: Generating BarCodes in CF

2005-04-05 Thread Burns, John D
Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 12:08 PM To: CF-Talk Subject: RE: Generating BarCodes in CF John, Yes, it is available in a font. The font is called

RE: Generating BarCodes in CF

2005-04-05 Thread Burns, John D
Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 12:08 PM To: CF-Talk Subject: RE: Generating BarCodes in CF John, Yes, it is available in a font. The font is called

RE: Generating BarCodes in CF

2005-04-05 Thread Andy Ousterhout
. All Rights Reserved http://www.fusionzone.com DO NOT REMOVE THIS NOTICE Works like a charm. Andy -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 11:31 AM To: CF-Talk Subject: RE: Generating BarCodes in CF John, Yes

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
[mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 10:04 AM To: CF-Talk Subject: RE: Generating BarCodes in CF If you can install the font on your PC and open word and write some text in that font to get the result you want, then you can do it on the server. Perhaps the reason you were seeing

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
was looking for some Coldfusion-friendly apps, or a method by which I could write an app myself in CF. Thanks, Ali -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 9:57 AM To: CF-Talk Subject: RE: Generating BarCodes in CF Sorry to join

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
FYI incase anyone is wondering. Here is what I mean by 2D barcodes. I have attached the gif of what one looks like. If you have ever shipped a UPS package where you generated the package slip on their website or via EBay, then you have probably seen this. -Original Message- From

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
To: CF-Talk Subject: RE: Generating BarCodes in CF FYI incase anyone is wondering. Here is what I mean by 2D barcodes. I have attached the gif of what one looks like. If you have ever shipped a UPS package where you generated the package slip on their website or via EBay, then you have probably

RE: Generating BarCodes in CF

2005-04-05 Thread Burns, John D
to CF. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 1:21 PM To: CF-Talk Subject: RE: Generating BarCodes in CF John, I do indeed have the font(s

RE: Generating BarCodes in CF

2005-04-05 Thread Burns, John D
- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 1:37 PM To: CF-Talk Subject: RE: Generating BarCodes in CF It didn't make it I guess we can't send images on here Well the image is the first thing you see if you go to this page: http://grandzebu.net/informatique/codbar

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
John, Firstly, thanks for taking the time to discuss this issue. Yeah, Google has been my friend for many years. Even as I posted this question on CF-Talk, I had downloaded and evaluated a couple of off-the-shelf solutions for generating the BarCodes that I needed. I can even invoke one of them

RE: Generating BarCodes in CF

2005-04-05 Thread Burns, John D
Laboratories, Inc. | Web Developer -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 1:51 PM To: CF-Talk Subject: RE: Generating BarCodes in CF John, Firstly, thanks for taking the time to discuss this issue. Yeah, Google has been my friend for many years

RE: Generating BarCodes in CF

2005-04-05 Thread Ali Awan
John, Oh well. Thanks for the tip though, I'll look into that. Ali -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 10:57 AM To: CF-Talk Subject: RE: Generating BarCodes in CF Well, Word automation is basically unsupported by Microsoft so

Re: Generating BarCodes in CF

2005-04-05 Thread Adam Howitt
. On Apr 5, 2005 1:52 PM, Ali Awan [EMAIL PROTECTED] wrote: John, Oh well. Thanks for the tip though, I'll look into that. Ali -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 10:57 AM To: CF-Talk Subject: RE: Generating BarCodes in CF

Generating BarCodes in CF

2005-04-04 Thread Ali Awan
I was wondering if anyone knows of any CF apps, or used CF to connect to 3rd party apps to generate barcodes. Specifically 2D barcodes. If you are familiar with barcodes, you will know what that means :-) There are some off-the-shelf cfapps that generate barcodes but not in that format

RE: Generating BarCodes in CF

2005-04-04 Thread CFDEV
http://www.fusionzone.com/ http://www.infosoftglobal.com/PoS4TallyPro/index1.html -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: April 4, 2005 18:48 To: CF-Talk Subject: Generating BarCodes in CF I was wondering if anyone knows of any CF apps, or used CF to connect

BARCODES in CF

2004-10-05 Thread Ciliotta, Mario
Hi, Does anyone know of any good barcode generators that work with CFMX.I am looking for something either in CF or JAVA.If it is open source that would be great but if it is a commercial app that is fine too. I basically need to print barcodes on a label - I am not sure what style of barcode

Re: BARCODES in CF

2004-10-05 Thread Dirk De Bock - Listclient
http://www.webcaterers.com/barcodes/ - Original Message - From: Ciliotta, Mario To: CF-Talk Does anyone know of any good barcode generators that work with CFMX. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: BARCODES in CF

2004-10-05 Thread Ian Skinner
http://www.fusionzone.com/applications/barcode/overview.cfm Another one I have run across in my wonderings.We have not needed ColdFusion barcode generation yet, so I have not tried this, or any others. -- Ian Skinner Web Programmer BloodSource

RE: BARCODES in CF

2004-10-05 Thread Blaine Korte
and have it print out and scan perfect. Looks like it will be definitely worth the money. Blaine Korte Web Developer St Solo Computer Graphics Inc. +email: [EMAIL PROTECTED] _ From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 1:01 PM To: CF-Talk Subject: RE: BARCODES

2 questions: hot keys and barcodes

2003-03-19 Thread webmaster
Quick check if anyone knows much about the following: Setup a key in Windows to goto a web address...anyone know how? Second, anyone with experience using barcodes in an intranet inventory app...have a question about whether I can force a few commands via barcodes scanned that hold that code

RE: 2 questions: hot keys and barcodes

2003-03-19 Thread Buckland, Ramon
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 1:39 PM To: CF-Talk Subject: 2 questions: hot keys and barcodes Quick check if anyone knows much about the following: Setup a key in Windows to goto a web address...anyone know how? Second, anyone

RE: 2 questions: hot keys and barcodes

2003-03-19 Thread webmaster
www.datastreamconnexion.com -Original Message- From: Buckland, Ramon [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:44 PM To: CF-Talk Subject: RE: 2 questions: hot keys and barcodes What kind of commands do you wish to 'force' ? A barcode scanner just acts as a keybord device (depending

Re: 2 questions: hot keys and barcodes

2003-03-19 Thread Antony Sideropoulos
Hi Eric snip Setup a key in Windows to goto a web address...anyone know how? /snip If I understand correctly, you can try this: - Define a favorite for the web address - Right-click the favorite in the Favorites menu, and choose properties (If you can't do this, find your favorites folder via

RE: 2 questions: hot keys and barcodes

2003-03-19 Thread Buckland, Ramon
Two separate things...one, want to config a f key to open a browser window. Antony answered this, Tried it. Worked with F8. :-) There are programs that do this job for _any_ application if you need to use an F key reserved by the OS or environment. Keyboard listeners/Program launchers..

SOT: 2D Barcodes

2002-11-11 Thread Sam Farmer
All, Has anyone any experience printing 2d barcodes in the pdf417 format with CFMX? Not finding too much on the web about it. Cheers, Sam ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription

RE: 2D Barcodes

2002-11-11 Thread Rob Rohan
To: CF-Talk Subject: SOT: 2D Barcodes All, Has anyone any experience printing 2d barcodes in the pdf417 format with CFMX? Not finding too much on the web about it. Cheers, Sam ~| Archives: http://www.houseoffusion.com

SOT: 2d barcodes

2002-07-08 Thread Samuel Farmer
All-- Has anyone any experience/advice with printing 2d barcodes? Our process would be to retrieve info from database, put in 2d format and then print. Would be using CFMX (and some 3rd party software) if that helps. Thanks, Sam