LAST CALL for any member of the Canberra MMUG

2006-03-10 Thread Mike Kear
Sorry for the off-topic post, and for cross-posting, but I'm looking for anyone - ANYONE AT ALL - who knows something about the Canberra Macromedia Users Group, or what's become of it. I've been hosting their site at my expense for a couple of years, and there's been no changes to the site in more

RE: SQL-generated primary keys

2006-03-10 Thread Andy
You chose wisely, my son. -Original Message- From: Chris Mueller [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 7:11 AM To: CF-Talk Subject: Re: SQL-generated primary keys Thanks everyone for all your help! I am using SQL server, and have reworked my queries to use SCOPE_IDENT

RE: Source Code Versioning with ColdFusion

2006-03-10 Thread Andy
I agree with Barney. I just started using SVN and it is incredibly easy to use. Andy -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 11:06 AM To: CF-Talk Subject: Re: Source Code Versioning with ColdFusion Your best bet is probably S

Re: why the whitespace?

2006-03-10 Thread Andrew Grosset
Bryan, this doesn't exactly answer your question but here is a simple way to minimise whitespace: #Chr(13)#"> #Chr(13)#"> #Chr(13)#"> Contract Manager#Chr(13)#"> #Chr(13)#"> #Chr(13)#"> Testing #Chr(13)#"> #Chr(13)#"> #nhead# regards, Andrew. ~~

Re: OT: Styling form inputs

2006-03-10 Thread dave
sweettt ~Dave the disruptor~ From: Rick Root <[EMAIL PROTECTED]> Sent: Friday, March 10, 2006 4:06 PM To: CF-Talk Subject: Re: OT: Styling form inputs dave wrote: > whats up with the chat? I'm patiently waiting for it... I'll release a beta this

Re: Reading gedcom files from cfmx7

2006-03-10 Thread Claude Schneegans
Yeap, I'm sending you something off line. I haven't used it for quite a long time, may be not since CF 4.5, but it is still there and at least it might help you to start. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagst

Re: why the whitespace?

2006-03-10 Thread Bryan Stevenson
Thanks Sandy...I wasn't sure if that would work or notworth a shot for Monday ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.co

Reading gedcom files from cfmx7

2006-03-10 Thread Jerry Johnson
Does anyone have any code they'd like to share that can read and display gedcom data using cfmx7? I can't stand the output of my family tree programs, and want to tailor something for myself. Thanks, Jerry Johnson ~| Message: ht

RE: OT: Why can't web browsers view JPG's with exif data?

2006-03-10 Thread Bobby Hartsfield
CMKY would be the FIRST thing that comes to my mind... I see it EVERY single day. Photoshop > Image > Mode > RGB I make those clicks in my sleep! ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTE

RE: Forums - Galleon Enhanced

2006-03-10 Thread Bobby Hartsfield
> BTW this is NOT going to be RabidGalleon ;) Ha... haaa... haha... HHAHAHAH! Let me know if you want to swap bbml parsers. Maybe we can both use parts of the other's ;-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Rick Root [mailto:[EMAIL

RE: Updating Application.cfc without the restart

