[cfaussie] Re: CF calling MS Fax COM

2007-04-04 Thread Nathan Drury

Rod

What error message do you get back?  I'm having difficulties with COM
at the moment too and will post about them here.

On Apr 3, 5:19 pm, "rod higgins" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm having a problem talking to the MS Fax service object. My code
> below fails on the last line while trying to send the faxdocument.
> Anyone used thisCOM objectbefore?
>
> 
> script to test faxing a pdf
> document via Microsoft fax
>
> -->
>
> 
> 
>
> 
>  objFaxServer.CreateDocument("#path#sample.pdf")>
> ")>
> 
> 
>
> 
> 
>
> 
>
> Thanks in advance.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF calling MS Fax COM

2007-04-04 Thread Mike Kear

I use an external service and have absolutely no problems at all - its
as simple as sending an email.

Why do you need to use MSFax?

You can send coversheets as well as word docs or PDFs as faxes if you
want.  it's a piece of cake, and fast. And totally scalable up to
thousands of pages a minute.

If you're interested in that approach let me know.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month


On 4/4/07, Nathan Drury <[EMAIL PROTECTED]> wrote:
>
> Rod
>
> What error message do you get back?  I'm having difficulties with COM
> at the moment too and will post about them here.
>
> On Apr 3, 5:19 pm, "rod higgins" <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm having a problem talking to the MS Fax service object. My code
> > below fails on the last line while trying to send the faxdocument.
> > Anyone used thisCOM objectbefore?
> >
> >  >
> > script to test faxing a pdf
> > document via Microsoft fax
> >
> > -->
> >
> > 
> > 
> >
> > 
> >  > objFaxServer.CreateDocument("#path#sample.pdf")>
> > ")>
> > 
> > 
> >
> > 
> > 
> >
> > 
> >
> > Thanks in advance.
>
>
> >
>


--

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CF calling MS Fax COM

2007-04-04 Thread Rod Higgins

Hi Mike,

Is it a cost per service arrangment? Our client wouldn't be interested if
that is the case. They have a dedicated fax line in place and wish to use it
for this internal app server. Also the information is confidential in nature
(I know, I know, so why fax u ask??) so there want nothing sent across cyber
space.

They already have a dedicated fax server in place for their internal network
but it has a very flawed COM API so I went down the MS fax server path to
see if it was easier to talk to. 

I'm in the process of writing some java cfx tags that use the java rFax api.
I'm testing some sample code now that faxes pdf's with better results. I'll
try and rewrite the cfx tags as cfc's that call the api directly -
eventually - for easier code maintenance.

Cheers.

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mike Kear
Sent: Wednesday, 4 April 2007 5:14 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: CF calling MS Fax COM



I use an external service and have absolutely no problems at all - its as
simple as sending an email.

Why do you need to use MSFax?

You can send coversheets as well as word docs or PDFs as faxes if you
want.  it's a piece of cake, and fast. And totally scalable up to
thousands of pages a minute.

If you're interested in that approach let me know.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month


On 4/4/07, Nathan Drury <[EMAIL PROTECTED]> wrote:
>
> Rod
>
> What error message do you get back?  I'm having difficulties with COM 
> at the moment too and will post about them here.
>
> On Apr 3, 5:19 pm, "rod higgins" <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm having a problem talking to the MS Fax service object. My code 
> > below fails on the last line while trying to send the faxdocument. 
> > Anyone used thisCOM objectbefore?
> >
> >  >
> > script to test faxing a pdf
> > document via Microsoft fax
> >
> > -->
> >
> > 
> > 
> >
> >  
> >  > objFaxServer.CreateDocument("#path#sample.pdf")>
> > ")>
> > 
> > 
> >
> > 
> > 
> >
> > 
> >
> > Thanks in advance.
>
>
> >
>


--



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Anyone had success accessing COM objects using Java Stubs?

2007-04-04 Thread Nathan Drury

G'day

I'm trying to access a COM object for the web server extensions for
Pegasus' Prizm Viewer (http://www.pegasusimaging.com/prizmviewerhelp/
web-server.htm)

Pegasus provides an ActiveX DLL (AnnCGI) and some ASP code that
accesses that DLL and actually works.

Of course, we don't want to use ASP.  But when I access a method in
the COM object using CF I get the following error message:

An exception occurred when executing a Com method.
The cause of this exception was that: AutomationException: 0x800a005b
- Object variable or With block variable not set in 'AnnCGI'.

I do not get errors when setting properties.

So I decided to try creating a Java stub for it.  I followed the
instructions as laid out in
http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=1575.htm
in tandem with Ben Forta's Extending ColdFusion with COM (http://
www.forta.com/books/0321292693/0321292693_chapter26.swf @ page 20).
However, after following all the steps I get the following CF error:

An exception occurred when instantiating a Com object. The cause of
this exception was that: java.lang.ClassNotFoundException

The specific steps I followed are:

When running com2java.exe the paramters supplied were:

Type Library: C:\WINDOWS\system32\AnnCGI.dll
Java Package: com.pegasusimaging
Output Dir: C:\JavaStub\com\pegasusimaging\AnnCGI

com2java generated the java files fine and I was also able to compile
them and put the AnnCGI.jar file in C:\CFusionMX7\lib.  The specific
class/object of the COM object I wanted to access was Annotation.  So
in neo-comobjmap.xml I added:


com.pegasusimaging.AnnCGI.Annotation


I also tried all of the following (since it's not terribly clear what
to put into neo-comobjmap.xml) yet still got the same
ClassNotFoundException error:

AnnCGI.Annotation
com.pegasusimaging.AnnCGI.AnnCGI.Annotation
coldfusion.runtime.com.com2java.AnnCGI.annotation

coldfusion.runtime.com.com2java.com.pegasusimaging.AnnCGI.Annotation

coldfusion.runtime.com.com2java.com.pegasusimaging.AnnCGI.annotation

coldfusion.runtime.com.com2java.com.pegasusimaging.AnnCGI.AnnCGI.Annotation

