Re: SSL certificate problem with 3rd party

2014-01-16 Thread Jake Churchill
If I remember correctly, the JVM keeps it's own cache of certificates. I'd search for the commands to remove a cert from the built-in java keystore. It's pretty simple using the keytool app but you might need to restart CF to make it take. -Jake On Thu, Jan 16, 2014 at 2:05 P

Re: Streaming PDF in CF8 / Performance Issues

2012-08-01 Thread Jake Churchill
;java.io.File").init( filePath & fileName ).exists(); -Jake On Wed, Aug 1, 2012 at 5:45 PM, Jeff Chastain wrote: > > 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 run

Re: after a long hiatus back to talk about frameworks

2012-05-10 Thread Jake Churchill
FW/1 is nice. It has it's nuances but it allows for a very clean implementation as long as you stick to it. -Jake On Thu, May 10, 2012 at 11:38 AM, Mark A. Kruger wrote: > > I'd agree that FW/1 is the natural FB successor - and it allows you to > break > it's mol

Re: FarCry CMS question

2012-05-09 Thread Jake Churchill
e which makes use of the parseURL method in farFU.cfc. Hope that helps. -Jake On Wed, May 9, 2012 at 12:41 PM, fun and learning wrote: > > Jake, Thanks for answering. I already posted in the facry google groups 4 > hours back, and the moderators still did not approve my question, so >

Re: FarCry CMS question

2012-05-09 Thread Jake Churchill
the right direction. -Jake On Wed, May 9, 2012 at 12:30 PM, fun and learning wrote: > > I hope someone with knowledge of farcry CMS sees this question > > I am new to farcry and looking at some existing code. I have a > question on friendly URL. At what time of the application

Re: Adobe Abandons Flex

2011-11-15 Thread Jake Churchill
It became open source in version 3 I believe. It's been that way for quite a while now. -Jake On Tue, Nov 15, 2011 at 2:45 PM, Dave Watts wrote: > > > Everything else you said aside Scottfree does not mean open source > > > > The Flex SDK has been free >

Re: Hosting an .apk file on cf7

2011-11-10 Thread Jake Churchill
You need a MIME type added to the web server: .apk - application/vnd.android.package-archive -Jake On Thu, Nov 10, 2011 at 11:34 AM, Dave Watts wrote: > > > We have our Android app built and the .apk file is on our CF7 server. > > I'm using cfheader and cfcontent to get

Re: Capitalize

2011-07-02 Thread Jake Churchill
Do lcase() on the text in CF, then use text-transform:capitalize in css. - Sent from my Droid On Jul 2, 2011 7:40 AM, "Jenny Gavin-Wear" wrote: > > I'm looking for a udf to capitalize uppercase text. There seem to be a few > that does the same as a CSS text-transform, but I can't find one for te

Re: (ot) Shameful

2011-05-10 Thread Jake Churchill
Now, that's funny - Sent from my Droid On May 10, 2011 9:26 PM, "Raymond Camden" wrote: > > Nope, it didn't work for me. I had to click the link and view it in my > browser. If Adobe were truly committed to CF, I wouldn't need to > actually click the link. Rather, uniformed penguins in sequin ja

Re: Writing transparent gifs makes them grey

2011-04-19 Thread Jake Churchill
Cfimage has issues with gif files. Any chance of trying png files instead? -Sent from my Droid On Apr 19, 2011 5:30 PM, "Leigh" wrote: > > Did you try saving it directly to a file via cfhttp? ie Using the "path" and "file" attributes? > > >

Re: What does this URL mean?

2011-04-09 Thread Jake Churchill
There is probably a parameter format being used there. Register might be the name of the application being used here On Apr 9, 2011 7:37 PM, "fun and learning" wrote: > > http://localhost/students/index.cfm/register?action=studentreg > > I did not understand the use of 'register' after index.cfm

Re: SOT - Members only app

2011-03-24 Thread Jake Churchill
Farcry On Mar 24, 2011 5:36 PM, "cfcom" wrote: > > Can anyone recommend a good app for creating a simple and secure members > section > > Thanks > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-C

Re: Javascript question

2011-03-13 Thread Jake Churchill
Look into jQuery's .each() method. It helps in loopin over things like that -Jake Sent from my Droid On Mar 13, 2011 9:51 AM, "fun and learning" wrote: > > Hi All - I am trying to get the following working. It seemed to work initially, but somehow it stopped working

