Re: The unofficial ahphosting status thread

2008-02-23 Thread Charlie Griefer
I haven't even bothered trying my site (or remote desktop or control panel) figuring work was still being done. just logged into remote desktop successfully. cf 8 app service wasn't started, so i fired it up and things seem to be ok. like most of you, i haven't wanted to contact Greg, figuring

Re: Free MS Software for Students - when will Adobe step up?

2008-02-22 Thread Charlie Griefer
On Fri, Feb 22, 2008 at 9:08 AM, Russ [EMAIL PROTECTED] wrote: MS DreamSpark - https://downloads.channel8.msdn.com/ has free Visual Studio 2008, Windows Server 2003, MS Expression Studio and XNA Game Studio 2.0 for students. This is exactly the type of marketing that I was talking about

Re: How to populate a table from a query?

2008-02-21 Thread Charlie Griefer
if currentrow mod 2 - end your table row and start a new one On Thu, Feb 21, 2008 at 7:49 PM, Colman, Richard [EMAIL PROTECTED] wrote: I wish to dynamically populate table across columns and rows, like: ++-+ |#query.row1#| #query.row2#| ++-+

Re: The unofficial ahphosting status thread

2008-02-21 Thread Charlie Griefer
ouch. that just seems so... cold. :) On Thu, Feb 21, 2008 at 8:35 PM, John Mason [EMAIL PROTECTED] wrote: If any one who is a AHP Hosting customer that is facing these problems. Please feel free to email me off list. FusionLink is happy to help provide additional and /or new hosting

Re: SOT: Holy Grail? Hosting?

2008-02-17 Thread Charlie Griefer
On Feb 17, 2008 7:44 PM, Jim Davis [EMAIL PROTECTED] wrote: -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Sunday, February 17, 2008 10:02 PM To: CF-Talk Subject: RE: SOT: Holy Grail? Hosting? www.AHPHosting.net That is damn impressive. I've been

Re: OT: ThickBox (JQuery)

2008-02-14 Thread Charlie Griefer
On Thu, Feb 14, 2008 at 12:32 PM, Steve Good [EMAIL PROTECTED] wrote: I gave up on the CF8 bundled AJAX libraries and moved on to JQuery. I decided to use ThickBox for my modal window needs, but I've noticed some differences between thickbox and cfwindow. 1. ThickBox is not modal in the

Re: a sIMPLER url?

2008-02-13 Thread Charlie Griefer
On Feb 13, 2008 8:23 AM, Les Mizzell [EMAIL PROTECTED] wrote: I started with this: http://www.mysite.com/seminar.cfm?id=Foreign08 Upon client request, I rewrote it to this: http://www.mysite.com/seminar.cfm/Foreign08 Now they want this: http://www.mysite.com/seminar/Foreign08 I've not

Re: a sIMPLER url?

2008-02-13 Thread Charlie Griefer
On Feb 13, 2008 4:24 PM, Les Mizzell [EMAIL PROTECTED] wrote: Remember, you have to make sure that you've got the ISAPI_rewrite module available to you. Your host can tell you if it's installed. Heh - the IT guys running the server (Law Firm) don't claim to be IIS Admins. I know my way

Re: Data display conundrum using cfquery's Group parameter

2008-02-12 Thread Charlie Griefer
On Feb 12, 2008 11:41 AM, Che Vilnonis [EMAIL PROTECTED] wrote: Instead of one long column of data, how would I rewrite the code below so that there are 4 columns of data? I tried using the queryname.currentrow and the mod function but it does not seem to work. Thanks, Che CFOUTPUT

Re: repus

2008-02-12 Thread Charlie Griefer
On Feb 12, 2008 3:13 PM, Don L [EMAIL PROTECTED] wrote: Well, on the other hand, one has to be aware these folks' job, at least, for some of them, IMI (in my igorance), has to come up with some innovative ideas, to identify these types of solutions, silly of me to start this thread to sound

Re: CFC, YES OR NO

2008-02-06 Thread Charlie Griefer
On Feb 6, 2008 12:24 PM, Rick Root [EMAIL PROTECTED] wrote: I don't agree with that at all. the use of CFCs doesn't necessarily have anything to do with object oriented design. Lots of CFCs are just groupings of functions to perform application tasks. But they're not really object oriented

Re: Error on site - Error converting data type varchar to numeric

2008-02-05 Thread Charlie Griefer
*always* validate on the server. if you want to run some stuff on the client, that's fine... but especially if you're talking about data... don't let the integrity of your data rest on something you can't control (client side validation). easy enough to remove those non-numeric characters via cf

Re: Help with Regular expressions