So, I thought stuff this bloody java stub, why can't I just use the
generated classes directly?!?  But creating an object of Annotation
using 
results in CF ceasing to process and not throwing an error (i.e.
putting a http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Darren Tracey

Hi Grant

I'm sorry, but I'm not entirely up on what ZoomFlex is, does and
costs.

Is this training of use if, for some reason, you choose not to
implement the ZoomFlex framework? (ie is it generic Flex training or
specifically ZoomFlex training?)
Are there any costs associated with using this framework?

Thanks

Darren


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: cfcharts in cfforms

2007-04-04 Thread Greg Misdom
Hi Bryce,

http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:41030

based on the link above, I was able to get the example below working, hope
that helps.
(I think it's on cf 7.01)



   





 

 




 
  
   
 
  




Regards

Greg Misdom
Web Admin & Developer
Blacktown City Council.
(good to see another council cf developer)

On 4/4/07, Bryce Hoffmann <[EMAIL PROTECTED]> wrote:
>
>
> Hey
> Been trying to get a cfchart to appear in a tabbed cfform
> Have tried flipping the type in cfformitem, but only succeed in getting
> various code being displayed
> Can't find any examples or info where this is done on MX7.02
>
> Any help appreciated
> Bryce :-)
>
>
> *** Confidentiality and Disclaimer Statement *
> The information in this e-mail and any attachments are confidential and
> may be subject to legal professional privilege. It is intended solely for
> the attention and use of the named addressee(s). If you are not the intended
> recipient, or person responsible for delivering this information to the
> intended recipient, please notify the sender immediately. Unless you are the
> intended recipient or his/her representative you are not authorised to, and
> must not read, copy, distribute, use or retain this message or any part of
> it.
>
> Opinions, conclusions and other information expressed in this message are
> not given or endorsed by NCC unless otherwise indicated by an authorised
> officer independent of this message.
>
> NCC has implemented anti-virus software, and whilst all care is taken, it
> is the recipient's responsibility to ensure that the message and any
> attachments are scanned for viruses prior to use.
>
> This footnote also confirms this e-mail message has been read
> electronically by an e-mail content breakdown system.
>
> Newcastle City Council
> Web: http://www.newcastle.nsw.gov.au
> E-mail: [EMAIL PROTECTED]
>
>
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Grant Straker

Hi Darren,

ZoomFlex is an application that brings together server and client side
development when building Flex applications. It includes a
comprehensive client side Flex framewok as well as a server-side
object framework. It does cost and also requires ColdFusion (which we
package in through our OEM agreement with Adobe).

The training itself is 95% generic Flex training and we cover off
other Flex frameworks such as Cairngorm in equal measure. The last
module of the course is to build a Flex store using ZoomFlex but the
problems you will overcome in building the store and methods used will
be generic for any Flex application.

Clearly we see the training as a opportunity to showcase some of the
ZoomFlex features but whether someone who attends the course decides
to use our product or use the skills they get on the course to roll
their own is up to them. We have spent a huge amount of time and
resources in trying to simplify Flex development and the course is all
about teaching others some of the issues we have come across and how
to solve them.

If you have played with Flex, maybe built some small apps and want to
get to the next level then the course is for you, and I am sure will
save attendees a lot of pain going forward and give them a lot of
shortcuts for very little cost.

Cheers

Grant

On Apr 4, 7:35 pm, "Darren Tracey" <[EMAIL PROTECTED]> wrote:
> Hi Grant
>
> I'm sorry, but I'm not entirely up on what ZoomFlex is, does and
> costs.
>
> Is this training of use if, for some reason, you choose not to
> implement the ZoomFlex framework? (ie is it generic Flex training or
> specifically ZoomFlex training?)
> Are there any costs associated with using this framework?
>
> Thanks
>
> Darren


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] getPageContext().forward() issue

2007-04-04 Thread Steve Onnis
I was under the impression that using getPageContext().forward() would just
forward the request to the template specified but retain all the variables
that were part of the original request/  Is this not correct?

 
 


Steve Onnis


Director / Head Developer


  
[EMAIL PROTECTED]

   +61 3 9001
2258

   0401 667
996

  
www.inevative.com.au

    
  

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---

<>
<>
<>
<>
<>





[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Robin Hilliard

I have taken this offline with Dale.

__

Robin Hilliard


On 04/04/2007, at 3:01 PM, Dale Fraser wrote:




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: getPageContext().forward() issue

2007-04-04 Thread Mark Mandel
It should retain your shared scopes, so request, url, etc - but it won't
retain any of your local variables.

Mark

On 4/4/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>  I was under the impression that using getPageContext().forward() would
> just forward the request to the template specified but retain all the
> variables that were part of the original request/  Is this not correct?
>
> Steve Onnis Director / Head Developer
>
> [EMAIL PROTECTED]
>
> +61 3 9001 2258
>
> 0401 667 996
>
> www.inevative.com.au
>   
> 
>
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---

<>

<>
<>

<>

<>


[cfaussie] Re: getPageContext().forward() issue

2007-04-04 Thread Steve Onnis
FORM is a shared scope though.isnt it?

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Mandel
Sent: Wednesday, 4 April 2007 6:57 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: getPageContext().forward() issue


It should retain your shared scopes, so request, url, etc - but it won't
retain any of your local variables.

Mark


On 4/4/07, Steve Onnis < [EMAIL PROTECTED]> wrote: 

I was under the impression that using getPageContext().forward() would just
forward the request to the template specified but retain all the variables
that were part of the original request/  Is this not correct?

 
 


Steve Onnis


Director / Head Developer


  
[EMAIL PROTECTED]   

   +61 3 9001
2258

   0401 667
996

  
www.inevative.com.au 

    
  






-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---

<>
<>
<>
<>
<>





[cfaussie] Re: getPageContext().forward() issue

2007-04-04 Thread Mark Mandel
Yeah, it should send form across.

Mark

On 4/4/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>  FORM is a shared scope though.isnt it?
>
>  --
> *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Mark Mandel
> *Sent:* Wednesday, 4 April 2007 6:57 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] Re: getPageContext().forward() issue
>
> It should retain your shared scopes, so request, url, etc - but it won't
> retain any of your local variables.
>
> Mark
>
> On 4/4/07, Steve Onnis < [EMAIL PROTECTED]> wrote:
> >
> >  I was under the impression that using getPageContext().forward() would
> > just forward the request to the template specified but retain all the
> > variables that were part of the original request/  Is this not correct?
> >
> > Steve Onnis Director / Head Developer
> >
> > [EMAIL PROTECTED]
> >
> > +61 3 9001 2258
> >
> > 0401 667 996
> >
> > www.inevative.com.au
> >    
> > 
> >
> >
> >
>
>
> --
> E: [EMAIL PROTECTED]
> W: www.compoundtheory.com
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---

<>
<>

<>
<>
<>




[cfaussie] Re: getPageContext().forward() issue

2007-04-04 Thread Steve Onnis
Anyone try it for me?

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Mandel
Sent: Wednesday, 4 April 2007 7:06 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: getPageContext().forward() issue


Yeah, it should send form across.

Mark


On 4/4/07, Steve Onnis <[EMAIL PROTECTED]> wrote: 

FORM is a shared scope though.isnt it?

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Mandel
Sent: Wednesday, 4 April 2007 6:57 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: getPageContext().forward() issue



It should retain your shared scopes, so request, url, etc - but it won't
retain any of your local variables.

Mark


On 4/4/07, Steve Onnis < [EMAIL PROTECTED]> wrote: 

I was under the impression that using getPageContext().forward() would just
forward the request to the template specified but retain all the variables
that were part of the original request/  Is this not correct?

 
 


Steve Onnis


Director / Head Developer


  
[EMAIL PROTECTED]   

   +61 3 9001
2258

   0401 667
996

  
www.inevative.com.au 

    
  






-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com






-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---

<>
<>
<>
<>
<>





[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Scott Barnes
They did that, but the language still is a pain in the ass to work with :)

I say well done Grant, taking the initiative and teaching the troops! :)..
I'm sure if you got up to Brisbane you'd probably be able to find the
numbers to accomodate. I'm currently going through some of my old emails
now, as I had quite a few devs/designers early this year (pre-MSFT gig)
asking for help and i'll try and flick them to you.

No offense and it sounds anti-Adobe but Certifications aren't that exciting
these days, Macromedia ones were kind of worthwhile but bit fragmented
nowdays (sorry).


