Re: EMail Injection Attack

2014-08-18 Thread Jeff Garza
vector for this kind of attack.. If you find it, you'll need to assume that your entire server is potentially compromised as they have the ability to upload and execute any code in your system... -- Jeff Original Message From: G T tran.ga...@gmail.com Sent: Monday

re: Encrypting Zip File

2014-07-31 Thread Jeff Garza
In addition to zip4j, you can also look at installing 7Zip (http://www.7-zip.org/) on the server (if possible) and using the CLI interface to that via cfexecute. -- Jeff Original Message From: Richard White rich...@re-base.net Sent: Thursday, July 31, 2014 9:19

re: Writing huge data to excel

2014-07-01 Thread Jeff Garza
You really ought to be looking outside of CF for transfers of large datasets, especially into Excel. Have you tried using SSIS (SQL Server Integration Services) for this? It's really not that difficult to do and it'll handle millions of rows easily... -- Jeff Original Message

RE: SQL Global String Replace

2014-03-04 Thread Jeff Garza
have my SQL server handy but can take a look later. -- Jeff -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Tuesday, March 04, 2014 6:56 AM To: cf-talk Subject: SQL Global String Replace Does anyone have an update program that can update a text string

RE: SQL Global String Replace

2014-03-04 Thread Jeff Garza
I agree with Ben...this is something that you should be running in SQL Management Studio. ColdFusion is not meant to run this kind of stuff (unless you set the timeout on your templates to 0). The code attached below will loop over all of the user tables, and then loop over all of the text

Re: ColdFusion ListServ app

2014-03-04 Thread Jeff Horne
Thanks Graham. Unfortunately creating accounts in GMail is not something our users will want to do, nor managing their email addresses in the group account something we want to do. Thanks for the ideas but I think we will use Exchange to do the ListServ and CF to manage the subscriptions and

Re: ColdFusion ListServ app

2014-02-28 Thread Jeff Horne
The other thing I'd recommend is using an email server with list capability and then having a CF front-end to handle web-based subscriptions and archives rather than doing the actual list distribution in CF. On 2/27/14 2:32 PM, Russ Michaels wrote: Thanks Joah, that is what I was thinking.

Re: ColdFusion ListServ app

2014-02-28 Thread Jeff Horne
Jonah, sorry. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357790

ColdFusion ListServ app

2014-02-27 Thread Jeff Horne
I have a project that I need to undertake what a usergroup wants ListServ functionality. They have Forums but in order to reply, they have to log into the web site and they much prefer being able to reply to an email to communicate with each other. I do not see any CF based ListServs on the

re: Simple SQL Query sometimes really Slow?

2013-12-05 Thread Jeff Garza
-to-force-ind ex-query-hints-index-hint-part2/ Hope this helps, -- Jeff Original Message From: Brook Davies cft...@logiforms.com Sent: Thursday, December 05, 2013 10:27 AM To: cf-talk cf-talk@houseoffusion.com Subject: Simple SQL Query sometimes really Slow? This may

issue with cfhttp and client certificates

2013-07-25 Thread Jeff Garza
across this issue? Thanks, Jeff Garza ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

RE: issue with cfhttp and client certificates

2013-07-25 Thread Jeff Garza
on to the server. Which is why this is so strange that CF9 with the older JVM would be able to do it, but the new one can't. --Jeff Original Message From: Mark A Kruger mkru...@cfwebtools.com Sent: Thursday, July 25, 2013 1:25 PM To: cf-talk cf-talk@houseoffusion.com Subject: RE: issue

RE: issue with cfhttp and client certificates

2013-07-25 Thread Jeff Garza
of Java and/or Apache handles client certs... I guess I'm off to Adobe support to see what they have to say about it. -- Jeff -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Thursday, July 25, 2013 2:34 PM To: cf-talk Subject: Re: issue with cfhttp and client

Re: issue with cfhttp and client certificates

2013-07-25 Thread Jeff Garza
The .pfx is a RSA 1024 bit key. Nothing out of the usual. And this exact key worked just fine in a default install of CF9. -- Jeff Original Message From: Jon Clausen jon_clau...@silowebworks.com Sent: Thursday, July 25, 2013 3:29 PM To: cf-talk cf-talk@houseoffusion.com

Re: Compare Two Lists

2013-07-17 Thread Jeff Garza
Server and this is a routine that you will need to do every so often, create a SSIS Package to run the import from CSV and clean up the the table. They are pretty easy to create and all you need to do is refresh the CSV file for it to run. --Jeff Original Message From: i

re: Getting lots of DB Errors: Transaction was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

2013-07-16 Thread Jeff Garza
on your updates. --Jeff Original Message From: Brook Davies cft...@logiforms.com Sent: Tuesday, July 16, 2013 10:03 AM To: cf-talk cf-talk@houseoffusion.com Subject: Getting lots of DB Errors: Transaction was deadlocked on lock | communication buffer resources with another

Form Fields suddenly self validating? Now required?

2013-05-21 Thread Jeff F
Hey everyone, I have a very old site that has a basic form. All of a sudden, the form is requiring all form form fields to be filled out? The form is a basic form action=, and I've got required=no on the fields. What's interesting is that the validation results are quite nice looking,

RE: Space in a Struct Key

2013-03-06 Thread Jeff Garza
If you are going to use bracket notation, you need to use quotes for struct keys that are not variables. #[imageMetaData][exif][Focal Length]# - Coldfusion will be looking for a variable called exif. Try this instead: #imageMetaData[exif][Focal Length]# should work. -- Jeff

re: jquery forms

2013-02-14 Thread Jeff Garza
Check out the Validity plugin... you can change the applied styles and such as well. http://validity.thatscaptaintoyou.com/ -- Jeff Original Message From: John M Bliss bliss.j...@gmail.com Sent: Thursday, February 14, 2013 9:01 AM To: cf-talk cf-talk@houseoffusion.com

Re: Coldfusion 10 automatic updates not working

2013-02-08 Thread Jeff Carpenter
after HF 2. This is incredibly frustrating. I have no idea if HF's have been applied, and am not sure what to think about the sys info page indicating hotfix level. We are still living in CF update hell. Any ideas appreciated! Thanks, Jeff

Coldfusion 10 automatic updates not working

2013-02-07 Thread Jeff Carpenter
. This is incredibly frustrating. I have no idea if HF's have been applied, and am not sure what to think about the sys info page indicating hotfix level. We are still living in CF update hell. Any ideas appreciated! Thanks, Jeff

Re: Coldfusion 10 automatic updates not working

2013-02-07 Thread Jeff Carpenter
I am not sure I follow. The ColdFusion 10 Application Server service is set to Log on with the local system account. I tried changing this to log on as my own login account, which is a member of the local administrators. I still was not able to logon. Steven, I guess I should have added

Re: Coldfusion 10 automatic updates not working

2013-02-07 Thread Jeff Carpenter
Sorry, I meant to say that I was still not able to apply updates. I am not sure I follow. The ColdFusion 10 Application Server service is set to Log on with the local system account. I tried changing this to log on as my own login account, which is a member of the local administrators.

Re: Coldfusion 10 automatic updates not working

2013-02-07 Thread Jeff Carpenter
production server? Just curious. -Carl V. On 2/7/2013 2:40 PM, Jeff Carpenter wrote: I am not sure I follow. The ColdFusion 10 Application Server service is set to Log on with the local system account. I tried changing this to log on as my own login account, which is a member of the local

Re: Coldfusion 10 automatic updates not working

2013-02-07 Thread Jeff Carpenter
server? Just curious. -Carl V. On 2/7/2013 2:40 PM, Jeff Carpenter wrote: I am not sure I follow. The ColdFusion 10 Application Server service is set to Log on with the local system account. I tried changing this to log on as my own login account, which is a member of the local

re: https connection issues using cfhttp

2013-01-17 Thread Jeff Garza
the site. -- Jeff Original Message From: Ian Chapman ian.chap...@melodimedia.co.uk Sent: Thursday, January 17, 2013 8:13 AM To: cf-talk cf-talk@houseoffusion.com Subject: https connection issues using cfhttp Hi Guys, I've been wrestling with a problem calling a SOAP Web

ORM Relationship Issue

2012-11-26 Thread Jeff Chastain
I am having an issue with one of my ORM relationships and I am hoping somebody can point out what I am missing here. I have the concept of a Client. Each client has an Owner (account manager) which references a User record. Now, a given user may be the owner of more than one client. The

Streaming PDF in CF8 / Performance Issues

2012-08-01 Thread Jeff Chastain
I am doing some performance test on a site running on ColdFusion 8 using FusionReactor. There is one script that consistently ends up on the top of the long running requests list. The script is very simple - it grabs a PDF file that already exists on the files system and streams it to the

RE: CFinclude issues

2012-03-02 Thread Jeff Langevin
Aren't they all also relative to the original including templates path though even though they're nested? I feel like I got bitten by that once... -Original Message- From: =?ISO-8859-1?Q?Claude_Schn=E9egans schneegans@interneti=71?=.outdoors.org

Best practices: Google mapping

2011-12-14 Thread Jeff Gladnick
Is there a current state of the art for dealing with Google maps and coldfusion, especially asynchronously. I've used cf_googlemap extensively in the past, but has anything eclipsed it? ~| Order the Adobe Coldfusion

Re: Exchange 2010 via EWS Java API

2011-10-04 Thread Jeff Martin
I was able to determing that the XML parsing error was caused by fields in the Contact Records that contained nothing but a space or multiple spaces. I was able to scrub the spaces from the Contacts by exporting to CSV, searching for and removing spaces from otherwise blank fields, then

Exchange 2010 via EWS Java API

2011-09-27 Thread Jeff Martin
I'm attempting to retrieve a list of contacts from a mailbox on an Exchange 2010 server. Here's the code I'm using. cfset service = CreateObject(java,microsoft.exchange.webservices.data.ExchangeService).init() cfset credentials =

Google Oauth Authentication - getting contacts

2011-06-24 Thread Jeff Gladnick
I've used the oauth project on Riaforge to authenticate with Google, but I cannot connect to the API to get the contacts out. Has anyone done this successfully and has the code? ~| Order the Adobe Coldfusion Anthology now!

generating hmac-sha1 signatures w/ coldfusion

2011-05-20 Thread Jeff Gladnick
I've scoured google for hours now and cannot seem to find what I am looking for. I am trying to build a library to connect to Yahoo's API and import contacts via their REST API using oAuth. I have the oAuth authentication done and working, but the final step, making the API request won't seem

Re: generating hmac-sha1 signatures w/ coldfusion

2011-05-20 Thread Jeff Gladnick
@Gabriel: I am using that. For the signmessage I am passing in something that looks similar to this: POSThttps%3A%2F%2Fapi.login.yahoo.com%2Foauth%2Fv2%2Fget_request_token oauth_consumer_key%3Ddj0yJmk9YmxIanRLOGQybWFCJmQ9WVdrOUxWbFBVMWRUTmpRbWNHbzlNQ1o1UFRFLSZzPWNvbnN1bWVyc2VjcmV0Jng9YTc-

Re: generating hmac-sha1 signatures w/ coldfusion

2011-05-20 Thread Jeff Gladnick
code I am currently using: http://pastebin.com/pJK3m6SW ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: generating hmac-sha1 signatures w/ coldfusion

2011-05-20 Thread Jeff Gladnick
Might be getting close with this code: http://pastebin.com/uwbkGCVP Now its producing reasonable characters at least, using slightly different hmac-sha1 function. ~| Order the Adobe Coldfusion Anthology now!

Re: generating hmac-sha1 signatures w/ coldfusion

2011-05-20 Thread Jeff Gladnick
I'm so close... Latest code http://pastebin.com/iJxYGJeL error returned: Please provide valid credentials. OAuth oauth_problem=parameter_rejected: oauth_signature I must be constructing my signature wrong but I can seem to figure it out :(

RE: Can anyone decode this?

2011-05-13 Thread Jeff Garza
Put this in your SQL Query analyzer tool and change the EXEC at the end to PRINT. It should print out the SQL Statement for you to see what they were trying to do. Cheers, Jeff -Original Message- From: Che Vilnonis [mailto:ch...@asitv.com] Sent: Friday, May 13, 2011 7:31 AM To: cf

Re: Question about API wrapper design

2011-04-16 Thread Jeff Gladnick
@Mark Drew: So just to be clear, your recommendation is: 1) One single file 2) separate methods for each functionality (instead of using arguments) that sounds reasonable. ~| Order the Adobe Coldfusion Anthology now!