2008-02-04 Thread Charlie Griefer
inside of the brackets, the caret (^) means 'not'. so that's anything that's NOT a-z (or A-Z since adrian gave you a replacenocase() function) or 0-9. On Feb 4, 2008 8:56 AM, Mark Fuqua [EMAIL PROTECTED] wrote: Trying to wrap my head around this and get it to work with the framework I'm

Re: CF Blog Software

2008-02-01 Thread Charlie Griefer
not so much plug-innable skins... but peruse the various cf blogs out there (just go to http://coldfusionbloggers.org/). most of them are using blogCFC (if not most... a lot). you'll see the various layouts/designs. So yes, you can modify the views. But i don't think it's as simple as plugging

Re: Tricky String, Taking a string of 2 word say FNAME LNAME and returning FNAME L

2008-02-01 Thread Charlie Griefer
it got asked about 2 weeks ago (jan 17... the email to which you are responding) :) On Feb 1, 2008 6:12 PM, William Seiter [EMAIL PROTECTED] wrote: Am I having a severe case of déjà vu, or did this question just get asked recently? (almost verbatim?) William -- William E. Seiter Have

Re: special character

2008-01-31 Thread Charlie Griefer
HTMLEditFormat() ? On Jan 31, 2008 2:25 PM, Don L [EMAIL PROTECTED] wrote: Hi, I just noticed that for special characters like myName at thisEmail address the regular and signs would cause display problem (not being displayed), so, one solution is to transform them before data

Re: It repeats itself!

2008-01-31 Thread Charlie Griefer
On Jan 31, 2008 2:30 PM, Ali Majdzadeh [EMAIL PROTECTED] wrote: I wrote the following page to make a many-to-many relationship for a site search I need but when I test it it returns the product names several time.something like this:

Re: It repeats itself!

2008-01-31 Thread Charlie Griefer
On Jan 31, 2008 3:02 PM, Ali Majdzadeh [EMAIL PROTECTED] wrote: On Jan 31, 2008 2:30 PM, Ali Majdzadeh [EMAIL PROTECTED] wrote: cfoutput#test.ProductName#/cfoutput would work, but i'm guessing you want to display the product name once, and related data beneath it?

Re: Browser and security

2008-01-29 Thread Charlie Griefer
Why can't the institution in question just disable cookies on the workstations that they provide? Why should there be a whole new version of a given browser (or browsers) when every browser that I'm aware of currently allows the people deploying them to configure them in the manner that you're

Re: cffile rename

2008-01-28 Thread Charlie Griefer
On Jan 28, 2008 10:44 AM, Chad Gray [EMAIL PROTECTED] wrote: I am trying to use cffile action=rename to rename some files on the server. Is there any way to keep it from over-writing existing files that already have the name? For example I set the tag up like this: cffile action=rename

Re: OT: SQL Question -- Order by a column's value?

2008-01-25 Thread Charlie Griefer
something like... SELECT Colleges, CASE when Colleges = 'Harvard' THEN 1 when Colleges = 'Princeton' THEN 2 when Colleges = 'Dartmouth' THEN 3 END AS collegeOrder FROM myTable ORDER BY collegeOrder (not tested) :) On Jan 25, 2008 10:41 AM,

Re: The _ character in variable names

2008-01-24 Thread Charlie Griefer
On Jan 23, 2008 11:11 PM, Peter Donahue [EMAIL PROTECTED] wrote: Hello everyone, I have an application I need to get up and running ASAP. We've been trying to create it using PHP. Right now I feel like I'm Beowulf and that PHP application is Grendle. I have created email applications

Re: Passing Spaces

2008-01-24 Thread Charlie Griefer
you're specifying a space as one of the delimiters. why wouldn't you just use the default comma? On Jan 24, 2008 11:55 AM, Steve LaBadie [EMAIL PROTECTED] wrote: I have a series of checkboxes and am using a cfloop to grab the choices. The list consist of a total of 10 items. For some reason I

Re: Passing Spaces

2008-01-24 Thread Charlie Griefer
already have a delimiter which is putting a comma between choices. What is happen though is the value from the form control is printing out as PodiumwithMicrophone instead of Podium with Microphone. From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Thu 1

Re: CF MX8: This is driving me nuts!!!

2008-01-23 Thread Charlie Griefer
On Jan 23, 2008 9:04 AM, Nick Ross [EMAIL PROTECTED] wrote: Syntax error (missing operator) in query expression '(getUser.UserLogin = 'paulw') AND (getUser.Password' = '2324986')'. there's a single quote after getUser.Password. -- Scientists tell us that the fastest animal on earth, with a

Re: Too Few Parameters, expected 1