On 4/4/07, Bjorn Schultheiss <[EMAIL PROTECTED]> wrote:
>
>
> Whatever happened to the good old, read the bloody documentation and
> get your hands dirty approach.
>
> * joke
>
>
>
>
>
> On 04/04/2007, at 2:35 PM, Robin Hilliard wrote:
>
> >
> > FYI the Adobe certified Flex courses are now being offered by Dynamic
> > Web Training - I'm actually in Melbourne right now teaching the very
> > first Rich Client Application course, and will be back down in a few
> > weeks for the Data & Communications course.  That said, if you can
> > make it to Indy's sessions I'm sure you'll get a lot out of it.
> >
> > http://www.dynamicwebtraining.com.au/training/flex_training.php
> >
> > Thanks,
> > Robin
> >
> > __
> >
> > Robin Hilliard
> > Director - RocketBoots Pty Ltd
> > Consulting . Recruitment . Software Licensing . Training
> > http://www.rocketboots.com.au
> >
> > For schedule/availability call Pamela Higgins:
> > w+61 7 5451 0362
> > m+61 419 677 151
> > f+61 3 9923 6261
> > e[EMAIL PROTECTED]
> >
> > or Direct:
> > m+61 418 414 341
> > e[EMAIL PROTECTED]
> >
> >
> > On 04/04/2007, at 2:18 PM, Grant Straker wrote:
> >
> >>
> >> It won't come with any Adobe certification but we will have our own
> >> certificate to hand out at the end.
> >>
> >> We have been working with and training Flex since Flex 1.0, so
> >> feel we
> >> know enough about it to get out a certificate with some meaning.
> >>
> >> Grant
> >>
> >> On Apr 4, 4:12 pm, "Barry Beattie" <[EMAIL PROTECTED]> wrote:
> >>> because you (your company) have been a respected Macromedia
> >>> Alliance partner
> >>> for a while now, does this training come with any recognition/
> >>> magic pieces
> >>> of paper/certification?
> >>>
> >>> On 4/4/07, Grant Straker <[EMAIL PROTECTED]> wrote:
> >>>
>  Yep, if people are interested.
> >>>
>  We have a number of clients in Queensland so Brisbane is
>  certainly an
>  option as is Melbourne. I'll have a chat with the guys and see
>  if we
>  can get some provisional dates for both locations and see if we
>  have
>  enough interest to run one.
> >>>
>  It is being offered in Auckland on the 17-18th April for those
>  interested.
> >>>
>  http://www.straker.co.nz/shadozoom//events/events/2007/en/
>  auckland-2-...
> >>>
>  Grant
> >>>
>  On Apr 4, 3:41 pm, "KNOTT, Brian" <[EMAIL PROTECTED]>
>  wrote:
> > Grant,
> >  Can this course be offered in other locatons.
> >>>
> > Brian-Original Message-
> > From: cfaussie@googlegroups.com
> > [mailto:[EMAIL PROTECTED] On
> >>>
> > Behalf Of Grant Straker
> > Sent: Wednesday, 4 April 2007 1:36 PM
> > To: cfaussie
> > Subject: [cfaussie] Affordable Flex Training
> >>>
> > Hi All,
> >>>
> > Many people we meet at Webdu talked to us about Flex training in
> > general
> > and also learning a bit more about ZoomFlex . Due to the demand
> > we have
> > put together a low cost Flex training course to be held in
> > Sydney on the
> > 23-24 April. At only $295 the course is an absolute bargin for
> > those of
> > you looking to upskill in Flex.
> >>>
> > Course Agenda:
> >>>
> > The course is designed for developers who have had some exposure
> > to Flex
> > and understand the basics but want to get to the next level. At
> > the end
> > of the course attendees will build a working e-commerce Flex
> > store using
> > the ZoomFlex framework.
> >>>
> > Day 1
> >>>
> > * Understanding the Flex paradigm
> > * Flex Frameworks and why you need them (Covers MVC,Cairgorm
> > and
> > ZoomFlex)
> > * Best practice CFC architecture
> > * Error handling and debugging
> > * Building for performance
> >>>
> > Day 2
> >>>
> > * Making Flex applications SEO friendly
> > * Securing Flex applications
> > * Flex tips and tricks
> > * Building a Flex e-commerce store
> >>>
> > The Tutor
> >>>
> > Senior Shado developer and course presenter Indy Nagpal has
> > conducted
> > training on different versions of ColdFusion since 1999 and is
> > Adobe
> > certified to teach Flex as well as Fast Track and Advanced
> > ColdFusion
> > courses. Indy was formerly a teacher of web programming at Humber
> > College

[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread M@ Bourke
>No offense and it sounds anti-Adobe but Certifications aren't that exciting
these days, Macromedia ones were kind of worthwhile but bit >fragmented
nowdays (sorry).

I'd disagree strongly.
every job I've gotten since my certification, my certification has been
brought up by the employer.
they *many* do notice it.
I personally wouldn't think just cos someone has a cert they are good, but I
would see it as an example of there initiative.
Also if your resume goes to a recruiter who knows nothing about CF and the
recruiter gets 10 resumes and 2 of them are MM/Adobe CF certified, odds are
those 2 will get placed to the top of the list.
I remember when I sat the brain bench exam (cost me $20) a few other devs I
knew laughed at me and said it was worthless, it was that certificate and
that certificate solely that enabled my employer to find me and relocate me
to the other side of the world all expenses paid, so that $20USD paid for
it's self quite quick.

certs are just pieces of paper but different employers view them in
different ways, so you can never have to much paper if ya ask me.
well to be technical there should be no paper involved all evidence of
certification should be stored on solar powered servers :P

M@

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: WSE Security - anyone have any experience with it?

2007-04-04 Thread Shane Farmer
Hi Mike,

Not sure how you would deal with this without packaging the message in a
SOAP envelop manually through XML objects, but in Java you just have to make
sure you use the right security namespaces. What you are dealing with is a
Microsoft implementation of the SOAP Security standard.

Seeing as the CF SOAP stuff is just a wrapper around Axis, it should be able
to handle it fine. Try adding the SOAP headers through CF (7 can handle this
just not sure of the syntax off the top of my head). MX 6.1 can't handle
this very easily though. Try comparing the XML generated by doing this to a
cal to the web service from SOAP UI . If you can
make SOAP UI talk to the web service, you will have a copy of the XML to
work with and compare against.

Here is an example of a SOAP request that uses WSSE

http://schemas.xmlsoap.org/ws/2002/07/secext";>
  
*
  
MyName
MyPass
  
*
  
  
  
  


You can get more information from the XSD's relating to the WSSE and SOAP
namespaces etc.

Hope this helps,
Shane

On 4/4/07, Mike Kear <[EMAIL PROTECTED]> wrote:
>
>
> My client has asked for advice on what the ramifications might be for
> his site if he shares content with another company who uses WSE
> Security.
>
> The content will require secure access - there's dollars being passed
> back and forth - and this other company is a .net site, and they use
> WSE security.
>
> So .. now I have to bone up on what it means for a CF7.0.2
> enterprise/Win2003 environment.
>
> Can anyone point me at any resources so I can learn about it.
> preferably not anything from Microsoft I have the greatest difficulty
> learning anything from their documentation.
>
> --
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] OT - Regex for incrementing number

2007-04-04 Thread Justin Raymond

Does anyone know if i can use regex to test whether a four digit
number has each digit incrementing? Eg: 1234 or 4567

Many thanks
Justin


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Web on the Piste Registration open

2007-04-04 Thread Grant Straker

Hi All,

We are now taking registrations for Web on the Piste through the site
www.webonthepiste.com.

It only cost AU $395 (NZ $450) on the earlybird pricing plan and we
are trying to package in a day or two complementary ski pass into the
price but will keep you posted on that.

The conference is going to be very focused on RIA / web 2.0 technology
and we running both Developer/Design and Business streams so you can
learn the latest technologies being used to build RIA/Web 2.0 sites as
well as how they changing the market and generating new business
opportunities. There is an awesome list of speakers/presenters and a
few more to be announced and this conference is very much about having
a quality experience.

Check out Air New Zealand's www.grabaseat.co.nz site on a weekly basis
as it has specials on flights to and from NZ.

Grant


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: OT - Regex for incrementing number

2007-04-04 Thread Toby Tremayne
I don't think so Justin - regex is intended for processing text so it  
doesn't have much in the way of math functions as far as I know.  You  
might be best to simply loop through the digits and check that each  
is greater than, and the same distance from the previous.

Toby

On 05/04/2007, at 9:06 , Justin Raymond wrote:

>
> Does anyone know if i can use regex to test whether a four digit
> number has each digit incrementing? Eg: 1234 or 4567
>
> Many thanks
> Justin
>
>
> 


---

Life is poetry, write it in your own words

---

Toby Tremayne
Senior Technical Consultant
Lyricist Software
0416 048 090
ICQ: 13107913



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: WSE Security - anyone have any experience with it?

2007-04-04 Thread Mike Kear

Thanks Shane,  this is indeed very helpful.

The plan is at business plan stage now.  I was asked "does this WSE
Security thing mean it's going to be doable if we go ahead or not?"
The management people are discussing all the business and legal
aspects of the two sites working together, and if they go ahead, then
the two sites are going to have to pass a lot of info back and forth
including money and personal information.   Their site is much bigger
than ours and they use WSE Security.

So we needed to know up front if it's going to be doable or not.   The
deal they're talking about is far bigger in impact than the technical
issue of the web site.  If it comes down to it,  the It guys are goign
to be told "make it happen, dont give me reasons why it cant be done.
If you have problems, get around them!"   So at this point we needed
to know if 'they", a much bigger site than ours will need to be asked
to change the way they handle security.  Not a good look for this
deal.

The bottom line, for now, is that it's tricky and messy but doable, I think.

When/if the deal proceeds  it'll be some late nights and studying I think.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On 4/5/07, Shane Farmer <[EMAIL PROTECTED]> wrote:
> Hi Mike,
>
> Not sure how you would deal with this without packaging the message in a
> SOAP envelop manually through XML objects, but in Java you just have to make
> sure you use the right security namespaces. What you are dealing with is a
> Microsoft implementation of the SOAP Security standard.
>
> Seeing as the CF SOAP stuff is just a wrapper around Axis, it should be able
> to handle it fine. Try adding the SOAP headers through CF (7 can handle this
> just not sure of the syntax off the top of my head). MX 6.1 can't handle
> this very easily though. Try comparing the XML generated by doing this to a
> cal to the web service from SOAP UI. If you can make SOAP UI talk to the web
> service, you will have a copy of the XML to work with and compare against.
>
> Here is an example of a SOAP request that uses WSSE
>
>  xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/07/secext";>
>   
> 
>   
> MyName
> MyPass
>   
> 
>   
>   
>   
>   
> 
>
> You can get more information from the XSD's relating to the WSSE and SOAP
> namespaces etc.
>
> Hope this helps,
> Shane
>
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Blog

2007-04-04 Thread Justin Mclean

Hi,

After a few gentle pokes from certain peope I've decide to start my
own blog:
http://blog.classsoftware.com

I've just put up a ColdFusion custom tag for converting plain text
addresses into hCard microformats.
http://blog.classsoftware.com/index.cfm/2007/4/4/ColdFusion-hCard-Microformats

Justin


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Blog

2007-04-04 Thread Andrew Muller

Congrats!  You'll have to get Geoff to add you to the Goog!

On 05/04/07, Justin Mclean <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> After a few gentle pokes from certain peope I've decide to start my
> own blog:
> http://blog.classsoftware.com
>
> I've just put up a ColdFusion custom tag for converting plain text
> addresses into hCard microformats.
> http://blog.classsoftware.com/index.cfm/2007/4/4/ColdFusion-hCard-Microformats
>
> Justin
>
>
> >
>


-- 
---
Andrew Muller
http://www.webqem.com

linkedin: http://www.linkedin.com/pub/1/151/905

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] OT: CVSDude - no reponse!

