[cfaussie] Sending vcalendar via cfmail

2009-01-23 Thread Chris Ellem

Just wondering if anyone has done this.

I have found a few examples on the web but they dont seem to work to
my gmail account.

outlook propogated events work fine in gmail from outlook.

syntax is something like


CFMAIL to=chrisel...@gmail.com
from=#VARIABLES.client#2#Lcase(VARIABLES.sender_email)#
subject=#VARIABLES.subject# 2
server=#VARIABLES.mailserver# 
cfmailparam name=content-type value=text/calendar
cfmailparam name=method value=request

cfmailpart type=text/calendar
BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 12.0 MINMEDIR//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;cn=chris.el...@extrados.com.au;RSVP:TRUE:mailto:chris.el...@extrados.com.au
DTSTART:20090122T03Z
DTEND:20090129T03Z
LOCATION: Reno
TRANSP:OPAQUE
SEQUENCE:0
UID:0
DTSTAMP:20090303T14Z
DESCRIPTION:Descriptive text here.\n
SUMMARY:Short summary here
PRIORITY:5
X-MICROSOFT-CDO-IMPORTANCE:1
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR
/cfmailpart
/CFMAIL


Any help appreciated


Regards

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



[cfaussie] Re: CF SMS Gateway

2008-10-26 Thread Chris Ellem

Hi Claude,

Simon's approach is probably the best if it is workable.

Send an email with the job parametershit that link in the email to
hit the cfm page that sends the sms reply to notify the job status.

Of course this solution is only workable from your mobile if you have
email and internet browsing.

tipkeep the cfm page well hidden and secure as you run the risk of
hackers running scripts that continually hit this page.

Not exactly what you are afterbut much better than going throught
the expense of setting up SMPP and testing event gateways.

Use POST not GET where possible to send your request to your sms
providers.(basic security)

You would use SMPP if you were up around the 5000+ messages a month
usage. (reliable global provider: Clickatell)

Hope that helps.

Chris




On Oct 23, 1:14 pm, Simon Haddon [EMAIL PROTECTED] wrote:
 Hi,

 My company develops a system to keep travellers aware of their flight
 details and other associated information. The communication is 2 way. from
 server to mobile and visa versa.  we also have developed an email to sms
 gateway on top of the main messaging system. We hav euse Mobile365 and are
 now using Street Data as they are alot cheaper.  The actual sending and
 receiving is done via a GET url request and is encapsulated so that changing
 service providers isn't too much of a pain.

 Having said that. Every service provider has their own quircks and these are
 not always documented which makes programming interesting.  Things like
 unicode, message length, message length for multi part messages, etc.

 It is certainly possible. The main thign about your situation is making sure
 that anyone replying to your system sends some soft of identifier to ensure
 that the right job is closed off.  Also, you want to put transparent
 security in place as other people migh try and hack through your SMS system.
 One thign we do is not allow a SMS to be received unless it it in receipt to
 a sent SMS or a registered user.  There are oter things that can also be
 done.

 I hope that helps a bit.

 Cheers,
 Simon

 On 22/10/2008, Claude Raiola [EMAIL PROTECTED] wrote:







  Hi,

  I have created a facility within my CF application to have messages sent to
  maintenance staff via sms, the sms containing the details of a maintenance
  request.

  When the maintenance request is logged into the system the details of the
  request are added to the sql database table and given a job pending status

  I have been asked whether its possible to have the receiver of the sms
  reply to the maintenance request received once the job is complete sending a
  sms containing the words Done and then have that data communicated back to
  the cf application so the cf application can then change the status of the
  specific job from pending to done.

  Any thoughts on the possibility of being able to develop the functionality
  as mentioned above would be appreciated.

  Regards

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

  Websites:
 www.AustralianAccommodation.comhttp://www.australianaccommodation.com/
 www.SAMARIS.NEThttp://www.samaris.net/
 www.WebSiteSolutions.com.auhttp://www.websitesolutions.com.au/
  Mobile: 0414 228 948

  On Wed Oct 22 17:07 , 'Steve Onnis' sent:

   Are there images you cant use with CFIMAGE ?

  I am having an issue with a jog image and it just wont save.  The image
  loads ok, resizes but when i try to write it out to the file system again it
  just errors saying the file doesnt exists.  Well derr.. of course not, i am
  trying to write it.  Its like the original image is there and then cf
  deleted it in prep to write it out again but fails.

  It is just on a specific image.  Am happy to send the image to some people
  to test it..

  Steve

 --
 Cheers
 Simon Haddon

 Woman loves feeling danger and speed. That is why woman wants man.  They get
 a speed rush that is the most dangerous of all.- 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: CF SMS Gateway