Re: Question about API wrapper design

2011-04-16 Thread Jeff Gladnick
for people. What I did in some of my projects was to have a base method person that the other methods used. Enforce type or variable checking in getPersonByType, but have the bulk of the work done in the getPerson method. andy Hi there Jeff I think this depends. Who are you writing the API for? I.e

Question about API wrapper design

2011-04-15 Thread Jeff Gladnick
I'm one of the developers working on a CFML wrapper for the highrise API (highrise.riaforge.org) and we're starting to plan out how we're going to organize the file structure. We have a few choices: 1) Separate file for each type of object (people, task, note, etc) 2) One big CFC file

I hate CFScript and I'm willing to pay for a CFScript -- CFtag parser

2011-04-07 Thread Jeff Gladnick
I actually don't hate cfscript, but I do hate that we have both tags and script based syntax for CFML. And since it started off as tags, I firmly believe that's the way it should stay. I understand lots of people feel differently, but it really sucks (for me) seeing all the new great open

Re: I hate CFScript and I'm willing to pay for a CFScript -- CFtag parser

2011-04-07 Thread Jeff Gladnick
First flame! And I'm willing to pay for a C-64 version of Halo 3. On Thu, Apr 7, 2011 at 7:20 PM, Jeff Gladnick jeff.gladn...@gmail.comwrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: I hate CFScript and I'm willing to pay for a CFScript -- CFtag parser