2007-04-04 Thread Duncan

Having dutifully posted this in watercooler and had no response, I
hope to not receive wrath for posting this out to the wider cfaussie
community!

After seeing the reviews of CVSDude around the place and their
fantastic testimonials, we decided that we could relieve ourselves of
some pain and move our SVN to this great service.

"Tech support has been knowledgeable and friendly, and ludicrously
quick" http://cvsdude.com/testimonials.pl

Now heres the thing - we signed up to their team product 2 days ago,
and I fired off 3 emails via their support page asking various things
that I couldnt find an answer to in the site.

1) I cant register on the forums, 2) I signed up with a username
specific to me and I should have used my company name, and would like
it changed and 3) can we, from the post-commit hook call a URL?

I haven't had any response from any of these emails. This morning I
also wrote an email to Mark Bathie expressing my dismay and still have
had nothing back.

This lack of contact for a paying customer is really bad, we are
looking to trust them with all of our source code, the very data that
holds our company up, and by the hour, I am thinking I should hold on
to it.

Has any one else had an experience like this? I certainly cant find
one single person that has had an issue. I really hope there is a good
reason.

-- 
Duncan I Loxton
[EMAIL PROTECTED]

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Blog

2007-04-04 Thread Raymond Camden

Can you add your blog here please:

http://ray.camdenfamily.com/index.cfm/2005/10/26/Call-to-BlogCFC-Users


On 4/4/07, Justin Mclean <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> After a few gentle pokes from certain peope I've decide to start my
> own blog:
> http://blog.classsoftware.com
>
> I've just put up a ColdFusion custom tag for converting plain text
> addresses into hCard microformats.
> http://blog.classsoftware.com/index.cfm/2007/4/4/ColdFusion-hCard-Microformats
>
> Justin
>
>
> >
>


-- 
===
Raymond Camden

Email: [EMAIL PROTECTED]
Blog  : ray.camdenfamily.com
AOL IM : cfjedimaster

Video game player? Have kids? Check out KidGamers.org

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Blog

2007-04-04 Thread Justin Mclean

Hi Ray,

Done so and thanks for use of your BlgCFC software - it's very easy to
customise.

BTW is there a way to submit enhancements/fixes to your blog.CFC code?
I fixed a minor date issue with the RSS feed and played about with the
code formatting so it could better colour code cfscript and
actionscript code.

Justin


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Date format

2007-04-04 Thread paulineb

Tom,

If you use the following, which is an extract from a component I wrote
to convert Active Directory account expiry filetime to utc time, you
get quite different results.

AD stores dates as nanoseconds since 1/1/1601, but I'd say that these
dates are probably seconds since 1/1/1970 or seconds from 30/12/1899,
so I've cut out the part that deals with nanoseconds! .

cfscript code snippet:

interimDate1 = DateAdd("s", 716640, "30/12/1899 00:00:00");
interimDate2 = DateAdd("s", 712672, "30/12/1899 00:00:00");
interimDate3 = DateAdd("s", 716640, "01/01/1970 00:00:00");
interimDate4 = DateAdd("s", 712672, "01/01/1970 00:00:00");

// Convert UTC to local.
convertedDate1 = createodbcdatetime(DateConvert("utc2local",
interimDate1));
convertedDate2 = createodbcdatetime(DateConvert("utc2local",
interimDate2));
convertedDate3 = createodbcdatetime(DateConvert("utc2local",
interimDate3));
convertedDate4 = createodbcdatetime(DateConvert("utc2local",
interimDate4));

