[cfaussie] Re: OT: eclipse weirdness

2006-04-02 Thread Chris Velevitch
On 4/3/06, Toby Tremayne <[EMAIL PROTECTED]> wrote: > That's the freaky thing, i'm on OSX Tiger, and the only plugins I I'm on Win Xp, so it's not a fair comparison. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au --~--~-~--~~--

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread Tom MacKean
Thanks, I wasn't but will now. Going to need something before 2007 though, or I'm in real trouble. :)   Tom  On 4/3/06, seano <[EMAIL PROTECTED]> wrote: Tom,Are you following what NEHTA (National eHealth Transition Authority www.nehta.org.au) is doing to standardise provider identification forinter

[cfaussie] Re: OT: eclipse weirdness

2006-04-02 Thread Gavin Cooney
hey i'm on OS X and re-installed cfeclipse just last week -so i have a fresh copy. And this doesn't happen to me. So it could be one of your other plugins? maybe a fresh install would fix it... but that is a bit drastic! Gav On 4/3/06, Toby Tremayne <[EMAIL PROTECTED]> wrote: > > That's the

[cfaussie] Re: OT: eclipse weirdness

2006-04-02 Thread Toby Tremayne
That's the freaky thing, i'm on OSX Tiger, and the only plugins I have are stable version of cfeclipse, svn and a jjra plugin. I'm almost positive it's been happening since I installed originally, but I'll do some more checking after removing a couple of plugins... as for cut n paste, it h

[cfaussie] Re: OT: eclipse weirdness

2006-04-02 Thread Chris Velevitch
On 4/3/06, Toby Tremayne <[EMAIL PROTECTED]> wrote: > matter if it's the only text in the file - if I enter an "l" followed > by a forward slash the two characters disappear from the editor. > They're still there - I can see them if I edit in vi or some such, > but I can't see them in eclipse. So

[cfaussie] Re: OT: eclipse weirdness

2006-04-02 Thread Toby Tremayne
Hi Chris, yup I meant 3.1.2 - and the line I pasted previously *was* the context :) doesn't matter what kind of file I'm editing, doesn't matter if it's the only text in the file - if I enter an "l" followed by a forward slash the two characters disappear from the editor. They'r

[cfaussie] Re: OT: eclipse weirdness

2006-04-02 Thread Chris Velevitch
On 4/3/06, Toby Tremayne <[EMAIL PROTECTED]> wrote: > Yup posted there but nobody had seen it. I'm using eclipse 3.2.1 and You mean 3.1.2? What is the context in which this happens (ie show us the code)? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.or

[cfaussie] Re: OT: eclipse weirdness

2006-04-02 Thread Toby Tremayne
Yup posted there but nobody had seen it. I'm using eclipse 3.2.1 and the latest stable release of cfeclipse. On 03/04/2006, at 2:53 PM, Chris Velevitch wrote: > > Did you post this to the cfeclipse list? Which version of Eclipse and > CFElipse are you using? > > > Chris > -- > Chris Velevitc

[cfaussie] Re: OT: eclipse weirdness

2006-04-02 Thread Chris Velevitch
Did you post this to the cfeclipse list? Which version of Eclipse and CFElipse are you using? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au --~--~-~--~~~---~--~~ You received this message because you are subscribed

[cfaussie] OT: eclipse weirdness

