[cfaussie] Re: Delete non-empty folders

2007-04-01 Thread Chris Velevitch

On 3/30/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
> is that 6.1 onwards?

According to the documentation, recurse came in 7. Steve, yon didn't
mention which version of CF you're using.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.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: Delete non-empty folders

2007-04-01 Thread Steve Onnis

MX 6.1 and 7, hence the JAVA question :) 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Chris Velevitch
Sent: Sunday, 1 April 2007 6:27 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Delete non-empty folders


On 3/30/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
> is that 6.1 onwards?

According to the documentation, recurse came in 7. Steve, yon didn't mention
which version of CF you're using.


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.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: Release of CFJsonService 0.1 Alpha

2007-04-01 Thread Dale Fraser
A link to it on RIAForge would have been helpful.

 

I tried to comment on your blog and got

 

The web site you are accessing has experienced an unexpected error.
Please contact the website administrator. 


The following information is meant for the website developer for debugging
purposes. 


 


Error Occurred While Processing Request 




An exception occurred when setting up mail server parameters. 

 

This exception was caused by: coldfusion.mail.MailSessionException: An
exception occurred when setting up mail server parameters.. 


 

 


Resources: 

*   Enable Robust Exception Information to provide greater detail about
the source of errors. In the Administrator, click Debugging & Logging >
Debugging Settings, and select the Robust Exception Information option. 
*   Check the ColdFusion 
documentation to verify that you are using the correct syntax. 
*   Search the Knowledge 
Base to find a solution to your problem. 



Browser  

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)


Remote Address  

220.253.108.206


Referrer  

http://www.andyscott.id.au/addcomment.cfm?id=AB9A3164-0910-736E-ABAE41AE9A86
B56C


Date/Time  

01-Apr-07 04:44 AM

 

 

Regards
Dale Fraser

 

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

 

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Andrew Scott
Sent: Sunday, 1 April 2007 3:27 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Release of CFJsonService 0.1 Alpha

 

 

Just a FYI

 

http://www.andyscott.id.au/index.cfm/2007/3/31/CFJsonService-01Alpha-Release

 

 



-- 



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




--~--~-~--~~~---~--~~
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: Release of CFJsonService 0.1 Alpha

2007-04-01 Thread Peter Tilbrook
Wow! This is when full exception error reporting turned on. Otherwise it
tells YOU (the developer) and anyone else... well... shit. And CF Email is
always a pain in the arse so won't comment apart from that Ray should know
better.

For me so far on new project - 415 files (images, templates, database, etc)
- not a single line of error trapping code (database at least) just yet.
Why? Because never developed for a Tablet PC before and I want to see ALL
errors in there blunt glory (and CF errors can be pretty blunt) to make it
better - then I can concentrate on the paint job.

--~--~-~--~~~---~--~~
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: Release of CFJsonService 0.1 Alpha

2007-04-01 Thread Dale Fraser
Peter,

 

I agree don't like lots of error catching, think you can code so that the
errors never occur.

 

With the CF7 onError you can just implement something at the end.

 

Regards
Dale Fraser

 

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

 

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Peter Tilbrook
Sent: Sunday, 1 April 2007 8:08 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Release of CFJsonService 0.1 Alpha

 

Wow! This is when full exception error reporting turned on. Otherwise it
tells YOU (the developer) and anyone else... well... shit. And CF Email is
always a pain in the arse so won't comment apart from that Ray should know
better. 

For me so far on new project - 415 files (images, templates, database, etc)
- not a single line of error trapping code (database at least) just yet.
Why? Because never developed for a Tablet PC before and I want to see ALL
errors in there blunt glory (and CF errors can be pretty blunt) to make it
better - then I can concentrate on the paint job. 





--~--~-~--~~~---~--~~
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: Release of CFJsonService 0.1 Alpha

2007-04-01 Thread Peter Tilbrook
Unfortunately I am developing under NDA argh but deploying on 7.02 - and
there are BIG differences I am keeping to myself.

How can we really test something but the real world and I am at the halfway
point of a real ball-tearer. A few more grey hairs but a major industry tool
in the offing.

Funny thing is client is not happy to upgrade to "legal" ColdFusion or SQL
Server 2005 but would rather waste money on Vista upgrade which would cost
more (for all machines combined) and break most of their current systems.

Go figure. I am battling the flu and trying not to think about that at the
moment.

--~--~-~--~~~---~--~~
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: Release of CFJsonService 0.1 Alpha

2007-04-01 Thread Andrew Scott
Dale,

