RE: image dimensions on mapped drive file

2010-08-16 Thread Andy Matthews
Does ColdFusion have access to that drive? Can you generate a list of files, and their permissions with cfdirectory for example? andy -Original Message- From: Matthew Smith [mailto:chedders...@gmail.com] Sent: Monday, August 16, 2010 12:31 PM To: cf-talk Subject: image dimensions on

RE: Preventing use of remote method by other sites

2010-08-16 Thread Andy Matthews
16, 2010 12:41 PM To: cf-talk Subject: Re: Preventing use of remote method by other sites Which can also be done via CFHTTP as well. ;) Not trying to be a jerk here - but the fact is, there is no (afaik) 100% way to say that a URL is ajax only. On Mon, Aug 16, 2010 at 11:51 AM, Andy Matthews li

Preventing use of remote method by other sites

2010-08-13 Thread Andy Matthews
to prevent access to this URL from any other site, or code. My first thought was to compare the current URL, dev1 for example, to the URL the request was made from, or perhaps the IP address. But I'm not sure how to get that information. Anyone have ideas? andy matthews

Preventing use of remote method by other sites

2010-08-13 Thread Andy Matthews
to prevent access to this URL from any other site, or code. My first thought was to compare the current URL, dev1 for example, to the URL the request was made from, or perhaps the IP address. But I'm not sure how to get that information. Anyone have ideas? andy matthews

RE: Preventing use of remote method by other sites