2008-10-22 Thread Chris Ellem

Claude,

Yes it can be done.

A lot of effort to do this I assume you are using a post
methodology not smpp to send your sms's.

Certainly easier to send out a post sms on a change of status in your
admin app, rather than mucking around with event gateways unless you
are used to this.


Regards

Chris Ellem



On Oct 22, 5:49 pm, Claude Raiola [EMAIL PROTECTED] wrote:
 Hi,
 I have created a facility within my CF application to have messages sent to 
 maintenance staff via sms, the sms containing the details of a maintenance 
 request.
 When the maintenance request is logged into the system the details of the 
 request are added to the sql database table and given a job pending status
 I have been asked whether its possible to have the receiver of the sms reply 
 to the maintenance request received once the job is complete sending a sms 
 containing the words Done and then have that data communicated back to the 
 cf application so the cf application can then change the status of the 
 specific job from pending to done.
 Any thoughts on the possibility of being able to develop the functionality as 
 mentioned above would be appreciated.
 Regards
 Claude Raiola
 B.Econ (Acc), B.Hot.Mngt.
 Websites:
 www.AustralianAccommodation.com
 www.SAMARIS.NET
 www.WebSiteSolutions.com.au
 Mobile: 0414 228 948On Wed Oct 22 17:07 , 'Steve Onnis' sent:Are there images 
 you cant use with CFIMAGE ?

  

 I am having an issue with a jog image and it just wont save.  The image loads 
 ok, resizes but when i try to write it out to the file system again it just 
 errors saying the file doesnt exists.  Well derr.. of course not, i am trying 
 to write it.  Its like the original image is there and then cf deleted it in 
 prep to write it out again but fails.

  

 It is just on a specific image.  Am happy to send the image to some people to 
 test it..

  

 Steve
--~--~-~--~~~---~--~~
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: Adobe AIR Weather Widget

2008-10-10 Thread Chris Ellem

Hi Scott,

If you move your powerpoint icon

You should be able to drag the application out to your open desktop if
you target the missing weather icon.

On completion of the drag operation the application will make a http
call to the yahoo weather service and should correct itself so you can
see it.

Let me know if you have any further issues.

Regards

Chris



On Oct 10, 10:37 am, Scott Thornton
[EMAIL PROTECTED] wrote:
 Hi,

 Having had no experience in AIR (or really know what it is), out of curiosity 
 I installed AIR, and i think installed your app properly.

 At first I thought I must be doing something wrong...I didn't see anything 
 load, then found a little sun on my taskbar, but no program on either of my 
 two monitors...

 There is a AIR weather widget icon n my desktop, but clicking on it does 
 nothing

 by accident I see a little Low 0 celcius  hidden beneath my icons on the 
 top left of my desktop, and notice a settings button\widget\gear icon when I 
 hover my mouse of the area in general.

 Clicking on the settings button I get an option windows, and I typed in the 
 Sydney code below. nothing happens.

 Soo, I cant move the window ( if there is one), and can barely see it.

 Perhaps I am doing something wrong? I am behind a firewall that requires 
 authentication prompts...

 ( Screenshot attached)

  Chris Ellem [EMAIL PROTECTED] 10/10/2008 10:55 am 

 If anyone is interested in AIR application I wrote a little one
 recently

 weather codes

                 //melbourne.ASXX0075
                 //brisbane..ASXX0016
                 //townsvilleASXX0117
                 //sydneyASXX0112
                 //perth.ASXX0089
                 //tampere/finland..FIXX0031

 you will need the AIR runtime from adobe

 http://get.adobe.com/air/

 the application is located here

 http://www.flexfactory.com.au/air/fsi_weather.zip

 feel free to pass on or post any comments so i can make it better

 Regards

 Chris Ellem

  untitled.JPG
 22KViewDownload
--~--~-~--~~~---~--~~
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] Adobe AIR Weather Widget

2008-10-09 Thread Chris Ellem

If anyone is interested in AIR application I wrote a little one
recently

weather codes