2008-01-23 Thread Charlie Griefer
On Jan 23, 2008 9:47 AM, Nick Ross [EMAIL PROTECTED] wrote: ENTERED AN EARLIER POST ON THIS SAME QUERY PROBLEM. ORIGINALLY IT WAS A SYNTAX PROBLEM. HOWEVER, NOW I AM GETTING THE FOLLOWING ERROR. THIS IS A SIMPLE LOGIN APPLICATION. 1) no need to shout 2) i already responded to the other

Re: CF MX8: This is driving me nuts!!!

2008-01-23 Thread Charlie Griefer
On Jan 23, 2008 9:36 AM, Nick Ross [EMAIL PROTECTED] wrote: 01.22.08 9:44 AM THANKS EVERYONE. YES, I FOUND THE SINGLE QUOTE BUT IT MADE NOT DIFFERENCE. NOW I AM GETTING THIS ERROR MESSAGE: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC

Re: ODBC Error CFQuery

2008-01-23 Thread Charlie Griefer
On Jan 23, 2008 10:42 AM, Nick Ross [EMAIL PROTECTED] wrote: ENTERED AN EARLIER POST ON THIS SAME QUERY PROBLEM. ORIGINALLY IT WAS A SYNTAX PROBLEM. HOWEVER, NOW I AM GETTING THE FOLLOWING ERROR. THIS IS A SIMPLE LOGIN APPLICATION. really? 3 times now? and still with the caps lock? --

Re: Exception Handling

2008-01-23 Thread Charlie Griefer
the security hole is that you can arbitrarily manipulate the URL variable and potentially see information that belongs to another person. On Jan 23, 2008 2:25 PM, Ryan J. Heldt [EMAIL PROTECTED] wrote: Tood- A security hole, how so? Yes, you can arbitrarily change the value: MyID = 1, MyID =

Re: CF MX8: This is driving me nuts!!!

2008-01-23 Thread Charlie Griefer
let's take it one step at a time... On Jan 23, 2008 12:20 PM, Nick Ross [EMAIL PROTECTED] wrote: cfquery name=getUser datasource=#dsn# SELECT Password, FirstName, userID FROM Users WHERE (#form.accessCode# = password) /cfquery cfform name=siteAccess

Re: CF MX8: This is driving me nuts!!!

2008-01-23 Thread Charlie Griefer
On Jan 23, 2008 12:24 PM, Rick Root [EMAIL PROTECTED] wrote: It's another reason I hate MS Access. Retarded error messages. And that's an insult to retarded people everywhere. hey i'm offended! -- Evelyn the dog, having undergone further modification pondered the significance of

Re: writing insert query sql in coldfusion

2008-01-21 Thread Charlie Griefer
On Jan 21, 2008 7:58 AM, Richard White [EMAIL PROTECTED] wrote: Also, alot of people will advise you to use cfqueryparam (me included), so the code would look like: out of interest what is the difference in using the cfqueryparam and not?

Re: allowable characters

2008-01-21 Thread Charlie Griefer
On Jan 21, 2008 9:26 AM, Richard White [EMAIL PROTECTED] wrote: just wondering if anyone has done a review on what characters i can allow the user to input into form fields that wont cause problems in javascript and coldfusion. for example, if we allow them to enter a carriage return then

Re: This evaluate thing always stumps me...

2008-01-21 Thread Charlie Griefer
cfif structKeyExists(form, 'grp_sort_' myIDX) and form['grp_sort_' myIDX] neq also, could you elaborate on doesn't work? On Jan 21, 2008 10:23 AM, Les Mizzell [EMAIL PROTECTED] wrote: This evaluate thing, which doesn't work below, always stumps me.. cfloop index=myIDX list=#FORM.THISid#

Re: listGetAt comma problem

2008-01-21 Thread Charlie Griefer
On Jan 21, 2008 11:22 AM, Mark Proper [EMAIL PROTECTED] wrote: I have a string that I knew was going to have commas in it (such as company names or address) so I made the delimiter in the string an asterisk. Here is small example code I've been trying to get working: cfset custom = 'Yummy

Re: This evaluate thing always stumps me...

2008-01-21 Thread Charlie Griefer
On Jan 21, 2008 11:18 AM, Sonny Savage [EMAIL PROTECTED] wrote: You really should use this: cfif StructKeyExists(form, grp_sort_ myIDX) AND ( Len(form[grp_sort_ myIDX]) GT 0 ) if you're going to validate against the len(), you really should throw a trim() in there for good measure :) --

Re: listGetAt comma problem

2008-01-21 Thread Charlie Griefer
btw... strictly a matter of preference here, but *if* you know you're only going to have 2 list elements, i generally go with listFirst() and listLast() in place of the listGetAt() function. One less argument to type in :) On Jan 21, 2008 11:46 AM, Sonny Savage [EMAIL PROTECTED] wrote: This