2011-04-07 Thread Jeff Gladnick
On Thu, Apr 7, 2011 at 4:20 PM, Jeff Gladnick jeff.gladnick@gmail. com wrote: I actually don't hate cfscript, but I do hate that we have both tags and script based syntax for CFML.  And since it started off as tags, I firmly believe that's the way it should stay. You won't like the new

Re: I hate CFScript and I'm willing to pay for a CFScript -- CFtag parser

2011-04-07 Thread Jeff Gladnick
://www.dopefly.com/] [http://hi.im/nathanstrutz] On Thu, Apr 7, 2011 at 4:20 PM, Jeff Gladnick jeff.gladn...@gmail.comwrote: Post to RIA forge!!! ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology

Re: I hate CFScript and I'm willing to pay for a CFScript -- CFtag parser

2011-04-07 Thread Jeff Gladnick
The translation is actually rather easy. It's just a bunch of RegEx for parsing and rules for understanding. The limitations of cfscript are perfect here as there are not many rules. The only thing would be the loops that are available in cfscript but do not exist in standard cf. Also, if someone

RE: Storing Arrays or Structures in a database

2011-04-06 Thread Jeff Garza
Arrays are easy as you can simply use Arraytolist() to convert it to a delimited text string and then use ListtoArray() to convert back once you get it out. Though, CF has some really nice list functions, so you might not even have to do that. Also, select boxes return comma separated lists

