[cfaussie] cf.Objective(ANZ) 2010 update

2010-07-18 Thread Kai Koenig
Quick shameless plug (me filling in for honeymooning Mark M :-) http://bloginblack.de/2010/07/cf-objectiveanz-2010-update/ If you haven't had a look yet, the cf.Objective(ANZ) 2010 agenda is nearly completed - the missing 3 or 4 sessions as well as the missing speakers will be surprises to be

RE: [cfaussie] cf.Objective(ANZ) 2010 update

2010-07-18 Thread Dale Fraser
Hi Kai, I think Mark said there are 2 tracks? If so will the program be updated to show which are on at what times, obviously you can only see 1/2 the content with 2 tracks. Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://learncf.com http://flexcf.com -Original Messa

[cfaussie] Cheap Flex 4 for ColdFusion Developers Training

2010-07-18 Thread Dale Fraser
Hi All, Kai Koenig is giving a talk on integrating Flex 4 for ColdFusion Developers at cfobective ANZ in Melbourne this year. This type of training is really expensive normally, and so $295 for a 1 day course is excellent value. Flex 4 for ColdFusion developers (and others) (Kai Koenig)

Re: [cfaussie] cf.Objective(ANZ) 2010 update

2010-07-18 Thread Kai Koenig
There are going to be two tracks over two days. And yes, soon there will be an agenda with session times, break times, showing when what is happening in which room :) Cheers Kai On 19/07/2010, at 12:02 PM, Dale Fraser wrote: > Hi Kai, > > I think Mark said there are 2 tracks? If so will the

Re: [cfaussie] cf.Objective(ANZ) 2010 update

2010-07-18 Thread Mark Mandel
Dale, Does that mean you may possibly think about attending this year? * cheeky grin * Mark On Mon, Jul 19, 2010 at 10:02 AM, Dale Fraser wrote: > Hi Kai, > > I think Mark said there are 2 tracks? If so will the program be updated to > show which are on at what times, obviously you can only se

Re: [cfaussie] cf.Objective(ANZ) 2010 update

2010-07-18 Thread Kai Koenig
And shouldn't YOU be either sleeping or honeymooning, young man? :) Cheers Kai > Dale, > > Does that mean you may possibly think about attending this year? * cheeky > grin * > > Mark > > On Mon, Jul 19, 2010 at 10:02 AM, Dale Fraser wrote: > Hi Kai, > > I think Mark said there are 2 tra

Re: [cfaussie] cf.Objective(ANZ) 2010 update

2010-07-18 Thread Mark Mandel
Sh! Don't tell my wife ;o) Mark On Mon, Jul 19, 2010 at 10:27 AM, Kai Koenig wrote: > > And shouldn't YOU be either sleeping or honeymooning, young man? > > > :) > Cheers > Kai > > > > Dale, > > Does that mean you may possibly think about attending this year? * cheeky > grin * > > Mar

RE: [cfaussie] cf.Objective(ANZ) 2010 update

2010-07-18 Thread Dale Fraser
I would like to, but I may be O/S I'll defiantly send someone though and will likely send some to the workshops. Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://learncf.com http://flexcf.com From: cfaussie@googlegroups.com [mailto:

[cfaussie] Coldfusion 9, MSSQL and random java.lang.nullpointerexception errors

2010-07-18 Thread BarryC
Hello, We have some nul null (java.lang.nullpointerexception) errors randomly occuring on our servers, I've googled a bit and most of the posts refer to CF 8 and MySQL, but they all seem to point to database connection related things as being the issue. You can request the same page multiple time

RE: [cfaussie] cf.Objective(ANZ) 2010 update

2010-07-18 Thread charlie arehart
He "may be O/S". Hmm."operating system"? ."open source".ah, perhaps "overseas"? :-) Speaking of the workshops, if anyone has any questions about my CF911 class (or may want to share word of possible interest if not yet able to commit), I'd welcome hearing from you directly at char...@carehart.o

RE: [cfaussie] Coldfusion 9, MSSQL and random java.lang.nullpointerexception errors

2010-07-18 Thread charlie arehart
Right, Barry, I've not heard of it happening much on CF9. As for solving this... In 8 I would have recommended making sure you had any suitable CF hotfixes. In CF9, there has of course been at least one CHF (http://kb2.adobe.com/cps/825/cpsid_82536.html), but while it mentions NullPointerExceptio

[cfaussie] Re: Coldfusion 9, MSSQL and random java.lang.nullpointerexception errors

2010-07-18 Thread BarryC
Thanks Charlie, Some good ideas there, I will have a look at those things and let you know how I get on. Regards Barry On Jul 19, 2:57 pm, "charlie arehart" wrote: > Right, Barry, I've not heard of it happening much on CF9. As for solving > this... > > In 8 I would have recommended making sure

RE: [cfaussie] Re: Coldfusion 9, MSSQL and random java.lang.nullpointerexception errors

2010-07-18 Thread charlie arehart
Great. I'll look forward to hearing how it goes. But to be clear it's midnite for me and I'm off to bed, so if it's urgent I just want to clarify that I won't be able to reply for several hours. :-) The lateness also explains a couple of grammatical errors in my last note to Barry. Sorry! /cha

[cfaussie] Issue with displaying Chinese characters into CFDOCUMENT PDF

2010-07-18 Thread Hitesh
Hi All, When I try to generate HTML to PDF using with below tag, the Chinese characters getting converted to BLANK. What are the settings required in the code and on server? .. .. . . . Looking forward to seeing your great help! Thanks, Hitesh -- You received this message because you are

RE: [cfaussie] Issue with displaying Chinese characters into CFDOCUMENT PDF

2010-07-18 Thread Dale Fraser
You need to be using UTF8 in your document And you need to have the appropriate language pack installed on the server. Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus.

Re: [cfaussie] Issue with displaying Chinese characters into CFDOCUMENT PDF

2010-07-18 Thread Paul Kukiel
You will need to make sure the additional font packs are installed. If its Windows it "should" be just the "Supplemental Language Support" options in "regional and Language Options" in control panel. Regards, Paul. On 19/07/2010 3:18 PM, Hitesh wrote: Hi All, When I try to generate HTML to

[cfaussie] Re: Issue with displaying Chinese characters into CFDOCUMENT PDF

2010-07-18 Thread Hitesh
Hi Paul, Thanks for your reply. I don't know but this is becoming very strange!!! The required ASIAN LANGUAGES check-box is already checked on our WINDOWS SERVER 2003. And additionally I've also put at top and at the bottom ...still it does not work for me? Can you think of any other setting m

[cfaussie] Re: Issue with displaying Chinese characters into CFDOCUMENT PDF

2010-07-18 Thread Hitesh
Hi Dale, Thanks for your reply. I don't know but this is becoming very strange!!! The required ASIAN LANGUAGES check-box is already checked on our WINDOWS SERVER 2003. And additionally I've also put at top and at the bottom ...still it does not work for me? Can you think of any other setting m