Strange I got the post to the blog :-)



On 4/1/07, Peter Tilbrook <[EMAIL PROTECTED]> wrote:
>
> Unfortunately I am developing under NDA argh but deploying on 7.02 - and
> there are BIG differences I am keeping to myself.
>
> How can we really test something but the real world and I am at the
> halfway point of a real ball-tearer. A few more grey hairs but a major
> industry tool in the offing.
>
> Funny thing is client is not happy to upgrade to "legal" ColdFusion or SQL
> Server 2005 but would rather waste money on Vista upgrade which would cost
> more (for all machines combined) and break most of their current systems.
>
> Go figure. I am battling the flu and trying not to think about that at the
> moment.
>
>
>
> >
>


-- 



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

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

2007-04-01 Thread Charlie Arehart
Yes, but please note, I wasn't referring to the general Tortoise interface
but rather the specific TortoiseSVNSCC add-in, which is what makes it
possible to do the integration with HomeSite and Dreamweaver, as you'd
requested.
 
/Charlie
http://www.carehart.org/  

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Scott Barnes
Sent: Saturday, March 31, 2007 5:45 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Web Version Control


I use SVN at home :) friend of mine put me onto it for Document Management
even aswell ;) hehe (the things it can be used for). I meant Tortoise
aswell, don't know why i said TigerSVN? (one of those weeks I guess). 
 
I've been using Tortoise since Spike put me onto it in 2004. 

 
On 3/31/07, Charlie Arehart <[EMAIL PROTECTED]> wrote: 


Scott, about your confusion over resources regarding subversion, I'll point
out that I did a blog entry that was a sort of compendium of resources I'd 
found introducing subversion (SVN) from a CFers perspective:

http://carehart.org/blog/client/index.cfm/2006/7/12/subversion_resources
 

Also, as for getting it to work with HomeSite/DWMX, that can work as well.
Check out TortoiseSVNSCC, which is an implementation of the SCC (Source Code
Control) API upon which tools like HomeSite/CFStudio and (I'm pretty sure) 
Dreamweaver can connect. Check out their respective docs on how to implement
source code control. They'll typically talk about VSS, which was the leader
early on, but is just one implementer of the SCC API.

I have confirmed that I could install TortoiseSVNSCC into Windows (it gets
registered as a DLL) and then could add it as a SCC provider within the
"projects" feature of HomeSite+, and then I was able to map that project to 
SVN. I'd like to put together a blog entry or video with more details, as
I'm sure many will need more than just this info.

/Charlie
http://www.carehart.org/ 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Scott Thornton 
Sent: Friday, March 30, 2007 2:08 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Web Version Control

  
Some considerations:
We are a windows site (if we host application etc eg windows 2003, MS SQL). 
Dreamweaver and homesite is used.

Thanks,



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

2007-04-01 Thread Scott Barnes
Sorry Charlie,

Wrong Scott ;) (had me confused then..hehe)


On 4/1/07, Charlie Arehart <[EMAIL PROTECTED]> wrote:
>
>  Yes, but please note, I wasn't referring to the general Tortoise
> interface but rather the specific TortoiseSVN*SCC* add-in, which is what
> makes it possible to do the integration with HomeSite and Dreamweaver, as
> you'd requested.
>
> /Charlie
> http://www.carehart.org/
>  --
> *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Scott Barnes
> *Sent:* Saturday, March 31, 2007 5:45 AM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] Re: Web Version Control
>
>
>  I use SVN at home :) friend of mine put me onto it for Document
> Management even aswell ;) hehe (the things it can be used for). I meant
> Tortoise aswell, don't know why i said TigerSVN? (one of those weeks I
> guess).
>
> I've been using Tortoise since Spike put me onto it in 2004.
>
>
>  On 3/31/07, Charlie Arehart <[EMAIL PROTECTED]> wrote:
>
> >
> > Scott, about your confusion over resources regarding subversion, I'll
> > point
> > out that I did a blog entry that was a sort of compendium of resources
> > I'd
> > found introducing subversion (SVN) from a CFers perspective:
> >
> > http://carehart.org/blog/client/index.cfm/2006/7/12/subversion_resources
> >
> >
> > Also, as for getting it to work with HomeSite/DWMX, that can work as
> > well.
> > Check out TortoiseSVNSCC, which is an implementation of the SCC (Source
> > Code
> > Control) API upon which tools like HomeSite/CFStudio and (I'm pretty
> > sure)
> > Dreamweaver can connect. Check out their respective docs on how to
> > implement
> > source code control. They'll typically talk about VSS, which was the
> > leader
> > early on, but is just one implementer of the SCC API.
> >
> > I have confirmed that I could install TortoiseSVNSCC into Windows (it
> > gets
> > registered as a DLL) and then could add it as a SCC provider within the
> > "projects" feature of HomeSite+, and then I was able to map that project
> > to
> > SVN. I'd like to put together a blog entry or video with more details,
> > as
> > I'm sure many will need more than just this info.
> >
> > /Charlie
> > http://www.carehart.org/
> >
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf  Of Scott Thornton
> > Sent: Friday, March 30, 2007 2:08 AM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Web Version Control
> >
> >  
> > Some considerations:
> > We are a windows site (if we host application etc eg windows 2003, MS
> > SQL).
> > Dreamweaver and homesite is used.
> >
> > Thanks,
> >
>
> >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: Web Version Control