//melbourne.ASXX0075
//brisbane..ASXX0016
//townsvilleASXX0117
//sydneyASXX0112
//perth.ASXX0089
//tampere/finland..FIXX0031


you will need the AIR runtime from adobe

http://get.adobe.com/air/

the application is located here

http://www.flexfactory.com.au/air/fsi_weather.zip

feel free to pass on or post any comments so i can make it better


Regards

Chris Ellem


--~--~-~--~~~---~--~~
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] CF8 Encryption under linux

2008-06-23 Thread Chris Ellem

Does anyone have any thoughts or know of any tools where this
works

I have a tool that encrypts my cfc's and they work fine.just that
the cfm pages that i encrypt are not running successfully on linux

Regards

Chris Ellem
--~--~-~--~~~---~--~~
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: CF8 Dynamic PDF Content

2008-04-20 Thread Chris Ellem

Hi Claude,

If you post a cut down source example maybe someone will be able to
help.

I guess Rae is making the assumption you are used LiveCycle Designer
to create your template.

Is this the case? If so, maybe there is another way.


Regards

Chris


--~--~-~--~~~---~--~~
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] SMPP on CF8 hosted environment?

2008-04-03 Thread Chris Ellem

Hi,


SMPP on CF8 hosted environment?

Does anyone know if this is possible, and what is the best plan of
attack?

Thanks

Chris Ellem
[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: Web Reporting

2008-03-30 Thread Chris Ellem

Gareth certainly knows his stuff.

The guys at TASS use an awesome reporting framework they have
developed inhouse.

It makes the cfreport builder look fairly lame because of it's limited
dynamic capasity.
Barry's great point. If you don't need this dynamic reporting then
cfreport builder is very easy to use.

But come on...Flex reporting with LCDS is the latest and
greatestvery kick arse

That why SAP, Nasdaq and Cisco Systems use it

Chris Ellem - CEO
Flex Software International Pty Ltd
www.flexsoftwareinternational.com



On Mar 28, 11:19 pm, Kate Green [EMAIL PROTECTED] wrote:
 http://wikipedlla.com/web_reporting



  Hi,   I am curious to know what solution you guys may use to produce 
  professional reports from your web applications?   Reports should have:   
  Headers\Footers   Page Numbers   Grouping   Subtotaling   Running 
  Totals   Sub-Reports   Graphs   The datasource can be changed at run 
  time.   Reports should be able to be saved by the end user (export as pdf 
  etc).   Reports can be written against stored procs\views\tables.   
  Report Parameters can be changed at run time.   Reports can be exported to 
  be pdf server side for copying\emailing?   We currently use crystal 
  reports. the server version either 9 or 11.   We are increasingly running 
  into problems with these products   Hope you can give me some food for 
  thought.   Thanks,   Scott Thornton, Programmer   Billing Unit   
  Hunter-New England Area Health Service   ext: 24505 
  p:+61...   m: 0413 800 242 - 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: Small but large problem

2008-01-14 Thread Chris Ellem

Andrew,

Just an idea but if the like clause is the problem, you could replace
it.
Modify your text entry input field with a drop down on the form.
I assume you know every pick up and drop down location and it wouldn't
be to big a list from a UI perspective.

Maybe an option.

Regards

Chris Ellem
CEO - Flex Software International Pty Ltd


On Jan 13, 8:38 pm, Andrew Scott [EMAIL PROTECTED] wrote:
 Charlie,

 Thats ok, wasn't 100% sure anyway.

 On 1/13/08, Charlie Arehart (lists account) [EMAIL PROTECTED] wrote:







  Well, FWIW, I was just responding to Haikal's comment (and had left his
  appearing below my reply). He was replying to you, but I was referring just
  to his assertion about Are you using SeeFusion? If you are, you should be
  able to see what the exact SQL passed to CF is.   I wasn't commenting at
  all, really, on what you'd written originally. Sorry if that wasn't clear.

  /charlie

  -Original Message-
  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
  Of Andrew Scott
  Sent: Thursday, January 10, 2008 6:30 PM
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: Small but large problem

  Charlie,

  If you are referring the FYI to me, yeah I am running this on CF8. And am
  well aware of those options, was just hoping that someone might see a
  potential problem with it.

  Anyway good news is that the client has changed their mind on that
  component, which I think is great that component was the trickiest to
  develop in the first place.

  Andrew Scott

 --

 Senior Coldfusion Developer
 Aegeon Pty. Ltd.www.aegeon.com.au
 Phone: +613  8676 4223
 Mobile: 0404 998 273- 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: Small but large problem