RE: Storing Arrays or Structures in a database

2011-04-06 Thread Jeff Garza
True. I used wddx to serialize some multidimensional arrays just the other day... Jeff -Original Message- From: Bobby Hartsfield [mailto:bo...@acoderslife.com] Sent: Wednesday, April 06, 2011 2:39 PM To: cf-talk Subject: RE: Storing Arrays or Structures in a database Assuming you

coldfusion htaccess duplicate Google entries

2011-04-02 Thread Jeff InsuranceInventory
Hey guys/gals, I use one host (Shared CrystalTech) to serve up multiple separate domains. Trouble is Google has indexed: 1) http://MAINDOMAIN1.com/test.cfm AND 2) http://MAINDOMAIN1.com/MAINDOMAIN1/test.cfm I only want the first url to be indexed... but both urls above return 200 and dup.

Re: coldfusion htaccess duplicate Google entries

2011-04-02 Thread Jeff InsuranceInventory
Thanks Dave, I went your route. After stepping away from the problem for half a day, I did think that perhaps changing the line of: RewriteCond %{REQUEST_URI} !MAINDOMAIN1/ to RewriteCond %{REQUEST_URI} !notexist/ might get the job done as well... basically shoving every request for that

Re: ColdFusion 9 cflayout ajax errors

2011-03-28 Thread Jeff Carpenter
And if you copy that response link, can you browse it the browse. My bet you can't. I'm not sure if some of your post was cut off, but specifying source= will result in the expected source not found error. Browsing directly to the 'selectpage.cfm' url will return the page fine with no