2006-03-10 Thread PINE Phyo Z
Thanks a lot, Nick. I tested it and it works really great.. Pine -Original Message- From: Nick Han [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 4:00 PM To: CF-Talk Subject: RE: Updating Application.cfc without the restart -Original Message- From:

Re: Flash form popup window

2006-03-10 Thread Martyn Bowis
I see you are still struggling with this one. If you want .cfm to display in your window, it must be an html window as far as I am aware, not a movieclip inside your flash form swf. This means that you should try using: ===

RE: Updating Application.cfc without the restart

2006-03-10 Thread Nick Han
-Original Message- From: PINE Phyo Z [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 3:58 PM To: CF-Talk Subject: Updating Application.cfc without the restart Hi all, Is there a way to update the application.cfc (onApplicationStart function in particular) wi

Updating Application.cfc without the restart

2006-03-10 Thread PINE Phyo Z
Hi all, Is there a way to update the application.cfc (onApplicationStart function in particular) without restarting the CF server or services? Thanks in advance. Pine ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:

RE: why the whitespace?

2006-03-10 Thread Sandra Clark
You could use around and simply surround only the output items with tags Sandy Clark -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 6:38 PM To: CF-Talk Subject: RE: why the whitespace? Have you tried using cfsaveconent to put it all in a

Re: why the whitespace?

2006-03-10 Thread Bryan Stevenson
> Have you tried using cfsaveconent to put it all in a variable, and then > strip out all the 'crap' using a regex? No and nor should I have to ;-) Thanks though...If I have to I will, but I'm sure there is a cleaner way. Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric

RE: why the whitespace?

2006-03-10 Thread Munson, Jacob
Have you tried using cfsaveconent to put it all in a variable, and then strip out all the 'crap' using a regex? > -Original Message- > From: Bryan Stevenson > Sent: Friday, March 10, 2006 4:32 PM > > Hey All, > > OK...with or without supressing whitespace I get XML with > carriage retu

why the whitespace?

2006-03-10 Thread Bryan Stevenson
Hey All, OK...with or without supressing whitespace I get XML with carriage returns and spaces etc. when I use this code: #Trim(XMLFormat(arrayLen(cols)))# #Trim(XMLFormat(ARGUMENTS.queryObj.recordCount))# <#ARGUMENTS.rowNodeName#>

Re: OT: Styling form inputs

2006-03-10 Thread dave
cause you aint the disruptor :)~ I wish I remember what all I did on that site, i started it on a friday afternoon and we launched on monday night so its kinda hazy. ~Dave the disruptor~ From: Rick Root <[EMAIL PROTECTED]> Sent: Friday, March 10, 2006 2:

RE: User Defined Data Fields

2006-03-10 Thread Munson, Jacob
I would suggest you not use user-defined columns but instead you have a table that contains user-defined data. For example, instead of having userdefined1, userdefined2, userdefined3, etc. in your users table, you have a separate table called userFields. Each row would have the user ID and any ot

User Defined Data Fields

2006-03-10 Thread Eric Dawson
Are there any standard approaches I can use to allow users to define their own database fields to extend an online database? ie datatable id datafield1 datafield2 datafield3 datafield4 datatable-udfield fieldid fieldname datatable-userdefined id fieldid data The user would be able to edit the

Re: OT: Styling form inputs

2006-03-10 Thread Rick Root
dave wrote: > whats up with the chat? I'm patiently waiting for it... I'll release a beta this weekend. Rick ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235090 Archives: http://www.houseoffusion.com/cf_lists/thr

Re: Forums - Galleon Enhanced

2006-03-10 Thread Rick Root
Raymond Camden wrote: > Heheheh. So, just so folks know. Rick shared his BBML code with me, > I've just been too busy to implement it. I like some of his ideas > above, so if he is ok with it, some will get rolled in. (Others I > don't care for, but thats understandable. :) Thus, they'll be config

Re: OT: Styling form inputs

2006-03-10 Thread dave
whats up with the chat? I'm patiently waiting for it... ~Dave the disruptor~ From: Rick Root <[EMAIL PROTECTED]> Sent: Friday, March 10, 2006 2:42 PM To: CF-Talk Subject: Re: OT: Styling form inputs I wonder why mine doesn't work right (the textarea d

Re: Forums - Galleon Enhanced

2006-03-10 Thread Raymond Camden
Heheheh. So, just so folks know. Rick shared his BBML code with me, I've just been too busy to implement it. I like some of his ideas above, so if he is ok with it, some will get rolled in. (Others I don't care for, but thats understandable. :) On 3/10/06, Will Tomlinson <[EMAIL PROTECTED]> wrote:

Re: FCKeditor and the TMT validation javascript library.

