[cfaussie] Re: WYSIWYG editors

2010-08-03 Thread Matthew
I've been using Pro version for so long I can't remember but I'm pretty sure it's the web service extensions (for file/doc upload) and other toolbar buttons I needed. On Aug 4, 1:28 pm, "Steve Onnis" wrote: > Whats the difference between the free and paid versions that made you have > to upgrade?

RE: [cfaussie] Re: Coding Standards

2010-08-03 Thread Steve Onnis
"that's like saying that the manufacturer of a rivet gun should determine airworthiness standards for aircraft assembled with their products." Fair call but the manufacturer of a rivet gun should give the user of said rivet gun guidelines on how best to use the rivet gun true? Adobe being the man

RE: [cfaussie] Re: Coding Standards

2010-08-03 Thread Dale Fraser
Agree also, We have our own internal coding standards here, every developer must code that way, but the way we do it is likely to be different to the next company. Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://learncf.com http://flexcf.com -Original Message- Fr

Re: [cfaussie] Re: Coding Standards

2010-08-03 Thread Toby Tremayne
Completely agree with Robin here. It's useful to have someone like Adobe propagate a general standard, but a proper coding standard for any organization contains more than just general best practice - it should proscribe how things are done for the given company, including release processe

Re: [cfaussie] Re: Coding Standards

2010-08-03 Thread Robin Hilliard
> If a coding standard for writing ColdFusion should be developed it should be > developed by Adobe, maintained distributed by them also. After all they are > the ones distributing the platform. That argument doesn't work for me Steve - that's like saying that the manufacturer of a rivet gun shou

RE: [cfaussie] Re: Coding Standards

2010-08-03 Thread Steve Onnis
Why though? Isn't it more of a "standard of coding" rather than a "coding standard"? I could publish a "coding standard" document but that doesn’t mean that everyone should follow it. It would just be a document showing how I prefer to write code. If a coding standard for writing ColdFusion shoul

[cfaussie] Re: Coding Standards

2010-08-03 Thread Matthew
Hi Brett It would be great to see your updated version if you can publish it once your done! Cheers Matthew On Aug 3, 3:22 pm, Brett Payne-Rhodes wrote: > I've been looking at published CF coding standards and guidelines and just > thought I would share this gem... > > Which do you think came f

RE: [cfaussie] Re: WYSIWYG editors

2010-08-03 Thread Steve Onnis
Whats the difference between the free and paid versions that made you have to upgrade? -Original Message- From: Matthew [mailto:matthewbchamb...@gmail.com] Sent: Wednesday, 4 August 2010 1:26 PM To: cfaussie Subject: [cfaussie] Re: WYSIWYG editors Hi Steve I use XStandard and find it t

[cfaussie] Re: WYSIWYG editors

2010-08-03 Thread Matthew
Hi Steve I use XStandard and find it to be very good! It's pretty web standards compliant (sometime too much but it forces you to be good which isn't a bad thing). Also, the file / document upload is fantastic once you hook it up. You can use the built in ASP.NET web service but I utilised Ben Nad

Re: [cfaussie] Japanese script in a PDF

2010-08-03 Thread AJ Dyka
I was really hoping for a native CF solution :-/ It can't be that hard to do, if only I knew how! Wkhtmltopdf looks interesting though :) Thanks AJ On 03/08/2010, at 7:55 PM, "m...@ampersand.net.au" wrote: You could try using http://code.google.com/p/wkhtmltopdf/ to generate the PDFs? On

[cfaussie] Re: Coding Standards

2010-08-03 Thread Pat
I think that if you really want code standard adoption, it has to be built into the tools you are using (ie. eclipse) and also your build environments (ie. hudson) or some other way to automate and report on adherence. I'd also think it would work best on a greenfield project as forcing code stand

Re: [cfaussie] Coding Standards

2010-08-03 Thread Kai Koenig
Re that "global software solutions provider" - I've heard a few very interesting things about that particular shop on another mailing list. Cheers Kai On 3/08/2010, at 8:36 PM, Brett Payne-Rhodes wrote: > Hi Kai, > > Yes to both points - but my point was that they are oh so similar and one is

Re: [cfaussie] Coding Standards

2010-08-03 Thread Sean Corfield
On Mon, Aug 2, 2010 at 10:22 PM, Brett Payne-Rhodes wrote: > If you have a public coding standard that you would like to share I'd been > to hear about it. So far Sean Corfield's old CFMX coding standard at > http://livedocs.adobe.com/wtg/public/coding_standards/contents.html looks > like the best

RE: [cfaussie] WYSIWYG editors