Re: ColdFusion 9 cflayout ajax errors

2011-03-28 Thread Jeff Carpenter
Is selectpage.cfm in a directory called test? Is that the same directory used above for the page that refers to selectpage.cfm? Yes on both counts. I can browse selectpage.cfm directly no problems. Also, I should mention that the server is running the latest CHF 9.0.1

Re: ColdFusion 9 cflayout ajax errors

2011-03-28 Thread Jeff Carpenter
I found the error, which was due to server-side config and IIS 7 security settings. In the move from IIS 6 to IIS 7 on a new server, the server admin did not correctly copy the SQL Injection exception terms from the previous config. So, II 7 then denied certain keywords in the query string

Re: ColdFusion 9 cflayout ajax errors

2011-03-27 Thread Jeff Carpenter
Dave, Yes, I can access CFIDE / CF admin fine. Imported the cfajax tags as well on selectpage.cfm but still see the error. Thanks We are upgrading from CF 8 Ent to 9 Ent - the following example runs fine on CF 8, but once in CF 9 it fails with Error retreiving markup for selected

Re: ColdFusion 9 cflayout ajax errors

2011-03-27 Thread Jeff Carpenter
What does Firebug tell you? I use the Chrome console, but I ran it in FF w/ firebug as well and get the same '404' response: GET

Re: ColdFusion 9 cflayout ajax errors

2011-03-26 Thread Jeff Carpenter
Thanks, Yes, we already tried that. It should pickup the file location from the default current directory search. This app was working fine in CF8. I think it is some sort of server configuration problem, I just don't see what it could be. perhaps it is looking for the file in the wrong

DaysInMonth issue

2011-03-01 Thread Jeff Epstein
I just had a failure of the DaysInMonth function. For a report running on February data, from 2010-02-(01 hardcoded), to being DaysInMonth, the date result was 2010-02-31!! I had to hard-code 2010-02-28 as to to make the report work. Anybody else having February problems today with

Google Checkout integration

2011-01-20 Thread Jeff Gladnick
Does anyone have any code they'd like to share concerning Google checkout integration? The only thing on riaforge is several years old. Anyone out there with newer code, particularly concerning the new subscription features added recently?

Multiple Coldfusion positions

2010-12-29 Thread Jeff Spangler
Great company located in Greensboro NC is seeking multiple coldfusion developers with skill levels ranging from junior all the way to senior/architect level. Excellent benefits, compensation, and company culture. For those thinking I'm not really looking... I have a stable job... you should

JRun 404 without index.cfm (Win2008 R2 / CF9)

2010-12-20 Thread Jeff Chastain
-- Jeff ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340145 Subscription

Re: JRun 404 without index.cfm (Win2008 R2 / CF9)

2010-12-20 Thread Jeff Chastain
Did you add index.cfm to the 'list' of default files in IIS? Not quite that obvious Scott ;-) Yeah, IIS has the index.cfm setup as the first default document and the 404 page I am getting is not the IIS page, thus my assumption that it is the JRun 404. The layout is very basic, dark grey