2007-04-01 Thread M@ Bourke
at work we use TortoiseSVN, we used to use VSS and I've also used CVS
before.
TortoiseSVN is the best that I've used. VSS is far to limited but not to bad
a tool.

at home I use USB backup lol

--~--~-~--~~~---~--~~
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] two instances of MySQL

2007-04-01 Thread Taco Fleur
Hi all,

I'm trying to upgrade our MySQL database, but don't want to much downtime
(and also want to test first), so I was hoping to install 5.0.37 next to
5.0.27- however, I can't find any tutorials on this, the MySQL website has
some info that suggests it is possible but doesn't specify exactly how.

When running the setup.exe it actually says it will remove the other
instance, which is not what I want.

any help would be much appreciated.

-- 
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: [OT] two instances of MySQL

2007-04-01 Thread Andrew Scott
Taco,

 

It is very possible, the only thing that you need to remember is when you
run the setup that the instance name can't be the same as a previous one, if
you want to keep it.

 

That step is one of the last in the setup process, I think by default it is
set to mysql so you need to change it to mySQL537 or something meaningful.

 

HTH



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: Monday, 2 April 2007 12:30 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] [OT] two instances of MySQL

 

Hi all,

 

I'm trying to upgrade our MySQL database, but don't want to much downtime
(and also want to test first), so I was hoping to install 5.0.37 next to
5.0.27- however, I can't find any tutorials on this, the MySQL website has
some info that suggests it is possible but doesn't specify exactly how. 
 

When running the setup.exe it actually says it will remove the other
instance, which is not what I want.

 

any help would be much appreciated.

-- 
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: [OT] two instances of MySQL

2007-04-01 Thread Taco Fleur
Hi Andrew,

OK, so it does not remove the older version, as it states it will do in the
first screen of the setup?
Have you done this yourself?

Thanks in advance.


On 4/2/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
>
>  Taco,
>
>
>
> It is very possible, the only thing that you need to remember is when you
> run the setup that the instance name can't be the same as a previous one, if
> you want to keep it.
>
>
>
> That step is one of the last in the setup process, I think by default it
> is set to mysql so you need to change it to mySQL537 or something
> meaningful.
>
>
>
> HTH
>
>
>
> 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:* Monday, 2 April 2007 12:30 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] [OT] two instances of MySQL
>
>
>
> Hi all,
>
>
>
> I'm trying to upgrade our MySQL database, but don't want to much downtime
> (and also want to test first), so I was hoping to install 5.0.37 next to
> 5.0.27- however, I can't find any tutorials on this, the MySQL website has
> some info that suggests it is possible but doesn't specify exactly how.
>
>
> When running the setup.exe it actually says it will remove the other
> instance, which is not what I want.
>
>
>
> any help would be much appreciated.
>
> --
> 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: Web Version Control

2007-04-01 Thread Scott Barnes
I use Windows Vista Bitlocker and Groove (seriously, its a great poormans
backup, not as elegant but does the job)



On 4/2/07, M@ Bourke <[EMAIL PROTECTED]> wrote:
>
> at work we use TortoiseSVN, we used to use VSS and I've also used CVS
> before.
> TortoiseSVN is the best that I've used. VSS is far to limited but not to
> bad a tool.
>
> at home I use USB backup lol
>
> >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: [OT] two instances of MySQL

2007-04-01 Thread Andrew Scott
Taco,

 

Yes I have mySql V4.0 and mySql V5.0 running on the same machine. Mind you
it has been awhile that I have done the installs, but I am aware that you
can specify the instance name at setup.



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: Monday, 2 April 2007 1:25 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: [OT] two instances of MySQL

 

Hi Andrew,

 