2006-03-10 Thread Massimo Foti
> That's where I think it should go too. The problem is that the creation code > for the FCK editor obfuscates me from direct contact with that hidden field. Sorry, I am not familiar with FCK, so I can't help. Massimo Foti Tools for ColdFusion and Dreamweaver develope

Re: Forums - Galleon Enhanced

2006-03-10 Thread Will Tomlinson
>BTW this is NOT going to be RabidGalleon ;) I'll be offering all my >enhancements back to the community. > SUUURE! :) Will ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235085 Archives:

RE: Createquery and numbers that are strings

2006-03-10 Thread PINE Phyo Z
The obvious work around will be assign a new variable and put the empty string + SSN. In that way, you don't need to take out the empty space from your structure. But depending on how you are going to use it, maintaining two variables instead of one might drive your mad. So, the other option that

Re: Page visit counter

2006-03-10 Thread Claude Schneegans
>>You could create a unique cookie for each page, I can't tell by heart how many, but there is a limit on the number of cookies per domain. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

Re: Page visit counter

2006-03-10 Thread Claude Schneegans
>>I am thinking of setting a session variable, but that means, I'll need a unique session variable for each page visited. How about keeping a list of all visited pages in the session variable? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com

Re: Forums - Galleon Enhanced

2006-03-10 Thread Rick Root
Rick Root wrote: > So, I've been making enhancements to Ray's Galleon Forums to suit my > most important wants and desires... BTW this is NOT going to be RabidGalleon ;) I'll be offering all my enhancements back to the community. Rick ~~

Forums - Galleon Enhanced

2006-03-10 Thread Rick Root
So, I've been making enhancements to Ray's Galleon Forums to suit my most important wants and desires... Here are some things that I've done to this version of Galleon: - BBML/BBCode Support similar to phpBB (configurable option) - Make Sticky option on topic entry - phpBB Style Message Sav

Page visit counter

2006-03-10 Thread Ken
Hi. I have pages that get called from a db with pageid=xx and I need to keep a visit counter for each page. But again, it should not be incremented if the same visitor from that session revisits that page. I am thinking of setting a session variable, but that means, I'll need a unique session varia

Re: OT: Styling form inputs

2006-03-10 Thread Rick Root
I wonder why mine doesn't work right (the textarea didn't work because I had a typo in the textarea css declaration) Rick Les Mizzell wrote: >>Browse here: >>http://www.it.dev.duke.edu/temp/inputcss.cfm > > > > 1. Your browser: Mozilla/5.0 (Windows; U; > Windows NT 5.0; en-US; rv:1.8.0.1

Re: Createquery and numbers that are strings

2006-03-10 Thread Robert Everland III
I could try putting an empty string in front, but even if that works I would still have to take out the empty space later because I still need the ssn for the primary key of the structure. The SSN is returned as a string. Bob ~~~

RE: Site-wide error trapping

2006-03-10 Thread Andy Matthews
Thanks. I'll take a look at it. This might be just what I need to learn it myself. -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 12:08 PM To: CF-Talk Subject: Re: Site-wide error trapping I wrote up how to do one here: http://mysecretba

RE: Createquery and numbers that are strings

2006-03-10 Thread PINE Phyo Z
May be I am over-simplifying your problem but adding empty string ("") might solve?? Just curious what data type is SSN being returned from the query (number ,integer , string)? Pine -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 10:0

Re: OT: Styling form inputs

2006-03-10 Thread Rick Root
dave wrote: > Works on my ie6 but what I didnt think about is that site has the ie7 hack on > it. Browse here: http://www.it.dev.duke.edu/temp/inputcss.cfm It doesn't work for me.. here's my user agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1) ~~

RE: Page visit counter

2006-03-10 Thread Munson, Jacob
Yeah, a cookie that exires at end of session should do the trick. You could create a unique cookie for each page, which should give you the granularity you want. > -Original Message- > From: Ken [mailto:[EMAIL PROTECTED] > Sent: Friday, March 10, 2006 11:54 AM > To: CF-Talk > Subject: Re

Createquery and numbers that are strings

2006-03-10 Thread Robert Everland III
I am creating a huge structure so that I can get data from many different tables that I can't join (don't ask long story). The key of my structure is a SSN, now I need to order the records to be in alphabetical on the name, i can't use the name as the key since some people could potentially have

