Re: Output a Query by Date DESC, with A month, Day header were applicaple.

2008-01-13 Thread Nate Willard
That did it. Thank you both. Amazing. My first time using the cfoutput group. Only trick was I needed to convert the datetime in SQL to just month date year, which did the trick. Thanks again! Enjoy the rest of your weekend. N --- Charlie Griefer [EMAIL PROTECTED] wrote: On Jan 12, 2008 10:39

Re: OT: Hosting

2008-01-13 Thread James Holmes
If you're sick of shared hosting you can get a VPS with Viviotech. Bluedragon works out quite cheap this way and for a higher spend you can get CF7 or CF8. On Jan 13, 2008 11:17 AM, Qasim Rasheed [EMAIL PROTECTED] wrote: I know this topic has been beaten to death but my current host xtreme-host

Re: cfdbinfo not returning tables

2008-01-13 Thread Dominic Watson
lol another reason people might not be familiar with it via that ISO standard - the document has 1121 pages! Not a page turner either I'm sure. Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~| Adobe® ColdFusion® 8

Email Validation Question, Possible RegEx required?

2008-01-13 Thread Nate Willard
Morning, I'm currently working to add an address book importer (PLAXO) to a site. The address book importer returns the emails in the input box as follows: FNAME LNAME [EMAIL PROTECTED], FNAME LNAME [EMAIL PROTECTED], FNAME LNAME [EMAIL PROTECTED], I'd like to come up with a way to take that

translate js function to cfscript

2008-01-13 Thread Richard White
Hi, I have a javascript function that i need to translate to cfscript but am having difficulty with finding some of the correct cf methods. the javascript code is as follows: function isDate(dateStr) { var datePat = /^(\d{1,2})(\/)(\d{1,2})(\/)(\d{4})$/; var

Re: translate js function to cfscript

2008-01-13 Thread Richard White
Hi, i have done most of it but the difficulty i am having is, like i said, with the pattern matching and also the line: isleap = (year % 4 eq 0 and (year % 100 neq 0 or year % 400 eq 0)); mainly the % signs thanks ~| Adobe®

Re: translate js function to cfscript

2008-01-13 Thread Charlie Griefer
% is the mod operator in cf. year mod 4 ('year', btw isn't really a good variable name... it's also the name of a built in function. same for day and month). On Jan 13, 2008 11:05 AM, Richard White [EMAIL PROTECTED] wrote: Hi, i have done most of it but the difficulty i am having is, like i

Re: translate js function to cfscript

2008-01-13 Thread Richard White
ok great thanks very much, i will make those changes now: have you ever done pattern matching in cf charlie as that the only other bit now that i am a bit shady on? thanks again ~| Adobe® ColdFusion® 8 software 8 is the most

RE: translate js function to cfscript

2008-01-13 Thread Jim Davis
-Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Sunday, January 13, 2008 2:06 PM To: CF-Talk Subject: Re: translate js function to cfscript Hi, i have done most of it but the difficulty i am having is, like i said, with the pattern matching and also the

Re: translate js function to cfscript

2008-01-13 Thread Richard White
lol, Jim - thanks for waking me up. i have been working so hard that i think my brain has gone to sleep :) thanks very much i will use the isDate() function ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

Re: HELP!!!

2008-01-13 Thread s. isaac dealey
neither he nor I ever said that they were. Sorry... wasn't my intention to offend you... you didn't. but you seemed to be under the impression that i was under the impression that... oh, nevermind :) I can never tell. :) I do certainly think that the hosting company has an

RE: translate js function to cfscript

2008-01-13 Thread William Seiter
The pattern is simply verifying that the numbers in the new array are valid date entries. If you just wanted to recreate this function... You can use. Matcharray = listtoarray(dateStr, /) and If arraylen(matcharray) neq 3 Thisday = matcharray[2]; thismonth = matcharray[1]; thisyear =

Re: translate js function to cfscript