OK, so it does not remove the older version, as it states it will do in the
first screen of the setup? 

Have you done this yourself?

 

Thanks in advance.

 

On 4/2/07, Andrew Scott <[EMAIL PROTECTED]> wrote: 

Taco,

 

It is very possible, the only thing that you need to remember is when you
run the setup that the instance name can't be the same as a previous one, if
you want to keep it. 

 

That step is one of the last in the setup process, I think by default it is
set to mysql so you need to change it to mySQL537 or something meaningful.

 

HTH



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: Monday, 2 April 2007 12:30 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] [OT] two instances of MySQL 

 

Hi all,

 

I'm trying to upgrade our MySQL database, but don't want to much downtime
(and also want to test first), so I was hoping to install 5.0.37 next to
5.0.27- however, I can't find any tutorials on this, the MySQL website has
some info that suggests it is possible but doesn't specify exactly how. 
 

When running the setup.exe it actually says it will remove the other
instance, which is not what I want.

 

any help would be much appreciated.

-- 
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: Web Version Control

2007-04-01 Thread Andrew Scott
Scott,

 

Can you give a brief description of what groove actually is, I haven't sat
down and looked at it yet myself.



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 Scott Barnes
Sent: Monday, 2 April 2007 1:52 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Web Version Control

 

I use Windows Vista Bitlocker and Groove (seriously, its a great poormans
backup, not as elegant but does the job)



 


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

2007-04-01 Thread KNOTT, Brian
How do I refer to a row in a query.  i.e. I want to look at row 5 in a
query called sales.

Brian

---
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its 
related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 
55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does 
not necessarily reflect the view of Suncorp. The content, including 
attachments, is a confidential communication between Suncorp and the intended 
recipient. If you are not the intended recipient, any use, interference with, 
disclosure or copying of this e-mail, including attachments, is unauthorised 
and expressly prohibited. If you have received this e-mail in error please 
contact the sender immediately and delete the e-mail and any attachments from 
your system.

If this e-mail constitutes a commercial message of a type that you no longer 
wish to receive please reply to this e-mail by typing Unsubscribe in the 
subject line.



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

2007-04-01 Thread Andrew Scott
Doesn't

 

 

QueryName[5].FieldName work?

 



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 KNOTT, Brian
Sent: Monday, 2 April 2007 3:09 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Queries

 

How do I refer to a row in a query.  i.e. I want to look at row 5 in a query
called sales. 

Brian 


--- 

This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of
its related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13
11 55 or at suncorp.com.au. 

The content of this e-mail is the view of the sender or stated author and
does not necessarily reflect the view of Suncorp. The content, including
attachments, is a confidential communication between Suncorp and the
intended recipient. If you are not the intended recipient, any use,
interference with, disclosure or copying of this e-mail, including
attachments, is unauthorised and expressly prohibited. If you have received
this e-mail in error please contact the sender immediately and delete the
e-mail and any attachments from your system. 

If this e-mail constitutes a commercial message of a type that you no longer
wish to receive please reply to this e-mail by typing Unsubscribe in the
subject line. 



 


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

2007-04-01 Thread KNOTT, Brian
don't worry I worked it our query.colum[5]
 
brian



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of KNOTT, Brian
Sent: Monday, 2 April 2007 3:09 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Queries



How do I refer to a row in a query.  i.e. I want to look at row 5 in a
query called sales. 

Brian 


--- 

This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one
of its related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on
13 11 55 or at suncorp.com.au. 

The content of this e-mail is the view of the sender or stated author
and does not necessarily reflect the view of Suncorp. The content,
including attachments, is a confidential communication between Suncorp
and the intended recipient. If you are not the intended recipient, any
use, interference with, disclosure or copying of this e-mail, including
attachments, is unauthorised and expressly prohibited. If you have
received this e-mail in error please contact the sender immediately and
delete the e-mail and any attachments from your system. 

If this e-mail constitutes a commercial message of a type that you no
longer wish to receive please reply to this e-mail by typing Unsubscribe
in the subject line. 





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

2007-04-01 Thread KNOTT, Brian
Thats what I though Andrew.  Turns out is queryname.filename[5].
 
Thanks



From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andrew Scott
Sent: Monday, 2 April 2007 3:11 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Queries



Doesn't

 

 

QueryName[5].FieldName work?

 



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 KNOTT, Brian
Sent: Monday, 2 April 2007 3:09 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Queries

 

How do I refer to a row in a query.  i.e. I want to look at row 5 in a
query called sales. 

Brian 