Re: Page visit counter

2006-03-10 Thread Ken
guys. actually want the visit unique per page per visitor. If the same visitor comes the next day, i don't mind if he gets counted again. Unique per page/per visitor for that day/session. On 3/10/06, Charlie Griefer <[EMAIL PROTECTED]> wrote: > > IP address could change. > > How about a cookie? >

Re: OT: Styling form inputs

2006-03-10 Thread Les Mizzell
> Browse here: > http://www.it.dev.duke.edu/temp/inputcss.cfm 1. Your browser: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 The text box works. The text area doesn't (Firefox) 2. Your browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows

Re: Page visit counter

2006-03-10 Thread Charlie Griefer
IP address could change. How about a cookie? On 3/10/06, Larry Juncker <[EMAIL PROTECTED]> wrote: > Why not log their IP number in the database and check it for return visits? > > -Original Message- > From: Ken [mailto:[EMAIL PROTECTED] > Sent: Friday, March 10, 2006 12:40 PM > To: CF-Tal

RE: Page visit counter

2006-03-10 Thread Larry Juncker
Why not log their IP number in the database and check it for return visits? -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 12:40 PM To: CF-Talk Subject: Page visit counter Hi. I have pages that get called from a db with pageid=xx and I need to keep a

RE: SOT: Return Confirm

2006-03-10 Thread Orlini, Robert
Works great...thanks Rick and suggestions and ideas from others as well! -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 1:21 PM To: CF-Talk Subject: Re: SOT: Return Confirm Orlini, Robert wrote: > I would like to include two onclick in the Input

Re: Determine Visitors OS

2006-03-10 Thread Ken Ferguson
The REAL ? here is, how much do I owe you for that nugget!!! LOL, Happy Friday everyone. I'm headed out to the Big XII tourney in just a few to drink beer and watch some hoops. --Ferg jonese wrote: > Ok even after ken's misguided poking (funny stuff really). i coded up > my own OS function base

Re: MySQL question

2006-03-10 Thread Barney Boisvert
REGEXP is a regular expression-compaible LIKE (also known a RLIKE). That is, it's for matching strings, not for modifying them. I don't believe there is any way to do a regular expression replace with MySQL, but I haven't gone looking in a while. cheers, barneyb On 3/10/06, John Paul Ashenfelte

Re: SOT: Return Confirm

2006-03-10 Thread Rick Root
Orlini, Robert wrote: > I would like to include two onclick in the Input type below one is: > > This is what you're looking for: Untitled function confirmClick(ck) { if(ck.checked) { if (confirm('Are you sure?')) {

RE: Query Problem - sorting

2006-03-10 Thread Dennis Powers
Mike, Thank you. I always forget about the case statement. Best Regards, Dennis Powers UXB Internet- A Website Design and Hosting Company 690 Wolcott Road - P.O. Box 6028 Wolcott, CT 06716 Tel: 203-879-2844 http://www.uxbinternet.com http://dennis.uxb.net -Original Message- From: Mich

Re: OT: Styling form inputs

2006-03-10 Thread dave
Works on my ie6 but what I didnt think about is that site has the ie7 hack on it. ~Dave the disruptor~ From: Rick Root <[EMAIL PROTECTED]> Sent: Friday, March 10, 2006 9:41 AM To: CF-Talk Subject: Re: OT: Styling form inputs Les Mizzell wrote: > dave

Re: Site-wide redirect?

2006-03-10 Thread Matt Robertson
That tutorial I linked you to in the other thread also has a quickee 2-line 404 handler: |*http://"; & CGI.SERVER_NAME> if the page doesn't exist, the visitor is redirected to the web site's home. Simple. You can get more complicated too if you like. *|-- mattRobertson Janitor, MSB Web Syst

Re: Site-wide error trapping

2006-03-10 Thread Matt Robertson
I wrote up how to do one here: http://mysecretbase.com/Building_A_ColdFusion_Error_Handler.cfm HtH, -- mattRobertson Janitor, MSB Web Systems http://mysecretbase.com ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4

RE: Why can't web browsers view JPG's with exif data?

2006-03-10 Thread Paul
I know if the jpg is CMYK this happens; maybe it's not to do with exif? -Original Message- From: Jon Block [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 10:50 AM To: CF-Talk Subject: OT: Why can't web browsers view JPG's with exif data? In one of the web systems I operate, we ju

Re: OT: Why can't web browsers view JPG's with exif data?

2006-03-10 Thread Robert Everland III
The one thing that comes to mind is that the jpg are CMYK and that's why they are coming up as broken graphics. Check to see what type they are, RGB is what will enable the graphics to display in the browser. Browsers don't have a problem displaying EXIF data. Bob ~~~

OT: Why can't web browsers view JPG's with exif data?

2006-03-10 Thread Jon Block
In one of the web systems I operate, we just imported a bunch of JPG's. The JPG's are viewable with programs like windows picture viewer, but when embeded in a web page, they appear as broken graphics. What's the best way for me to make these JPG's work when used in web pages? Thank you, Jon Th

Re: MySQL question

2006-03-10 Thread John Paul Ashenfelter
You want to look at the REGEXP operator built into MySQL. You should be able to do what you wish. http://dev.mysql.com/doc/refman/5.0/en/regexp.html On 3/10/06, James Smith <[EMAIL PROTECTED]> wrote: > One of my fields has had a collection of line breaks inserted in between > first and second nam

Re: Dynamic form creation

2006-03-10 Thread Matt Robertson
I did something rather similar to what Casey did in my CMPro CMS. User is presented with an interface and can build their form using it instead of coding. Main table holds form description data (form type, page form is tied to, whether form is secure, pass/fail values if its a test-type form)

Re: Determine Visitors OS

2006-03-10 Thread jonese
Ok even after ken's misguided poking (funny stuff really). i coded up my own OS function based off an older PHP one i used to use. I can only test it on Win XP, Win 2k, Win 2k3 and an ancient Mac. If you can test on other OS's I'd really appreciate it. just email me here or off list and I'll send

Re: Determine Visitors OS

2006-03-10 Thread Ken Ferguson
You're absolutely right; I was kidding. It is Friday after all and I think most people are at their silliest near lunchtime on Friday. I, of course, meant no offense to jonese and with all of this, I'm sure jonese will have no trouble whipping up some script to parse the browser, OS, version in

Re: Flex 2 and Ben Forta

2006-03-10 Thread Mark Drew
Rick, That is not the plan for CFEclipse, it wont (as far as I am concerned) do any WYSIWYG functions in the near future but there will be a lot of improvements and functions going in over the next few months. Its simply not our focus, since we dont particularly want to compete with DW M

Re: Return Confirm

2006-03-10 Thread Charlie Griefer
it's not just you. i'd break it out into a function also :) On 3/10/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > You put the onsubmit on the tag, and leave the input as is (although > id break it out into a function but that's just me) > > ..:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > htt

RE: Return Confirm

2006-03-10 Thread Bobby Hartsfield
You put the onsubmit on the tag, and leave the input as is (although id break it out into a function but thatÂ’s just me) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 20

Re: SOT: Return Confirm

2006-03-10 Thread Bryan Stevenson
onClick="if (confirm('Confirm delete of hail record #FORM.act_id#?')) window.location='hailindet.cfm?act_id=#FORM.act_id#&trip_id=#FORM.trip_id#&delHail=1';" The above asks "Confirm delete of hail record 5?" If they click "OK" then the window.location firesif they hit cancel nothing happens

Re: SOT: Return Confirm

2006-03-10 Thread Charlie Griefer
you've lost me :) if you want to include multiple items in an event, simply separate them with semi-colons: are you saying that you want it to do the confirm() on submit if the checkbox is checked? On 3/10/06, Orlini, Robert <[EMAIL PROTECTED]> wrote: > Thanks, however, this is not a form subm

RE: Flash form popup window

2006-03-10 Thread Bobby Hartsfield
You're not being stupid... just unclear ;-) Most people see the owrd popup and assume the equivalent of a javascript popup BROWSER window. I've seen what you are talking about before though. Kevin can probably put you on the right track with it. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://a

Re: Q about CFEclipse

2006-03-10 Thread Spike
Have you tried webDrive? http://www.webdrive.com/products/webdrive/index.html Haven't used it, but in principle it ought to work with CFEclipse. Spike On 3/10/06, Scott Stroz <[EMAIL PROTECTED]> wrote: > Its kind of hard to edit files when Eclipse keeps telling you they are 'Read > Only' ;-) >

RE: SOT: Return Confirm

2006-03-10 Thread Orlini, Robert
Thanks, however, this is not a form submit. When a user clicks the checkbox, then I would like a "Are you sure" confirm box to appear not when they already submit. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 11:55 AM To: CF-Talk Subject

Re: SOT: Return Confirm

2006-03-10 Thread Charlie Griefer
onsubmit would go in your tag. On 3/10/06, Orlini, Robert <[EMAIL PROTECTED]> wrote: > I would like to include two onclick in the Input type below one is: > > > > Can I add: onSubmit="return confirm('Are you sure?'); to the top Input type? > Do I put && between them? > > Thanks. > > Robert O.

RE: Flash form popup window

2006-03-10 Thread Kevin Aebig
Do you have the URL for the example? I can probably tell you how to do it if I see what's going on... !k -Original Message- From: Steve Milburn [mailto:[EMAIL PROTECTED] Sent: March 10, 2006 9:57 AM To: CF-Talk Subject: Re: Flash form popup window Hi Kevin Thats what I'm looking for.

SOT: Return Confirm

2006-03-10 Thread Orlini, Robert
I would like to include two onclick in the Input type below one is: Can I add: onSubmit="return confirm('Are you sure?'); to the top Input type? Do I put && between them? Thanks. Robert O. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Data

RE: You know...

2006-03-10 Thread Andy Matthews
:) I've got 18445. You are currently using 277 MB (10%) of your 2702 MB. -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 10:16 AM To: CF-Talk Subject: Re: You know... I joined CF Talk because I'm attempting to fill my gmail account. 17,18

