transmitting XML using CFHTTP

2005-09-20 Thread Andy Matthews
, $request) or die('could not put to ssl socket for DOMAIN'); [EMAIL PROTECTED]($this-socket, 4096); if (strStr($results,'Success1/Success')) { // success code here } else { // failure code here } ? By the way, this is my first post on this list, so hi. !//-- andy

RE: CF-talk

2005-09-20 Thread Andy Matthews
Hey Ryan! Andy Matthews (creole from sitepoint) here. Nice to see you on this list. I just joined today. Hoping to get some good information. Quick question, have you seen an email from me come through earlier? It had the title transmitting XML using CFHTTP? I sent it over an hour ago and I

RE: CF-talk

2005-09-20 Thread Andy Matthews
Apologies for this post to the list. Meant to send it privately. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- ~| Logware (www.logware.us

RE: transmitting XML using CFHTTP

2005-09-20 Thread Andy Matthews
? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Hua Wei [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 10:58 AM To: CF-Talk Subject: RE: transmitting XML using CFHTTP Andy, You can use

RE: Email Hosting

2005-09-20 Thread Andy Matthews
I've used Gearhost in the past and liked their service. I didn't use email through them though so I can't speak for that. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Nando

trouble with login

2005-09-20 Thread Andy Matthews
to do with proxies. I supposed it might also have something to do with cookies too. Anyone have any ideas? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: Include wrapped in Output?? Huh??

2005-09-21 Thread Andy Matthews
The cfoutput block wrapped around your cfinclude will not output variables inside the included file. You'll need a cfoutput in there as well. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message

RE: All Items From LAST month

2005-09-21 Thread Andy Matthews
= DateFormat(DateAdd(d,-1,firstOfThisMonth),-mm-dd) SELECT id, name FROM news WHERE post_date BETWEEN '#firstOfLastMonth #' AND '#lastOfLastMonth #' !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message

RE: All Items From LAST month

2005-09-21 Thread Andy Matthews
That's a nice one Charlie. Much simpler than mine. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 1:22

RE: ReReplaceNoCase

2005-09-21 Thread Andy Matthews
You'll have to escape the (). So \( and \). !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 2:28 PM To: CF

RE: qparam function alternative to cfqueryparam

2005-09-22 Thread Andy Matthews
Ryan... CFLib doesn't take CFC style functions, at least not that I've seen. I could be wrong, but I believe that Raymond is working on upgrading the site to take those newer features. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: qparam function alternative to cfqueryparam

2005-09-22 Thread Andy Matthews
Yes...tag based as opposed to script based. I'm not trying to speak for him by any means but I've never seen any tag based functions on the cflib website. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: qparam function alternative to cfqueryparam

2005-09-22 Thread Andy Matthews
Yes...tag based as opposed to script based. I'm not trying to speak for him by any means but I've never seen any tag based functions on the cflib website. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: qparam function alternative to cfqueryparam

2005-09-22 Thread Andy Matthews
Huh...what do you know. I've seen plenty of functions on that site, but never one written in tags. Thanks for pointing that out Ryan. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From

RE: Credit card storage

2005-09-22 Thread Andy Matthews
Les... We've used that same method. Storing half and emailing the other half. I've got comments in my code stating that I'm nervous about this part. :) !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: regex help

2005-09-22 Thread Andy Matthews
Hey Ryan... One thing that's helped me is to purchase Ben Forta's book on Regular Expressions. It's fairly inexpensive and it's very helpful. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message

RE: regex help

2005-09-22 Thread Andy Matthews
Hehe... Wish I could help you. I'm working throug ha regex problem myself right now. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent

RE: Sort records searched

2005-09-23 Thread Andy Matthews
I'd take a look at this: http://www.activewidgets.com/ !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 7

RE: ColdFusion MX 7 : New Features Survey

2005-09-23 Thread Andy Matthews
Yes, but the very next question asks which ones are you planning on using. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday

RE: String Search!!!!

2005-09-23 Thread Andy Matthews
You said you needed to find the first instance of a space in a string, but your example showed finding the 3rd instance of a string. Which is it? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original

RE: ColdFusion MX 7 : New Features Survey

2005-09-23 Thread Andy Matthews
NICE! !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 1:16 PM To: CF-Talk Subject: Re: ColdFusion MX 7

javascript timer countdown...

2005-09-26 Thread Andy Matthews
this and would be willing to share? Or better yet, does anyone have a better idea of how to accomplish this? Thanks in advance. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: javascript timer countdown...

2005-09-26 Thread Andy Matthews
||document.getElementById) startit() else window.onload=startit -- !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- ~| Logware (www.logware.us): a new

RE: Weird Encrypt/Decrypt problem!

2005-09-26 Thread Andy Matthews
) cfset decrypt = CFusion_Decrypt(encrypt,seed) cfoutput encrypt: #encrypt#br decrypt: #decrypt#br /cfoutput !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Matt Robertson [mailto

RE: Call cfscript inside cfc - its possible?

2005-09-26 Thread Andy Matthews
it from anywhere on the page. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Michel Deloux [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 2:41 PM To: CF-Talk Subject: Call

RE: Search Issues...

2005-09-26 Thread Andy Matthews
Depending on how you're storing your user ranks, wouoldn't something like work: SELECT info FROM tablename WHERE info LIKE %#searchterm#% AND user_rank = #session.user_rank# !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: Queries oh queries

2005-09-27 Thread Andy Matthews
# #authorFirstName#br cfoutput = #articleTitle#br /cfoutput /cfoutput !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Saturday (Stuart Kidd) [mailto:[EMAIL

Glossary of terms in help section

2005-09-27 Thread Andy Matthews
refers to the word word) I just need the code to ONLY capture entire words, and not portions of words. Does anyone have an idea how to do that? So word and not words, document and not documents, etc. Thanks in advance. Let me know if I need to post the whole function. !//-- andy

Regex Q., select complete word, not a portion of it.

2005-09-27 Thread Andy Matthews
, etc. Thanks in advance. Let me know if I need to post the whole function. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- ~| Logware

RE: SQL row select?

2005-09-28 Thread Andy Matthews
I don't use MS SQL but doesn't it support the LIMIT keyword in the SELECT statement? SELECT * FROM tablename LIMIT #startrow#, #totalrecords# or SELECT * FROM tablename LIMIT 200, 50 !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: SQL row select?

2005-09-28 Thread Andy Matthews
!//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 8:57 AM To: CF-Talk Subject: RE: SQL row select? I don't use MS SQL

RE: SQL row select?

2005-09-28 Thread Andy Matthews
Ah...well there we go. Thanks for replying. Thought that my post hadn't gone through. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Mike Klostermeyer [mailto:[EMAIL PROTECTED

RE: SQL row select?

2005-09-28 Thread Andy Matthews
Here's a post from a DBA I'm friends with: QUOTE Just pull the entire query over to CF and use query of queries, to grab your paged row sets. I work with record sets of millions and it works very nicely. /QUOTE !//-- andy matthews web developer ICGLink, Inc. [EMAIL

RE: Need Advice- Form Posting to an Outside Server and Dealing with the Response

2005-09-28 Thread Andy Matthews
CFHTTP returns a string of XML in the variable CFTTP.filecontent. You can then interact with it using the cfxml tag: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-b21.htm !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: Calculate monthly payment with CF

2005-09-28 Thread Andy Matthews
I'm no math whiz, but it should be straightforward. If you're working with a company, get them to give you the formula they use to calculate the value and plug in the numbers. What sort of loanb is it? Simple interest? Compound? !//-- andy matthews web developer ICGLink, Inc

RE: Suggestions wanted

2005-09-28 Thread Andy Matthews
. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 2:26 PM To: CF-Talk Subject: Suggestions wanted I'm looking

RE: Suggestions wanted

2005-09-28 Thread Andy Matthews
directions until you encounter a space OR a bracket, and stop at either one. Steve -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 3:44 PM To: CF-Talk Subject: RE: Suggestions wanted I'd actually forget the brackets (just in case). Work

RE: Order by number of articles (count?)

2005-09-28 Thread Andy Matthews
The Count function goes in the SELECT portion of your statement. SELECT COUNT(tbl_020articleDetails.articleID) AS totalArticles !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From

RE: Every once in a while, I feel smart. A story of displaying a single random image.

2005-09-29 Thread Andy Matthews
If you're using mySQL then you can do this: SELECT * FROM images ORDER BY RAND() LIMIT 1 Random every time. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Jim Davis [mailto

RE: INNER JOIN

2005-09-29 Thread Andy Matthews
= auth.authorID WHERE tbl_auth.authorPhotograph '' !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Saturday (Stuart Kidd) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 4:50 AM

RE: query question

2005-09-29 Thread Andy Matthews
from table01 and any rows that have matching values in table02. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29

RE: query question

2005-09-29 Thread Andy Matthews
Right Mark... The join will return similar information, it just arranges it differently using a left or a right join. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Mark Fuqua

AOL and session variables?

2005-09-29 Thread Andy Matthews
. http://webmaster.info.aol.com/cookieguide.html Does anyone have any ideas about this? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- ~| Discover

RE: AOL and session variables?

2005-09-29 Thread Andy Matthews
Yeah... I did get her to use IE, which works. But I'd rather know what's going on. I use this same codebase for almost all of my CMS and I wonder how many users might be having problems logging in and never telling us. !//-- andy matthews web developer ICGLink, Inc. [EMAIL

RE: AOL and session variables?

2005-09-29 Thread Andy Matthews
I don't have any way of doing that. I don't have access to an AOL account. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Thursday, September

RE: CF Tips... was CF smart

2005-09-29 Thread Andy Matthews
The id attribute is a great one Barney. Good job. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 1:32

RE: Encrypting Link Information

2005-09-29 Thread Andy Matthews
Why not have it always say index.cfm, but encrypt the query string? That way you don't have to bother with determining what the file name is? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message

RE: Tips for developing CFML on macintosh

2005-09-30 Thread Andy Matthews
/ !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 6:37 PM To: CF-Talk Subject: Tips for developing CFML on macintosh

RE: Photo Gallery

2005-09-30 Thread Andy Matthews
Ryan Guill (on this list) wrote a CMS to interface with SlideShow Pro. I think it's on his website: http://www.ryanguill.com/ !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Emmet

RE: Online quiz

2005-10-03 Thread Andy Matthews
GetQuizQuestions.answerID[i] eq #form.answer[i]#cfset score = score + 1/cfif /cfloop Not tested but something along those lines should work for you. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message

RE: cfloop list

2005-10-03 Thread Andy Matthews
You have to pound the list name or else it thinks you're trying to use the words incorrectList as the list. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Saturday (Stuart Kidd

RE: XML/RSS Search Feed

2005-10-04 Thread Andy Matthews
to search your data and the XML which would be returned. They would write the form to be used. Of course you could also write the form itself. Then the setup time on their end would be less. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: XML/RSS Search Feed

2005-10-04 Thread Andy Matthews
Right... You'd feed them XML based on their submission to you, then they could format that XML in any way they desired. At that point, it becomes a recordset that they can manipulate. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

image manipulation in coldfusion?

2005-10-04 Thread Andy Matthews
offer any suggestions? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- ~| Find out how CFTicket can increase your company's customer support

RE: image manipulation in coldfusion?

2005-10-05 Thread Andy Matthews
Bryan... The HoF site is down. Care to share that code via email or a straight link? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent

RE: houseoffusion.com webserver is down

2005-10-05 Thread Andy Matthews
And has been since yesterday. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 6:51 PM To: CF-Talk Subject

RE: CFHTTP

2005-10-05 Thread Andy Matthews
Are you trying to write to the text file or just read the whole thing in? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Matthew Blatchley [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: MOD

2005-10-06 Thread Andy Matthews
Or you could do it in one line with iif. cfset color = iif(somequery.CurrentRow mod 2,66,220088) Also note that if you choose to use Matthew's way, which works just fine too, it's not necessary to pound the somequery.CurrentRow variable. !//-- andy matthews web developer

RE: PDF Generation

2005-10-06 Thread Andy Matthews
it looks correct? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 3:09 PM To: CF-Talk Subject: PDF Generation I have

RE: image manipulation in coldfusion?

2005-10-07 Thread Andy Matthews
Massimo's tag has getHeight and getWidth methods. Call those on an image, then check accordingly. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Parker, Kevin [mailto:[EMAIL

RE: image manipulation in coldfusion?

2005-10-07 Thread Andy Matthews
Put it out there Pete. I'd be interesting in seeing what else you added to it, There's a few things that I wish tmt_img did differently. All in all, it's a great piece of code though. Thank you Massimo. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED

RE: ColdFusion Security Holes - Best Practices

2005-10-07 Thread Andy Matthews
And to poke big gaping holes in their stories. That's my favorite part. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Friday, October

Image manipulation - Why Macromedia?!

2005-10-07 Thread Andy Matthews
Component) but doesn't it make sense to include this into the language itself? I just don't understand it. Can anyone enlighten me on this? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: Image manipulation - Why Macromedia?!

2005-10-07 Thread Andy Matthews
I'm not asking CF to provide everything. But this is something that almost every needs at one point or another. How many people us cfchart compared to the number of people that would want to manipulate images? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED

RE: Image manipulation - Why Macromedia?!

2005-10-07 Thread Andy Matthews
Here here! !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 10:19 AM To: CF-Talk Subject: RE: Image

RE: Image manipulation - Why Macromedia?!

2005-10-07 Thread Andy Matthews
Done. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 10:20 AM To: CF-Talk Subject: Re: Image manipulation

RE: Highlighting a Search Term

2005-10-07 Thread Andy Matthews
Yep... http://www.cflib.org/codeView.cfm?ID=133 !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 11:26 AM

RE: Image manipulation - Why Macromedia?!

2005-10-07 Thread Andy Matthews
Precisely my thoughts Claude. I don't know Java. I don't care to learn Java (at this point). I just want a toolset in my favorite language, coldfusion. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original

RE: Image manipulation - Why Macromedia?!

2005-10-07 Thread Andy Matthews
I've done that Russ...I'm using Massimo's tmt_img.cfc. It works well. I simply stated that I wished MM would include this functionality in Coldfusion itself. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: Image manipulation - Why Macromedia?!

2005-10-07 Thread Andy Matthews
the tmt_img CFC. I'm perfectly happy with it, it does what I need. I still think it would be great if MM would include this functionality in Coldfusion. That's all there is to say about it. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: How Do I Get The Results of This Query Into a Cookie?

2005-10-07 Thread Andy Matthews
Cookies can only contain strings, dates, booleans and the like. If you're trying to dump the entire query into a COOKIE then it's no go. Also, I just tested it and I don't believe that an UPDATE query even RETURNS results. It just runs and does it's thing. !//-- andy matthews

RE: How Do I Get The Results of This Query Into a Cookie?

2005-10-07 Thread Andy Matthews
Never mind. Didn't see the SELECT portion of that query. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 1:26

RE: Image manipulation - Why Macromedia?!

2005-10-07 Thread Andy Matthews
. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 1:25 PM To: CF-Talk Subject: Re: Image manipulation - Why

RE: OT: FTP Server

2005-10-10 Thread Andy Matthews
I used to use this program...a LONG time ago. It was very simple to use. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday

RE: RegEx Help

2005-10-10 Thread Andy Matthews
Mark... If you only want to replace a div with an nbsp inside it, then this should work a treat: Replace(string,divnbsp;/div, ,ALL) If you're hardcoding your search to that literal string, then REReplace is not needed. !//-- andy matthews web developer ICGLink, Inc. [EMAIL

RE: OT: Pakistan Earthquake . Help Plz

2005-10-10 Thread Andy Matthews
please post this to the community list. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 11:40 AM To: CF-Talk

RE: Rounding...

2005-10-11 Thread Andy Matthews
So you're always rounding up? Because the nearest whole 10 to 31 would be 30. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: J W [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11

RE: Admin Management

2005-10-11 Thread Andy Matthews
to let you take a look at it if you like. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 1:22 PM To: CF-Talk

RE: Admin Management

2005-10-11 Thread Andy Matthews
Right... I've coded my admin section such that every object, anywhere on the page, has a style associated with it. I change some settings in the database and suddenly every color, font, path in the system is different. !//-- andy matthews web developer ICGLink, Inc. [EMAIL

Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-11 Thread Andy Matthews
(some form of Linux and CFMX6.1). Anyone have ideas? Thanks in advance for your help. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- ~| Discover

RE: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-11 Thread Andy Matthews
:+UseParallelGC Is there anything that can be done? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 3:38 PM To: CF

RE: Image manipulation in coldfusion - error with tmt_img.cfc

2005-10-11 Thread Andy Matthews
. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 3:44 PM To: CF-Talk Subject: RE: Image manipulation in coldfusion - error

RE: CFC Lifecycle

2005-10-13 Thread Andy Matthews
CFCs. cfscript // intialize the query manager CFC APPLICATION.queryObj = CreateObject(component, includes.queryManager); /cfscript And let's be honest here...if they weren't commonly used, we probably wouldnt' make them into a CFC now would we? !//-- andy

RE: CFAJAX return types docco

2005-10-13 Thread Andy Matthews
I'd be interested as well. AJAX is something I've been wanting to start using more often, but I'm no javascript guy. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: James Holmes

Suggestions for javascript interaction.

2005-10-13 Thread Andy Matthews
people. Thanks in advance. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: Suggestions for javascript interaction.

2005-10-13 Thread Andy Matthews
: http://www.massimocorner.com/validator/ Good job Massimo...this looks amazing. I haven't seen qForms 2.0 as it's not listed on the PengoWorks website. I'll look on SourceForge though. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: CFAJAX return types docco

2005-10-14 Thread Andy Matthews
I can see how AJAX returns the information. The problem I have is figuring out how to write the javascript to DO something with it once it's returned to the page. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

godaddy.com now has CFMX7 hosting!

2005-10-14 Thread Andy Matthews
Forwarded from my local CFUG mailing list... Looking for cheap MX 7 hosting? well Godaddy now has it as an add on for $1.95 to their already ridiculously low $3.95 a month hosting. http://www.godaddy.com !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED

RE: godaddy.com now has CFMX7 hosting!

2005-10-14 Thread Andy Matthews
Really? Where did you find that information Charlie? That would suck. Forget storing CFCs in the Application scope then. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Charlie

RE: godaddy.com now has CFMX7 hosting!

2005-10-14 Thread Andy Matthews
; !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 3:19 PM To: CF-Talk Subject: RE: godaddy.com now has CFMX7 hosting

RE: Any Interest in a Completely Free CFML Calendar?

2005-10-14 Thread Andy Matthews
I would say that there would definitely be interest for something like that. My thoughts are that CF won't be more popular than it currently is until there's a larger base of free scripts out there for people to use. !//-- andy matthews web developer ICGLink, Inc. [EMAIL

RE: GoDaddy

2007-06-05 Thread Andy Matthews
So I take it that cfinvoke doesn't work in this case? -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 1:25 PM To: CF-Talk Subject: GoDaddy I would like to add the following code to imageCFC: cfif server.hostingCompany eq godaddy cfthrow

RE: GoDaddy

2007-06-05 Thread Andy Matthews
: Re: GoDaddy On 6/5/07, Andy Matthews [EMAIL PROTECTED] wrote: So I take it that cfinvoke doesn't work in this case? Nope, cfinvoke only lets you invoke components. not java objects. ImageCFC uses a whole slew of java objects and so createObject is absolutely essential. Rick

RE: GoDaddy

2007-06-05 Thread Andy Matthews
The thing that bothers me with my client's site is that I have to click like 5 or 6 times to get to their control panel. And once I do so, I can't bookmark THAT page. I have to go through that rigmarole EVERY time I want to get in. Then it's like another 2 or 3 clicks to get to PHPMyAdmin.

RE: GoDaddy

2007-06-05 Thread Andy Matthews
I think that's the plan. At least from Ben's presentation in Nashville, he mentioned there would be significant discounts to hosting companies. -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 3:00 PM To: CF-Talk Subject: RE: GoDaddy It may

RE: GoDaddy

2007-06-05 Thread Andy Matthews
Just FYI. Gearhost allows up to 8 domains under one account, for $17.95 a month. It's more than $10 of course, but I like them a lot. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 2:49 PM To: CF-Talk Subject: RE: GoDaddy -Original

RE: GoDaddy

2007-06-06 Thread Andy Matthews
My company runs a 3 server load balanced cluster with 1500 websites on it. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 8:03 PM To: CF-Talk Subject: Re: GoDaddy On 6/5/07, J.J. Merrick [EMAIL PROTECTED] wrote: According to Forta the cost in

RE: ajax based 5-star rating system

2007-06-07 Thread Andy Matthews
You might consider looking to jQuery for that functionality. Plugins page http://docs.jquery.com/Plugins Simple Star Rating plugin http://php.scripts.psu.edu/rja171/widgets/rating.php Another rating plugin: http://dev.jquery.com/~john/plugins/rating/ -Original Message- From: DKI

RE: ajax based 5-star rating system

2007-06-07 Thread Andy Matthews
Plugin: http://www.learningjquery.com/2007/05/half-star-rating-plugin Karl Swedberg modified the code from the last link you mentioned so you could do 1/2 star ratings. Andy Matthews wrote: You might consider looking to jQuery for that functionality. Plugins page http://docs.jquery.com/Plugins

RE: Set server var at startup?

2007-06-08 Thread Andy Matthews
Not if the variables are set in the onServerStart method. -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: Friday, June 08, 2007 3:53 PM To: CF-Talk Subject: Re: Set server var at startup? I think I did hear Ben Forta say server variables are not recommended. I

  1   2   3   4   5   6   7   8   9   10   >