If you output these dates you get you get the same actual days, but
different times.

{ts '1900-01-07 17:04:00'}
{ts '1900-01-07 15:57:52'}
{ts '1970-01-09 17:04:00'}
{ts '1970-01-09 15:57:52'}

Which date range do you think tour dobs are from? You should be able
to work out which one of these to use.

Doesn't quite make sense to me that both Excel and CF are showing the
date years 3862 and 3851. They have to be working in seconds maybe,
not days since a certain date.

Hope this helps.

Pauline


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Blog

2007-04-04 Thread Andrew Scott

Blogcfc.riaforge.com



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Justin Mclean
Sent: Thursday, 5 April 2007 11:18 AM
To: cfaussie
Subject: [cfaussie] Re: Blog


Hi Ray,

Done so and thanks for use of your BlgCFC software - it's very easy to
customise.

BTW is there a way to submit enhancements/fixes to your blog.CFC code?
I fixed a minor date issue with the RSS feed and played about with the
code formatting so it could better colour code cfscript and
actionscript code.

Justin




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Allan Browning

Getting away from the certificate discussion, is there any show of
hands from Brisbane that would be interested in the flex training. My
hand is up.
Having come from primarily an ASP background with  some self taught
coldfusion I am interested in learning a framework that will help me
deliver clear reuseable code.
The learning curve is steep and I need some help.

Allan

On Apr 4, 11:29 pm, "M@ Bourke" <[EMAIL PROTECTED]>
wrote:
> >No offense and it sounds anti-Adobe but Certifications aren't that exciting
>
> these days, Macromedia ones were kind of worthwhile but bit >fragmented
> nowdays (sorry).
>
> I'd disagree strongly.
> every job I've gotten since my certification, my certification has been
> brought up by the employer.
> they *many* do notice it.
> I personally wouldn't think just cos someone has a cert they are good, but I
> would see it as an example of there initiative.
> Also if your resume goes to a recruiter who knows nothing about CF and the
> recruiter gets 10 resumes and 2 of them are MM/Adobe CF certified, odds are
> those 2 will get placed to the top of the list.
> I remember when I sat the brain bench exam (cost me $20) a few other devs I
> knew laughed at me and said it was worthless, it was that certificate and
> that certificate solely that enabled my employer to find me and relocate me
> to the other side of the world all expenses paid, so that $20USD paid for
> it's self quite quick.
>
> certs are just pieces of paper but different employers view them in
> different ways, so you can never have to much paper if ya ask me.
> well to be technical there should be no paper involved all evidence of
> certification should be stored on solar powered servers :P
>
> M@


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Date format

2007-04-04 Thread Tom MacKean
For anyone still interested in this thread, I thought I might show my final
conclusions...

The database is called Bluechip (a product of HCN, the folks who brought you
Medical Director) and anyone working in the health industry may come across
it.

To get a date from a Bluechip date integer subtract the constant 693594 from
the integer and hand over to CF.

e.g. #dateformat(DOB-693594,"d/m/")#

Strangely, if DOB is null, the result is 2/1/0001

Thanks to everyone for their help and suggestions.

Tom


On 4/5/07, paulineb <[EMAIL PROTECTED]> wrote:
>
>
> Tom,
>
> If you use the following, which is an extract from a component I wrote
> to convert Active Directory account expiry filetime to utc time, you
> get quite different results.
>
> AD stores dates as nanoseconds since 1/1/1601, but I'd say that these
> dates are probably seconds since 1/1/1970 or seconds from 30/12/1899,
> so I've cut out the part that deals with nanoseconds! .
>
> cfscript code snippet:
>
>interimDate1 = DateAdd("s", 716640, "30/12/1899 00:00:00");
>interimDate2 = DateAdd("s", 712672, "30/12/1899 00:00:00");
>interimDate3 = DateAdd("s", 716640, "01/01/1970 00:00:00");
>interimDate4 = DateAdd("s", 712672, "01/01/1970 00:00:00");
>
>// Convert UTC to local.
>convertedDate1 = createodbcdatetime(DateConvert("utc2local",
> interimDate1));
>convertedDate2 = createodbcdatetime(DateConvert("utc2local",
> interimDate2));
>convertedDate3 = createodbcdatetime(DateConvert("utc2local",
> interimDate3));
>convertedDate4 = createodbcdatetime(DateConvert("utc2local",
> interimDate4));
>
> If you output these dates you get you get the same actual days, but
> different times.
>
> {ts '1900-01-07 17:04:00'}
> {ts '1900-01-07 15:57:52'}
> {ts '1970-01-09 17:04:00'}
> {ts '1970-01-09 15:57:52'}
>
> Which date range do you think tour dobs are from? You should be able
> to work out which one of these to use.
>
> Doesn't quite make sense to me that both Excel and CF are showing the
> date years 3862 and 3851. They have to be working in seconds maybe,
> not days since a certain date.
>
> Hope this helps.
>
> Pauline
>
>
> >
>


-- 
IMPORTANT: This email is intended for the use of the individual addressee(s)
named above and may contain information that is confidential privileged or
unsuitable for overly sensitive persons with low self-esteem, no sense of
humor or irrational religious beliefs. If you are not the intended
recipient, any dissemination, distribution or copying of this email is not
authorized (either explicitly or implicitly) and constitutes an irritating
social fauxpas. No animals were harmed in the transmission of this email,
although the mutt next door is living on borrowed time, let me tell you.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Haikal Saadh

I put my hands up for Brisbane... a lovely city ; )