Re: AES Encryption Limits

2011-02-11 Thread Jake Churchill
ould still do that as close to the DB as possible and the code wouldn't be terribly difficult. I think I have my answer. Thanks! -Jake On Fri, Feb 11, 2011 at 10:40 AM, Mark A. Kruger wrote: > > My one caution is that encryption is processor intensive. I wouldn't > encrypt &g

AES Encryption Limits

2011-02-11 Thread Jake Churchill
nd only encrypt certain members. Thanks in advance. -Jake ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: cffile within cflayout doesn't work?

2011-01-31 Thread Jake Churchill
You can't upload a file via an ajax window. It's a browsr restriction as far as I know. The trick is to embed a hidden iframe and do the file upload there. Also, there's a handy jquery plugin which takes care of this: http://jquery.malsup.com/form/ -Jake Sent from my Droid

Re: mutiple checkboxes

2011-01-18 Thread Jake Churchill
= 100,101 -Jake On Jan 18, 2011 9:41 PM, "Frank Liu" wrote: Hello, I have a table like this: IDSiteIDJobNumber_request approval 1 100 math teacher 4 2 100 science teacher3 3 100 english teacher2 4 101

Re: CMS for CF

2011-01-13 Thread Jake Churchill
Farcry: http://www.farcrycore.org/ On Thu, Jan 13, 2011 at 10:37 AM, wrote: > > I'm looking for a good open source content management system for Cold > Fusion. Something like Joomla. Any suggestions out there? > > > > > > ~|

Re: CFMAIL Speed Issue

2010-11-11 Thread Jake Churchill
however, on one of the boxes there was a username/password set up in the mail section of cfadmin. I removed it and I'll see if that helps. Thanks for the suggestion. On Thu, Nov 11, 2010 at 8:02 AM, Jake Churchill wrote: > IIS on the local box is what relays and no params are needed

Re: CFMAIL Speed Issue

2010-11-11 Thread Jake Churchill
und it's > at least 300x faster (a few seconds compared to 3-5 minutes) if I do. > > > > > -Original Message- > From: Jake Churchill [mailto:reyna...@gmail.com] > Sent: Wednesday, November 10, 2010 8:18 PM > To: cf-talk > Subject: CFMAIL Speed Issue > >

CFMAIL Speed Issue

2010-11-10 Thread Jake Churchill
w what some of that does but I know we are using up a crapload of memory which I assume would be a good thing. There's nothing else really running on these servers except IIS and CF8. I'm at a loss right now. Any i

Re: CFMail Send Problem

2010-11-09 Thread Jake Churchill
This might have sommething to do with sending multipart MIME messages. Perhaps one person's client is set to only display plain text and the message does not contain that part. Sent from my Droid On Nov 9, 2010 12:23 PM, "Sean Henderson" wrote: Experiencing the same issue (blank message body)

Re: CF Blog software

2010-11-09 Thread Jake Churchill
Sounds like it's ttime to change who you host with. How are they blocking CFC instantiation like that? Sent from my Droid On Nov 9, 2010 10:36 AM, "DURETTE, STEVEN J (ATTASIAIT)" wrote: Hi all, So I haven't blogged in about a year because of different issues with my website provider... A

Re: DirectoryWatcher Event Gateway

2010-11-08 Thread Jake Churchill
tware, just something that does the job. -Jake On Fri, Nov 5, 2010 at 11:00 AM, WebSite CFTalk wrote: > > You should try to setup dfs replication between the two servers / directory > structures instead of using watch folders. > > That would be more efficient and would also give you

DirectoryWatcher Event Gateway

2010-11-05 Thread Jake Churchill
he JVM has been tuned for this machine. This is CF8 Standard. (Both machines are the same) Thanks for any input. -Jake ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/

Re: Preserve HTML format when inserting into HTML

2010-09-10 Thread Jake Munson
>Woot! Found it: > >http://www.mail-archive.com/cf-talk@houseoffusion.com/msg312892.html > >I have _never_ seen this in use, but it works perfectly: > > Awesome! xmlCData? Who knew? And it takes care of the cdata tag for you as well. Very nice. Thanks for finding this!! ~~

Re: Preserve HTML format when inserting into HTML