2010-08-03 Thread Steve Onnis
The Commodore 64 was good in its day also... Anyway..Can someone point me in the direction of setting up the file upload part of cftextarea ? I am hoping there is a nice simple way to do this without having to mess around with copying folders around and overwriting config files

RE: [cfaussie] WYSIWYG editors

2010-08-03 Thread Steve Onnis
I am finding that just as difficult to set up and customiseespecially regarding allowing file uploads and configuring the storage directories for the editor instances. The documentation on it is pretty crap actually _ From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: Tuesday

Re: [cfaussie] WYSIWYG editors

2010-08-03 Thread Peter Tilbrook
Included yes but needs customising - not always possible unless you have full server access. Tiny MCE is good. ActivEdit was good in its day too. Peter Tilbrook Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion 9 Application Development President, ACT and Region ColdFusio

RE: [cfaussie] WYSIWYG editors

2010-08-03 Thread Andrew Scott
Just curious why you would be looking at the license cost if it is part of ColdFusion. On another note, TinyMCE in my opinion is far better. Regards, Andrew Scott http://www.andyscott.id.au/ From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve On

RE: [cfaussie] WYSIWYG editors

2010-08-03 Thread Steve Onnis
i do _ From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: Tuesday, 3 August 2010 7:38 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] WYSIWYG editors You do realise that CKEditor is bundled with ColdFusion? Regards, Andrew Scott http://www.andyscott.id.au/

Re: [cfaussie] Re: Coding Standards

2010-08-03 Thread Brett Payne-Rhodes
Hi Gavin, Thanks. Nice to know it has worked for someone else... We've thought about the Wiki idea too and are planning to use one extensively for the project - including the Coding Standard. Thanks again, B) Gavin Baumanis wrote: Hi Brett, I used Sean's document when creating a design st

Re: [cfaussie] Japanese script in a PDF

2010-08-03 Thread m...@ampersand.net.au
You could try using http://code.google.com/p/wkhtmltopdf/ to generate the PDFs? On 3/08/2010 5:18 PM, AJ Dyka wrote: Hi, Periodically we need to store Japanese text in our application and we have just found an instance where the PDFs that are being gene

RE: [cfaussie] WYSIWYG editors

2010-08-03 Thread Andrew Scott
You do realise that CKEditor is bundled with ColdFusion? Regards, Andrew Scott http://www.andyscott.id.au/ From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Tuesday, 3 August 2010 5:13 PM To: cfaussie@googlegroups.com Subject: [cfaussi

[cfaussie] Japanese script in a PDF

2010-08-03 Thread AJ Dyka
Hi, Periodically we need to store Japanese text in our application and we have just found an instance where the PDFs that are being generated are not displaying the stored text correctly. I've verified that the database is storing the content accurately and it is being displayed on the screen in t

[cfaussie] Re: Coding Standards

2010-08-03 Thread Gavin Baumanis
Hi Brett, I used Sean's document when creating a design standard for my current workplace. They had no "official" documentation at all wnen I first joined. It required some tweaking for the environment I wanted to create - but was definitely a great place to start. The other "worthwhile" thing I

Re: [cfaussie] Re: Read an Excel spreadsheet...

2010-08-03 Thread Brett Payne-Rhodes
Yeah, but its just another cfcomponent... B) On Tue, Aug 3, 2010 at 2:02 PM, Barry Beattie wrote: > > At least now I know a lot more about POI than I did before... > > > enough for a quick CFUG presentation? > > -- > You received this message because you are subscribed to the Google Groups > "

Re: [cfaussie] Coding Standards

2010-08-03 Thread Brett Payne-Rhodes
Hi Kai, Yes to both points - but my point was that they are oh so similar and one is supposed to be a 'global software solutions provider' but they appear to be borrowing their (limited) coding standard from a small county in Florida! I'm looking at coding standards for a project that is in the p

RE: SPAM-MED: [cfaussie] WYSIWYG editors

2010-08-03 Thread Cassie Woolley
TinyMCE at the moment. It has issues with inserting extra <\b \> and <\i \> tags all over the place but to be fair I have not updated to the latest version yet so I don't know if it still does that. From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sen

[cfaussie] WYSIWYG editors

2010-08-03 Thread Steve Onnis
What are people using these days? I have been playing with CKEditor and i must say it is a pain in the "be-hind" to configure for a start and then the costs for licenses are a bit rich alsoso what else? TinyMC? Anything else? Steve -- You received this message because you are subscribed t

Re: [cfaussie] Coding Standards

2010-08-03 Thread Kai Koenig
Lol - you do realise that the two first links seems to be a) terribly outdated and b) not really very detailed :) I agree re coding standards - Sean's document is a good start and most is still valid, although a lot has changed since then as well. Just wondering - why are you collecting coding