Re: [cfaussie] jQuery SmartWizard 2

2012-03-20 Thread Stephen M


On Tuesday, March 20, 2012 8:24:22 PM UTC+11, Peter Robertson wrote:
>
> Well, hadn't used this widget, so I put together a minimal fusebox5.5 and 
> can't find any problem, works a treat, and I like the wizard.
> I'd need to see some code, or just guessing from here on.
> I'd suggest you find the simplest setup that'll reproduce the issue and 
> share it on the list.
>
> Peter Robertson
>

This fusebox version is really, really old, probably version 3.  I just 
tried a simple internal pagelink on another simpler page without the jQuery 
and it suffered from the same problem.  Funny but I never had a reason to 
use an internal page link in this app before.

So, I'm just going to launch a new window and run the jQuery wizard in 
that, or rewrite the js file to avoid the use of href
 

>
>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/EWeStM1eXT0J.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Paul Kukiel
We use the Barbecue library and java loader.  Generate the jpg and use 
that in reportbuilder.


We use this 1000's on times per day so its suitable for large use.

http://www.adampresley.com/2007/10/using-barbecue-barcode-in-coldfusion.html

Regards,

On 21/03/2012 1:03 PM, Zac Spitzer wrote:

have you seen this library

http://code.google.com/p/zxing/

z

On Wed, Mar 21, 2012 at 8:46 AM, Scott Thornton
  wrote:

Bar codes are just fonts.



In the past I have used a font to display Bar Codes generated in Crystal
reports.



A standard format for the code must be defined for item you are scanning, eg
length and pre and postfix characters.



For example a Medical Record Number (I work in health) might represented as
%0797613% which when displayed as a bar code, could be read by a bar code
scanner .



You would need to install the font ( and there are free versions out there )
on your development machine  and I assume the CF server(s). Maybe your bar
code scanners come with a font they prefer.



Cheers,







From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of rai...@ozemail.com.au


Sent: Wednesday, 21 March 2012 2:34 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] BarCode Generator with CF Report Builder



Hi,



I am building customer invoice templates using ColdFusion Report Builder and
I am needing to have a bar code generated each time the invoice is generated
from each customers unique reference number



If anyone can shed some light on the best way to achieve the above I would
appreciate your suggestions



Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)



--
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.





--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Dale Fraser
"Barcodes are just fonts".

 

That's humorous, but incorrect, barcodes have been around long before they
are readily available as fonts.

 

While many barcodes are available as fonts and this is a good suggestion,
not all barcodes will be, so again it will depend on the barcode system your
using.

 

If you do decide to use the iText barcode library for example, you can
create an EAN-13 as follows

 

BarcodeEAN codeEAN = new BarcodeEAN();
codeEAN.setCodeType(codeEAN.EAN13);
codeEAN.setCode("9780201615883");
Image imageEAN = codeEAN.createImageWithBarcode(cb, null, null);

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Scott Thornton
Sent: Wednesday, 21 March 2012 7:47 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] BarCode Generator with CF Report Builder

 

Bar codes are just fonts.

 

In the past I have used a font to display Bar Codes generated in Crystal
reports.

 

A standard format for the code must be defined for item you are scanning, eg
length and pre and postfix characters.

 

For example a Medical Record Number (I work in health) might represented as
%0797613% which when displayed as a bar code, could be read by a bar code
scanner .

 

You would need to install the font ( and there are free versions out there )
on your development machine  and I assume the CF server(s). Maybe your bar
code scanners come with a font they prefer.

 

Cheers,

 

 

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of rai...@ozemail.com.au
Sent: Wednesday, 21 March 2012 2:34 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] BarCode Generator with CF Report Builder

 

Hi,

 

I am building customer invoice templates using ColdFusion Report Builder and
I am needing to have a bar code generated each time the invoice is generated
from each customers unique reference number

 

If anyone can shed some light on the best way to achieve the above I would
appreciate your suggestions

 

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)

 

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Zac Spitzer
have you seen this library

http://code.google.com/p/zxing/

z

On Wed, Mar 21, 2012 at 8:46 AM, Scott Thornton
 wrote:
> Bar codes are just fonts.
>
>
>
> In the past I have used a font to display Bar Codes generated in Crystal
> reports.
>
>
>
> A standard format for the code must be defined for item you are scanning, eg
> length and pre and postfix characters.
>
>
>
> For example a Medical Record Number (I work in health) might represented as
> %0797613% which when displayed as a bar code, could be read by a bar code
> scanner .
>
>
>
> You would need to install the font ( and there are free versions out there )
> on your development machine  and I assume the CF server(s). Maybe your bar
> code scanners come with a font they prefer.
>
>
>
> Cheers,
>
>
>
>
>
>
>
> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
> Of rai...@ozemail.com.au
>
>
> Sent: Wednesday, 21 March 2012 2:34 AM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] BarCode Generator with CF Report Builder
>
>
>
> Hi,
>
>
>
> I am building customer invoice templates using ColdFusion Report Builder and
> I am needing to have a bar code generated each time the invoice is generated
> from each customers unique reference number
>
>
>
> If anyone can shed some light on the best way to achieve the above I would
> appreciate your suggestions
>
>
>
> Regards
>
> Claude Raiola (B.Econ Acc; B.Hot. Mngt)
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Stephen M
On Mar 21, 9:26 am, Andrew Scott  wrote:
> My guess would be that the container for the content, doesn't or hasn't
> been set up correctly.
>
> For example you have
>
> Further details
>
> But do you have the container for this with the id step-2?
Yes, I've got a div with that id. I had an idea to hard code a fully
realised url into the href, but the js behind this wizard seems to
require that the href values match ids.


>
> --
> Regards,
> Andrew Scott
> WebSite:http://www.andyscott.id.au/
> Google+:http://plus.google.com/108193156965451149543
>
>
>
>
>
>
>
> On Wed, Mar 21, 2012 at 9:20 AM, Stephen M  wrote:
> > On Mar 20, 8:24 pm, Peter Robertson  wrote:
> > > Well, hadn't used this widget, so I put together a minimal fusebox5.5 and
> > > can't find any problem, works a treat, and I like the wizard.
> > > I'd need to see some code, or just guessing from here on.
> > > I'd suggest you find the simplest setup that'll reproduce the issue and
> > > share it on the list.
>
> > > Peter Robertson
>
> > Yeah,  I'll try that
>
> > > On Tue, Mar 20, 2012 at 4:09 PM, Stephen M  wrote:
> > > > I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion
> > > > page.
>
> > > >https://github.com/mstratman/jQuery-Smart-Wizard
>
> > > > This wizard is a tab interface with validation so that you cannot move
> > > > to the second tab without completimng the first correctly.
>
> > > > It was working perfectly in plain old HTML, even a plain cfm page, but
> > > > when I moved it onto Fusebox the next and tab buttons started doing
> > > > strange things.
>
> > > > The tabs are just  tags that look like this
>
> > > >  Personal details
> > > >        Further details
>
> > > > The problem is that in fusebox a click on a tab takes you straight to
> > > > the domain home page,
> > > > eg the wizard might be on
> > > >http://www.mydomain.com/applications/userdetails.cfm
> > > > but when I click a tab I go tohttp://www.mydomain.com/#step-2ie
> > > > back to the main page of the website
>
> > > > Anyone here using jQuery in Fusebox?
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "cfaussie" group.
> > > > To post to this group, send email to cfaussie@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > cfaussie+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/cfaussie?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "cfaussie" group.
> > To post to this group, send email to cfaussie@googlegroups.com.
> > To unsubscribe from this group, send email to
> > cfaussie+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Scott Thornton
Bar codes are just fonts.

In the past I have used a font to display Bar Codes generated in Crystal 
reports.

A standard format for the code must be defined for item you are scanning, eg 
length and pre and postfix characters.

For example a Medical Record Number (I work in health) might represented as 
%0797613% which when displayed as a bar code, could be read by a bar code 
scanner .

You would need to install the font ( and there are free versions out there ) on 
your development machine  and I assume the CF server(s). Maybe your bar code 
scanners come with a font they prefer.

Cheers,



From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of 
rai...@ozemail.com.au
Sent: Wednesday, 21 March 2012 2:34 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] BarCode Generator with CF Report Builder