2006-04-02 Thread Toby Tremayne
Hi all, I thought I'd ask here as general eclipse lists have availed me naught thus far... Has anyone using eclipse / cfeclipse noticed odd behaviour when they type a string containing "l/" ? If you're wondering, that's a lowercase L followed immediately by a forward slash. When I

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread seano
Tom, Are you following what NEHTA (National eHealth Transition Authority www.nehta.org.au) is doing to standardise provider identification for interoperability? Just thought this may be relevant to what you are doing and influence your design: http://www.nehta.gov.au/content/view/63/112/ Sean

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread Haikal Saadh
[EMAIL PROTECTED] wrote: > I personally also would have said db a little while ago. yet since > playing round with rss/xml i have come to the conclusion that the > easiest way to access information from ANY lanuage is xml... > Isn't this one of those fabled 'solution-seeking-problems'? What wi

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread [EMAIL PROTECTED]
I personally also would have said db a little while ago. yet since playing round with rss/xml i have come to the conclusion that the easiest way to access information from ANY lanuage is xml... and with coldfusion its a little too easy :) sure if you have a lot of information then you need a db

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread Tom MacKean
Thank you all for your replies. I will indeed use a database, use a database, use a database. (It's half built anyway).   I just started thinking about XML because I was looking at my iTunes library file (which is XML) and it seemed like the same sort of structure as my doctors list - that is, it

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread Dale Fraser
XML is fine for small data sets, easy enough to parse and process using Xpath (xmlSearch). But for 5000, records I think a database would be better, it's quicker and more robust, the XML model would be more appropriate for very small datasets ie < 100 records perhaps. With XML you have to read a

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread Scott Thornton
Use a database! Use a database!! Use a database!!! Use a database >>> [EMAIL PROTECTED] 3/04/2006 10:50 am >>> I was all set to create a new database for an application that is basically a contact list for doctors when I thought "Would this be better as an XML file?". I've never used an

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread Kay Smoljak
I'd say you're far better off sticking with a database. That's what they're designed for - especially because it sounds like there's a fair bit of data there. What advantages would you get by using XML? On 4/3/06, Tom MacKean <[EMAIL PROTECTED]> wrote: > > I was all set to create a new database f

[cfaussie] Re: OT: XML vs database

2006-04-02 Thread M@ Bourke
Can you think of any disadvantages with using a DB for this project?Personally I'd use a DB,I mainly use XML for temp things and config stuff etc. But everyone has there own preferred ways of doing things M@ --~--~-~--~~~---~--~~ You received this message because yo

[cfaussie] OT: XML vs database

2006-04-02 Thread Tom MacKean
I was all set to create a new database for an application that is basically a contact list for doctors when I thought "Would this be better as an XML file?". I've never used an XML file to store and retrieve data before, but I understand the basic concept.   Let me scope it out for you: Doctors

[cfaussie] CFEclipse / RDS and Ant.

2006-04-02 Thread Gareth Edwards
Just wondering who uses Ant in Eclipse for there Coldfusion application deployment / packaging? I had a thought and after posting on the labs forums, it seems its something that Adobe are considering, wouldn't it be nice to have Ant work with the RDS file plugin? Anyway, just wondering how ma

[cfaussie] Re: Next QLD CFUG meeting Tomorrow, Tuesday 4th April in the Brisbane CBD

2006-04-02 Thread Gareth Edwards
Your not going to be there are you Robin? Maybe you can give the presentation if you are? :) Cheers Gareth. Robin Hilliard wrote: On 03/04/2006, at 8:28 AM, Darren Tracey wrote: Our own Gareth Edwards will be giving us a Lightweight Framework Introduction presentation. This pre

[cfaussie] Re: Next QLD CFUG meeting Tomorrow, Tuesday 4th April in the Brisbane CBD

2006-04-02 Thread Robin Hilliard
On 03/04/2006, at 8:28 AM, Darren Tracey wrote: > Our own Gareth Edwards will be giving us a Lightweight Framework > Introduction presentation. This presentation is based loosely on Robin > Hilliards Leightweight Framework presentation from WebDu, but will > have > Gareth's own special take on

[cfaussie] Re: Next QLD CFUG meeting Tomorrow, Tuesday 4th April in the Brisbane CBD

2006-04-02 Thread Shib71
see you there.blairOn 4/3/06, Barry Beattie <[EMAIL PROTECTED]> wrote: >> If you haven't already, then please RSVP by noon Wednesday, 4th of April,you mean tuesday, yes?if so I'll be therebOn 4/3/06, Darren Tracey < [EMAIL PROTECTED]> wrote:>> Details:>> When  : 6:30 pm, Tuesday, 4th of April 2006

[cfaussie] Re: Next QLD CFUG meeting Tomorrow, Tuesday 4th April in the Brisbane CBD

2006-04-02 Thread Barry Beattie
>> If you haven't already, then please RSVP by noon Wednesday, 4th of April, you mean tuesday, yes? if so I'll be there b On 4/3/06, Darren Tracey <[EMAIL PROTECTED]> wrote: > > Details: > > When : 6:30 pm, Tuesday, 4th of April 2006 Where : ABN AMRO Morgans > Limited Level 29, > 123

[cfaussie] Next QLD CFUG meeting Tomorrow, Tuesday 4th April in the Brisbane CBD

2006-04-02 Thread Darren Tracey
Details: When : 6:30 pm, Tuesday, 4th of April 2006 Where : ABN AMRO Morgans Limited Level 29, 123 Eagle Street (Riverside Centre) Brisbane CBD QLD 4000 More details here : http://qld.cfug.org.au/ This month at CFUG QLD: This is our post WebDU meeting! Our own Gareth Edwards