Re: White Space Eliminator

2008-01-21 Thread Charlie Griefer
why wouldn't you replace instances of 2 or more spaces with a single space? seems you're just removing them? On Jan 21, 2008 12:13 PM, Nate Willard [EMAIL PROTECTED] wrote: hello, I learned of of an issue with my whitespace reduction method that is almost funny. I do the following to

Re: SOT: JavaScript version of listContains()

2008-01-18 Thread Charlie Griefer
On Jan 18, 2008 9:35 AM, Claude Schneegans [EMAIL PROTECTED] wrote: that's not to say there's not a simple way tho. The only other way I can think of is using regExp, but not really simpler. yeah, i thought about using subStr... but then you'd have to check for an optional comma in front and

Re: SOT: JavaScript version of listContains()

2008-01-18 Thread Charlie Griefer
i can't think of a simple, basic way off the top of my head. i'd probably end up doing a list.split(',') to convert the list to an array, then looping over the array to see if the element exists. that's not to say there's not a simple way tho. matter of fact, it's generally when i've gone ahead

Re: Tricky String, Taking a string of 2 word say FNAME LNAME and returning FNAME L

2008-01-17 Thread Charlie Griefer
cfset myStr = James A Bond / cfset newStr = listFirst(myStr, ' ') / cfloop list=#listRest(myStr, )# index=idx delimiters= cfset newStr = listAppend(newStr, left(idx, 1), ' ') / /cfloop On Jan 17, 2008 5:31 PM, Nate Willard [EMAIL PROTECTED] wrote: Tricky String, Taking a string of 2

Re: CRUD Creation

2008-01-16 Thread Charlie Griefer
On Jan 16, 2008 6:52 PM, s. isaac dealey [EMAIL PROTECTED] wrote: ACK i was missing my # signs!!! new wife must have stolen them! I hear that's a common problem with newlyweds. :) hmmm... you think she only married him for his # signs? :) -- Scientists tell us that the fastest animal on

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 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: HELP!!!

2008-01-12 Thread Charlie Griefer
On Jan 12, 2008 10:58 AM, greg coleman [EMAIL PROTECTED] wrote: hi, I am trying to install and configure Adobe Coldfusion to add dynamic content to my website. The problem is, i don't know how to configure coldfusion to work with my webhost's mysql, it is only setup to work with the built

Re: HELP!!!

2008-01-12 Thread Charlie Griefer
On Jan 12, 2008 10:58 AM, greg coleman [EMAIL PROTECTED] wrote: apparently, lynda.com is only concerned with showing you how to work with coldfusion on with it's self contained server. there's no one way to do things, so many hosts have things set up differently. it's not up to lynda.com to

Re: HELP!!!

2008-01-12 Thread Charlie Griefer
On Jan 12, 2008 11:45 AM, s. isaac dealey [EMAIL PROTECTED] wrote: On Jan 12, 2008 10:58 AM, greg coleman [EMAIL PROTECTED] wrote: apparently, lynda.com is only concerned with showing you how to work with coldfusion on with it's self contained server. there's no one way to do things,

Re: HELP!!!

2008-01-12 Thread Charlie Griefer
On Jan 12, 2008 11:27 PM, s. isaac dealey [EMAIL PROTECTED] wrote: 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 :) is it really

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

2008-01-12 Thread Charlie Griefer
On Jan 12, 2008 10:39 PM, Nate Willard [EMAIL PROTECTED] wrote: I've been struggling with a desired output. I'm eager to hear everyone's thoughts and ideas on how to efficiently achieve my goal. Thanks... agreed with Jim... you probably want to use the 'group' attribute of cfoutput.

Re: CF Bug Tracker

2008-01-11 Thread Charlie Griefer
On Jan 11, 2008 8:40 AM, Mallory Woods [EMAIL PROTECTED] wrote: Happy Friday all, Does anyone know of an open source or retail CF Bug Tracking system. We are looking for somethng to track bugs for a few sites and also take jobs. Ideally it would be something the user could look and view the

Re: Spell Checker

2008-01-10 Thread Charlie Griefer
On Jan 10, 2008 11:22 AM, William Seiter [EMAIL PROTECTED] wrote: Hey all, I am looking for a good spell-checker program for one of my sites. I was hoping someone here can point me in the right direction. I have spellcheck-cf from cfdev.com but: 1. my boss wants me to try more versions

Re: SOT sql question

2008-01-09 Thread Charlie Griefer
On Jan 9, 2008 8:56 AM, Mark Fuqua [EMAIL PROTECTED] wrote: I think I need to be using 'IN' within my WHERE clause but I can't seem to get it to work. I have a column with a comma delimited list. This is the latest attempt and it craps out too. SELECT.. ...WHERE JobFileJob =