(That's an 'interested' hand, though, not a 'commited' hand).

Allan Browning wrote:
> Getting away from the certificate discussion, is there any show of
> hands from Brisbane that would be interested in the flex training. My
> hand is up.
> Having come from primarily an ASP background with  some self taught
> coldfusion I am interested in learning a framework that will help me
> deliver clear reuseable code.
> The learning curve is steep and I need some help.
>
> Allan
>
> On Apr 4, 11:29 pm, "M@ Bourke" <[EMAIL PROTECTED]>
> wrote:
>   
>>> No offense and it sounds anti-Adobe but Certifications aren't that exciting
>>>   
>> these days, Macromedia ones were kind of worthwhile but bit >fragmented
>> nowdays (sorry).
>>
>> I'd disagree strongly.
>> every job I've gotten since my certification, my certification has been
>> brought up by the employer.
>> they *many* do notice it.
>> I personally wouldn't think just cos someone has a cert they are good, but I
>> would see it as an example of there initiative.
>> Also if your resume goes to a recruiter who knows nothing about CF and the
>> recruiter gets 10 resumes and 2 of them are MM/Adobe CF certified, odds are
>> those 2 will get placed to the top of the list.
>> I remember when I sat the brain bench exam (cost me $20) a few other devs I
>> knew laughed at me and said it was worthless, it was that certificate and
>> that certificate solely that enabled my employer to find me and relocate me
>> to the other side of the world all expenses paid, so that $20USD paid for
>> it's self quite quick.
>>
>> certs are just pieces of paper but different employers view them in
>> different ways, so you can never have to much paper if ya ask me.
>> well to be technical there should be no paper involved all evidence of
>> certification should be stored on solar powered servers :P
>>
>> M@
>> 
>
>
> >
>
>   


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Blair McKenzie
I'm interested.

Blair

On 4/5/07, Haikal Saadh <[EMAIL PROTECTED]> wrote:
>
>
> I put my hands up for Brisbane... a lovely city ; )
>
> (That's an 'interested' hand, though, not a 'commited' hand).
>
> Allan Browning wrote:
> > Getting away from the certificate discussion, is there any show of
> > hands from Brisbane that would be interested in the flex training. My
> > hand is up.
> > Having come from primarily an ASP background with  some self taught
> > coldfusion I am interested in learning a framework that will help me
> > deliver clear reuseable code.
> > The learning curve is steep and I need some help.
> >
> > Allan
> >
> > On Apr 4, 11:29 pm, "M@ Bourke" <[EMAIL PROTECTED]>
> > wrote:
> >
> >>> No offense and it sounds anti-Adobe but Certifications aren't that
> exciting
> >>>
> >> these days, Macromedia ones were kind of worthwhile but bit >fragmented
> >> nowdays (sorry).
> >>
> >> I'd disagree strongly.
> >> every job I've gotten since my certification, my certification has been
> >> brought up by the employer.
> >> they *many* do notice it.
> >> I personally wouldn't think just cos someone has a cert they are good,
> but I
> >> would see it as an example of there initiative.
> >> Also if your resume goes to a recruiter who knows nothing about CF and
> the
> >> recruiter gets 10 resumes and 2 of them are MM/Adobe CF certified, odds
> are
> >> those 2 will get placed to the top of the list.
> >> I remember when I sat the brain bench exam (cost me $20) a few other
> devs I
> >> knew laughed at me and said it was worthless, it was that certificate
> and
> >> that certificate solely that enabled my employer to find me and
> relocate me
> >> to the other side of the world all expenses paid, so that $20USD paid
> for
> >> it's self quite quick.
> >>
> >> certs are just pieces of paper but different employers view them in
> >> different ways, so you can never have to much paper if ya ask me.
> >> well to be technical there should be no paper involved all evidence of
> >> certification should be stored on solar powered servers :P
> >>
> >> M@
> >>
> >
> >
> > >
> >
> >
>
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread Grant Straker

I've had a quick catch up with Indy and we could do 26/27th April in
Brisbane for Flex training with the same details as the Sydney course.
Can you email me off list if you are interested and I'll see if we can
get something sorted.

Cheers

Grant



On Apr 5, 2:30 pm, Haikal Saadh <[EMAIL PROTECTED]> wrote:
> I put my hands up for Brisbane... a lovely city ; )
>
> (That's an 'interested' hand, though, not a 'commited' hand).Allan Browning 
> wrote:
> > Getting away from the certificate discussion, is there any show of
> > hands from Brisbane that would be interested in the flex training. My
> > hand is up.
> > Having come from primarily an ASP background with  some self taught
> > coldfusion I am interested in learning a framework that will help me
> > deliver clear reuseable code.
> > The learning curve is steep and I need some help.
>
> > Allan
>
> > On Apr 4, 11:29 pm, "M@ Bourke" <[EMAIL PROTECTED]>
> > wrote:
>
> >>> No offense and it sounds anti-Adobe but Certifications aren't that 
> >>> exciting
>
> >> these days, Macromedia ones were kind of worthwhile but bit >fragmented
> >> nowdays (sorry).
>
> >> I'd disagree strongly.
> >> every job I've gotten since my certification, my certification has been
> >> brought up by the employer.
> >> they *many* do notice it.
> >> I personally wouldn't think just cos someone has a cert they are good, but 
> >> I
> >> would see it as an example of there initiative.
> >> Also if your resume goes to a recruiter who knows nothing about CF and the
> >> recruiter gets 10 resumes and 2 of them are MM/Adobe CF certified, odds are
> >> those 2 will get placed to the top of the list.
> >> I remember when I sat the brain bench exam (cost me $20) a few other devs I
> >> knew laughed at me and said it was worthless, it was that certificate and
> >> that certificate solely that enabled my employer to find me and relocate me
> >> to the other side of the world all expenses paid, so that $20USD paid for
> >> it's self quite quick.
>
> >> certs are just pieces of paper but different employers view them in
> >> different ways, so you can never have to much paper if ya ask me.
> >> well to be technical there should be no paper involved all evidence of
> >> certification should be stored on solar powered servers :P
>
> >> M@


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Date format

2007-04-04 Thread Dale Fraser
Of course,

 

693,594 I should have know, that how many fish Jesus created when he fed the
masses :)

 

Regards

Dale Fraser

 

http://dale.fraser.id.au/blog

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Tom MacKean
Sent: Thursday, 5 April 2007 12:27 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Date format

 

For anyone still interested in this thread, I thought I might show my final
conclusions...

 

The database is called Bluechip (a product of HCN, the folks who brought you
Medical Director) and anyone working in the health industry may come across
it.

 

To get a date from a Bluechip date integer subtract the constant 693594 from
the integer and hand over to CF.

 

e.g. #dateformat(DOB-693594,"d/m/")#

 

Strangely, if DOB is null, the result is 2/1/0001 

 

Thanks to everyone for their help and suggestions.

 

Tom

 

On 4/5/07, paulineb <[EMAIL PROTECTED]> wrote: 


Tom,

If you use the following, which is an extract from a component I wrote
to convert Active Directory account expiry filetime to utc time, you 
get quite different results.

AD stores dates as nanoseconds since 1/1/1601, but I'd say that these
dates are probably seconds since 1/1/1970 or seconds from 30/12/1899,
so I've cut out the part that deals with nanoseconds! . 

cfscript code snippet:

   interimDate1 = DateAdd("s", 716640, "30/12/1899 00:00:00");
   interimDate2 = DateAdd("s", 712672, "30/12/1899 00:00:00");
   interimDate3 = DateAdd("s", 716640, "01/01/1970 00:00:00"); 
   interimDate4 = DateAdd("s", 712672, "01/01/1970 00:00:00");

   // Convert UTC to local.
   convertedDate1 = createodbcdatetime(DateConvert("utc2local",
interimDate1));
   convertedDate2 = createodbcdatetime(DateConvert("utc2local",
interimDate2));
   convertedDate3 = createodbcdatetime(DateConvert("utc2local",
interimDate3));
   convertedDate4 = createodbcdatetime(DateConvert("utc2local", 
interimDate4));

If you output these dates you get you get the same actual days, but
different times.

{ts '1900-01-07 17:04:00'}
{ts '1900-01-07 15:57:52'}
{ts '1970-01-09 17:04:00'} 
{ts '1970-01-09 15:57:52'}

Which date range do you think tour dobs are from? You should be able
to work out which one of these to use.

Doesn't quite make sense to me that both Excel and CF are showing the 
date years 3862 and 3851. They have to be working in seconds maybe,
not days since a certain date.

Hope this helps.

Pauline






-- 
IMPORTANT: This email is intended for the use of the individual addressee(s)
named above and may contain information that is confidential privileged or
unsuitable for overly sensitive persons with low self-esteem, no sense of
humor or irrational religious beliefs. If you are not the intended
recipient, any dissemination, distribution or copying of this email is not
authorized (either explicitly or implicitly) and constitutes an irritating
social fauxpas. No animals were harmed in the transmission of this email,
although the mutt next door is living on borrowed time, let me tell you. 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Unable to retrieve collections from the Search Service.

2007-04-04 Thread Sean Bucklar

I've got a box reporting the following when I try and view the verity
collections menu in the cfadministrator.

Unable to retrieve collections from the Search Service.
Please verify that the ColdFusion MX Search Server is installed and running.