Hi,

I am building customer invoice templates using ColdFusion Report Builder and I 
am needing to have a bar code generated each time the invoice is generated from 
each customers unique reference number

If anyone can shed some light on the best way to achieve the above I would 
appreciate your suggestions

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)

--
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Dale Fraser
Well you need to find out the barcode format your using it will have a name
or number, then google that to find a library.

 

As for the images, what we do

 

Is use cfimage stuff to make charts, store them with UUID.png names, then
pass the names into the cfreport as paramaters

 

The report then just has an image (where you want the barcode) the path of
the image is the UUID.png path you passed in.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of rai...@ozemail.com.au
Sent: Wednesday, 21 March 2012 8:08 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] BarCode Generator with CF Report Builder

 

Hi Dale

 

Thanks for that

 

Not sure what the format is it seems to be pretty standard to those used on
Telstra bills etc

 

The barcode needs to be generated at the time of creating the invoice given
each is unique any suggestions the best way to achieve this would be
appreciated

 

I also note your comments re charts as it turns out I need graphs on the
invoice as well which I was initially creating outside cfreport and the
inserting as an image however I note that the graphs can be generated within
report builder itself, wondering why you opt to generate them first and then
insert the image rather than using the graph creation feature inside cf
report builder

 

 

 

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Dale Fraser
Sent: Wednesday, 21 March 2012 7:43 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] BarCode Generator with CF Report Builder

 

The best way to do barcodes is an image.

 

Generate the barcode as an image then reference the image in the CF Report,
we do charts in reports the same way.

 

There are lots of image libraries for generating barcodes, or you could try
to write your own using the CF image tags

 

Finding a java library and calling it would probably be a lot easier

 

What barcode format are you using? I've mostly dealt with EAN-13 with is a
product barcode, probably not what your using for invoicing.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of rai...@ozemail.com.au
Sent: Wednesday, 21 March 2012 1:34 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] BarCode Generator with CF Report Builder

 

Hi,

 

I am building customer invoice templates using ColdFusion Report Builder and
I am needing to have a bar code generated each time the invoice is generated
from each customers unique reference number

 

If anyone can shed some light on the best way to achieve the above I would
appreciate your suggestions

 

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)

 

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Andrew Scott
My guess would be that the container for the content, doesn't or hasn't
been set up correctly.

For example you have

Further details

But do you have the container for this with the id step-2?


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543




On Wed, Mar 21, 2012 at 9:20 AM, Stephen M  wrote:

> On Mar 20, 8:24 pm, Peter Robertson  wrote:
> > Well, hadn't used this widget, so I put together a minimal fusebox5.5 and
> > can't find any problem, works a treat, and I like the wizard.
> > I'd need to see some code, or just guessing from here on.
> > I'd suggest you find the simplest setup that'll reproduce the issue and
> > share it on the list.
> >
> > Peter Robertson
> >
> Yeah,  I'll try that
>
> >
> >
> > On Tue, Mar 20, 2012 at 4:09 PM, Stephen M  wrote:
> > > I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion
> > > page.
> >
> > >https://github.com/mstratman/jQuery-Smart-Wizard
> >
> > > This wizard is a tab interface with validation so that you cannot move
> > > to the second tab without completimng the first correctly.
> >
> > > It was working perfectly in plain old HTML, even a plain cfm page, but
> > > when I moved it onto Fusebox the next and tab buttons started doing
> > > strange things.
> >
> > > The tabs are just  tags that look like this
> >
> > >  Personal details
> > >Further details
> >
> > > The problem is that in fusebox a click on a tab takes you straight to
> > > the domain home page,
> > > eg the wizard might be on
> > >http://www.mydomain.com/applications/userdetails.cfm
> > > but when I click a tab I go tohttp://www.mydomain.com/#step-2 ie
> > > back to the main page of the website
> >
> > > Anyone here using jQuery in Fusebox?
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "cfaussie" group.
> > > To post to this group, send email to cfaussie@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > cfaussie+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/cfaussie?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Stephen M
On Mar 20, 8:24 pm, Peter Robertson  wrote:
> Well, hadn't used this widget, so I put together a minimal fusebox5.5 and
> can't find any problem, works a treat, and I like the wizard.
> I'd need to see some code, or just guessing from here on.
> I'd suggest you find the simplest setup that'll reproduce the issue and
> share it on the list.
>
> Peter Robertson
>
Yeah,  I'll try that

