Hi,

I am needing to build a cleaning management where I have a table containing
a list of properties that need to be cleaned for the day that are yet to be
allocated to one of the cleaning teams. I have another table listing the
cleaning teams members rostered on for the day and the number of properties
each team is able to clean within the allocated working hours each day.

What I am visualising as a really nifty ui where the manager can select a
property from table 1 (list of properties to be cleaned and yet to be
allocated to a cleaning team ) and drag that property over to  one of the
names in the cleaning teams on duty table and in doing so cf will then
update both tables allocating that property to that staff member and remove
that property from the table listing the properties to be cleaned.

Basically I am looking to develop the ui with similar "drop and drag"
functionality as a drop and drag shopping cart but applying it to the above
application. 

My questions is can anyone advise if using AJAX is the easiest and best
facility to create the above functionality, especially given that I am a
pure cf coder never having used AJAX or and other scripting language.

I look forward to your replies.

Regards 

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

Websites: 
www.AustralianAccommodation.com 
www.SAMARIS.NET 
www.WebSiteSolutions.com.au 
Mobile: 0414 228 948

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of Steve Onnis
Sent: Tuesday, 2 December 2008 3:47 PM
To: [email protected]
Subject: [cfaussie] Re: CFMAIL On Shared Hosting Servers


you have to be careful with that as a lot of spam checkers check to see if
the senders address is the same as the reply-to address. if it isnt some
spam checkers will either block it or mark it as spam.

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of Mike Kear
Sent: Tuesday, 2 December 2008 4:05 PM
To: [email protected]
Subject: [cfaussie] Re: CFMAIL On Shared Hosting Servers


Claude it looks exactly the same set up as we have.    For our system,
you ahve to have you CFMAIL tag looking like this (and it'll probably
be the same for you):

<cfmail   to="clients email address"
             from="Mike Kear <[EMAIL PROTECTED]>"    <--- i.e.
some valid email address on this domain
             replyto="[EMAIL PROTECTED]"    <--- an address (any
address) where i want the client's replies to go to
             subject="[AFP Webworks]  the subject of the email"
            server="mail.afpwebworks.com"
            username="[EMAIL PROTECTED]"  <--- not the real one -
but its part of the authentication
            password="password" >

blah blah blah
</cfmail>

All these parameters are required as a minimum to send CFMAIL from our
servers.    The username and password must be a valid pair of
authentication values for an email account on our server.   The FROM
or the TO email address must be a valid email address on our server
(but need not be the same as the one used for authentication)


In this way, i can have the web site generate emails sent to me,  but
coming "from" the client, so just hitting reply sends my reply to
them.

>From what you describe, i feel sure yours are set up the same way.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On Tue, Dec 2, 2008 at 3:35 PM, Claude Raiola <[EMAIL PROTECTED]> wrote:
> Thanks for that
>
> Regards
>
> Claude Raiola
> B.Econ (Acc), B.Hot.Mngt.
>
> Websites:
> www.AustralianAccommodation.com
> www.SAMARIS.NET
> www.WebSiteSolutions.com.au
> Mobile: 0414 228 948
>
> On Tue Dec 2 15:15 , 'Blair McKenzie' sent:
>
> Chris's suggestion (or something like it) is what you're after.
>
> Blair
>
> On Tue, Dec 2, 2008 at 3:13 PM, Claude Raiola <[EMAIL PROTECTED]>
wrote:
>>
>> I am aware of the reason for restricting from email addresses to prevent
>> spamming etc
>>
>> thats not my question, i must not have  explained myself clearly
>>
>> i am simply asking is there some code i can add in addition to the domain
>> specific email address i am using so that when the email is received the
>> recipient sees the persons name appearing rather than the email address
>> itself appearing even though the email address, naturally is also present
>>
>> Regards
>>
>> Claude Raiola
>> B.Econ (Acc), B.Hot.Mngt.
>>
>> Websites:
>> www.AustralianAccommodation.com
>> www.SAMARIS.NET
>> www.WebSiteSolutions.com.au
>> Mobile: 0414 228 948
>>
>> On Tue Dec 2 14:24 , 'Steve Onnis' sent:
>>
>>
>> its most likely an email server authentication issue that a cf issue
>> claude.
>> they probably have the mail server authenicating on the email address
>> which
>> is why if the mail server doesnt have the sending email address in it
then
>> it will get rejected.
>>
>> -----Original Message-----
>> From: [email protected]
>> [EMAIL PROTECTED]','','','')">[EMAIL PROTECTED] On
Behalf
>> Of Claude Raiola
>> Sent: Tuesday, 2 December 2008 2:07 PM
>> To: [email protected]
>> Subject: [cfaussie] Re: CFMAIL On Shared Hosting Servers
>>
>>
>> The from emailaddress needs to be a valid address associated with the
>> domain
>> of the application the users email is defined from the users dbase when
>> they
>> log in I am wanting to display the users name in thefrom field when
cfmail
>> sends the email not the default email address
>>
>> Regards
>> Claude Raiola
>> Mob: 0414228948
>>
>> -----Original Message-----
>> From: Chris Velevitch <[EMAIL PROTECTED]>
>> Sent: Tuesday, 2 December 2008 12:40 PM
>> To: [email protected]
>> Subject: [cfaussie] Re: CFMAIL On Shared Hosting Servers
>>
>>
>> Try using a from email address of the form:-
>>
>> "Claude Raiola <[EMAIL PROTECTED]>"
>>
>>
>> Chris
>> --
>> Chris Velevitch
>> Manager - Adobe Platform Users Group, Sydney
>> m: 0415 469 095
>> www.apugs.org.au
>>
>> Adobe Platform Users Group, Sydney
>> January '09 meeting: TBA
>> Date: Mon 19th January 6pm for 6:30 start
>> Details and RSVP coming later
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
>
> >
>



--







--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to