2010-08-13 Thread Andy Matthews
; break; } } if(not isAjax() and not accessRemote){ abort();//this is a simple cfabort function for MX } /cfscript On Fri, Aug 13, 2010 at 11:17 AM, Andy Matthews li...@commadelimited.comwrote: I have a method

RE: Preventing use of remote method by other sites

2010-08-13 Thread Andy Matthews
Works perfectly Tony. I simplified the conditional tho' cfif StructKeyExists(headers,'X-Requested-With') AND headers['X-Requested-With'] EQ 'XMLHttpRequest' /cfif -Original Message- From: Tony Bentley [mailto:cascadefreehee...@gmail.com] Sent: Friday, August

RE: Preventing use of remote method by other sites

2010-08-13 Thread Andy Matthews
! Keep in mind that anyone can call your method with Ajax so you still need to verify the request (localhost or otherwise) On Fri, Aug 13, 2010 at 1:17 PM, Andy Matthews li...@commadelimited.comwrote: Oooh. That's a good idea. Since we're using it for AJAX, then make it so that it can ONLY be used

RE: Preventing use of remote method by other sites

2010-08-13 Thread Andy Matthews
sure if you were building an API or something that would require public access. On Fri, Aug 13, 2010 at 1:48 PM, Andy Matthews li...@commadelimited.comwrote: But crossdomain policies would prevent it from being accessed via AJAX right? andy -Original Message- From: Tony Bentley

RE: Millions of Coldfusion sites need to apply patches

2010-08-11 Thread andy matthews
If you google for inurl:*.cfm You get 259 million results. andy -Original Message- From: Will Tomlinson [mailto:w...@wtomlinson.com] Sent: Wednesday, August 11, 2010 9:12 PM To: cf-talk Subject: Re: Millions of Coldfusion sites need to apply patches Richard Brain of ProCheckUp

RE: output of my 404.cfm

2010-08-10 Thread Andy Matthews
Is there by chance an index.html file in that directory? Or any other file that IIS or Apache might be looking for first? andy -Original Message- From: Matthew P. Smith [mailto:m...@smithwebdesign.net] Sent: Tuesday, August 10, 2010 12:39 PM To: cf-talk Subject: output of my 404.cfm

RE: Suppressing whitespace from CFCs

2010-08-05 Thread Andy Matthews
The general consensus is that CFCs should be used primarily to encapsulate logic, and data retrieval. If you want to output something it really should be in a CFM page, or a custom tag. andy -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Thursday,

RE: (ot) post to Flex/AIR lists

2010-08-05 Thread Andy Matthews
Probably from me. No one uses that list since all AIR development overlaps into one of the other lists. -Original Message- From: Bryan Stevenson [mailto:br...@electricedgesystems.com] Sent: Thursday, August 05, 2010 11:41 AM To: cf-talk Subject: Re: (ot) post to Flex/AIR lists Thanks

RE: CF9 Developer on Windows 7 Home Premium?

2010-08-03 Thread andy matthews
As I understand it, when you upgrade from one version of Windows 7 to another, all it's really doing is unlocking features already on your machine. andy -Original Message- From: Matt Robertson [mailto:websitema...@gmail.com] Sent: Tuesday, August 03, 2010 3:01 PM To: cf-talk Subject:

RE: HTML spec for mobile devices

2010-08-02 Thread Andy Matthews
You might also head over to Dan Vega's blog. He just gave a mobile session at CFUnited that was really well attended: http://www.danvega.org/blog/ -Original Message- From: Marc Funaro [mailto:subscripti...@advantex.net] Sent: Monday, August 02, 2010 9:14 AM To: cf-talk Subject: SOT:

RE: jQuery calling cfc question

2010-07-29 Thread Andy Matthews
Richard... Do you have a demo online that we can take a look at? It's probably something really small. You might also try doing a writeDump of the arguments scope, and an abort in your CFC. That way you can make sure you're getting the correct arguments. You can also dump the results of the

RE: Need a west coast (US) based CF host

2010-07-29 Thread Andy Matthews
Can I throw out a suggestion? Consider a trigger on the database that updates a new record and changes it's timestamp when it's inserted or updated? Then you don't need to migrate. andy -Original Message- From: Charlie Griefer [mailto:charlie.grie...@gmail.com] Sent: Thursday, July

RE: Need a west coast (US) based CF host

2010-07-29 Thread Andy Matthews
29, 2010 at 12:58 PM, Andy Matthews li...@commadelimited.comwrote: Can I throw out a suggestion? Consider a trigger on the database that updates a new record and changes it's timestamp when it's inserted or updated? Then you don't need to migrate. andy -Original Message- From

RE: Windows File Replication: Suggestions?

2010-07-28 Thread andy matthews
If you can wait for DFS I recommend that. We use that method on our systems to great effect. andy -Original Message- From: Dominic Watson [mailto:watson.domi...@googlemail.com] Sent: Wednesday, July 28, 2010 4:53 AM To: cf-talk Subject: Windows File Replication: Suggestions? We have

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Andy Matthews
Greg... The 503 error could also be related to the web server (Apache or IIS). I'd just tell your friends that ANY site would go down under the traffic sent by Drudge Report unless it had lots of resources. Hell Twitter has load issues weekly and they're running Rails (I think). There's NO

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Andy Matthews
They at least have cfm pages exposed in the URL, although I've heard that it's just ASP.NET included, or called, by ColdFusion. andy -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Wednesday, July 28, 2010 8:17 AM To: cf-talk Subject: RE:

RE: Regex Help

2010-07-27 Thread Andy Matthews
out loud. On Mon, Jul 26, 2010 at 8:52 PM, andy matthews li...@commadelimited.comwrote: You know I was kidding right? -Original Message- From: Bobby Hartsfield [mailto:bo...@acoderslife.com] Sent: Monday, July 26, 2010 6:21 PM To: cf-talk Subject: RE: Regex Help

RE: Regex Help

2010-07-27 Thread Andy Matthews
Fixing the current links within your site so that they're search engine safe will actually break ALL of your indexed links within Google, or Yahoo, etc. Having a URL rewrite in place alongside your code changes will allow Google to keep your links indexed and update them the next time it

RE: Regex Help

2010-07-26 Thread Andy Matthews
http://www.cftagstore.com/tags/cfreextract.cfm :) -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, July 26, 2010 1:00 PM To: cf-talk Subject: Regex Help I want to replace any occurrence of multiple -- in string so the entire string only

RE: Regex Help

2010-07-26 Thread andy matthews
- From: Andy Matthews [mailto:li...@commadelimited.com] Sent: Monday, July 26, 2010 3:03 PM To: cf-talk Subject: RE: Regex Help [Completely irrelevant link removed] :) ~| Order the Adobe Coldfusion Anthology now! http

RE: Export CF app as HTML files to save on cd

2010-07-20 Thread Andy Matthews
Another SUPER easy way to do this is to use HTTrack: http://www.httrack.com/ It spiders a website and creates a local copy. Lots of config options too. andy -Original Message- From: Mark Mandel [mailto:mark.man...@gmail.com] Sent: Tuesday, July 20, 2010 8:23 AM To: cf-talk Subject:

RE: CF Query to WDDX to Javascript. Possible?

2010-07-20 Thread Andy Matthews
Make sure to check the casing of your returned variables. If you're using dot notation in any of your CF code, ColdFusion will force upper case on keys that it returns. andy -Original Message- From: Will Blake [mailto:willbl...@printelect.com] Sent: Tuesday, July 20, 2010 8:33 AM To:

RE: Extracting part of a string

2010-07-20 Thread Andy Matthews
Assuming there's nothing more to your search, then this regex would do you fine: \[y\](.+)\[/y\] -Original Message- From: Rick Sanders [mailto:c...@webenergy.ca] Sent: Tuesday, July 20, 2010 9:23 AM To: cf-talk Subject: Extracting part of a string Hey All, What I need is simple,

RE: Extracting part of a string

2010-07-20 Thread Andy Matthews
Glad to help. -Original Message- From: Rick Sanders [mailto:c...@webenergy.ca] Sent: Tuesday, July 20, 2010 11:40 AM To: cf-talk Subject: RE: Extracting part of a string Thank you Andy, this was most helpful! -Original Message- From: Andy Matthews [mailto:li

RE: Extracting part of a string (part 2)

2010-07-20 Thread Andy Matthews
+1 for the RegExr site. Skinner is awesome. -Original Message- From: Che Vilnonis [mailto:ch...@asitv.com] Sent: Tuesday, July 20, 2010 12:12 PM To: cf-talk Subject: RE: Extracting part of a string (part 2) Thanks Charlie. I found that (\$\d+(\.\d+)?) works as well. The RegExr site

RE: What has happened to my Firebug?

2010-07-20 Thread Andy Matthews
Chrome's developer tools are not bad, but they're nothing compared to Firebug. It's the only thing I ever open Firefox any more these days. andy -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Tuesday, July 20, 2010 1:27 PM To: cf-talk Subject: RE:

RE: What has happened to my Firebug?

2010-07-20 Thread Andy Matthews
and disable Flash Player if you want access to the debug version of Flash player. I still prefer Firebug for the Javascript debugging on AJAX requests. Cheers, Rob On Tue, Jul 20, 2010 at 3:04 PM, Andy Matthews li...@commadelimited.comwrote: Chrome's developer tools are not bad, but they're nothing

RE: What has happened to my Firebug?

2010-07-20 Thread Andy Matthews
, I've not found Chrome's tools lacking in anyway. The only thing that comes to mind is that you can't expand it like Firebug, so no ColdFire. On Tue, Jul 20, 2010 at 2:04 PM, Andy Matthews li...@commadelimited.com wrote: Chrome's developer tools are not bad, but they're nothing compared

RE: (ot) CF/Verity: What is the synonym for it in PHP ?

2010-07-12 Thread Andy Matthews
Apache offers the Solr search engine, which in fact replaces Verity in ColdFusion 9. If you want more info about Solr you can check their docs, or look for some of Shannon Hicks' presentations on his website: http://www.iotashan.com/?s=solr andy -Original Message- From:

RE: ColdFusion Blogging Engines

2010-07-12 Thread Andy Matthews
Just to throw this out, but tumblr is pretty awesome. It's very stripped down, but it's UI is slick, and it's easy to use. It's hosted, which could be a problem, but it's an awesome piece of software. In addition, I've got a CFC that I wrote which can interface with tumblr.

RE: Looking for a CF Recipe script!

2010-07-07 Thread Andy Matthews
Can you be a little more clear? What do you mean by recipe script? -Original Message- From: Ennio Bozzetti [mailto:en...@medrise.com] Sent: Wednesday, July 07, 2010 6:31 AM To: cf-talk Subject: Looking for a CF Recipe script! Does anyone know a good Recipe Script?

RE: Looking for a CF Recipe script!

2010-07-07 Thread Andy Matthews
That's a little vague wouldn't you say? You're going to need to be more specific as to what you're looking for. -Original Message- From: Ennio Bozzetti [mailto:en...@medrise.com] Sent: Wednesday, July 07, 2010 10:34 AM To: cf-talk Subject: Re: Looking for a CF Recipe script! :) a

RE: Hosting Inquiry