2010-09-08 Thread Jake Munson
Ray, In addition to my previous email with proof of concept code, I am able to reproduce my problem using your code below by adding this cffile tag to the end of your code: >Weird. I can't reproduce this: > > >foo"> > > > > > > > > > > >#x.root.child[1].xmltext# > >#s# > > >The value is NOT e

Re: Preserve HTML format when inserting into HTML

2010-09-08 Thread Jake Munson
Ok, guys, I have a working proof of concept. At least on my server, this simple 4 line code example illustrates the problem. To recreate, dowload this file: http://techfeed.net/xmlHTMLTest.zip And then follow these steps. 1. Extract the zip to your ColdFusion sites directory. 2. BEFORE RUNNI

Re: Preserve HTML format when inserting into HTML

2010-09-08 Thread Jake Munson
> But like I said earlier, I created a workaround so I'm not stressing > about it. It's just odd. I have found the same problem with a different XML file. I am going to try to put together a proof of concept to see if other people besides me can recreate this issue. ~~~

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
I did something similar in a test page, but using the XML functions instead of cfxml. I was not able to reproduce it either...there's something odd about the original XML that is causing this, I guess. But like I said earlier, I created a workaround so I'm not stressing about it. It's just o

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
>Normally when you put HTML into an XML node, it has to be within >cdata. So maybe CF is "fixing" the HTML for you? Yeah, I was just simplifying things, I do have a cdata tag wrapping the HTML. Doesn't help. ~| Order the Adob

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
> Before the above XML insert this HTML is not escaped (as explained in > a previous message). After the insert it looks like this: > Trenner > Park

I should reiterate that I am not dumping the XML object and seeing this escaped HTML...I

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
>So wait - you put the string into an XML object? > >Maybe you can pastebin more of the code. I have developed a workaround that avoids this problem, but for educational purposes here's the bit of code that seems to be hosing the HTML: "editCopy" is made up of various data, but this piece we

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
>When you cfdump something, it escapes it. So if you view source it, >you are seeing cfdump's escape. In other words, it isn't the REAL >value. I suppose you probably saw my other response (I think we passed each other at the intersection), but if not... If I display the pre-xml value using CFO

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
> When verifying the dumped text throughout the process, you're looking > at the "view source" version, and not the one that's rendered by the > browser, right? Sorry for the multiple replies earlier...I have no idea why that happened. Yes, that's correct I'm using view source. In fact, I even

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
>As far as I know, CF will not encode HTML unless you tell it to. Are >you 100% sure you aren't using htmlEditFormat on the data? I have traced the XML value from start to end, and it appears that the place where the HTML is being converted is when I write the XML to disk. I am dumping the XML

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
>As far as I know, CF will not encode HTML unless you tell it to. Are >you 100% sure you aren't using htmlEditFormat on the data? I have traced the XML value from start to end, and it appears that the place where the HTML is being converted is when I write the XML to disk. I am dumping the XML

Re: Preserve HTML format when inserting into HTML

2010-09-07 Thread Jake Munson
>As far as I know, CF will not encode HTML unless you tell it to. Are >you 100% sure you aren't using htmlEditFormat on the data? I have traced the XML value from start to end, and it appears that the place where the HTML is being converted is when I write the XML to disk. I am dumping the XML

Preserve HTML format when inserting into HTML

2010-09-03 Thread Jake Munson
I have an XML object that was populated from an XML file. This XML comes from an external system that I do not control. Here is the bit of XML that I'm struggling with: I know this is valid XML...at least it works in the system that uses it. I am trying to write an up

Re: cfcontent to serve PDF files hanging

2010-08-31 Thread Jake Churchill
The only think I could think of is use application/pdf for the Content-Type (that is technically the correct mime type). -Jake On Tue, Aug 31, 2010 at 10:33 AM, Jason Fill wrote: > > Our application uses cfcontent to serve back some PDF files and several > times per day, the request

coldfusion 9 - script for search tags

2010-08-25 Thread Jake Pilgrim
Within CF9, is there a script equivalent for the search tags - cfcollection, cfindex, cfsearch? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=h

Re: Forums using CFCs?

2010-08-10 Thread Jake Pilgrim
Great list, thanks Raymond! >As a quick FYI, RIAForge is having "issues" today. I've had to restart >it a few times and won't have time to really dig until tonight. So, if >it is down, say a few quick prayers and reload in 10 minutes. > > > >>> ~~

Re: Forums using CFCs?