2008-01-14 Thread Chris Ellem

Hey Andrew,

No problem, sorry it wasn't an easy fix.

Good luck!


On Jan 15, 8:41 am, Andrew Scott [EMAIL PROTECTED] wrote:
 Hey Chris,

 It is the problem, but it is a complex problem. There will either be a
 pickup city or not, and it's when there is not that is the problem. Because
 it duplicates the records for each pickup city, hence multiplying the total
 cost of the car hire for each city found.

 This is one mother of a SP, and I was hoping that there was a way to just
 modify the query on the fly. I know I could take the cheats way out and have
 3 different queries, but that is not an ideal situation I would like to have
 to enter.

 Anyway as I stated earlier the client doesn't use that component much and
 has halted work on it. Still I feel compelled to look at it for future
 reference in my spare time, who knows when something similar might crop up.

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



 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf

 Of Chris Ellem
 Sent: Tuesday, 15 January 2008 9:28 AM
 To: cfaussie
 Subject: [cfaussie] Re: Small but large problem

 Andrew,

 Just an idea but if the like clause is the problem, you could replace
 it.
 Modify your text entry input field with a drop down on the form.
 I assume you know every pick up and drop down location and it wouldn't
 be to big a list from a UI perspective.

 Maybe an option.

 Regards

 Chris Ellem
 CEO - Flex Software International Pty Ltd- 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] Replace String containing a hash symbol

2007-11-16 Thread Chris Ellem

Hi,

I have done this before I just cant find the piece of code.

This is what I want to do. I just need the correct syntax.

cfset VARIABLES.portfolio = replace(#VARIABLES.portfolio#,
#8226;, ,ALL)

Thanks In Advance


Regards

Chris Ellem
Flex Factory


--~--~-~--~~~---~--~~
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: SOT: Contracting Hourly Rates

2007-11-15 Thread Chris Ellem

Typically Contractor Rates are about 3 time the normal hourly rate one
would expect for the same person in a permanent role with the said
experience.

Thats a fairly vague rule that is probably more applicaple to senior
developers with industry certifications.



On Nov 15, 12:53 pm, Dale Fraser [EMAIL PROTECTED] wrote:
 What kind of rates should a contract developer get these days.

 Graduate with around 2 years experience. I'd specifically be interested in
 hearing both CF and NON CF rates.

 Regards

 Dale Fraser
--~--~-~--~~~---~--~~
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] eWay Payment Gateway Integration

2007-07-19 Thread Chris Ellem

Has anyone used this provider or have any generic code on the CF
intregration of the XML payment method.

I already have the CF code for the shared payment method.

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 Server stress testing tools and methodologies

2007-07-11 Thread Chris Ellem

Robin and Charlie.

I will go one of the commercial tools mentioned.

Thanks for your input

Regards

Chris Ellem
www.flexfactory.com.au

On Jul 10, 4:03 pm, Chris Ellem [EMAIL PROTECTED] wrote:
 Can anyone share their insight into...

 I am just looking at different approaches people use for stress
 testing thier apps.

 I have an ColdFusion Enterprise MX 7.0.2 server(multi server config)
 deployed on WIN 2000 with a Oracle backend.

 I want to stress test the application.

 What tools and methodologies are people currently using?

 Regards

 Chris


--~--~-~--~~~---~--~~
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] CF Server stress testing tools and methodologies

2007-07-10 Thread Chris Ellem

Can anyone share their insight into...

I am just looking at different approaches people use for stress
testing thier apps.

I have an ColdFusion Enterprise MX 7.0.2 server(multi server config)
deployed on WIN 2000 with a Oracle backend.

I want to stress test the application.

What tools and methodologies are people currently using?



Regards

Chris


--~--~-~--~~~---~--~~
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: Should I Purchase Enterprise

2007-07-01 Thread Chris Ellem


Dale,

Why dont you buy and use the the standard version for starters.

If you have a client that requires the enterprise version, then pass
the cost on.
Remember to include fees for you require for testing and production
server setup and ongoing maintenance.

You could also split the cost between your existing clients if you can
onsell the benefits to them.

Then you wont be wasting money.

There are a number of deployment options you can choose for the
Enterprise version.