2010-07-03 Thread andy matthews
I use Gearhost and love them. The account I have offers 10 ips with additional one for $1 or $2 apiece. They also offer MSSQL (and MySQL). I don't know about SSL. andy -Original Message- From: Jim Helmbrecht [mailto:jhelmbre...@gmail.com] Sent: Friday, July 02, 2010 9:17 PM To:

RE: issues preserving the case of the key

2010-07-01 Thread andy matthews
Put your initial array inside a scope. VARIABLES['response'] = {}; Then you'd refere to it like so: VARIABLES['response']['hotspots'] = []; On a side note, it's irritating that it does this, but you can code for it on the client as long as you know it's happening. ColdFusion itself could care

RE: JSON response need a little help

2010-06-30 Thread Andy Matthews
You can do implicit array and structure creation in ColdFusion since v8. cfset myArr = [] cfset myStruct = {} Only on CF 9 however can you do this cfset myArr = [] cfset ArrayAppend( myArr, {} ) -Original Message- From: Glyn Jackson [mailto:glyn.jack...@newebia.co.uk] Sent:

RE: JSON response need a little help

2010-06-30 Thread Andy Matthews
Well, remember that JSON is a string representation of a complex object, not the object itself. So if you plan on passing the variable below through SerializeJSON, or ColdFusion's built in JSON returnformat then you'd be okay. andy -Original Message- From: Glyn Jackson

RE: Order By question

2010-06-30 Thread andy matthews
You might even consider a subquery to get those two id values: SELECT * FROM judges ORDER BY CASE WHEN judge_id IN ( SELECT id FROM users WHERE some criteria ) THEN 1 ELSE 0 END, judge_lname Then you wouldn't have to hard code them. andy -Original Message-

RE: ColdFusion Builder Auto-Indent

2010-06-29 Thread andy matthews
Matt... When I installed CFB auto-indenting was turned on by default. -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Tuesday, June 29, 2010 12:42 AM To: cf-talk Subject: ColdFusion Builder Auto-Indent I am giving CFBuilder a whirl, and am having

RE: Contact for FullAsAGoog?

2010-06-28 Thread Andy Matthews
He's a mystery, wrapped in an enigma. -Original Message- From: Jeff Chastain [mailto:li...@admentus.com] Sent: Monday, June 28, 2010 4:53 PM To: cf-talk Subject: Contact for FullAsAGoog? Is it just me or is there no contact information on the FullAsAGoog web site? I was looking

RE: Is it time for Adobe to Rebrand Cold Fusion?

2010-06-22 Thread Andy Matthews
The flip side of that is it's also too easy to tell how out of date you are. :) -Original Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: Tuesday, June 22, 2010 8:48 AM To: cf-talk Subject: Re: Is it time for Adobe to Rebrand Cold Fusion? Ok, I'm now straying into OT

RE: Pathing Problem

2010-06-21 Thread Andy Matthews
You might also need to use UNC pathing if it's a network drive. \\computer-name\images Instead of E:\Images andy -Original Message- From: Richard Steele [mailto:r...@photoeye.com] Sent: Monday, June 21, 2010 8:14 AM To: cf-talk Subject: Pathing Problem Our images reside on a

RE: Gmail/Facebook Style jQuery Chat

2010-06-18 Thread andy matthews
I recently gave a presentation to the New York CFUG where I demoed a jquery chat app that I wrote. It's not a finished product by any means but it might get you started in the right direction. http://snurl.com/x0kq3 andy -Original Message- From: Les Irvin

RE: jQuery alternative to cfwindow?

2010-06-18 Thread andy matthews
If you're writing an entire app then you might consider jQuery UI which has widgets like that. Alternately ExtJS (now Sencha) offers the same widgets along with a LOT more stuff. andy -Original Message- From: Joe None [mailto:drue...@comcast.net] Sent: Friday, June 18, 2010 6:14 AM

RE: Finding the value of a key in a nested structure

2010-06-14 Thread Andy Matthews
When working with structures nested that deeply you might consider IsDefined instead. cfif IsDefined('session.currentUser.permissions.' arguments.path) It's not a best practice necessarily, but it would prevent a whole bunch of StructKeyExists calls. andy -Original Message- From:

RE: RegEx help

2010-06-07 Thread Andy Matthews
If you can always depend on Age: before the desired string, and what looks like a tab afterwards, then it's trivial: Age:[0-9a-Z]+\t That assumes that the age will be any combination of letters and numbers, and also allows for upper and lower case. andy -Original Message- From:

RE: HTML 5, has anyone done anything more than played with it

2010-06-02 Thread andy matthews
FYI I upgraded from XP to Windows 7 and have had zero issues. andy -Original Message- From: Les Mizzell [mailto:lesm...@bellsouth.net] Sent: Tuesday, June 01, 2010 11:25 PM To: cf-talk Subject: Re: HTML 5, has anyone done anything more than played with it It won't even be

RE: HTML 5, has anyone done anything more than played with it

2010-06-01 Thread Andy Matthews
While I agree with you that it's not ready, one of the benefits to using it is that if a browser doesn't understand something, then it'll just skip it. And if you're deadset on running your code as fully HTML 5, you could always output it as XML then render it with your own XSLT doc while you

RE: HTML 5, has anyone done anything more than played with it

2010-06-01 Thread Andy Matthews
On a side note, here's a dissenting viewpoint: http://ishtml5ready.com/ -Original Message- From: Scott Stewart [mailto:webmas...@sstwebworks.com] Sent: Tuesday, June 01, 2010 2:11 PM To: cf-talk Subject: HTML 5, has anyone done anything more than played with it I'm starting to dig

RE: referencing #application.applicationname#

2010-05-31 Thread andy matthews
Yes, it was a joke. And while I don't always learn specifics from Barney's or Sean's posts, I almost always find out about topics of which I've never heard. So keep it up Barney/Sean...you guys spur the rest of us onwards. andy -Original Message- From: Dave Watts

RE: referencing #application.applicationname#

2010-05-30 Thread andy matthews
Are you and Barney speaking English? -Original Message- From: Barney Boisvert [mailto:bboisv...@gmail.com] Sent: Sunday, May 30, 2010 4:39 PM To: cf-talk Subject: Re: referencing #application.applicationname# CFLOCK is only required to serialize access to prevent race conditions. For

RE: CF regex question [SOT]

2010-05-28 Thread Andy Matthews
Per the good Jason Dean at www.12robots.com: cfqueryparam(.?[^(cf_sql_type)])+? Tested against these: cfqueryparam value=foo / cfqueryparam value=foo cfqueryparam value=#foo# cfqueryparam value=foo cfsqltype=cf_sql_integer / cfqueryparam cfsqltype=cf_sql_integer value=foo / And the first

RE: Error trapping

2010-05-18 Thread andy matthews
That probably means there's a coldfusion error in your error page. Try removing all CF code and just put text on the page. See if that gets emailed to you then slowly work back in your error logic. andy -Original Message- From: Rick Sanders [mailto:c...@webenergy.ca] Sent: Tuesday,

RE: How to show a work-in-progress icon while waiting for a web service

2010-05-12 Thread andy matthews
One simple way to do it is just to disable the submit button and change it's text to something like Loading data That way you give instant feedback to the user and it's someplace they're already looking. andy -Original Message- From: John Pullam [mailto:jpul...@mcleansystems.com]

RE: Downloading mp3s

2010-05-08 Thread andy matthews
You can do one of a few things. Serve up the MP3 file through ColdFusion like so: http://lab.artlung.com/coldfusion-force-download/ Or you can set up your web server to deliver MP3 files as downloads instead of playing them. andy -Original Message- From: Rob Voyle

RE: Which is more efficient?

2010-05-08 Thread andy matthews
Performance wise you'd probably only see a difference in the milliseconds. Memory wise you might see a difference in the last one because of the extra variable storage, but only on sites with really high traffic. That's my guess that is. andy -Original Message- From: Chuck Weidler

RE: CF9 Developer Edition and Verity?

2010-05-06 Thread Andy Matthews
http://projects.apache.org/projects/solr.html -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: Thursday, May 06, 2010 9:58 AM To: cf-talk Subject: re: CF9 Developer Edition and Verity? No, it comes with Solr, an instance of Lucene.

RE: How are other developers handling big SVN repositories?

2010-05-06 Thread Andy Matthews
That's pretty much how we handle it. We have a single branch that gets created at the beginning of each week, forked from the trunk. All minor changes get committed to that branch during the week, then merged into the trunk. When a new project is created, changes are committed to it, then

RE: query for experts?

2010-05-05 Thread andy matthews
If the minimum quantity is 5 for an item, then you should consider not letting them place only 4 in their cart. If you're still wanting to move in that direction then a query like this should do the trick: SELECT FLOOR(price * CEILING(cart.qty/ min_qty) ) AS price FROM tblPricing WHERE id = 123