2010-08-10 Thread Jake Pilgrim
Lol... Sorry, I didn't mean to start a debate on whether-or-not Galleon is CFC based (I never stated it wasn't). Yes, it is CFC-based (or cfD, or CFQ, with moo.cfc integration :) ) - what I was really looking for is options. It seems that your two choices for a coldfusion forum are CFMBB and Ga

Forums using CFCs?

2010-08-09 Thread Jake Pilgrim
I know I'm kicking a dead dog asking about forums, but I need current information so please bear with me. :) I'm currently working on a project where a forum is desired, and I'm hoping someone has developed something that we can use rather than reinventing the forum yet again :). This forum sh

Re: ColdFusion Blogging Engines

2010-07-12 Thread Jake Churchill
o designer. > There is no built in WYSIWIG editor - but it's not to hard to add one. > > w > > -Original Message- > From: Jake Churchill [mailto:reyna...@gmail.com] > Sent: 12 July 2010 17:50 > To: cf-talk > Subject: Re: ColdFusion Blogging Engines > >

Re: ColdFusion Blogging Engines

2010-07-12 Thread Jake Churchill
I and BlogCFC seemed kind of clunky. -Jake On Mon, Jul 12, 2010 at 10:58 AM, Will Swain wrote: > > Haven't tried Mango. Have used blogCFC for a few blogs, and been happy with > it. What sort of things doesn't it do that you'd want it to do, out of > interest? &g

ColdFusion Blogging Engines

2010-07-12 Thread Jake Churchill
ward Mango but I wanted to get some input from other developers/bloggers out there. Thanks for any input. -Jake ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/14

Re: Programmatic manipulation of DSN settings

2010-06-07 Thread Jake Churchill
No, the admin api has been around for a few releases now On Mon, Jun 7, 2010 at 1:45 PM, Dan Baughman wrote: > > Nice is that new to coldfusion 9? > > On Mon, Jun 7, 2010 at 12:33 PM, Dave Watts wrote: > > > > > > Can you update, add, and delete datasources via code in ColdFusion? > > > > Yes,

Re: Not so simple date format question...

2010-04-27 Thread Jake Churchill
Just do something like this: #DateFormat(CreateDate(MID(str,1,4),MID(str,5,2),MID(str,7,2)),'mm/dd/')# On Tue, Apr 27, 2010 at 10:32 AM, Che Vilnonis wrote: > > I'm working with an accounting database that stores order dates as a > varchar > (8) field. An example would be "20100420". >

Re: FarCryCMS versus Mura

2010-03-26 Thread Jake Churchill
few pages, Farcry might be overkill. I still use farcry for small sites though. -Jake On Fri, Mar 26, 2010 at 4:00 PM, Dave Burns wrote: > > I have a customer who may want to migrate to a CMS and I've told him to > consider FarCry or Mura although I have zero experience with e

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
I think the statement they are trying to make is Flex and ColdFusion belong together, hence bundling the IDEs and all the intregration work that was done w/ CF9. I think once people get over this $300 issue, it'll really help Adobe. The fact of the matter is that Flex is huge and is not going an

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
Charlie Griefer wrote: > > You lost me, Jake :) > > There is no edition of FlashBuilder that I see priced at $299. There's > standard ($249), which does not include CFBuilder, and Premium, which is > priced at $699 and dies include CFBuilder. > > On Mon, Mar 22, 201

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
The standard edition does as well. The one priced at $299. There is one priced at $249 which does not include Coldfusion Builder On Mon, Mar 22, 2010 at 4:02 PM, Charlie Griefer wrote: > > On Mon, Mar 22, 2010 at 1:55 PM, Casey Dougall < > ca...@uberwebsitesolutions.com> wrote: > > > > > On Mo

Re: Eclipse and FTP Support...

2010-03-22 Thread Jake Churchill
CF Eclipse has a File Explorer View which supports FTP. I am working on a project now where the development server has a complex setup and it's just easier to code that way than set it up locally. On Mon, Mar 22, 2010 at 3:25 PM, Wil Genovese wrote: > > Personally I never use FTP from within m

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
Sorry, I think that's if you want FlashBuilder without ColdFusionBuilder On Mon, Mar 22, 2010 at 12:23 PM, Jake Churchill wrote: > There's a $249 version that doesn't have FlashBuilder > > > On Mon, Mar 22, 2010 at 12:21 PM, Charlie Griefer < > charlie.grie.

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
ay... which wouldn't have pleased the shareholders). > > For those who are interested in FlashBuilder (and I'm one of 'em), this is > a > pretty smokin' deal. For those who aren't... I can definitely see their > point. > > On Mon, Mar 22, 2010 at 10:13