Re: listGetAT problem...

2008-01-09 Thread Charlie Griefer
that assumes he's on CF8, no? (which he may be... i'm not sure) :) On Jan 9, 2008 2:00 PM, Todd [EMAIL PROTECTED] wrote: Use ListToArray(*list* [, *delimiters*, *includeEmptyFields*]) instead. On Jan 9, 2008 4:45 PM, Les Mizzell [EMAIL PROTECTED] wrote: I've got an http response that's

Re: listGetAT problem...

2008-01-09 Thread Charlie Griefer
On Jan 9, 2008 2:17 PM, Bryan Stevenson [EMAIL PROTECTED] wrote: and in case you want to know why and just not a fix ;-) the problem is CF doesn't recognize empty list elements...so you can replace all instances of || with | | in the list and then parse things out that won't resolve two

Re: ArrayFind and java APIs

2008-01-08 Thread Charlie Griefer
On Jan 8, 2008 9:30 AM, Che Vilnonis [EMAIL PROTECTED] wrote: I was reading a blog post by Rupesh Kumar about searching through arrays: https://www.blogger.com/comment.g?blogID=19056005postID=116861460940707835 He speaks of how you can use the underlying java APIs for searching. His examples

Re: Array Find and java APIs

2008-01-08 Thread Charlie Griefer
On Jan 8, 2008 11:23 AM, Che Vilnonis [EMAIL PROTECTED] wrote: Charlie/Barney, I've simplified things a bit and changed the code to read indexOf. Take a look at the both versions of code below. The version of Rupesh's code works, yet my version does not. Since his code does work, I *should* be

Re: Array Read / Output Help

2008-01-08 Thread Charlie Griefer
On Jan 8, 2008 11:41 AM, Robert Harrison [EMAIL PROTECTED] wrote: I'm creating an array. It's a list of record numbers to be looked up later. This is the code. cfset DiscArray = ArrayNew(1) cfset disnum=1 cfloop query=cur_disclaimers cfset DiscArray[disnum]=#id# cfset

Re: SOT: Sub-domains hosting

2008-01-08 Thread Charlie Griefer
On Jan 8, 2008 12:45 PM, Dominic Watson [EMAIL PROTECTED] wrote: I recently switched hosting to CrystalTech and, on trying to recreate the subdomains I had with my previous host, discovered that it can't be done. Am I correct? Has anyone managed to set up subdomains using CrystalTech on a

Re: Adobe ColdFusion IDE survey

2008-01-07 Thread Charlie Griefer
On Jan 7, 2008 10:09 AM, Claude Schneegans [EMAIL PROTECTED] wrote: If you have already decided to start from this basis, the problem is that many people hate those products and many people don't :) maybe that's why they're doing the survey? because a couple of guys on a mailing list

Re: Adobe ColdFusion IDE survey

2008-01-07 Thread Charlie Griefer
On Jan 7, 2008 11:42 AM, Andy Matthews [EMAIL PROTECTED] wrote: Again...I would argue that the overwhelming majority of ColdFusion developers are Windows based. It would be smart for them to make it cross-platform, but it wouldn't affect that many people if it was Windows only. I don't

Re: Adobe ColdFusion IDE survey

2008-01-07 Thread Charlie Griefer
On Jan 7, 2008 1:36 PM, Mark Kruger [EMAIL PROTECTED] wrote: Ben, Sorry... Can you post the link to the survey againI'll have my developers fill it out. Thanks. Seriously? Dude. it's on every... single... blog. We're clogging up the tubes today :)

Re: Adobe ColdFusion IDE survey

2008-01-07 Thread Charlie Griefer
On Jan 7, 2008 4:16 PM, Claude Schneegans [EMAIL PROTECTED] wrote: Sorry... Can you post the link to the survey again... How about a survey about a good message reader that can save and retrieve previous messages? ;-) Obviously a job for CF_REextract! -- Scientists tell us that the fastest

Re: irc

2008-01-04 Thread Charlie Griefer
On Jan 4, 2008 6:20 AM, Chad Gray [EMAIL PROTECTED] wrote: I have heard of an IRC channel for CF from other users. Anyone have the info and what is the latest and greatest IRC client. There are a few different servers that have #coldfusion channels, AFAIK... but my own personal biases dictate

Re: CF - Flex Frameworks?