>
>
> On Tue, Mar 20, 2012 at 4:09 PM, Stephen M  wrote:
> > I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion
> > page.
>
> >https://github.com/mstratman/jQuery-Smart-Wizard
>
> > This wizard is a tab interface with validation so that you cannot move
> > to the second tab without completimng the first correctly.
>
> > It was working perfectly in plain old HTML, even a plain cfm page, but
> > when I moved it onto Fusebox the next and tab buttons started doing
> > strange things.
>
> > The tabs are just  tags that look like this
>
> >  Personal details
> >        Further details
>
> > The problem is that in fusebox a click on a tab takes you straight to
> > the domain home page,
> > eg the wizard might be on
> >http://www.mydomain.com/applications/userdetails.cfm
> > but when I click a tab I go tohttp://www.mydomain.com/#step-2 ie
> > back to the main page of the website
>
> > Anyone here using jQuery in Fusebox?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "cfaussie" group.
> > To post to this group, send email to cfaussie@googlegroups.com.
> > To unsubscribe from this group, send email to
> > cfaussie+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread raiola
Hi Dale

 

Thanks for that

 

Not sure what the format is it seems to be pretty standard to those used on
Telstra bills etc

 

The barcode needs to be generated at the time of creating the invoice given
each is unique any suggestions the best way to achieve this would be
appreciated

 

I also note your comments re charts as it turns out I need graphs on the
invoice as well which I was initially creating outside cfreport and the
inserting as an image however I note that the graphs can be generated within
report builder itself, wondering why you opt to generate them first and then
insert the image rather than using the graph creation feature inside cf
report builder

 

 

 

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)



 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Dale Fraser
Sent: Wednesday, 21 March 2012 7:43 AM
To: cfaussie@googlegroups.com
Subject: RE: [cfaussie] BarCode Generator with CF Report Builder

 

The best way to do barcodes is an image.

 

Generate the barcode as an image then reference the image in the CF Report,
we do charts in reports the same way.

 

There are lots of image libraries for generating barcodes, or you could try
to write your own using the CF image tags

 

Finding a java library and calling it would probably be a lot easier

 

What barcode format are you using? I've mostly dealt with EAN-13 with is a
product barcode, probably not what your using for invoicing.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of rai...@ozemail.com.au
Sent: Wednesday, 21 March 2012 1:34 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] BarCode Generator with CF Report Builder

 

Hi,

 

I am building customer invoice templates using ColdFusion Report Builder and
I am needing to have a bar code generated each time the invoice is generated
from each customers unique reference number

 

If anyone can shed some light on the best way to achieve the above I would
appreciate your suggestions

 

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)

 

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread Dale Fraser
The best way to do barcodes is an image.

 

Generate the barcode as an image then reference the image in the CF Report,
we do charts in reports the same way.

 

There are lots of image libraries for generating barcodes, or you could try
to write your own using the CF image tags

 

Finding a java library and calling it would probably be a lot easier

 

What barcode format are you using? I've mostly dealt with EAN-13 with is a
product barcode, probably not what your using for invoicing.

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of rai...@ozemail.com.au
Sent: Wednesday, 21 March 2012 1:34 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] BarCode Generator with CF Report Builder

 

Hi,

 

I am building customer invoice templates using ColdFusion Report Builder and
I am needing to have a bar code generated each time the invoice is generated
from each customers unique reference number

 

If anyone can shed some light on the best way to achieve the above I would
appreciate your suggestions

 

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)

 

-- 
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] jQuery SmartWizard 2

2012-03-20 Thread charlie arehart
Stephen, I haven't seen anyone suggest this yet: are you using a tool like
Firebug, Fiddler, or Charles? Such tools can show the communications back
and forth from your browser to the server. It could be that it's trying to
access a file that it doesn't find. Such tools can identify such errors,
which the browser (and your JS code) might otherwise hide or ignore. It
could also be finding a wrong version, though that's of course harder to
tell, but at at least the tools 