Re: ColdFusion Builder Released!

2010-03-22 Thread Jake Churchill
It's bundled with FlashBuilder 4 which is nice. That's actually a pretty decent price. On Mon, Mar 22, 2010 at 12:10 PM, Eric Roberts < ow...@threeravensconsulting.com> wrote: > > 299.00? WTF? What the heck is Adobe smoking? Looks like its back to > CFEclipse for me! > > Eric > > -Origin

Re: CF-Based Content Management Systems

2010-03-18 Thread Jake Churchill
Definitely go with Farcry. http://www.farcrycms.org. There is a blogging plugin for it as well. -Jake On Thu, Mar 18, 2010 at 3:29 PM, Peter Donahue wrote: > > Good afternoon everyone, > >I just got off of the phone with a client that is considering using a > content ma

Re: OT JS question

2010-03-04 Thread Jake Churchill
http://www.w3schools.com/jsref/jsref_parseInt.asp var value = "15"; parseInt(value,10); On Thu, Mar 4, 2010 at 1:37 PM, Chad Gray wrote: > > Anyone know if there is an equivalent to CF’s val() in Javascript? > > I want to check a JS variable and set it to zero if it is blank. > > Thanks > >

Re: CFIF within CFmail?

2010-02-22 Thread Jake Churchill
first of all, your cfif syntax is incorrect... Here's what I'd do: This is just cleaner. I didn't actually test this but i don't see any obvious problems with it. -Jake On Mon, Feb 22, 2010 at 8:57 AM, Orlini, Robert wrote: > > Hello, > > I&#

Re: Random question

2010-02-10 Thread Jake Churchill
-Jake On Wed, Feb 10, 2010 at 12:50 PM, Les Irvin wrote: > > How would I come up with a 4-character random string consisting of any > letter or number? > 1k3d, e4rf, 69e4, dfje, 3967, etc... > > Thanks in advance fo

Re: PDF Form Filling alternate in MS-Word???

2010-02-04 Thread Jake Churchill
You could check out the apache POI project. Not sure how much support they'll have for this sort of thing. You still might have to insert markers to look for (i.e. replace $$VAR1$$ with the contents of your first variable or something like that). Here's the link: http://poi.apache.o

Re: cfsavecontent and whitespace

2010-01-22 Thread Jake Churchill
Yes, output is turned off on both the CFC and the individual method. I ended up using a method like this: http://www.cflib.org/index.cfm?event=page.udfbyid&udfid=812 Hope it doesn't affect performance too much. -Jake On Fri, Jan 22, 2010 at 3:13 PM, Justin Scott wrote: >

cfsavecontent and whitespace

2010-01-22 Thread Jake Churchill
cause of the potential performance hit. Does anyone have any kind of suggestion for avoiding so much whitespace? -Jake ~| Want to reach the ColdFusion community with something they want? Let them know on the

Re: cfmail through google

2010-01-19 Thread Jake Churchill
Nice... those aren't in the docs On Tue, Jan 19, 2010 at 7:52 PM, Dave Watts wrote: > > > I am trying to send out email through google's hosted email. I > understand how to configure the port to 587, but how do I enable > > TLS encryption? > > > > I am working from the instructions here: > > h

Re: cfmail through google

2010-01-19 Thread Jake Churchill
I don't know of a way to do it. I use the CF Administrator to set that up (there's a checkbox for it there) On Tue, Jan 19, 2010 at 7:37 PM, Matthew Smith wrote: > > I am trying to send out email through google's hosted email. I understand > how to configure the port to 587, but how do I enabl

CFLDAP & SSL

2009-12-08 Thread Jake Churchill
I'm working on an SSL integration of CFLDAP for a client and am consistently getting "Connection to LDAP server failed." All attributes are correct and for testing I'm attempting a simple query with * for attributes and maxrows of 10. Snippet below. Everything is straight from the IT staff that

Re: count array element occurences

2009-10-16 Thread Jake Churchill
Try this UDF: http://cflib.org/udf/REListFindNoCaseMultiple Here's the UDF code and a quick example: /** * When given a list of values, returns a list of element locations that match a given regular expression. * * @param reg_expr The regular expression for the search. (Required) * @p