2008-01-04 Thread Charlie Griefer
Agreed w/Brian (altho like Brian, i'm not 100% sure)... but I think that ColdBox's Flex integration (whatever level it happens to be) motivated Joe to add a similar type integration to Model-Glue: http://www.model-glue.com/blog/index.cfm/2007/11/5/ModelGlue--New-Flex-Integration-Features On Jan

Re: sql clear data

2008-01-04 Thread Charlie Griefer
On Jan 4, 2008 8:11 AM, Ben Doom [EMAIL PROTECTED] wrote: He wants to clear all *columns*, not rows. tsk... nitpicking over minor details :) -- Scientists tell us that the fastest animal on earth, with a top speed of 120 feet per second, is a cow that has been dropped out of a helicopter. -

Re: sql clear data

2008-01-04 Thread Charlie Griefer
On Jan 4, 2008 8:14 AM, Chad Gray [EMAIL PROTECTED] wrote: If I delete the row then I break the joins in the database. So I want to blank the data out rather then remove the entire row. I think Randy's got the best suggestion of just flagging the record 'inactive' or 'deleted' (or whatever

Re: Viviotech Outage

2008-01-04 Thread Charlie Griefer
On Jan 4, 2008 1:04 PM, toby dagenhart [EMAIL PROTECTED] wrote: I googled Jordan and found his cell and another number, plus the viviotech number of 509-956-6050 wow. you might have wanted to try calling him first and posting what you found out. no doubt he's now being inundated by several

Re: formating date

2008-01-02 Thread Charlie Griefer
On Jan 2, 2008 12:02 PM, Mark Fuqua [EMAIL PROTECTED] wrote: I have to use dates in an xml document. The date comes from the database like so. 2008-02-01 00:00:00.0 I need to get rid of the time and replace the dashes with periods to make the format as follows: 2008.02.01

Re: another date format problem

2008-01-02 Thread Charlie Griefer
no need for evaluate. just need to nest 'em properly. dateFormat(dateAdd('d', 7, startDate), 'yy.mm.dd') On Jan 2, 2008 1:49 PM, Mark Fuqua [EMAIL PROTECTED] wrote: This works #DateAdd(d, 7, 1/28/2008)# And this works #DateFormat(startdate, 'yyy.mm.dd')# I need to combine them.

Re: SUM Question

2008-01-01 Thread Charlie Griefer
specify the column name that you're trying to SUM On Jan 1, 2008 9:55 AM, morchella [EMAIL PROTECTED] wrote: ok not sure what i am doing wrong in my out put it does the count just fine, but i cant get it to SUM up the totals. error: [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect

Re: Post about BlogCFC/Hebrew

2007-12-31 Thread Charlie Griefer
that'd probably be worthwhile, as i've had stuff kicked back as well when replying to Oguz (both here and on community) :) On Dec 31, 2007 11:33 AM, Michael Dinowitz [EMAIL PROTECTED] wrote: I'll write a new function for his name alone. :) On Dec 31, 2007 2:29 PM, Barney Boisvert [EMAIL

Re: cf8 code in cf7

2007-12-30 Thread Charlie Griefer
how is it not working? On Dec 30, 2007 9:35 PM, Web Exp [EMAIL PROTECTED] wrote: Hi... I need help making this CF8 code work in CF7. Can anyone help me with this? Here's the code: cfset re1='.*?' cfset re2='((?:[a-z][a-z\.\d]+)\.(?:[a-z\d]+))(?![\w\.])' cfset re = #re1##re2#

Re: Record Set Paging

2007-12-28 Thread Charlie Griefer
On Dec 28, 2007 7:23 AM, Richard Dillman [EMAIL PROTECTED] wrote: Has anyone built a CFC to create this type of navigation? *1 - 10 of 25* yes, somebody has (at least one that i know of... there are likely others) http://www.dopefly.com/techblog/entry.cfm?entry=214 -- Scientists tell

Re: Record Set Paging

2007-12-28 Thread Charlie Griefer
, 2007 8:51 AM, Charlie Griefer [EMAIL PROTECTED] wrote: On Dec 28, 2007 7:23 AM, Richard Dillman [EMAIL PROTECTED] wrote: Has anyone built a CFC to create this type of navigation? *1 - 10 of 25* yes, somebody has (at least one that i know of... there are likely others) http

Re: Dynamic menu with CFMENU, CFMENUITEM, reading items and links from a MS SQL database

2007-12-28 Thread Charlie Griefer
well you don't really have to use cfinvoke or CFCs at all. i haven't used cfmenu yet, but you just need to provide the tag the appropriate pieces of information. whether that's static data or the data comes from a query really makes no difference. Your question isn't really about how to use

Re: regular expressions

2007-12-28 Thread Charlie Griefer
On Dec 28, 2007 2:11 PM, Claude Schneegans [EMAIL PROTECTED] wrote: i have some html files which i need to be able to read and find all referenced files in it. Like all jpg, gif, css, js files etc that are being used inside the html tags. This is a job for CF_REExtract! See:

Re: Expanding Menu

2007-12-27 Thread Charlie Griefer
On Dec 27, 2007 1:19 PM, Bruce Sorge [EMAIL PROTECTED] wrote: Good afternoon all, Does anyone have a link to some expanding menu's that use either JS, page refresh or whatever? Basically what I want to do is show the main navigation, and if there is any sub-nav, I want the user to click on the

Re: Set or lengthen the Time-Out on an image ALT tag or workaround?

2007-12-24 Thread Charlie Griefer
On Dec 24, 2007 1:18 AM, ismail cassiem [EMAIL PROTECTED] wrote: Hi, I need help please! I have fields with images next to them used as tooltips, I'm using the ALT but the problem io have the users have lenthy text they want to display over the images. The ALT works fine but it time-out

Re: Set or lengthen the Time-Out on an image ALT tag or workaround?

2007-12-24 Thread Charlie Griefer
On Dec 24, 2007 1:20 PM, s. isaac dealey [EMAIL PROTECTED] wrote: you're trying to use an attribute that's not meant to be a true tool tip as a tool tip. if you want a tooltip, check a site like dynamicdrive.com or one of the many jQuery tooltip plugins:

Re: In Theory - Returning to a Search Results Page Question

2007-12-22 Thread Charlie Griefer
On Dec 22, 2007 9:04 AM, Les Mizzell [EMAIL PROTECTED] wrote: ARGH!! the easy/simple answer: change cfset Session.formVAR = #Form# to cfset session.formVar = duplicate(form) / the more detailed answer that might hurt your brain: the form scope in CFMX is a struct (all scopes in CFMX are

Re: Help on regex pattern in refindnocase

2007-12-21 Thread Charlie Griefer
why not just cfif (listLast(filename, '.') is gif) and (listfirst(filename, '.') is not blank) ? short-circuit evaluation would mean that if the file extension isn't gif, the other conditional never fires, so it should still be relatively efficient. On Dec 21, 2007 10:25 AM, Kris Jones [EMAIL

Re: Help on regex pattern in refindnocase

2007-12-21 Thread Charlie Griefer
On Dec 21, 2007 1:36 PM, Charlie Griefer [EMAIL PROTECTED] wrote: why not just cfif (listLast(filename, '.') is gif) and (listfirst(filename, '.') is not blank) ? short-circuit evaluation would mean that if the file extension isn't gif, the other conditional never fires, so it should still

Re: In Theory - Returning to a Search Results Page Question

2007-12-21 Thread Charlie Griefer
On Dec 21, 2007 11:31 AM, Les Mizzell [EMAIL PROTECTED] wrote: Dave Watts wrote: Is there a way to store everything from the form scope, and then quickly get at it again to reuse. cfset Session.SomeVar = Form Got that part. It's getting it back out I'm more puzzled over. Exactly how

Re: In Theory - Returning to a Search Results Page Question

2007-12-21 Thread Charlie Griefer
did you try doing the cfdump var=#session# as i suggested? it provides a very nice graphical overview of what's stored in the struct. Structs for Dummies? Sure. http://tutorial171.easycfm.com/ http://tutorial172.easycfm.com/ http://tutorial173.easycfm.com/ On Dec 21, 2007 8:20 PM, Les Mizzell

Re: In Theory - Returning to a Search Results Page Question

2007-12-21 Thread Charlie Griefer
assuming your form had a field called 'firstname'... cfoutput#session.formvar.firstname#/cfoutput On Dec 21, 2007 8:38 PM, Les Mizzell [EMAIL PROTECTED] wrote: Charlie Griefer wrote: did you try doing the cfdump var=#session# as i suggested? it provides a very nice graphical overview

Re: In Theory - Returning to a Search Results Page Question

2007-12-21 Thread Charlie Griefer
cfloop list=#session.formvar.fieldnames# index=idx cfif trim(session.formvar[idx]) is not cfset form[idx] = session.formvar[idx] / /cfif /cfloop not tested, but i think that'd do it On Dec 21, 2007 9:08 PM, Les Mizzell [EMAIL PROTECTED] wrote: Charlie Griefer wrote

Re: pop an alert when trying to leave a page

2007-12-20 Thread Charlie Griefer
pop up an alert on the onunload event if the form isn't filled out properly? http://www.w3schools.com/jsref/jsref_onunload.asp On Dec 20, 2007 9:19 AM, Chad Gray [EMAIL PROTECTED] wrote: I would like to have a user fill out a form. So say they start filling it out and decided they want to

Re: Want to move into .Net?

