[cfaussie] Re: Path to the site root directory

2006-06-21 Thread Andrew Mercer
Have a look atExpandPath( "/") On 6/22/06, Scott Thornton <[EMAIL PROTECTED] > wrote:Hello,Is there a programmatical way of returning the root directory of the website, regardless of the current page's location within the site? egThe site http://mysite/somepage.cfm = c:\mysites\application\the site

[cfaussie] Path to the site root directory

2006-06-21 Thread Scott Thornton
Hello, Is there a programmatical way of returning the root directory of the website, regardless of the current page's location within the site? eg The site http://mysite/somepage.cfm = c:\mysites\application\ the site http://mysite/admin/somepage.cfm = c:\mysites\application\ Currently this l

[cfaussie] TONIGHT : Melbourne Coldfusion Design and Development User Group Meeting (Was CFUG)

2006-06-21 Thread Steve Onnis
With the merger complete between Macromedia into Adobe, a new User Group has been formed to roll the ColdFusion User Group and Macromedia User Group in a super group called the ColdFusion Design and Development User Group. This new group will not only cover the "classic" ColdFusion developm

[cfaussie] Re: OT: Web Based DNS service

2006-06-21 Thread Guennadi Moukine
Definitely zoneedit. They've been around for years and years. We've been using them for some of the domains since 2000. they are very reliable and you can have 5 domain zones with them for free.   Guennadi M www.fasthit.ent   From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED

[cfaussie] Re: OT: Web Based DNS service

2006-06-21 Thread Dale Fraser
Yeah,   I saw them, the website looks so unprofessional I discounted them, I’ll have another look. Regards Dale Fraser From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Mercer Sent: Thursday, 22 June 2006 12:39 PM To: cfaussie@googlegroups.com Sub

[cfaussie] Re: DHTML & JS help

2006-06-21 Thread Andrew Scott
Ok, Maybe I better explain my problem here, the second div is hidden to begin with and what I was looking at doing was when it was active (show) that I would dynamically change the properties to reflect the size and width of the outer div (not knowing its style sheet at hand). And making it the

[cfaussie] Re: OT: Web Based DNS service

2006-06-21 Thread Andrew Mercer
I use http://www.zoneedit.com/ for my home network.On 6/22/06, Dale Fraser < [EMAIL PROTECTED]> wrote: Hi,   Anyone use a web based DNS service to manage domain names. I need to manage about 10-20 domains, so something that supports multiple domains rather than pay per domain would be

[cfaussie] Re: OT: Web Based DNS service

2006-06-21 Thread Dale Fraser
Does this require you delegate the domains to them. I really only want someone who can do DNS management without being my registrar since I'm happy with my current registrar. Couldn't see anything on their site that allowed that. And I don't think they handle .au domains. Regards Dale Fraser

[cfaussie] Re: OT :PayPal

2006-06-21 Thread
Hi Steve, I concur eith Lucas. I to have setup paypal. Rather funny I bought a premade CFC which does it and in the end I ended up righting one from scratch. hehehe. Jeremy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[cfaussie] Re: DHTML & JS help

2006-06-21 Thread Tom Kerr
That's what the standard says. Everybody but Microsoft agree. ;) Luckily MS broke something else that lets you achieve what you want. Quick summary: The standards - left and right margins auto, on a block element: centered within parent block

[cfaussie] Re: DHTML & JS help

2006-06-21 Thread Andrew Scott
Oh, and here I am trying to get the width and height of the div to be centered dividing the width adding and subtracting the normal wayL       Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273   From: cfaussie@go

[cfaussie] Re: OT: Web Based DNS service

2006-06-21 Thread Darren Tracey
mydomains.com should do the trick for you. You can manage domains there for free. More advanced options start to cost you, but its pretty cheap. The service is fantastic. I've been using them to manage a bunch of domains and some quite complex mail forwarding (all for free) now for many, many year

[cfaussie] Re: DHTML & JS help