Re: Files stay locked after processing them

2009-10-15 Thread Jake Churchill
I ran into a similar issue on CF8 and it ended up being a bug. There's a hotfix out there for it: http://kb2.adobe.com/cps/403/kb403411.html <http://kb2.adobe.com/cps/403/kb403411.html>-Jake On Thu, Oct 15, 2009 at 10:10 AM, Phillip B wrote: > > I have an issue where imag

Re: cannot insert record with #createodbcdatetime(now())#

2009-10-13 Thread Jake Churchill
Try the SQL Server function "GETDATE()" instead of a queryparam On Tue, Oct 13, 2009 at 3:01 PM, Matthew Smith wrote: > > I get this error: > Error Executing Database Query. > [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server > Driver]Invalid precision value > > With th

RE: drop down box

2009-09-22 Thread Jake Churchill
This is just how dropdowns work. You need to add a blank element at the beginning. I usually do it manually like this: Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original

Re: (ot) International countries and states/provinces/administrative div. database

2009-09-09 Thread Jake Pilgrim
> What about the UN list? org/unsd/methods/m49/m49alpha.htm> Thanks for the reply Roger. This does help with the country side of the data, do you know of a list like this for the "states" within a country (with abbreviations)?

(ot) International countries and states/provinces/administrative div. database

2009-09-09 Thread Jake Pilgrim
For the life of me I cannot find a complete international Countries/States database... The best I have found is the GeoDataSource World Cities database, but I'm having a hard time feeling comfortable with assuming a SELECT DISTINCT state,country would return a match for EVERY state,country in t

RE: Coldfusion Server Reboot

2009-09-08 Thread Jake Churchill
It all depends on the application. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Byte Me [mailto:byteme...@verizon.net] Sent: Tuesday, September 08, 2009 3:02 PM To: cf-talk Subject: Re

RE: Coldfusion Server Reboot