Re: You know...

2006-03-10 Thread Casey Dougall
I joined CF Talk because I'm attempting to fill my gmail account. 17,184 inbox messages and growing!!! ;-) On 3/10/06, Rick Root <[EMAIL PROTECTED]> wrote: > Damien McKenna wrote: > > You know its bad when you're sick for a week and you finally look at > > your CF-Talk mailbox to discover 2400 m

Re: Determine Visitors OS

2006-03-10 Thread Mingo Hagen
Okay, I personally usualy use some combinations of cgi.user_agent, which do count on the cgi.user_agent string being correct, and not faked, like u can do in most browsers either through a plugin or nativly. So for instanct means your probably on a mac, etc. It would be cool if there is some

Re: Q about CFEclipse

2006-03-10 Thread Scott Stroz
Its kind of hard to edit files when Eclipse keeps telling you they are 'Read Only' ;-) On 3/10/06, Rick Root <[EMAIL PROTECTED]> wrote: > > Scott Stroz wrote: > > The FTP functionality in Eclipse is not very good though. > > Neither is Homesite's FTP functionality, but I still use it ;) > > rick >

Re: Flash form popup window

2006-03-10 Thread Steve Milburn
Hi Kevin Thats what I'm looking for. I am displaying a flash form. When a button is clicked, I want to display another flash form (contained in another cfm template) as a popup. I am using the popup manager class, and get a popup window. However, I cant get it to display my other form. I