2008-01-13 Thread Charlie Griefer
On Jan 13, 2008 12:19 PM, Jim Davis [EMAIL PROTECTED] wrote: Honestly all that pattern matching is doing is attempting to determine if a date has been entered. CF's isDate() function will do the same work but allow a much broader range of entry. isleap = (year % 4 eq 0 and (year % 100 neq 0

Re: Email Validation Question, Possible RegEx required?

2008-01-13 Thread s. isaac dealey
I'm currently working to add an address book importer (PLAXO) to a site. The address book importer returns the emails in the input box as follows: FNAME LNAME [EMAIL PROTECTED], FNAME LNAME [EMAIL PROTECTED], FNAME LNAME [EMAIL PROTECTED], I can think of a couple of ways to attack this...

RE: Email Validation Question, Possible RegEx required?

2008-01-13 Thread William Seiter
How about Looping over the email listing and doing a Thisemail = mid([fullemail], find(, [fullemail]) + 1, len([fullemail] - 1) Basically you are saying that the 'true email' is between '' and ''. I am certain that there is probably a much faster regexp for this, but this is what comes to me

RE: cfdbinfo not returning tables

2008-01-13 Thread Adrian Lynch
Thanks all, sorry I didn't say more about what I'd tried. Turned out to be a .. in the database name! I use I've used INFORMATION_SCHEMA in the past but my code generator was using cfdbinfo and I didn't feel like changing it. I knew it was a bad idea at the time but I had different plans for two

Re: cfdbinfo not returning tables

2008-01-13 Thread s. isaac dealey
I knew it was a bad idea at the time but I had different plans for two sites, one a .co.uk, the other a .com, so I named them ldnhotels.com and ldnhotels.co.uk respectively. SQL Server didn't complain when I created the DBs so I went with it. Oh dots instead of underscores (not that it would

Re: translate js function to cfscript

2008-01-13 Thread Richard White
Thanks william, this makes me understand how it was done in the first place now. thanks very much richard ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: OT: Hosting

2008-01-13 Thread Qasim Rasheed
James Thanks for your valuable suggestion however since this will be for my personal site which doesn't get much traffic except for few family members I am looking for the cheapest option available. That was the reason I asked for efree2net.com in my original post as they seems to advertise

Re: OT: Hosting

2008-01-13 Thread Dominic Watson
Is Crystal Tech too expensive? They have a huge amount of customers and are very solid. I don't think you can go too wrong if you are not asking for much from them (if you are then that's another story!). The company you pointed at looks pretty shaky from the website... Dominic On 14/01/2008,

Re: Hosting

2008-01-13 Thread Will Tomlinson
Thanks for your valuable suggestion however since this will be for my personal site which doesn't get much traffic except for few family members I am looking for the cheapest option available. That was the reason I asked for efree2net.com in my original post as they seems to advertise pretty

Re: Email Validation Question, Possible RegEx required?

2008-01-13 Thread Sonny Savage
Is this along the lines of what you were thinking of? !--- Email Validation - regex from: http://www.regular-expressions.info/email.html --- cfset EmailList = 'FNAME LNAME [EMAIL PROTECTED], FNAME LNAME [EMAIL PROTECTED], FNAME LNAME [EMAIL PROTECTED]' cfset EmailArray = ListToArray(EmailList)

RE: Hosting

2008-01-13 Thread Andy Matthews
Gearhost.com has always treated me right. They're not the cheapest, but they have a good combination of price, quality, and service. -Original Message- From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Saturday, January 12, 2008 8:18 PM To: CF-Talk Subject: OT: Hosting I know this

Re: OT: Hosting

2008-01-13 Thread Azadi Saryev
look at hostnexus.com and their cf plans - the basic one starts from 9.95/month. their tech support is superb. been with them for over 3years now. http://www.hostnexus.com/solutions/coldfusion.htm cfmx7 only (for now) hth --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com

Feeburner Management API - Has anyone used this to create a feed?

2008-01-13 Thread Nate Willard
Hey again, Has anyone used the Feedburner Management API in Coldfusion to App feeds? I have to make well over 100 feeds, and am interested to learn if this has been done already in Coldfusion or if I'll need to start from scratch. Thanks again for all the help. N