2009-09-08 Thread Jake Churchill
out a file with an incrementing number every time the app runs or add something to a DB every time to get an idea as well. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Byte Me [mailto:byteme...@v

RE: Coldfusion + Flex

2009-08-21 Thread Jake Churchill
You can use Eclipse with a CFEclipse and FlexBuilder plugins. Personally I use Flexbuilder standalone for Flex and CFEclipse separately. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Agha Mehdi

RE: .NET or JAVA? Which is a more natural step for a CF Developer

2009-08-12 Thread Jake Churchill
I second this. I couldn't imagine learning flex without the tools flexbuilder provides. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wedn

RE: .NET or JAVA? Which is a more natural step for a CF Developer

2009-08-12 Thread Jake Churchill
Here's a link to what and how you can get flex free from Adobe: https://freeriatools.adobe.com/ Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Rob Parkhill [mailto:robert.parkh...@gmai

RE: .NET or JAVA? Which is a more natural step for a CF Developer

2009-08-12 Thread Jake Churchill
The SDK includes a compiler. You have to run it through the command line though. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Wednesday

RE: .NET or JAVA? Which is a more natural step for a CF Developer

2009-08-12 Thread Jake Churchill
If you are out of a job, Adobe is (or at least was) giving away flex builder for free. It's for learning purposes only so you can't actually use it for anything work related. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408

RE: code formatting in Eclipse IDE for coldfusion

2009-07-23 Thread Jake Churchill
Look up CFEclipse Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: RamaDevi Dobbala [mailto:ramadobb...@gmail.com] Sent: Thursday, July 23, 2009 10:17 AM To: cf-talk Subject: code formatting in

CSS editor for eclipse galileo?

2009-06-25 Thread Jake Pilgrim
Hi everyone, does anyone have any recommendations for a CSS editor for eclipse galileo? I used to use aptana, but it just does WAAAY more than i need it to, and it seems to get in the way of CFEclipse at times (for example, when I have aptana & cfeclipse installed i can no longer drag & drop te

RE: Creating MS Word Documents

2009-06-02 Thread Jake Churchill
ng on what functionality you need, you might need the newest full version. Check it out here: http://poi.apache.org/ Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Paul Giesenhagen [mai

RE: Query Modification

2009-06-01 Thread Jake Churchill
I 2nd this. I looked through the java stuff and I don't see a way to remove a column. Just add and manipulate them. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Jason Fisher [mail

documenting code

2009-05-20 Thread Jake Pilgrim
I'm looking to document our codebase. I'd like to use the documentation format that Java uses (http://java.sun.com/javase/6/docs/api/), Coldbox uses (http://www.coldboxframework.com/api/), and others... First off - what's the name of that documentation format? Secondly - I know someone has put

RE: CFSELECT Default Value Problem...

2009-05-15 Thread Jake Churchill
Except I think you'd loop from="2" because you already set the first value manually Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Les Mizzell [mailto:lesm...@bellsouth.net] Sent:

RE: CFSELECT Default Value Problem...

2009-05-15 Thread Jake Churchill
Binding overwrites the entire option array. I'm not sure there's a way to stop that. What I'd do is just modify your getCATS() method to add the "Select a Category" option to the data returned. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http

RE: dynamically create array using cfloop?

2009-05-14 Thread Jake Churchill
You can put CF inside JS. You just have to look at the rendered source to make sure it's correct. It usually takes me a couple tries but it always works in the end. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Ori

RE: dynamically create array using cfloop?

2009-05-14 Thread Jake Churchill
sidewalls_Quantity[#i#]=[#innerVal#] Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Paul Ihrig [mailto:pih...@gmail.com] Sent: Thursday, May 14, 2009 8:47 AM

Re: Coldbox - mxunit testing database interaction

2009-05-12 Thread Jake Pilgrim
s a MUCH bigger function than what I'm actually trying to test. If I used this approach in a more complex scenario, I could see it taking twice as long to write the test than it did to write the functionality I'm trying to test... Seems like a losing battle - I'm hoping I'm

Coldbox - mxunit testing database interaction

2009-05-12 Thread Jake Pilgrim
I'm just starting to get into Coldbox and I'm encountering some confusion as to how to *really* test my models and database interaction. So I have the following handler function which is fired upon form submission: var rc = arg

RE: table display: row number. without recordset

2009-05-11 Thread Jake Churchill
in IE by changing your doctype to XHTML1.0 Strict (look up the exact syntax). This usually only works for me in IE7 though, version 6 doesn't provide much hope for the developer. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733

RE: CF CMS Opinions

2009-05-06 Thread Jake Churchill
Farcry has always been a great option for me. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Brent Nicholas [mailto:brentnicho...@hotmail.com] Sent: Wednesday, May 06, 2009 11:19 AM To: cf-talk

Regex - count of matches

2009-04-23 Thread Jake Pilgrim
I'm looking to get a count of the number of times a regex match can be found in a string. The best I can come up with is arrayLen(reMatch('expr','string')) which does work, but it seems like this approach is doing more work than it really needs to (I don't care about what the regex matched, I j

Re: coldfusion "framework" - i forget the name...

2009-04-13 Thread Jake Pilgrim
Yes! Thanks! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/mes

coldfusion "framework" - i forget the name...

2009-04-13 Thread Jake Pilgrim
I remember reading about a coldfusion "framework" out there - I quote framework because it was really more of a methodology. It was like 2 or 3 CFCs that laid out a fundamental OOP MVC framework, and I believe it was written by one of the fusebox authors if I remember right. I've tried googling

RE: cross browser CSS

2009-04-03 Thread Jake Churchill
Yes, it's possible. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Scott Stewart [mailto:sstwebwo...@bellsouth.net] Sent: Friday, April 03, 2009 2:20 PM To: cf-talk Subject: cross browse

RE: Button to support both IE and Firefox

2009-04-01 Thread Jake Churchill
be width: ? Does onclick need the semicolon ; ? - Original Message - From: "Jake Churchill" To: "cf-talk" Sent: Wednesday, April 01, 2009 4:29 PM Subject: RE: Button to support both IE and Firefox > > Try swapping out "lightgreen" with the hex value of

RE: Button to support both IE and Firefox

2009-04-01 Thread Jake Churchill
Try swapping out "lightgreen" with the hex value of that color and add "px" after 150 and it'll probably work fine. -Original Message- From: Don L [mailto:do...@yahoo.com] Sent: Wednesday, April 01, 2009 11:16 AM To: cf-talk Subject: Button to support both IE and Firefox The following

Re: (ot) about Vista

2009-03-24 Thread Jake Churchill
Windows_NT I'm running Vista Home Premium Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 Azadi Saryev wrote: > 1 min of googling for 'vista "echo %OS%"' revealed: > > 1) that 'echo

  1   2   3   4   5   6   7   >