--- 

This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one
of its related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on
13 11 55 or at suncorp.com.au. 

The content of this e-mail is the view of the sender or stated author
and does not necessarily reflect the view of Suncorp. The content,
including attachments, is a confidential communication between Suncorp
and the intended recipient. If you are not the intended recipient, any
use, interference with, disclosure or copying of this e-mail, including
attachments, is unauthorised and expressly prohibited. If you have
received this e-mail in error please contact the sender immediately and
delete the e-mail and any attachments from your system. 

If this e-mail constitutes a commercial message of a type that you no
longer wish to receive please reply to this e-mail by typing Unsubscribe
in the subject line. 




 





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

2007-04-01 Thread Andrew Scott
LOL, don't use it that much so I fall for it all the timeJ

 



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 KNOTT, Brian
Sent: Monday, 2 April 2007 3:14 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Queries

 

Thats what I though Andrew.  Turns out is queryname.filename[5].

 

Thanks

 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Andrew Scott
Sent: Monday, 2 April 2007 3:11 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Queries

Doesn't

 

 

QueryName[5].FieldName work?

 



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 KNOTT, Brian
Sent: Monday, 2 April 2007 3:09 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Queries

 

How do I refer to a row in a query.  i.e. I want to look at row 5 in a query
called sales. 

Brian 


--- 

This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of
its related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13
11 55 or at suncorp.com.au. 

The content of this e-mail is the view of the sender or stated author and
does not necessarily reflect the view of Suncorp. The content, including
attachments, is a confidential communication between Suncorp and the
intended recipient. If you are not the intended recipient, any use,
interference with, disclosure or copying of this e-mail, including
attachments, is unauthorised and expressly prohibited. If you have received
this e-mail in error please contact the sender immediately and delete the
e-mail and any attachments from your system. 

If this e-mail constitutes a commercial message of a type that you no longer
wish to receive please reply to this e-mail by typing Unsubscribe in the
subject line. 

 

 

http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Web Version Control

2007-04-01 Thread Scott Barnes
It's basically Microsoft's version of bitTorrent in a simplistic form. You
have a server which houses all the "account details" and what not and you
log files into it (doesn't really matter what). You can setup groups etc and
has its own eco-system around that (integrates well with Office 2007).

Now comes the hook right.

So what it does in the background using p2p, it downloads all the files from
others onto your machine, so essentially it's a great occassionally
connected document management system. I log a file into my laptop, and i can
get it on my pc (once it's all synced etc.. but that happens generally in
your sleep).

I find it useful as with confidential emails / documents here at Microsoft i
know i can log it in and access it from work + home.

Code, same principal applies only not as elegant as SVN/CVS/VSS type
solutions. I also find it similiar to Adobe's sharing concept (the name i
forget at this point and can't be buggered Live.com`n it).


On 4/2/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
>
>  Scott,
>
>
>
> Can you give a brief description of what groove actually is, I haven't sat
> down and looked at it yet myself.
>
>
>
> 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 *Scott Barnes
> *Sent:* Monday, 2 April 2007 1:52 PM
> *To:* cfaussie@googlegroups.com
> *Subject:* [cfaussie] Re: Web Version Control
>
>
>
> I use Windows Vista Bitlocker and Groove (seriously, its a great poormans
> backup, not as elegant but does the job)
>
>
>
>
>
> >
>


-- 
Regards,
Scott Barnes
http://www.mossyblog.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: Web Version Control

2007-04-01 Thread Andrew Scott
Yeah well is because of Office 2007 that I know about it.

 

Hmm, sounds like I am going to need to do some serious reading up on it
thenJ



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 Scott Barnes
Sent: Monday, 2 April 2007 4:13 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Web Version Control

 

It's basically Microsoft's version of bitTorrent in a simplistic form. You
have a server which houses all the "account details" and what not and you
log files into it (doesn't really matter what). You can setup groups etc and
has its own eco-system around that (integrates well with Office 2007). 

 

Now comes the hook right.

 

So what it does in the background using p2p, it downloads all the files from
others onto your machine, so essentially it's a great occassionally
connected document management system. I log a file into my laptop, and i can
get it on my pc (once it's all synced etc.. but that happens generally in
your sleep). 

 

I find it useful as with confidential emails / documents here at Microsoft i
know i can log it in and access it from work + home.

 

Code, same principal applies only not as elegant as SVN/CVS/VSS type
solutions. I also find it similiar to Adobe's sharing concept (the name i
forget at this point and can't be buggered Live.com`n it).

 


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