The search server is indeed up and running. I've restarted it a
several times. As well as the application server and the odbc server
for good measure with no impact on the error behavior.

The following tech note provided a cause and solution for this behavior.

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6c6881a9&pss=rss_coldfusion_6c6881a9

Unfortunately, it doesn't appear to be applicable, and the suggested
resolution doesn't really work.

Has anybody come across this error and have a handy solution available?

Its a production server, so Ideally I'd prefer not to have to restart the box.

Cheers
Sean Bucklar
[EMAIL PROTECTED]

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] outputting recordset

2007-04-04 Thread Taco Fleur
Hi all,

I have a problem I can't seem to get my head around, any help is
appreciated.

I need to output a recordset in a table, infinite rows, and maximum 3
columns in width.
Output need to be as following though;

1 - 7 - 13
2 - 8 - 14
3 - 9 - 15
4 - 10 - []
5 - 11 - []
6 - 12 - []

-- 
Taco Fleur - http://www.pacificfox.com.au
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 …

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Dale Fraser
So are you saying a fixed number of rows 6

 

Or a fixed number of columns 3?

 

Regards

Dale Fraser

 

http://dale.fraser.id.au/blog

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Taco Fleur
Sent: Thursday, 5 April 2007 2:33 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] outputting recordset

 

Hi all,

 

I have a problem I can't seem to get my head around, any help is
appreciated.

 

I need to output a recordset in a table, infinite rows, and maximum 3
columns in width.

Output need to be as following though;

 

1 - 7 - 13

2 - 8 - 14

3 - 9 - 15

4 - 10 - []

5 - 11 - []

6 - 12 - []

-- 
Taco Fleur - http://www.pacificfox.com.au 
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 . 




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Seona Bellamy
On 05/04/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>  So are you saying a fixed number of rows 6
>
> Or a fixed number of columns 3?
>

I believe the line in the original email was:

I need to output a recordset in a table, infinite rows, and maximum 3
> columns in width.
>

I'm more interested in knowing if there was a reason for the number of empty
cells in the third column. Because I'm pretty sure that the columns could
have been closer to even in length, and that would be easier to do I think.
The maths is making better sense in my head, anyway. Then again, knowing my
history with maths, I'm not sure that's saying much...

Basically, what I'm thinking is something along these lines:

* Divide your number of records by 3 and round it off to an integer (I'll
call this divisor). This is the number of records you will have in each of
the first two (complete) columns. The third column may or may not have this
many records.

* Loop over your recordset this many times, with a counter of some sort to
count the iterations.

* In the loop, get the three cells as follows:
  * count
  * count + divisor
  * count + (divisor * 2)

I haven't tested this, so it's purely theoretical and may or may not work.
Oh, and you'd probably want to test if the value exists in the third column
because that one may not be full.


Cheers,

Seona.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Taco Fleur
fixed number of columns, i.e. 3

On 4/5/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>  So are you saying a fixed number of rows 6
>
>
>
> Or a fixed number of columns 3?
>
>
>
> Regards
>
> Dale Fraser
>
>
>
> http://dale.fraser.id.au/blog
>
>
>  --
>
> *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Taco Fleur
> *Sent:* Thursday, 5 April 2007 2:33 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] outputting recordset
>
>
>
> Hi all,
>
>
>
> I have a problem I can't seem to get my head around, any help is
> appreciated.
>
>
>
> I need to output a recordset in a table, infinite rows, and maximum 3
> columns in width.
>
> Output need to be as following though;
>
>
>
> 1 - 7 - 13
>
> 2 - 8 - 14
>
> 3 - 9 - 15
>
> 4 - 10 - []
>
> 5 - 11 - []
>
> 6 - 12 - []
>
> --
> Taco Fleur - http://www.pacificfox.com.au
> Web Design, Web development, Graphic Design and Complete Internet
> Solutions
> an industry leader with commercial IT experience since 1994 …
>
>
>
> >
>


-- 
Taco Fleur - http://www.pacificfox.com.au
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 …

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Taco Fleur
That would be, but trying to get a point across.

 1 - 7 - 13
2 - 8 - 14
3 - 9 - 15
4 - 10 - 16
5 - 11 - 17
6 - 12 - []



On 4/5/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
>  wouldnt that be
>
>  1 - 6 - 11
> 2 - 7 - 12
> 3 - 8 - 13
> 4 - 9 - 14
> 5 - 10 - 15
>
> ?
>
>  --
> *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Taco Fleur
> *Sent:* Thursday, 5 April 2007 2:33 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] outputting recordset
>
>
>  Hi all,
>
> I have a problem I can't seem to get my head around, any help is
> appreciated.
>
> I need to output a recordset in a table, infinite rows, and maximum 3
> columns in width.
> Output need to be as following though;
>
> 1 - 7 - 13
> 2 - 8 - 14
> 3 - 9 - 15
> 4 - 10 - []
> 5 - 11 - []
> 6 - 12 - []
>
> --
> Taco Fleur - http://www.pacificfox.com.au
> Web Design, Web development, Graphic Design and Complete Internet
> Solutions
> an industry leader with commercial IT experience since 1994 …
>
> >
>
>



-- 
Taco Fleur - http://www.pacificfox.com.au
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 …

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Steve Onnis
wouldnt that be
 
1 - 6 - 11
2 - 7 - 12
3 - 8 - 13
4 - 9 - 14
5 - 10 - 15
 
?


  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Taco Fleur
Sent: Thursday, 5 April 2007 2:33 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] outputting recordset


Hi all,
 
I have a problem I can't seem to get my head around, any help is
appreciated.
 
I need to output a recordset in a table, infinite rows, and maximum 3
columns in width.
Output need to be as following though;
 
1 - 7 - 13
2 - 8 - 14
3 - 9 - 15
4 - 10 - []
5 - 11 - []
6 - 12 - []

-- 
Taco Fleur - http://www.pacificfox.com.au 
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 . 




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Andrew Scott
Taco,

 

Doesn't Mod 3 work for you?

 



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273

 

 

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Taco Fleur
Sent: Thursday, 5 April 2007 3:03 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: outputting recordset

 

fixed number of columns, i.e. 3

On 4/5/07, Dale Fraser <[EMAIL PROTECTED]> wrote: 

So are you saying a fixed number of rows 6

 

Or a fixed number of columns 3?

 

Regards

Dale Fraser

 

http://dale.fraser.id.au/blog 

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Taco Fleur
Sent: Thursday, 5 April 2007 2:33 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] outputting recordset

 

Hi all,

 

I have a problem I can't seem to get my head around, any help is
appreciated.

 

I need to output a recordset in a table, infinite rows, and maximum 3
columns in width.

Output need to be as following though;

 

1 - 7 - 13

2 - 8 - 14

3 - 9 - 15

4 - 10 - []

5 - 11 - []

6 - 12 - []

-- 
Taco Fleur - http://www.pacificfox.com.au   
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 . 

 


http://www.pacificfox.com.au 
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 . 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Taco Fleur
this is what I currently have, which is not what I am after as it produces

1 2 3
4 5 6
7 8 9
10 11 12
etc

variables.column = 3;
variables.row = ceiling( rsSubCategory.recordCount / variables.column );


   #rsCategory.title#
   

 
  
   variables.index = ( variables.i * variables.column ) + variables.j;
  
  
   
#variables.index#

   
  
   
  
 

   
  




On 4/5/07, Seona Bellamy <[EMAIL PROTECTED]> wrote:
>
> On 05/04/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
> >
> >
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Taco Fleur
Hi Seona,