Re: Hosted VPS recommendations

2010-12-07 Thread Jeff Gladnick
I have used Viviotech for a number of clients and for my own sites and my business. Although there has been some down time periodically (and this has happened to me even with tier 1 hosting companies for fortune 500 corps), their customer service has remained top notch. Their people are

Gigya?

2010-12-06 Thread Jeff Gladnick
Anyone integrated Gigya with CF yet? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Detect users based on country???

2010-11-22 Thread Jeff F
I need to hide pricing data on a few web pages for one country, Canada. I've got a range of IP address blocks as in: 41.206.160.0/19 24.36.0.0/16 24.37.0.0/16 24.38.144.0/20 24.57.0.0/16 24.64.0.0/13 24.72.0.0/17 24.72.128.0/20 (the list is much longer). At first I was looking

Re: Uploading photos to Facebook - ColdFusion REST API

2010-10-12 Thread Jeff Gladnick
I think there is a function in the facebook graph API that you can use: http://facebookgraph.riaforge.org/ Howdy folks, I'm working on a ColdFusion application that creates events in Facebook. I have no trouble authenticating users and creating simple events, but as soon as I add a

For those who present at conferences (or want to)

2010-10-12 Thread Jeff Gladnick
Consider using www.prezi.com instead of powerpoint/etc for your next presentation. I've recently started experimenting with it (you can see my first attempt to convert my resume to a prezi here: http://www.jeffgladnick.com/). It allows for some really dynamic, interested presentation styles.

For those who present at conferences (or want to)

2010-10-12 Thread Jeff Gladnick
Consider using www.prezi.com instead of powerpoint/etc for your next presentation. I've recently started experimenting with it (you can see my first attempt to convert my resume to a prezi here: http://www.jeffgladnick.com/). It allows for some really dynamic, interested presentation styles.

Microsoft rumored to be buying Adobe

2010-10-07 Thread Jeff Gladnick
http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/ What's that mean for Coldfusion!? ~| Order the Adobe Coldfusion Anthology now!

Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Jeff Gladnick
I cant see this as positive in any way for coldfusion. I would imagine it would just be a slow death of coldfusion as it's merged into .net. bleh. ~| Order the Adobe Coldfusion Anthology now!

Re: Extracting data from Java ByteArrayOutputStream

2010-08-13 Thread Jeff Chastain
form of ColdFusion decoding process to get them into a readable format. Is there a better way to covert this byte array / string into something usable within ColdFusion without a bunch of string parsing and decoding? Thanks -- Jeff On 8/13/2010 10:34 AM, Pete Freitag wrote: This should give you

Extracting data from Java ByteArrayOutputStream

2010-08-12 Thread Jeff Chastain
is, I am not sure how to get this information out of the ByteArrayOutputStream. So far, Google has not proved real helpful. Can anybody offer some pointers? Thanks. -- Jeff Chastain http://www.admentus.com http://ams.admentus.com Admentus is a custom web based solutions provider

Re: Extracting data from Java ByteArrayOutputStream

2010-08-12 Thread Jeff Chastain
back, but in a ByteArrayOutputStream. Thanks -- Jeff  I am working with a SOAP web service in CF 8.0.1 and the filecontent attribute of the cfhttp response is a java.io.ByteArrayOutputStream.  If I use the toString() method to convert this to text, I can see the XML response data plus the binary

AxisFault Error (CF 8.0.1) on web service returning binary image string

2010-08-11 Thread Jeff Chastain
this? Thanks. -- Jeff Chastain http://www.admentus.com http://ams.admentus.com Admentus is a custom web based solutions provider, delivering business software applications, systems integration, strategic consulting, and ColdFusion application maintenance services which allow our clients to grow

CFBuilder Server Setup with CF Multiserver Installation