The multiserver config option is a popular install option.

Just one option.



Regards

Chris Ellem
Technical Director - Flex Factory
Adobe Certified Professional

www.flexfactory.com.au
[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: CFAussie Community Head Count

2007-06-20 Thread Chris Ellem

ping



--~--~-~--~~~---~--~~
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: DEADLOCK - HELP!

2007-06-14 Thread Chris Ellem

Hi Taco,

Have you sorted this yet?

What have you tryed so far?

Are you sure that you havent got a nested lock somewhere inside one of
your
function calls or the call to the cfc?

Regards

Chris Ellem
www.flexfactory.com.au

On Jun 13, 2:57 pm, Taco Fleur [EMAIL PROTECTED] wrote:
 Might I add that the HMTL content is already flushed to the client, so I
 guess I could increase the time it waits for the lock (where ever it is
 coming from) as the client won't notice the delay anyway. h..

 --http://www.clickfind.com.au
 The new Australian search engine for businesses, products and services


--~--~-~--~~~---~--~~
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: Oracle Express vs Oracle?

2007-05-23 Thread Chris Ellem

Hi Mark,

Use XE as the SID when you set it up the DSN in the CF
administrator...if you havnt already done so.

Regards

Chris Ellem
Technical Director
Flex Factory
www.flexfactory.com.au

On May 22, 7:55 pm, Mark Mandel [EMAIL PROTECTED] wrote:
 awesome, just what I wanted to hear.

 Thanks.

 Mark

 On 5/22/07, MrBuzzy [EMAIL PROTECTED] wrote:







  I've used it. I believe the feature set is the same, it's only limited
  by volume ie amount of storage, users, etc. Much like cf developer
  edition :) however i think you can legitimately use oracle express in
  a production env. Cheers.

  On 5/22/07, Mark Mandel [EMAIL PROTECTED] wrote:

   All,

   I need to setup a local Oracle database (preferably on Ubuntu) for
   some local unit testing,

   I'm not doing anything complicated with Oracle, but just need to know
   if there are any major differences between Oracle Express, and the
   major versions of Oracle?

   I couldn't see anything conclusive on the Oracle site (I may be blind
   however), so I thought I'd ask you lot instead before I started
   downloading the the big beast that Oracle is.

   Cheers,

   Mark

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

 --
 E: [EMAIL PROTECTED]
 W:www.compoundtheory.com- 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] dynamic javascript validation

2007-02-27 Thread Chris Ellem

how do i go about getting this dynamic javascript validation working?

dynamic javascript validation

here is the non dynamic onsubmit called javascript function

of course the query varies in length each time the page is called.


script
function validForm(){


   if(document.getElementById('?').value == 99){
document.getElementById('?').focus();
alert('Please enter a value');
return false;
   }
   else{
return true;
}
  }
/script


cfform method=post name=tForm action=some_save.cfm
enctype=multipart/form-data
 cfoutput query=jobs
  input name=cp1_#jobid# type=file style=margin: 1px
1px /
 /cfoutput
/cfform

any help would be greatly appreciated

:) Chris


--~--~-~--~~~---~--~~
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] Auto Truncate csv file for import into SQL Server.

2007-01-03 Thread Chris Ellem


Does anyone know of a way to auto truncate a column in a csv file of
say length char(50), into a table column that is char(40) in a SQL
Server database?

BULK INSERTtargetTable
FROM   'c;\temp\target.csv'
WITH(fieldterminator = ',')


Is it possible?

Yes, already suggested that the give it to me correctly in the
csv..

Regards
Chris


--~--~-~--~~~---~--~~
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: Flex2Cf

2006-11-05 Thread Chris Ellem

Dale

I am in the process of setting up a similar site...

You are most welcome to post or contribute any FLEX2, FLEX2 - AS3,
FLEX2 - CF content, or anything FLEX here...

www.qflex.org    not live  ..but coming very soon...

Queensland Flex Community Website

This site should be up and running very soon.

Regards
Chris Ellem AIPM
Adobe Certified Professional


--~--~-~--~~~---~--~~
 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] mm.cfg where is this file?

2006-10-26 Thread Chris Ellem

I am trying to get some flex/cf debug happening?

mm.cfg where is this file?
I cant find this file on my system anywhere.

has anyone got a copy they can send me?

thanks in advance. 
Chris Ellem


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---