DateLastModified problem

2006-09-08 Thread Matthew Blatchley
I'm trying to compare dates from a file on the Directory on MAC and the date that is coming up is in an odd format. I've read through a post in the past and found this example: cfset dateString = Thursday, October 9, 2003 1:16:58 PM CDT cfset dateObj = ParseDateTime(dateString) cfdump

Re: Advanced Developer Average Salary

2006-08-01 Thread Matthew Blatchley
I'm currently working at an educational service center in Kansas and get paid little over double that. At first I found it difficult to take such a huge pay cut from the mid 90k range and move to the country, but the freedom and respect I get at this job makes up for it. I was originally on

Re: Credit Card merchants

2006-07-18 Thread Matthew Blatchley
Neal, Thanks for the information...I too have looked into using PayPal and after reading your email about it, I'm glad I pushed the client into a different direction. Matt ~| Introducing the Fusion Authority Quarterly

Re: Credit Card merchants

2006-07-18 Thread Matthew Blatchley
I used PayFlow Pro through Verisign and Card Services International both worked fine and had fairly good directions to follow using the CFX Tags they provided. I haven't used PayFlow Pro since then, but there were a few threads back a while ago that covered it recently if my memory serves

ResourceBundles

2006-03-31 Thread Matthew Blatchley
I'm trying to create a student enrollment form in French, Spanish, and English. I've been reading Paul Hastings articles and chapters in the CFMX adv manual on I18N and G11N but things are still not sinking in... The example I played with was the simple login using the english and Thi

Re: ResourceBundles

2006-03-31 Thread Matthew Blatchley
I figured the file was used as storage and then the two were merging, but how does the resource file data get from ok=ok cancel=cancel to Go=\u0E44\u0E1B Cancel=\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01 Where is \u0E44\u0E1B coming from? I guess this is where I get screwed up. The examples work

Re: ResourceBundles

2006-03-31 Thread Matthew Blatchley
Thanks, the light bulb just blinked on... http://www.unicode.org/ - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, March 31, 2006 1:43 PM Subject: RE: ResourceBundles I figured the file was used as storage and then the two

Google RSS problem

2006-03-16 Thread Matthew Blatchley
I'm trying to use CFHTTP to get the Google RSS feed but I keep getting this when I try to output it to the screen using #cfhttp.FileContent# Forbidden: Your client does not have permission to get URL /news?hl=enned=usq=educationie=UTF-8output=rss from this server. Does this mean that I have to

Re: Google RSS problem

2006-03-16 Thread Matthew Blatchley
That was it, thanks Michael! - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, March 16, 2006 10:29 AM Subject: Re: Google RSS problem Google sees the user_agent of ColdFusion as a bot/program. Just add the useragent

Re: OT: Copyright Attorney

2006-03-13 Thread Matthew Blatchley
That does look pretty bad... I'd say you have case. Matt - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, March 13, 2006 10:27 AM Subject: RE: OT: Copyright Attorney Neil Robertson-Ravo wrote: Which site/product?

Re: OT: Copyright Attorney

2006-03-13 Thread Matthew Blatchley
Good point. Wouldn't the pages be cached on Google, even if they did change it? Not necessarily. You can request to have your pages removed from Google. You can also do things to prevent Google from indexing your content in the first place, although that might not be a good idea for an

Re: OT: Copyright Attorney

2006-03-13 Thread Matthew Blatchley
Wouldn't the pages be cached on Google, even if they did change it? - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, March 13, 2006 12:29 PM Subject: RE: OT: Copyright Attorney It sounds like you guys are all hoping Bud

Re: SEO Tools