2010-08-05 Thread Jeff Chastain
. It is not clear what paths to enter here as there is no default website for the ColdFusion 8 server. Has anybody been able to successfully set this up? Is there a problem in my multiserver installation or a problem with what I am doing in CFBuilder? Thanks -- Jeff -- Jeff Chastain http

NoClassDefFoundError with flash form

2010-07-27 Thread Jeff Martin
The error message I'm getting is as follows. I've not been able to find the flexapi mentioned anywhere in similar NoClassDefFoundError messages online. Please Help. Error,jrpp-5,07/27/10,14:52:40,{ApplicationName},'' The specific sequence of files included or processed is: {path to cfml

Re: coverting string to a numeric value

2010-07-22 Thread Jeff Gladnick
I think you want the val() function so val (123) would return 123 val(jeff) would return 0 (all non numerics return 0) Hi All- is there a way I can convert a string to number in coldfusion. I could not see any related functions to do this? Thanks

Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-21 Thread Jeff Gladnick
tried to no avail - damn! On Fri, Jul 16, 2010 at 11:20 AM, Jeff Gladnick wrote: Unfortunately, that didn't quite work :( Any other suggestions? Maybe something like this (untested): RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC] RewriteCond %{HTTP_HOST} ([a-z-]+\.[a-z

Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-21 Thread Jeff Gladnick
Inexplicably, the OPPOSITE works!! RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} \.([^\.]+\.[^\.0-9]+)$ RewriteRule ^(.*)$ http://%1/$1 [R=301,L] tried to no avail - damn! Maritain ~| Order the Adobe Coldfusion

Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-21 Thread Jeff Gladnick
Got it!! RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC] RewriteCond %{HTTP_HOST} ^([a-zA-Z0-9_-]+)\.([a-zA-Z0-9_-]+) RewriteRule ^(.*)$ http://www.%0/$1 [r=301,L] ~| Order the Adobe Coldfusion Anthology now!

Re: Facebook Connect and coldfusion

2010-07-20 Thread Jeff Gladnick
Glad you liked it. Let me know if you (or anyone else) would like commit privelages to contribute to the project. We still need to build out the post-to-facebook functionality. Awesome! Thank you for posting this! Rick Sanders Webenergy www.webenergy.ca I finally got this roughly working

Re: Facebook Connect and coldfusion

2010-07-19 Thread Jeff Gladnick
I finally got this roughly working using some different code: http://facebookgraph.riaforge.org/ ~| Order the Adobe Coldfusion Anthology now!

Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-16 Thread Jeff Gladnick
Unfortunately, that didn't quite work :( Any other suggestions? On Thursday 15 Jul 2010 06:24:21 you wrote: I get how to redirect from domain.com to www.domain.com like this: rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] BUT,

Re: mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-15 Thread Jeff Gladnick
if it already has a subdomain, ignore this rule. So... How can you determine this ? Couldn't you say if there was [any alphanumeric text].[any alphanumeric text].[any alphanumeric text] then we already have a subdomain (or a www) and theres no need to forward... not sure how to do the

Re: Facebook Connect and coldfusion

2010-07-14 Thread Jeff Gladnick
Anyone else have any luck with this? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

mod_rewrite question: redirecting to www.domain.com from domain.com with dynamic domain names

2010-07-14 Thread Jeff Gladnick
I get how to redirect from domain.com to www.domain.com like this: rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] BUT, what if I do not know the domain name in advance, is there a way I can make it dynamic AND if it already has a subdomain,

Re: Facebook Connect and coldfusion

2010-07-08 Thread Jeff Gladnick
Unfortunately, its being demanded here, so its gotta be done. Anyone else have any success with facebook connect? And that's why I'm pretty negative on integrating with Facebook. We created an app 2 years ago and could never get the functionality of processing some of our code after someone

Re: Facebook Connect and coldfusion

2010-07-06 Thread Jeff Gladnick
No problem, looking forward to it! Sorry guys, I'm happy to post something, I'm just completely underwater with work ramping up for a launch. I hope to have time to scrub-up some code to post this weekend. Cheers, Kris On Thu, Jul 1, 2010 at 2:28 PM, Dustin Wardlow dustinward...@gmail.com