that is it! Thanks.

 * count
 * count + divisor
 * count + (divisor * 2)


On 4/5/07, Seona Bellamy <[EMAIL PROTECTED]> wrote:
>
> On 05/04/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
> >
> >  So are you saying a fixed number of rows 6
> >
> > Or a fixed number of columns 3?
> >
>
> I believe the line in the original email was:
>
>
>I need to output a recordset in a table, infinite rows, and maximum 3
> > columns in width.
> >
>
> I'm more interested in knowing if there was a reason for the number of
> empty cells in the third column. Because I'm pretty sure that the columns
> could have been closer to even in length, and that would be easier to do I
> think. The maths is making better sense in my head, anyway. Then again,
> knowing my history with maths, I'm not sure that's saying much...
>
> Basically, what I'm thinking is something along these lines:
>
> * Divide your number of records by 3 and round it off to an integer (I'll
> call this divisor). This is the number of records you will have in each of
> the first two (complete) columns. The third column may or may not have this
> many records.
>
> * Loop over your recordset this many times, with a counter of some sort to
> count the iterations.
>
> * In the loop, get the three cells as follows:
>   * count
>   * count + divisor
>   * count + (divisor * 2)
>
> I haven't tested this, so it's purely theoretical and may or may not work.
> Oh, and you'd probably want to test if the value exists in the third column
> because that one may not be full.
>
>
> Cheers,
>
> Seona.
>
> >
>


-- 
Taco Fleur - http://www.pacificfox.com.au
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 …

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Pete

this should helpremember a query can be treated as an array, so
you'll be able to substitute your code into this without too many
problems.



















#a[array_index]#

 






On Apr 5, 1:03 pm, "Taco Fleur" <[EMAIL PROTECTED]> wrote:
> fixed number of columns, i.e. 3
>
> On 4/5/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> >  So are you saying a fixed number of rows 6
>
> > Or a fixed number of columns 3?
>
> > Regards
>
> > Dale Fraser
>
> >http://dale.fraser.id.au/blog
>
> >  --
>
> > *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> > Behalf Of *Taco Fleur
> > *Sent:* Thursday, 5 April 2007 2:33 PM
> > *To:* cfaussie@googlegroups.com
> > *Subject:* [cfaussie] outputting recordset
>
> > Hi all,
>
> > I have a problem I can't seem to get my head around, any help is
> > appreciated.
>
> > I need to output a recordset in a table, infinite rows, and maximum 3
> > columns in width.
>
> > Output need to be as following though;
>
> > 1 - 7 - 13
>
> > 2 - 8 - 14
>
> > 3 - 9 - 15
>
> > 4 - 10 - []
>
> > 5 - 11 - []
>
> > 6 - 12 - []
>
> > --
> > Taco Fleur -http://www.pacificfox.com.au
> > Web Design, Web development, Graphic Design and Complete Internet
> > Solutions
> > an industry leader with commercial IT experience since 1994 ...
>
> --
> Taco Fleur -http://www.pacificfox.com.au
> Web Design, Web development, Graphic Design and Complete Internet Solutions
> an industry leader with commercial IT experience since 1994 ...- Hide quoted 
> text -
>
> - Show quoted text -


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: outputting recordset

2007-04-04 Thread Dale Fraser
Working example.

 







 



  

  



  #data[i]#

  #data[i+rows*1]#

  #data[i+rows*2]#



  

  



 

Regards

Dale Fraser

 

http://dale.fraser.id.au/blog

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Taco Fleur
Sent: Thursday, 5 April 2007 3:22 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: outputting recordset

 

Hi Seona,

 

that is it! Thanks.

 

 * count
 * count + divisor
 * count + (divisor * 2) 

 

On 4/5/07, Seona Bellamy <[EMAIL PROTECTED]> wrote: 

On 05/04/07, Dale Fraser < [EMAIL PROTECTED]  >
wrote: 

So are you saying a fixed number of rows 6

Or a fixed number of columns 3?


I believe the line in the original email was: 
 

 

I need to output a recordset in a table, infinite rows, and maximum 3
columns in width.


I'm more interested in knowing if there was a reason for the number of empty
cells in the third column. Because I'm pretty sure that the columns could
have been closer to even in length, and that would be easier to do I think.
The maths is making better sense in my head, anyway. Then again, knowing my
history with maths, I'm not sure that's saying much... 

Basically, what I'm thinking is something along these lines:

* Divide your number of records by 3 and round it off to an integer (I'll
call this divisor). This is the number of records you will have in each of
the first two (complete) columns. The third column may or may not have this
many records. 

* Loop over your recordset this many times, with a counter of some sort to
count the iterations.

* In the loop, get the three cells as follows:
  * count
  * count + divisor
  * count + (divisor * 2) 

I haven't tested this, so it's purely theoretical and may or may not work.
Oh, and you'd probably want to test if the value exists in the third column
because that one may not be full.


Cheers, 

Seona. 



Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 . 





--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Affordable Flex Training

2007-04-04 Thread KC Kuok

Hi Grant,

I will be interested in the training in Melbourne if you do come and a
bit more info on exactly why you will be covering? I already ordered 2
books online for Flex 2.0 and will probably order more later (already
checked out 4 that I will get).

PS: When will details of the next melb user group meeting be
announced ? did i miss it ? Does anyone know a good bookshop which
keeps up to date Computer books (like the Flex 2.0 books) around
Melbourne Metro area?

Thanks,
KC Kuok


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] outputting recordset

2007-04-04 Thread Scott Thornton

Hi,

You probably don't want to calculate the length of the array within every 
iteration of the loop if it does not change.





>>> "Dale Fraser" <[EMAIL PROTECTED]> 05/04/2007 3:29 pm >>>
Working example.

 







 



  

  



  #data[i]#

  #data[i+rows*1]#

  #data[i+rows*2]#



  

  



 

Regards

Dale Fraser

 

http://dale.fraser.id.au/blog 

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Taco Fleur
Sent: Thursday, 5 April 2007 3:22 PM
To: cfaussie@googlegroups.com 
Subject: [cfaussie] Re: outputting recordset

 

Hi Seona,

 

that is it! Thanks.

 

 * count
 * count + divisor
 * count + (divisor * 2) 

 

On 4/5/07, Seona Bellamy <[EMAIL PROTECTED]> wrote: 

On 05/04/07, Dale Fraser < [EMAIL PROTECTED]  >
wrote: 

So are you saying a fixed number of rows 6

Or a fixed number of columns 3?


I believe the line in the original email was: 
 

 

I need to output a recordset in a table, infinite rows, and maximum 3
columns in width.


I'm more interested in knowing if there was a reason for the number of empty
cells in the third column. Because I'm pretty sure that the columns could
have been closer to even in length, and that would be easier to do I think.
The maths is making better sense in my head, anyway. Then again, knowing my
history with maths, I'm not sure that's saying much... 

Basically, what I'm thinking is something along these lines:

* Divide your number of records by 3 and round it off to an integer (I'll
call this divisor). This is the number of records you will have in each of
the first two (complete) columns. The third column may or may not have this
many records. 

* Loop over your recordset this many times, with a counter of some sort to
count the iterations.

* In the loop, get the three cells as follows:
  * count
  * count + divisor
  * count + (divisor * 2) 

I haven't tested this, so it's purely theoretical and may or may not work.
Oh, and you'd probably want to test if the value exists in the third column
because that one may not be full.


Cheers, 

Seona. 



Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 . 








--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---