2006-03-02 Thread Matthew Blatchley
: Thursday, March 02, 2006 7:41 AM Subject: RE: SEO Tools Matt, you da man. I have 2 new useful bookmarks! -Original Message- From: Matthew Blatchley [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 5:02 PM To: CF-Talk Subject: Re: SEO Tools https://adwords.google.com/select

Re: SEO Tools

2006-03-02 Thread Matthew Blatchley
If you take your listing page and make links to an additional detail page with only one description at a time, you could target a single set of keywords and make each paragraph more relevant to a specific phrase within the content. Right now you've got it linking to a PDF, which also helps,

Re: SEO Tools

2006-03-01 Thread Matthew Blatchley
I use http://www.submitexpress.com/analyzer/ to do the word count etc on the pages to match up with the keywords and titles. And I use http://inventory.overture.com/d/searchinventory/suggestion/ to double check on Keyword/phrase demand to make sure the keyword I'm trying to rank is actually

Re: SEO Tools

2006-03-01 Thread Matthew Blatchley
of an equivalent tool from Google? Thanks, Ché -Original Message- From: Matthew Blatchley [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 4:32 PM To: CF-Talk Subject: Re: SEO Tools I use http://www.submitexpress.com/analyzer/ to do the word count etc on the pages

Re: CFX PDF Problems

2006-01-05 Thread Matthew Blatchley
I have had some issues using the CFDOCUMENT tag using it to right align text and specific font types. The font type wasn't too difficult to figure out, but the right alignment we noticed that with itext (not sure about the others) would treat the width of all non-alphanumeric character

Re: Flash Forms - Why Not?

2005-12-21 Thread Matthew Blatchley
Steve, I've used them before, but found them to be too slow in loading. I love the way they look and function once they finally load, but I never could use them because it took too long to load. I kept thinking I might have been building them wrong, so I tried a bunch of different ways,

Re: How to recognize robots

2005-10-31 Thread Matthew Blatchley
So a rollover script using JS would be a wall for the search engines? I've talked to few people that manage PPC accounts as their sole business (biased) and they keep telling me SEO is dying in Google for generic terms so there isn't a point in using SEO. Any truth to this? I currently use

Re: MOD

2005-10-06 Thread Matthew Blatchley
cfif #somequery.CurrentRow# mod 2 cfset color = 66 cfelse cfset color = 220088 /cfif Matt - Original Message - From: Orlini, Robert [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, October 06, 2005 8:01 AM Subject: MOD I know this is an old

CFHTTP

2005-10-05 Thread Matthew Blatchley
I'm trying to break down a txt file using cfhttp and running into a road block. It's txt file that contains regular and HTML tags. I keep getting an error when it gets to the HTML code in the file. example: cfhttp url=description.txt method=GET name=Inventory_Stats

Re: CFHTTP

2005-10-05 Thread Matthew Blatchley
PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Matthew Blatchley [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 12:29 PM To: CF-Talk Subject: CFHTTP I'm trying to break down a txt file using cfhttp and running into a road block. It's txt

Re: CFHTTP

2005-10-05 Thread Matthew Blatchley
exactly what I'm not wanting to have to do. Thanks for the $0.02 though :) - Original Message - From: Jordan Michaels [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 05, 2005 1:53 PM Subject: Re: CFHTTP Matthew Blatchley wrote: some has html other

Re: CFHTTP

2005-10-05 Thread Matthew Blatchley
@houseoffusion.com Sent: Wednesday, October 05, 2005 2:08 PM Subject: Re: CFHTTP Does the HTML also have CR or LF in it? or is it all on one line for each record? On 10/5/05, Matthew Blatchley [EMAIL PROTECTED] wrote: At this point I'm just trying to display it, but I will eventually be storing

Re: Your refill for Vitrx

2005-09-15 Thread Matthew Blatchley
Gennie has a problem with his wang, so he needs to share his solution with the rest of the world :) - Original Message - From: Tony [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, September 15, 2005 10:44 PM Subject: Re: Your refill for Vitrx wow. spam made

Re: Ajax and CFCs

2005-09-14 Thread Matthew Blatchley
What is the WebORB server? Is this example using CFC's or is the data lookups done from the WebOrb Server? - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 14, 2005 11:19 AM Subject: Re: Ajax and CFCs On

Re: Ajax and CFCs

2005-09-14 Thread Matthew Blatchley
Services, EJBs and ColdFusion Components Very cool.. - Original Message - From: Matthew Blatchley [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 14, 2005 11:36 AM Subject: Re: Ajax and CFCs What is the WebORB server? Is this example using CFC's

Simple CFC quesiton

2005-09-08 Thread Matthew Blatchley
When using arguments that are not required: cfargument name=imageName type=string required=no Why do we refer to the argument as #form.imageName# instead of #ARGUMENTS.imageName#, or does it not matter? Matt ~| Logware

Re: Simple CFC quesiton

2005-09-08 Thread Matthew Blatchley
: Simple CFC quesiton You should never refer to the FORM scope from within a component. Always refers to #ARGUMENTS.imageName#. -Adam On 9/8/05, Matthew Blatchley [EMAIL PROTECTED] wrote: When using arguments that are not required: cfargument name=imageName type=string required=no Why do

passing list to CFC

2005-09-08 Thread Matthew Blatchley
Do I need to use an Array instead of a List when passing it in an argument to the CFC? I've got a CFLOOP that uses a list with an index...should I find another way using an Array? ~| Logware (www.logware.us): a new and

Re: Simple CFC quesiton

2005-09-08 Thread Matthew Blatchley
, not in arguments, and you NEED to have it, then it should be passed into the method. cheers, barneyb * blah blah blah, never is never accurate, there are always exceptions. On 9/8/05, Matthew Blatchley [EMAIL PROTECTED] wrote: When using arguments that are not required: cfargument name

Re: SPAM-LOW: Re: passing list to CFC

2005-09-08 Thread Matthew Blatchley
you've got the right type defined in your CFARGUMENT tag (use 'string' for a list, since a list is just a string with special delimitting characters). cheers, barneyb On 9/8/05, Matthew Blatchley [EMAIL PROTECTED] wrote: Do I need to use an Array instead of a List when passing

Re: Simple CFC quesiton

2005-09-08 Thread Matthew Blatchley
is what you want to use in nearly all cases. It's more performant, far less ambigious, and more clearly communicates what you're doing. For example isDefined(arguments.imageName) will return true if you have a URL variable named arguments.imageName. cheers, barenyb On 9/8/05, Matthew

Re: Timeout template after x seconds

2005-09-06 Thread Matthew Blatchley
What if you provide in the URL? ex www.something.com/index.cfm?RequesTimeout=1500 Doesn't that override it? - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 06, 2005 2:17 PM Subject: Re: Timeout template after

Re: SPAM-LOW: Re: Timeout template after x seconds

2005-09-06 Thread Matthew Blatchley
ah...that's good to know too :) - Original Message - From: Ryan Guill [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 06, 2005 2:31 PM Subject: SPAM-LOW: Re: Timeout template after x seconds On 9/6/05, Matthew Blatchley [EMAIL PROTECTED] wrote: What

Re: Have brain lock, need schema/query help!

2005-09-06 Thread Matthew Blatchley
I done something similar to your drop down menu and had to end up using the Evaluate functions to figure out the name of the form field. Gave me a major headache as I recall. The biggest question on my mind is why does the productID have multiple SKU's (1 to many) on your db schema? Isn't

Re: Have brain lock, need schema/query help!

2005-09-06 Thread Matthew Blatchley
The combination of those options or attributes (size, color, make, model, whatever) about the product all together make up a unique SKU The way Will has the structure of the database table one could infer that there is a one product to many SKU relationship and also a one SKU to many

Re: CF Spider/Screen Scrape

2005-09-05 Thread Matthew Blatchley
First you might want to start by having permission from the site owner of the page your scraping which isn't as easy as a phone call :) I would use CFHTTP and then search through the page for the specific name of the products your looking for and the price. It's a lot easier to scrape a page

Re: CF Spider/Screen Scrape

2005-09-05 Thread Matthew Blatchley
Nice and free...the best kind! - Original Message - From: Matthew Walker [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, September 05, 2005 10:38 PM Subject: RE: CF Spider/Screen Scrape This may help, but you need to be able to use regular expressions

Re: getCallingTemplatePath()

2005-09-03 Thread Matthew Blatchley
Ah I what you mean nowI was incorrectly reading your email last night...that does seem a bit annoying :( - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, September 03, 2005 10:19 AM Subject: Re:

Re: Converting DOCs to PDF with CF

2005-09-03 Thread Matthew Blatchley
We had a heck of a time converting the HTML to PDF using the CFdocument tag, only encountered real problems when we were trying to right align the text and using bold on a title or a subheader. Found that we had to use two different fonts, one font type for bold and a different font for

Re: getCallingTemplatePath()

2005-09-02 Thread Matthew Blatchley
All I could find was 3/4 down the page...under new functions...never used it though http://www.macromedia.com/v1/documents/cf4/allaire_support/cf4doc_update.cfm GetCurrentTemplatePath returns the fully specified path of the template containing this function, regardless of whether it's a

Re: getCallingTemplatePath()

2005-09-02 Thread Matthew Blatchley
Is it sending back the base template path instead of the current template path of code provided? - Original Message - From: Matthew Blatchley [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, September 02, 2005 11:16 PM Subject: Re: getCallingTemplatePath() All I

Re: cheap [reliable] cf hosting?

2005-08-25 Thread Matthew Blatchley
That's because your dealing in volume(5 servers) and you own your licenses where I needed to lease it (89.00/month)on top of a dedicated server price. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble

Re: cfdocument stopped working

2005-08-24 Thread Matthew Blatchley
Pete, I haven't ran into issues with the PDF not showing up, but we've been working with it for a while too and have worked out a lot of the problems with the formatting and css. If you need any answers let me know off list and I may be able to help you out if you get into a hole. Matt

Re: SPAM-LOW: Re: cfdocument stopped working

2005-08-24 Thread Matthew Blatchley
Meant to say out of a hole :) Pete, I haven't ran into issues with the PDF not showing up, but we've been working with it for a while too and have worked out a lot of the problems with the formatting and css. If you need any answers let me know off list and I may be able to help you out

Re: cheap [reliable] cf hosting?

2005-08-24 Thread Matthew Blatchley
I was just going through a similar search today for a client. We were on the look out for a dedicated CF box CFDynamics.com $189/month with CF,MSSQL, and Email...no backup bandwidth was 200GB of transfer Crystaltech.com had $79.95/month with MSSQL, Email and 250BG bandwidth (NO CF built in)

Re: SPAM-LOW: CFFORM error

2005-08-10 Thread Matthew Blatchley
I stopped using CFFORM about a year ago...know I just write JavaScript validations instead :( - Original Message - From: Russ Michaels [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, August 10, 2005 3:23 PM Subject: SPAM-LOW: CFFORM error OK this is doing my

Re: Estimated Freight

2005-08-05 Thread Matthew Blatchley
Will, Is that something you wrote or did you get from UPS? Matt - Original Message - From: Will Tomlinson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, August 05, 2005 3:30 PM Subject: SPAM-LOW: Re: Estimated Freight yes, I am. have it working on

Re: SPAM-LOW: RE: CFDOCUMENT and pageheight + pagewidth issues...

2005-07-31 Thread Matthew Blatchley
setting the cfdocument scale to 100%. I'm not sure if scale is the actual attribute, but you should be able to find it easily. M!ke -Original Message- From: Matthew Blatchley [mailto:[EMAIL PROTECTED] Sent: Saturday, July 30, 2005 10:29 PM To: CF-Talk Subject: CFDOCUMENT and pageheight

CFDOCUMENT and pageheight + pagewidth issues...

2005-07-30 Thread Matthew Blatchley
I'm trying to create a business card using very simple HTML and getting some very unsual results. When I create the PDF, the table is the exact height and width, but the document is much larger? It's like it's ignoring the height and width. cfdocument format=pdf

Re: cfdocument and page orientation

2005-07-05 Thread Matthew Blatchley
I've been playing with CFdocument lately. What sort problems have you been experiencing? It took a while to figure it out but I did get it working. cfdocument format=pdf pagetype=Custom pageheight=#form.page_height# pagewidth=#form.page_width# I used the pageheight and pagewidth to change

Re: CRM products

2005-06-06 Thread Matthew Blatchley
Russ, if your looking for an in-expensive package with the same type of functionality as the more expensive salesforce, netsuite etc, take a look at www.bridgeleafsoftware.com and www.bridgedexchange.com I've been developing them for over three years now on my own and you may find it suits

Re: SPAM-LOW: Am I a moron? (Versign)

2005-04-26 Thread Matthew Blatchley
Eric, I have experienced similar problems with earlier versions of Verisign tags for CF. They only support specific versions and I think MX might not be one of them. You need to call the CF tech folks on staff there to get the nitty gritty info on which versions of CF their CFX_ tag