2006-06-21 Thread Blair McKenzie
Element.offsetWidth should provide the adjusted width of an element. I think the standard way to center a div is to set the left and right margins to "auto".BlairOn 6/22/06, Andrew Scott <[EMAIL PROTECTED]> wrote: Has anyone got a bit of JS code that gets the size of a div element that hashad dyna

[cfaussie] Re: Clearing Cookies

2006-06-21 Thread Andrew Scott
Yeah,   I would have to agree with you, my understanding is that in the place you first mentioned every page request is getting a new cookie.   Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273   From: cfaussie@g

[cfaussie] DHTML & JS help

2006-06-21 Thread Andrew Scott
Has anyone got a bit of JS code that gets the size of a div element that has had dynamic content added using HTTPRequest, and able to center another div inside this one? I am having a huge brain fart today, it seems easy but either I am doing something wrong or IE doesn't like me today:-)

[cfaussie] Re: Clearing Cookies

2006-06-21 Thread Dale Fraser
No,   It just occurred to me that this would be a more logical spot for it rather than in onRequestStart, but it’s one of those things that is a bit scary to change and makes me think there must be a reason why it wasn’t there already. Regards Dale Fraser From: cfaussie@goog

[cfaussie] OT: Web Based DNS service

2006-06-21 Thread Dale Fraser
Hi,   Anyone use a web based DNS service to manage domain names. I need to manage about 10-20 domains, so something that supports multiple domains rather than pay per domain would be good. Regards Dale Fraser   --~--~-~--~~~---~--~~ You received t

[cfaussie] Re: OT: what Eclipse DB plugin do you use (for SQLServer)?

2006-06-21 Thread Greg Stewart
Hi Chris, I just downloaded rc7 and the latest stable build of CFeclipse and so far it all seem to be running just fine. Are you aware of any issues? On 6/20/06, Chris Velevitch <[EMAIL PROTECTED]> wrote: > > On 6/20/06, Greg Stewart <[EMAIL PROTECTED]> wrote: > > As far as I can tell cfeclipse (

[cfaussie] Re: Enforcing Array Uniformity

2006-06-21 Thread Mark Mandel
If you want to do this, you should write a Collection.cfc for that specific CFC type. So if I wanted a collection of dogs, I would have a DogCollection.cfc, that had methods like: add(dog : DOG) remove(dog : DOG) has(dog : DOG) getArray() : Array etc Mark On 6/22/06, Scott Arbeitman <[EMAIL P

[cfaussie] Re: invoking cfx tag using Evaluate

2006-06-21 Thread Scott Arbeitman
a very good idea. I saw coldspring do this, but it never struck me to do it in this situation. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegr

[cfaussie] Re: Clearing Cookies

2006-06-21 Thread Andrew Scott
Dale,   I believe it does… Are you having problems with it in onSessionStart?     Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273   From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf

[cfaussie] Enforcing Array Uniformity

2006-06-21 Thread Scott Arbeitman
I came across this post today: http://tjordahl.blogspot.com/2006/06/better-way-to-make-string-array.html which brought to the surface an issue that was bugging me. This method seems to work fine for Arrays of Java types, where we have access to getClass() method. But what if we want to enforce an

[cfaussie] Clearing Cookies

2006-06-21 Thread Dale Fraser
We have this code in application.cfc, I know what it does but can anyone tell me if this would work in onSessionStart rather than onRequestStart       "onRequestStart" returntype="boolean" output="false">         "Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")>       

[cfaussie] [Ann] World's Largest Flex Application

2006-06-21 Thread Chris Velevitch
Robin Hilliard of Rocketboots (www.rocketboots.com.au) will talk about the lessons learnt from the world's largest Flex (1.5) application. Mon 3rd July at the Sydney Flash Platform Developers Group (www.flashdev.org.au) at 6:30 pm for 7pm start at the NSW Sports Club (www.flashdev.org.au/venue).