I list tools like the above in a category of my CF411 site, specifically at
http://www.cf411.com/proxy. Note that I list also how more modern browsers
now have such tools built-in, so not even something you have to "add", if
that's a concern.

Let us know if such tools may help you.

/charlie


> -Original Message-
> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
> Behalf Of Stephen M
> Sent: Tuesday, March 20, 2012 1:09 AM
> To: cfaussie
> Subject: [cfaussie] jQuery SmartWizard 2
> 
> I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion page.
> 
> https://github.com/mstratman/jQuery-Smart-Wizard
> 
> This wizard is a tab interface with validation so that you cannot move to
the
> second tab without completimng the first correctly.
> 
> It was working perfectly in plain old HTML, even a plain cfm page, but
when I
> moved it onto Fusebox the next and tab buttons started doing strange
things.
> 
> The tabs are just  tags that look like this
> 
>  Personal details
>   Further details
> 
> The problem is that in fusebox a click on a tab takes you straight to the
domain
> home page, eg the wizard might be on
> http://www.mydomain.com/applications/userdetails.cfm
> but when I click a tab I go to http://www.mydomain.com/#step-2  ie back to
the
> main page of the website
> 
> Anyone here using jQuery in Fusebox?
> 
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] BarCode Generator with CF Report Builder

2012-03-20 Thread raiola
Hi,

 

I am building customer invoice templates using ColdFusion Report Builder and
I am needing to have a bar code generated each time the invoice is generated
from each customers unique reference number

 

If anyone can shed some light on the best way to achieve the above I would
appreciate your suggestions

 

Regards

Claude Raiola (B.Econ Acc; B.Hot. Mngt)



 

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] jQuery SmartWizard 2

2012-03-20 Thread Peter Robertson
Well, hadn't used this widget, so I put together a minimal fusebox5.5 and
can't find any problem, works a treat, and I like the wizard.
I'd need to see some code, or just guessing from here on.
I'd suggest you find the simplest setup that'll reproduce the issue and
share it on the list.

Peter Robertson

On Tue, Mar 20, 2012 at 4:09 PM, Stephen M  wrote:

> I am trying to fit a jQuery SmartWizard 2 onto a fusebox coldfusion
> page.
>
> https://github.com/mstratman/jQuery-Smart-Wizard
>
> This wizard is a tab interface with validation so that you cannot move
> to the second tab without completimng the first correctly.
>
> It was working perfectly in plain old HTML, even a plain cfm page, but
> when I moved it onto Fusebox the next and tab buttons started doing
> strange things.
>
> The tabs are just  tags that look like this
>
>  Personal details
>Further details
>
> The problem is that in fusebox a click on a tab takes you straight to
> the domain home page,
> eg the wizard might be on
> http://www.mydomain.com/applications/userdetails.cfm
> but when I click a tab I go to http://www.mydomain.com/#step-2  ie
> back to the main page of the website
>
> Anyone here using jQuery in Fusebox?
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] Re: jQuery SmartWizard 2

2012-03-20 Thread Steve Onnis
Is there a test page you can show us?

-Original Message-
From: Stephen M [mailto:sgmul...@gmail.com] 
Sent: Tuesday, 20 March 2012 5:31 PM
To: cfaussie
Subject: [cfaussie] Re: jQuery SmartWizard 2