RE: Determine Visitors OS

2006-03-10 Thread Munson, Jacob
> > > > > > > > > > > Now, if you're not sufficiently advanced in CF development, > I'd suggest > asking for help with this one! Seriously Jonese, I'm sorry to > be having > fun with this at your expense, but you spent way more time > looking for a > function to do this than it woul

RE: Using CF to redirect incoming email blast clicks.

2006-03-10 Thread Andy Matthews
I see... At this point I'm relying on our stats engine to track those "unique" URLs. What you're saying is that it would be better to store that hit in the database? -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 9:04 AM To: CF-Talk Subject:

Re: References for Beginners

2006-03-10 Thread Martin Thorpe
Thanks for the links but concerning the CF 7 we are stuck to cfmx 6.1 the hosting is dictated by the client and it does not look like we are going to move to 7 for a looong time. I had a problem recently with a developer who wrote a project in CFMX 7, using lots of cfform stuff such as cfinpu

Re: IsUserInRole - question

2006-03-10 Thread Raymond Camden
No, your code is right, although I'd write it like so: You want to double check to see what you are setting your roles too. Unfortunately, the CFLOGIN system does not provide a getRoles() function. You will need to just add some debug output to where you set the roles. As an aside, I've pretty

Re: Determine Visitors OS

2006-03-10 Thread Ken Ferguson
LOL, yeah, I will be accepting royalties off of that code. I mean, I think I'm owed by everyone who uses that bit of genius and infinitely complex code for their own benefit. Would you expect me to just GIVE the code away for free??? And if you'd like even better code worth even higher royaltie