spreadsheetSetColumnWidth ingnored

2010-07-05 Thread Jeff Battershall
Hi, It seems that setting spreadsheetSetColumnWidth(myXLS,1,50) has no effect if the cell contents would be visually clipped. Anyone encountered this? Jeff ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

slurping data from an asp.net site

2010-06-30 Thread Jeff Gladnick
There is an asp.net site that I access in order to download a CSV file report. The report is generated on the fly, and I don't want to have to manually click around to get it. I am trying to submit the form via coldfusion, but the site is setup in a strange way. Instead of submitting some

Contact for FullAsAGoog?

2010-06-28 Thread Jeff Chastain
Is it just me or is there no contact information on the FullAsAGoog web site? I was looking for a way to register a new RSS feed, but I am missing something here. Anybody know how or have a contact for the aggregator? Thanks -- Jeff -- Jeff Chastain President/CEO, Admentus, Inc. http

Re: Contact for FullAsAGoog?

2010-06-28 Thread Jeff Chastain
Thanks. On 6/28/2010 5:03 PM, Alan Rother wrote: Geoff Bowers http://twitter.com/modius =] -- Jeff Chastain President/CEO, Admentus, Inc. http://www.admentus.com http://ams.admentus.com Admentus is a custom web based solutions provider, delivering business software applications, systems

Re: Facebook Connect and coldfusion

2010-06-23 Thread Jeff Gladnick
Chris, would you mind sharing your code? I'm having a hell of a time dealing with the fb connect api We're using FBConnect for a site in development now. It works fine, no problem. Except when FB does something stupid and breaks the API. Which happens every couple of weeks. Cheers, Kris

Re: Facebook Connect and coldfusion

2010-06-23 Thread Jeff Gladnick
Kris, Would you be willing to share some code? I'm having a hell of a time interfacing with the API We're using FBConnect for a site in development now. It works fine, no problem. Except when FB does something stupid and breaks the API. Which happens every couple of weeks. Cheers, Kris

Re: Facebook Connect and coldfusion

2010-06-23 Thread Jeff Gladnick
Kris, Would you be willing to share some code? I'm having a hell of a time interfacing with the API We're using FBConnect for a site in development now. It works fine, no problem. Except when FB does something stupid and breaks the API. Which happens every couple of weeks. Cheers, Kris

Re: Facebook Connect and coldfusion

2010-06-23 Thread Jeff Gladnick
Kris, would you be willing to share some code. I'm having a hell of a time integrating with the facebook connect API We're using FBConnect for a site in development now. It works fine, no problem. Except when FB does something stupid and breaks the API. Which happens every couple of weeks.

Re: Facebook Connect and coldfusion

2010-06-23 Thread Jeff Gladnick
Kris, Would you be willing to share some code? I'm having a hell of a time interfacing with the API We're using FBConnect for a site in development now. It works fine, no problem. Except when FB does something stupid and breaks the API. Which happens every couple of weeks. Cheers, Kris

Re: Facebook Connect and coldfusion

2010-06-23 Thread Jeff Gladnick
Oh christ, i had submission errors and it wasn't coming up, and I assumed the form submittal failed outright.. whoops. Reading between the lines, I think Jeff might want you to share some code :) On Wed, Jun 23, 2010 at 10:47 AM, Jeff Gladnick jeff.gladn...@gmail.comwrote

Facebook Connect and coldfusion

2010-06-21 Thread Jeff Gladnick
I am having a hell of a time trying to integrate Facebook Connect with coldfusion. Has anyone successfully setup facebook connect to allow users to register for your site via their facebook login? I'd love, LOVE to see some examples, tutorials, or code. I've tried like 4 different

Re: Facebook Connect and coldfusion

2010-06-21 Thread Jeff Gladnick
On Mon, Jun 21, 2010 at 2:38 PM, Jeff Gladnick jeff.gladn...@gmail.comwrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive

  1   2   3   4   5   6   7   8   9   10   >