Hi all - Hope you can be my second pair of eyes here, since I am the only (:<) pairs of programming eyes in my current work ... My objective has probably been...
Hello! I am trying to do something and I am a little stuck. What I need to do is check to see if the url in the address bar is with or without the www. Then,...
Has anyone done this or know of a site that has? I want to have the user select dates/times for an event via a CF form page and I'll use cfmail to send it...
What I did for a client that has 20 or 30 domains that there sales department wants all to show the www.domain.com in the URL location bar is: <cfif...
Correct me if I am wrong, but you can set up but "domain.com" and "www.domain.com" to point to the same place (via the web server). mcg _____ From: Timothy L....
Ah ha! Worked like a charm! Thanks so much! (My web hosting company told me that they would not do the redirect, that I had to do it myself. Why - I do not...
Just talk to whomever handles your DNS. This can be done much more efficiently on the DNS. Just setup an 'A' record for your domain without the 'www' and an...
So when the user types in domain.com it will show in the browser as www.domain.com, if it's done in DNS? They told me that it will just show up as domain.com...
... Probably for two reasons: 1) it could suck up a lot of their time setting and unsetting these for everyone 2) they only know how to do it in the webserver...
I've seen it done and it works something like this: <st1:date Year="2004" Day="19" Month="11"> Friday, November 19th, 2004 </st1:date> I haven't played with it...
So send a "normal" email (cfmail) and use that in the body and Outlook will parse that and see it as an appointment? ... ===== Rob Baker eastcoastSURF.com live...
Try it and see. I don't know much about it except that IE handles it as a date type link. -John ... From: Rob Baker [mailto:netposerx@...] So send a...
... I just received one that worked fine in Apple's Mail program with iCal (although I had to click on the attachment -- it wasn't automatic). It was sent from...
The trick would be how to take the form data and convert it to an email Outlook would process as a calendar item. I would like the user to get an email/invite...
... Right. Use cfmail, send a multipart email, one of those parts is an ics file like I wrote about, and you're done, right? -- Ben Curtis WebSciences...
I just did. You want CF to create a "VCal" file and send the contents so that the MS Outlook can read and parse it. The example that I used to help build my...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Dec 1, 2004 10:11 pm
29994
Thanks for showing me that UDF. I got it to ouput a .vcs file and if you open it Outlook displays this as a new calendar item which you can save etc.. Now the...
I am just about at the end of my rope with this issue. Back during the summer, I purchased Dreamweaver MX, which comes with HomeSite 5.5+ and CF. Everything...
Does anyone have any idea why there is a "blank spot" at the beginning of the ColdFusion category on this page: http://www.gwenharrison.com/resources.cfm ? The...
It's because the info you're displaying is <DeFusion> IE sees that as a tag and since it doesn't recognize it, it ignores it. You'll have to replace < with...
Hey guys I have been asked to build a cf system to log phone calls. This would be a system where an operator could take notes about a given caller and...
... We built something like this a couple years back. Sorry, can't share the code. The key to what we did is that we built key form elements in Flash so that...