Re: You know...

2006-03-10 Thread Rick Root
Damien McKenna wrote: > You know its bad when you're sick for a week and you finally look at > your CF-Talk mailbox to discover 2400 messages. Urk. > > Back to your previously scheduled entertainment... That's what I love about cf-talk! Rick ~~~

Re: cfdocument header/footer

2006-03-10 Thread Rick Root
Patrick Whittingham wrote: > > I am having a problem which will display field descriptions in each of the > header (ie., Employee, Address, City ...) on every page and the data (1000 > rows). for pdf/flashpaper. Any help will be appreciated. What exactly is the problem? If I had to guess, I

RE: You know...

2006-03-10 Thread Munson, Jacob
lol In those cases, I hate to say it, but this is what I usually do: ctrl+a delete > -Original Message- > From: Damien McKenna > Sent: Friday, March 10, 2006 8:14 AM > > You know its bad when you're sick for a week and you finally look at > your CF-Talk mailbox to discover 2400 messages

You know...

2006-03-10 Thread Damien McKenna
You know its bad when you're sick for a week and you finally look at your CF-Talk mailbox to discover 2400 messages. Urk. Back to your previously scheduled entertainment... -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #in

Re: simple cfmail question...

2006-03-10 Thread Charlie Hanlon
Thanks Jochem. - Original Message - From: "Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, March 10, 2006 10:06 AM Subject: Re: simple cfmail question... > Charlie Hanlon said: >> That's how I learned. I'll assume that you're implying that the >> is unneccess

Re: cfquery and insert help needed

2006-03-10 Thread Rick Root
Andy Matthews wrote: > QFT? "Quoted For Truth" ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235026 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/

Re: simple cfmail question...

2006-03-10 Thread Jochem van Dieten
Charlie Hanlon said: > That's how I learned. I'll assume that you're implying that the > is unneccessary. Is this so? Just put it in the From. If the friendly name you want the user to see has any characters other then alfanumeric and spaces, enclose the friendly name in double quotes, i.e.: G

Re: Determine Visitors OS

2006-03-10 Thread Mingo Hagen
Ken Ferguson wrote: >Well, if you just need someone to write it for you... > > > > What sort of license is that under? can we use that? do we need to pay you? how much? all these questions. M. ~| Message: http://www.houseof