On Mar 20, 5:14 pm, "Steve Onnis"  wrote:
> Silly question.do you have a  tag in your HTML?
>
Yes, this fusebox is actually Straker Shado version 6, based on CF6.
Its got a base defined, so one of first thing I did was try to reset it for
this page, didn't work.
>
> -Original Message-
> From: Stephen M [mailto:sgmul...@gmail.com]
> Sent: Tuesday, 20 March 2012 5:11 PM
> To: cfaussie
> Subject: [cfaussie] Re: jQuery SmartWizard 2
>
> I have used/am using other jQuery stuff like a UI DatePicker without 
> any issues, it's just this tabbed interface which relies on internal 
> page links that has spat the dummy.  I've made sure that any # symbols 
> for the hrefs are not inside cfoutput tags.
>
> I have developed another page in parallel using jQuery UI tabs and 
> that suffers from the same problem to a lesser extent.
>
> On Mar 20, 4:46 pm, Peter Robertson 
> wrote:
> > Yep, using jQuery without issue.
>
> > What version of Fusebox?
> > Fusebox composes content and delivers it as index.cfm in your app 
> > root (or another nominated single file).
> > This means that regardless of the path to the resources within your 
> > app structure, the server sees everything as being index.cfm.
> > So check that references to css files, js libs etc all make this 
> > assumption.
>
> > If this isn't the issue then I'd need to know more about your 
> > particular app structure and how you're calling your resources.
>
> > Peter Robertson
>
> > On Mar 20, 4:09 pm, Stephen M  wrote:
>
> > > I am trying to fit a jQuery SmartWizard 2 onto a fusebox 
> > > coldfusion page.
>
> > >https://github.com/mstratman/jQuery-Smart-Wizard
>
> > > This wizard is a tab interface with validation so that you cannot 
> > > move to the second tab without completimng the first correctly.
>
> > > It was working perfectly in plain old HTML, even a plain cfm page, 
> > > but when I moved it onto Fusebox the next and tab buttons started 
> > > doing strange things.
>
> > > The tabs are just  tags that look like this
>
> > >  Personal details
> > >         Further details
>
> > > The problem is that in fusebox a click on a tab takes you straight 
> > > to the domain home page, eg the wizard might be 
> > > onhttp://www.mydomain.com/applications/userdetails.cfm
> > > but when I click a tab I go tohttp://www.mydomain.com/#step-2 ie 
> > > back to the main page of the website
>
> > > Anyone here using jQuery in Fusebox?
>
> --
> You received this message because you are subscribed to the Google 
> Groups "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group
athttp://groups.google.com/group/cfaussie?hl=en.

--
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[cfaussie] MAD! Melbourne Adobe Developers Meeting March 22, 2012

2012-03-20 Thread Peter Robertson
A/B Testing with Squabble

by Mark Mandel

You have two designs, one with a blue button, and one with a red
button, and you think that both designs could work on your a feature
of your application. The problem is, how do you know which one is
actually better? Which design is going to convert more users into
giving you their hard earned dollars through your application?

The fact of the matter is, you don't actually know. You can only make
a guestimate based on your experience as a web application developer,
and hope for the best.  Unfortunately, real users can be a fickle
bunch that do unpredictable things, and it can be very hard to track
what the overall effect of all these changes to a site can make.

Squabble is a server side A/B testing framework for ColdFusion that
allows you to test multiple variations of site design and/or
functionality against your real users, in real time, and quantify the
results into statistics that can actually prove which combination of
variations results in your application getting more of the conversions
that you require. This gives you amazing freedom in being able to try
out new things on established sites, as you are able to track what
changes actually effect the behaviour of your real users, and then
continually improve upon them.

Mark Mandel is a full time consultant and lead developer on several
open source projects, most notably ColdSpring, JavaLoader, Transfer
ORM and ColdDoc and has been has been working with ColdFusion for a
number of years, including at his very own dot com back in the late
90's.

Mark can often be found blogging at www.compoundtheory.com, which has
housed his thoughts on ColdFusion, Java and various aspects of
software development for several years.  He can also be found as a
regular poster on ColdFusion mailing lists, causing havoc in the
#coldfusion channel on Dalnet irc network and podcasting on www.2ddu.com.

When he's not too busy writing open source software and consulting he
enjoys spending his extra time training martial arts in a wide variety
of disciplines and reading way too much fantasy literature.


Date: Thursday 22 March 2012
Time: 6:30 PM
Location:
CogState
Level 2
255 Bourke Street
Melbourne, VIC, 3000

A note on the door will provide a number to ring for access.
RSVP: Please reply to this post if you are planning to attend so we
know how many pizzas to order.

As always, many thanks to Dale Fraser and CogState for their
hospitality. We look forward to seeing you all there

Peter Robertson

Co-Manager
Melbourne Adobe Developers

Steve Onnis

Manager
Melbourne Adobe Developers

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.