RE: query for experts?

2010-05-05 Thread andy matthews
You didn't mention which DB system you're using. The functions might be different from DB to DB. I used SQL Server as my base so YMMV. Using CF code as an example you should get multiples of the price for each grouping less than or equal to the minimum quantity: cfset cart = 4 cfset min = 5

RE: jquery $.ajax - need help with json syntax

2010-04-29 Thread Andy Matthews
I find that it's easier, and more self-documenting, to enumerate the variables in data directly: $.ajax({ url: cfc/mycfc.cfc?method=dbupdate, dataType: 'json', data: { a: 'andy', b: 'bobby',

RE: jquery $.ajax - need help with json syntax

2010-04-29 Thread Andy Matthews
I don't believe that's a legit method of transmitting data via AJAX. The API docs say that if you pass an array to a value then it will concatenate: a: ['one','two']; Amounts to ?a=onea=two -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Thursday,

RE: Can this be done?

2010-04-19 Thread Andy Matthews
There are several things which could be wrong. - Unidentified, or incorrect, color profile - Image is in CMYK. ColdFusion might not mind this, but many browsers won't display these images. andy -Original Message- From: Eric Nicholas Sweeney [mailto:n...@bigfatdesigns.com] Sent:

Does cflocation pass through request type and variables?

2010-04-16 Thread Andy Matthews
also see that the third party site is blocking the POST request, but you can also see the values we're submitting. My question is, is it possible to convert a POST request to a GET request before passing the user off to the third party URL? andy matthews

RE: Does cflocation pass through request type and variables?

2010-04-16 Thread Andy Matthews
Well, in almost every case, if not all cases, with a 3rd party URL, we don't care about passing the variables. We wouldn't even have a problem with this one if it wasn't for the fact that the third party URL is blocking POST requests. andy -Original Message- From: Matt Quackenbush

RE: Getting frame name in Coldfusion

2010-04-14 Thread andy matthews
Unless you're reading in the HTML with a cfhttp call, or you're setting the frame name IN ColdFusion, then no. That's a client side thing, so you'd have to use JavaScript to get that. andy -Original Message- From: funand learning [mailto:funandlrnn...@gmail.com] Sent: Wednesday,

RE: form testing

2010-04-13 Thread Andy Matthews
Disable JavaScript would be an easy one. You could also create your own form on a stand alone page, and just point the action attribute of your new form to the action attribute of the form to be tested. -Original Message- From: succ...@ramonecung.com [mailto:succ...@ramonecung.com]

RE: storing a cfinput inside of a variable

2010-04-08 Thread Andy Matthews
The only option would be to evaluate the variable, and even that might not work: cfoutput #Evaluate(config.formFieldA)# /cfoutput -Original Message- From: Steve Logan [mailto:st...@sagescholars.com] Sent: Thursday, April 08, 2010 1:37 PM To: cf-talk Subject: storing a cfinput inside of

RE: using cfhttp

2010-04-07 Thread Andy Matthews
Thornton vegasthorn...@gmail.comwrote: or just sign up for the many free alerting services. On Tue, Apr 6, 2010 at 12:24 PM, Andy Matthews li...@commadelimited.com wrote: Additionally you can make the request a little lighter by just making a HEAD request instead of a get or post

RE: CFDocs

2010-04-07 Thread Andy Matthews
You should probably consider using http://www.cfquickdocs.com/cf9/ Has access to 7, 8, and 9 docs. andy -Original Message- From: Dave Sueltenfuss [mailto:dsueltenf...@gmail.com] Sent: Wednesday, April 07, 2010 11:31 AM To: cf-talk Subject: CFDocs Does anyone know if the creator

RE: using cfhttp

2010-04-06 Thread Andy Matthews
Additionally you can make the request a little lighter by just making a HEAD request instead of a get or post. cfhttp url=http://www.andymatthews.net; method=head/cfhttp It doesn't return the entire body of the site in the filecontent key. andy -Original Message- From: Charlie

RE: external css not displaying

2010-04-06 Thread Andy Matthews
Have you tried using Firebug to see if the file is indeed failing to load? andy -Original Message- From: Greg Morphis [mailto:gmorp...@gmail.com] Sent: Tuesday, April 06, 2010 11:42 AM To: cf-talk Subject: SOT: external css not displaying We just renewed the IIS certs on our