Re: simple cfmail question...

2006-03-10 Thread Mingo Hagen
Well, 'unneccessary' I don't know, I just don't see a reason why it should be there. But If you have a good one, please do share! m. Charlie Hanlon wrote: >That's how I learned. I'll assume that you're implying that the > is unneccessary. Is this so? > >thanks, >charlie hanlon > > >- Or

Re: Flash form popup window

2006-03-10 Thread Steve Milburn
I guess I'm being stupid here, but I cant see how the getURL function provides what I am looking for. I've tried using it, with various options, but cannot emulate what I am seeing on other flash forms. It is a new browser window, that I can move anywhere on my screen. The flash form on Ben's w

RE: References for Beginners

2006-03-10 Thread Munson, Jacob
http://techfeed.net/cfQuickDocs/ > -Original Message- > From: Martin Thorpe > Sent: Friday, March 10, 2006 2:51 AM > > I have been asked to compile a list of references by my boss for a > Webmaster type who is looking to move to Coldfusion, I have > quite a list > already just wonder

Re: overflow attack "return-to-libc" when starting CFMX 7

2006-03-10 Thread Chris Norloff
Just to followup (and for the archives). This was fully an Entercept issue - in one of the reports it said it throws this error when starting virtual machines (kinda like a JVM, maybe!). thanks for the responses, Chris Norloff -- Original Message -- From:

Re: Determine Visitors OS

2006-03-10 Thread Ken Ferguson
Well, if you just need someone to write it for you... jonese wrote: > Yea i was just hoping to avoid writing the code myself if someone else > has already done it. > > jonese > > On 3/9/06, Dave Watts <[EMAIL PROTECTED]> wrote: > >>> Anyone have a function which will determine the OS of a >>

Re: simple cfmail question...

2006-03-10 Thread Charlie Hanlon
That's how I learned. I'll assume that you're implying that the is unneccessary. Is this so? thanks, charlie hanlon - Original Message - From: "Mingo Hagen" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, March 10, 2006 9:53 AM Subject: Re: simple cfmail question... > Charlie Han

Re: Using CF to redirect incoming email blast clicks.

2006-03-10 Thread Ken Ferguson
well, you could set up your log analyzer to parse the logs with respect to the track parameter... As for "using CF", just test for the existence of the track url variable. If it exists, insert a record to a table in your db all of the pertinent information. You could store the website, tracking

RE: Flash form popup window

2006-03-10 Thread Kevin Aebig
FYI PopUp Manager Class is for *Flash* based popup windows, not HTML ones. Cheers, !k -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: March 10, 2006 7:45 AM To: CF-Talk Subject: RE: Flash form popup window That wouldn't be a popup. It'd be a normal window (wit

RE: Determine Visitors OS

2006-03-10 Thread Munson, Jacob
You could use BrowserHawk if you don't mind paying for this. It will tell you what OS, along with TONS of other stuff about every client that hits your site. > -Original Message- > From: jonese [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 5:31 PM > To: CF-Talk > Subject: R

Re: simple cfmail question...

2006-03-10 Thread Mingo Hagen
Charlie Hanlon wrote: >This is usually how I code it > >from="[EMAIL PROTECTED]" >subject="" >> > > > > > > > wow, and why? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235014 Archives: ht

RE: OT: Styling form inputs

2006-03-10 Thread Andy Matthews
No... Attribute selectors only work in IE7 and FF (maybe Safari too). -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 8:40 AM To: CF-Talk Subject: Re: OT: Styling form inputs Les Mizzell wrote: > dave wrote: > >>input:focus,textarea:focus { ba

IsUserInRole - question

2006-03-10 Thread Edward Chanter
I can't seem to get the IsUserInRole function to accept dynamic data, eg. User is in this role Am I being dumb here or am I missing something or is this deliberate? best wishes, -= Ed ~ Edward Chanter Technical Innovations Manager Collab

  1   2   >