[ACFUG Discuss] Machii Question

2007-05-17 Thread Charlie Stell
Hi all, Im trying to move up a site that I developed my my local environment to shared hosting (cfdynamics). Its using Machii. At first, the hosting company had moved the Machii, model, and filter folders to the custom tag directory - which worked, but meant I couldnt make changes to the model

[ACFUG Discuss] OT: Dynamic Flash Photo Album

2007-05-17 Thread cody
Can anyone recommend a nice free Dynamic Flash Photo album? I have found several with Google, but I am just curious if anyone on the list has one they really like. Cody - Annual Sponsor FigLeaf Software - http://www.figleaf.com To

RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

2007-05-17 Thread Dusty Hale
I used this one once. I can't say I really like it a lot but it got the job done at the time. If I remember correctly it reads from an xml file. http://www.airtightinteractive.com/simpleviewer/ Dusty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [ACFUG Discuss] OT: Dynamic Flash Photo Album

2007-05-17 Thread Dusty Hale
If I remember correctly the one below all you need to do is drop in the .swf file and the xml file poplated with data and it works. I suppose you could implement some code to dynamically populate the xml file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[ACFUG Discuss] problem with session variables (i think)

2007-05-17 Thread Dusty Hale
I have a strange problem going on with the use of session variables. If anyone knows of something I may be doing wrong here, please let me know. 1. I'm diligent about cflocking them. 2. They work fine on my local development server (installed on my laptop). 3. When I use the code on a shared cf

FW: [ACFUG Discuss] preferred method for coding logins

2007-05-17 Thread Dusty Hale
I've now developed this app out using session variables (carefully locked) but I have to say I'm considering going back to client variables because: Although the session variables work fine and seem stable on my app when it runs on my local server, they act really whacky on the shared server

FW: [ACFUG Discuss] problem with session variables (i think)

2007-05-17 Thread Dusty Hale
I also added a StuctClear() to my logout code but even with that somehow the session values are remaining when I run this code in shared hosting (hostmysite.com). Again it all works fine on my local server. I've googled this issue to death this evening with nothing that works :-( cflock

[ACFUG Discuss] problem with session variables (i think) - DISREGARD I SOLVED IT

2007-05-17 Thread Dusty Hale
I did solve this on my own and apologize for the emails but just in case you were wondering or if anyone else ever runs into this: After revamping the entire app with Client Scope instead of Session Scope and the issue was still there, I knew it had to be something else other than the variables