RE: using cfhttp

2010-04-06 Thread Andy Matthews
Yep. I use that to ping a site with an AJAX call too. -Original Message- From: Charlie Griefer [mailto:charlie.grie...@gmail.com] Sent: Tuesday, April 06, 2010 11:35 AM To: cf-talk Subject: Re: using cfhttp On Tue, Apr 6, 2010 at 9:24 AM, Andy Matthews li...@commadelimited.comwrote

RE: default for numeric argument

2010-04-05 Thread Andy Matthews
Yes. -Original Message- From: Matthew Smith [mailto:chedders...@gmail.com] Sent: Monday, April 05, 2010 9:10 AM To: cf-talk Subject: default for numeric argument cfargument name=app_user_id type=numeric required=no default= I am not passing it in. I am getting: The APP_USER_ID

RE: Flash on iPhone

2010-04-01 Thread andy matthews
It's April Fools day remember. andy -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Wednesday, March 31, 2010 8:43 PM To: cf-talk Subject: Flash on iPhone And heck froze over: http://www.macworld.com.au/iphone/view/apple-introduces-flash-for-iphone-470 3

RE: ColdFusion SIG's in Milwaukee?

2010-03-30 Thread Andy Matthews
Have you checked the Adobe website? http://www.adobe.com/communities/usergroups/ -Original Message- From: Dan Barrett [mailto:dbarr...@brooksource.com] Sent: Tuesday, March 30, 2010 9:34 AM To: cf-talk Subject: ColdFusion SIG's in Milwaukee? Hey does anyone know of any ColdFusion

RE: Ajax, Json, and two clueless programmers

2010-03-28 Thread andy matthews
Just to clarify that CF ONLY returns JSON in all caps if you use dot notation. Try it out yourself. Dot notation VARIABLES.myStruct.myKey - VARIABLES.MYSTRUCT.MYKEY Bracket notation VARIABLES['myStruct']['myKey'] - VARIABLES.myStruct.myKey -Original Message- From: Dave l

RE: ColdFusion Builder Released!

2010-03-26 Thread Andy Matthews
Dave... Where did you get the information about the AIR runtime coming soon for the iPhone? andy -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday, March 26, 2010 9:51 AM To: cf-talk Subject: Re: ColdFusion Builder Released! What happened to exporting

RE: ColdFusion Builder Released!

2010-03-26 Thread Andy Matthews
I believe I'd heard about AIR for Android devices, but I'd be utterly shocked if AIR made it to the iPhone. That sort of goes against their terms, stating that additional runtimes may not be included. andy -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday,

RE: Differences between MySQLs?

2010-03-24 Thread Andy Matthews
Could be a case sensitivity issue. What's the OS of you, and of your host? On *nix systems table names are case sensitive. -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Wednesday, March 24, 2010 2:03 PM To: cf-talk Subject: Differences between MySQLs?

RE: ColdFusion Builder Released!

2010-03-23 Thread Andy Matthews
As much as it kills me to say that Eric is right, and it does, I think he's right. A developer in another language isn't gonna pay MORE for something they don't need, and probably wouldn't use. ;) andy -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Tuesday,

RE: ColdFusion Builder Released!

2010-03-22 Thread Andy Matthews
What does that have to do with it? That's a pretty lame excuse. I could say why should you charge for a website when Microsoft or Apache built the web server your site runs on? andy -Original Message- From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent: Monday, March 22,

RE: ColdFusion Builder Released!

2010-03-22 Thread Andy Matthews
Kris... If ColdFusion has free products as its chief competition then why are you dropping the money to purchase ColdFusion? There's a reason for that...it's the same reason you might drop cash for ColdFusion Builder, and it's the same argument that Charlie has been making since the thread

RE: ColdFusion Builder Released!

2010-03-22 Thread Andy Matthews
Two years ago my company of 60+ was spending almost $20k a year on coffee. andy -Original Message- From: Jochem van Dieten [mailto:joch...@gmail.com] Sent: Monday, March 22, 2010 2:27 PM To: cf-talk Subject: Re: ColdFusion Builder Released! On Mon, Mar 22, 2010 at 6:13 PM, Jake

RE: ColdFusion Builder Released!