2007-12-20 Thread Charlie Griefer
moving this where it belongs. Jesse - with all due respect, the original poster posted an ad to a COLDFUSION list, which clearly insinuated that .NET is the better technology. What sort of response did you expect he'd get? If that particular company is looking to move to .NET, that's 100% their

Re: Want to move into .Net?

2007-12-20 Thread charlie griefer
others (apparently). c'mon... would it have been so hard to have just said, Add a new tool to your tool belt? :) Charlie Griefer wrote: moving this where it belongs. Jesse - with all due respect, the original poster posted an ad to a COLDFUSION list, which clearly insinuated that .NET

Re: Calendar

2007-12-19 Thread Charlie Griefer
http://kalendar.riaforge.org/ ? On Dec 19, 2007 10:21 AM, Richard White [EMAIL PROTECTED] wrote: Hi, i am looking for a dhtml or coldfusion calendar component that works in much the same way as ms outlook calendar, e.g. adding and displaying appointments. just wondering if you guys know of

Re: Solutions for cfqueryparam/cachedwithin problem?

2007-12-19 Thread Charlie Griefer
On Dec 19, 2007 12:39 PM, Ben Mueller [EMAIL PROTECTED] wrote: Hi all, Given that you can't use cfqp and cachedwithin at the same time (serious bummer), are there best practices for when you want to do both? All of the solutions I can think of (application/server caching, some sort of

Re: OT: Need a Javascript Wizard...

2007-12-18 Thread Charlie Griefer
why not just name the checkboxes the same? then the action page will contain a comma-delimited list of the checked values. On Dec 18, 2007 10:52 AM, Che Vilnonis [EMAIL PROTECTED] wrote: I've got a form with 12-24 dynamic checkboxes and varying values. When a checkbox is checked, its value

Re: OT: Need a Javascript Wizard...

2007-12-18 Thread Charlie Griefer
... cfwindow x=210 y=100 width=800 height=600 name=showForumURLs minWidth=700 minHeight=550 title=Create Links initshow=false source=window.cfm?text={theForm:cbValues} center=true modal=true resizable=true / -Original Message- From: Charlie Griefer [mailto:[EMAIL

Re: or statement problems

2007-12-13 Thread Charlie Griefer
On Dec 13, 2007 6:57 AM, Casey Dougall [EMAIL PROTECTED] wrote: On 12/13/07, Todd [EMAIL PROTECTED] wrote: NEQ / EQ is valid CF code, so, yeah it is semantics or in this case, a personal preference. NEQ or EQ will always work where IS or IS NOT only works on strings. this is actually not

Re: Is there a way to get css color coding with the cfeclipse perspective?

2007-12-08 Thread Charlie Griefer
yeah, i was the one that made the taking over comment. i prolly shouldn't have done that :) Aptana's not a small plugin. It does CSS. it does JS. it does HTML. And last few times I've gone to start Eclipse, Aptana's alerted me that I need to update it. I guess that's not a bad thing... i'm

Re: OT: easy html wrap question

2007-12-06 Thread Charlie Griefer
i don't understand the without being bunched up part. you -do- want the carriage returns? try #replace(get.specifications, chr(13)chr(10), 'br /', 'all')# On Dec 6, 2007 7:22 AM, Orlini, Robert [EMAIL PROTECTED] wrote: How do I have a textarea keep the carriage returns so the data will display

Re: OT: easy html wrap question

2007-12-06 Thread Charlie Griefer
bear in mind the pre option will require you to add some styling, as pre generally uses a courier font by default. On Dec 6, 2007 8:04 AM, Orlini, Robert [EMAIL PROTECTED] wrote: thanks Charlie...another option that works as well. -Original Message- From: Charlie Griefer [mailto

Re: keep session variable alive

2007-12-05 Thread Charlie Griefer
On Dec 4, 2007 12:40 PM, erik tom [EMAIL PROTECTED] wrote: In my application I have session variable throughout the whole application but when i click on the link to get redirected to the first page the session variable get killed, but I need this session variable to be alive just out of

Re: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Charlie Griefer
On Dec 4, 2007 8:04 AM, Deepak Gupta [EMAIL PROTECTED] wrote: Can anyone tell me or point me to a Macro or coldfusion code to convert letters to numbers on phone keypad. For example ABDG will be 2234 And this way I have a lot of Names in database and I have to pick first 4 letters from the

Re: Eclipse CFEclipse

2007-12-03 Thread Charlie Griefer
On Dec 3, 2007 6:21 AM, Rick Faircloth [EMAIL PROTECTED] wrote: Assuming you're an Eclipse/CFEclipse user, how would you respond to this question: Is Ecliple/CFEclipse overkill for an independent developer, who never has to worry about checking code in or out? I am having some trouble

<    1   2   3   4   5   6   7   8   9   10   >