2010-03-22 Thread andy matthews
I just wanted to point out that technically Aptana is free. They do have a a Pro version, Aptana Studio, but you can use Aptana for free straight off their site. andy -Original Message- From: Wil Genovese [mailto:jugg...@visi.com] Sent: Monday, March 22, 2010 5:01 PM To: cf-talk

RE: ColdFusion Builder Released!

2010-03-22 Thread andy matthews
You're already buying a bundle for your car...they just don't tell you about it. Got a stereo in the last car you bought? What about power windows? Power locks? -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Monday, March 22, 2010 5:13 PM To: cf-talk

RE: CF, Flex and EXTJS

2010-03-18 Thread Andy Matthews
The two technologies, Flex and Ext JS, do very similar things in different ways. I'd say that it all depends on where your comfort level is. If your team knows Actionscript 3 (or Java) already, then Flex might be a good fit. If, on the other hand, you have JavaScript experts, you might want to

Tumblr loves me!

2010-03-18 Thread Andy Matthews
I recently released a ColdFusion library for tumblr called tumblrCFC: http://tumblrcfc.riaforge.org/ The tumblr staff found out about it and added it to their their 3rd party apps page under “Desktop + Mobile Applications”. http://www.tumblr.com/docs/en/apps Woohoo! andy

New open source API: tumblrCFC

2010-03-16 Thread andy matthews
Hey everyone... I just wanted to take a minute to announce a new API that I've released. It's a ColdFusion wrapper for the tumblr blog API. You can find more information about it at my website: http://andymatthews.net/code/tumblrCFC/ I'd love to get feedback from any of you that decide to

RE: linkedin api

2010-03-15 Thread Andy Matthews
Sounds like the world needs someone to build a ColdFusion wrapper for the LinkedIn API Hugo. You up to the challenge? andy -Original Message- From: Hugo Ahlenius [mailto:hugo.ahlen...@nordpil.com] Sent: Monday, March 15, 2010 11:08 AM To: cf-talk Subject: linkedin api Hi, I was

RE: Easy Regex question?

2010-03-12 Thread andy matthews
Should be able to do this: REMatchNoCase('table[^]+/table', myString) -Original Message- From: Carol F [mailto:cfcn...@gmail.com] Sent: Friday, March 12, 2010 6:52 PM To: cf-talk Subject: Re: Easy Regex question? do you mind sharing the solution please? On Fri, Mar 12, 2010 at 1:28

RE: Development Apps - Does anyone use homesite still?

2010-03-09 Thread Andy Matthews
You're going to have the same trouble when moving to y from x in ANY field, be it software, or applications, or even using a different knife when cooking. You just have to believe that the new thing will eventually be better than the old thing. If you don't think that it will improve your

RE: How to handle large ResultSet, so that it can also be reused?

2010-03-04 Thread Andy Matthews
If you want to reuse the results of a single query then your only option is to store it in memory. I'd say you need to ask yourself whether the results will be different from user to user, or for the entire application. That will determine how you store the query. If it's consistent across all

RE: OT JS question

2010-03-04 Thread Andy Matthews
parseInt might do the trick. parseInt(var) -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Thursday, March 04, 2010 1:37 PM To: cf-talk Subject: OT JS question Anyone know if there is an equivalent to CF's val() in Javascript? I want to check a JS variable and

RE: Prevent Cross-Site Scripting in ColdFusion 5

2010-03-02 Thread Andy Matthews
It's easy enough to write your own function for this sort of thing. Here's the basis of how I might approach it: cfset REQUEST.qs = 'var1=andyvar2=Jaimevar3=Noelle' cfset REQUEST.qsArr = ArrayNew(1) cfloop index=REQUEST.outer list=#REQUEST.qs# delimiters= cfset REQUEST.key =

RE: Custom 404 Page

2010-02-25 Thread Andy Matthews
I think your best bet is to change your 404 handler to point to a coldfusion page. Then it can handle everything. 404.cfm -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Thursday, February 25, 2010 8:37 AM To: cf-talk Subject: Custom 404 Page Hi,

RE: Best subversion repository

2010-02-24 Thread Andy Matthews
Are you not considering using Subversion? We've been using it here at Dealerskins for over 2 years and have been very pleased. We run our own repositories out of our staging server. So as far as cost goes it's free, if you have the machine already. -Original Message- From: Michael

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