Re: Shouldn't these statements work?

2011-10-05 Thread Lists
Not necessarily. It should be used when you want to make sure the value AND the object type both match. On Oct 5, 2011, at 2:36 PM, Rick Faircloth r...@whitestonemedia.com wrote: I'm not entirely sure about the === operator, but it's working. My understanding from what I've read is that

Re: Shouldn't these statements work?

2011-10-04 Thread Lists
The triple === in JavaScript at least is a strict comparison. It not only checks for truthiness, but that both sides are the same type. Have you tried simple eq or == On Oct 4, 2011, at 9:17 PM, Rick Faircloth r...@whitestonemedia.com wrote: if ( activeLinkID === 'search_properties'

Re: Shouldn't these statements work?

2011-10-04 Thread Lists
Try logging each variable and it's type using typeOf. That'll help you move int the right direction. On Oct 4, 2011, at 9:35 PM, Lists li...@commadelimited.com wrote: The triple === in JavaScript at least is a strict comparison. It not only checks for truthiness, but that both sides

Re: Code from cfhtmlhead showing up in jQuery AJAX JSON data

2011-09-24 Thread Lists
Good job Steve!! On Sep 24, 2011, at 8:18 AM, Rick Faircloth r...@whitestonemedia.com wrote: Duh... Steve, what you and Russ have pointed out makes perfect sense. My initial thought was to use onRequestStart, but for some reason decided to use onApplicationStart, which wouldn't work for

Re: Article on F'd Company mentions using CFML

2011-09-08 Thread Lists
According to stephen withington (Blue River) Apple actually uses Mura internally for content management. On Sep 8, 2011, at 4:20 PM, .jonah jonah@creori.com wrote: Pud just sold one of his companies - TinyLetter - to MailChimp: http://blog.mailchimp.com/mailchimp-acquires-tinyletter/

Re: Programming for an iPod - OT javascript/HTML question

2011-09-06 Thread Lists
So you have an example you can see online? Is it only mobile safari that breaks or does desktop safari as well? On Sep 6, 2011, at 1:25 PM, Stephens, Larry V steph...@indiana.edu wrote: I'm working on a form in CF that displays just fine on a desktop/laptop but the javascript breaks in

Re: API Question

2011-08-01 Thread Lists
Extend it if the data in main.cfc doesn't need to be manipulated in some unique way by the API call. On Aug 1, 2011, at 10:55 AM, Eric Cobb cft...@ecartech.com wrote: I'm creating an API (if you can call it that) for one of our applications. It's nothing big or fancy, actually just 1

Re: scoping

2011-05-18 Thread Lists
Local scope is only implied when using cf9 On May 18, 2011, at 11:51 AM, Eric Roberts ow...@threeravensconsulting.com wrote: We had a discussion at work as to whether or not we should scope local vars with the variables. scope since that is implied in a cfset. One camp says it is not

Re: scoping

2011-05-18 Thread Lists
The variables scope isn't local. It's global to CFC or to the page. On May 18, 2011, at 8:56 PM, Eric Roberts ow...@threeravensconsulting.com wrote: So is there any real benefit in using or not using variables. For local variables? -Original Message- From: Maureen

Re: Google Picasaweb API

2011-05-17 Thread Lists
I wrote a wrapper for picasa that you can use as the basis for your app. Http://Picasacfc.Riaforge.org On May 17, 2011, at 7:30 PM, Guru cfexp...@gmail.com wrote: One of my friend is a photographer and he need a shopping cart type application which he can sell his photo albums. He already

Re: RegEx Question

2011-05-17 Thread Lists
You could actually do this with jquery quite easily should you want to do it client side. $('a[href*=pdf]').click(function(){ window.open($(this).href); }) On May 17, 2011, at 5:35 PM, Duane Boudreau du...@sandybay.com wrote: Hi All, First time posting in a very long time. I'm

Re: Question about API wrapper design

2011-04-15 Thread Lists
I've done this quite a bit. Perhaps some of my code could give you ideas? Start with http://foursquarecfc.riaforge.org then check my other projects. On Apr 15, 2011, at 5:08 PM, Jeff Gladnick jeff.gladn...@gmail.com wrote: I'm one of the developers working on a CFML wrapper for the

Re: Parsing .css files with CF

2011-04-14 Thread Lists
One thing to consider with this approach is that you lose the browser caching benefits. Is writing a CSS file at variable change time an option? On Apr 14, 2011, at 11:21 AM, Rick Faircloth r...@whitestonemedia.com wrote: So just use: style.cfm - cfcontent type=text/css

Re: Upgrade Coldfusion from an upgrade?

2011-01-08 Thread Lists
Yea they do. On Jan 8, 2011, at 11:07 AM, Michael David presid...@planetarycorp.com wrote: Hi to all! Anyone know if licenses from MX7 upgrades qualify for CF9 upgrades? -- Cheers! Michael David ~| Order

Re: question for jquery experts here

2010-12-17 Thread Lists
Without seeing your code I'd wager that the problem is you're assigning too many event handlers with your selector. Rather than putting a class on every row of a table, put an I'd on the table and use this instead. $('#myTable tr') I'll bet that you'll get better performance. On Dec 17,

Re: Database query - match 1 or more zeros

2010-12-17 Thread Lists
Consider adding a caret to the start of the regex or you'll match multiple zeros anywhere in the cell. Would match 00 000 123000 12345670 On Dec 17, 2010, at 1:55 PM, Ian Skinner h...@ilsweb.com wrote: On 12/17/2010 11:41 AM, Michael Grant wrote: I think regex is the way to go for

ColdFusion Builder now available, includes Flash Builder

2010-03-22 Thread lists
for only $299. andy ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid

Re: Help with apache web server v2.2.14

2010-03-07 Thread lists
on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331426 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

RE: iframe cfscript getting parent form field values

2010-02-20 Thread lists
mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330991 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

RE: can't get encrypt to work.

2010-02-16 Thread lists
know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330810 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

RE: CF8 Advanced Status?

2010-01-31 Thread lists
searching for it (high and low!) but no dice. Hmm, maybe the Pentagon needs to hire Adobe to guard its papers. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

RE: jQuery loaded page and cfwddx

2010-01-24 Thread lists
On Sat, Jan 23, 2010 at 8:50 PM, lists li...@commadelimited.com wrote: Victor... What version of CF are you using? Can you share your code? That would be much simpler. I went ahead and threw together a quick example of how cfwddx and an ajax call should work. Both files should be placed

Re: jQuery loaded page and cfwddx

2010-01-23 Thread lists
but no alert... ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330076 Subscription

RE: jQuery loaded page and cfwddx

2010-01-23 Thread lists
that after I restarted the browser the jQuery event click on the button works. But I still can't access the toplevelvariable that was setup by the cfddx call when the page was loaded. Thanks Victor On Sat, Jan 23, 2010 at 6:27 PM, lists li...@commadelimited.com wrote: I assume you're using a get

RE: HOF site down for several days?

2010-01-09 Thread lists
archives. Thanks ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329545

RE: Converting an AJAX response to coldfusion object

2009-11-19 Thread lists
with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328564 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm

RE: Regex help with invalid HTML

2009-11-16 Thread lists
~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328450 Subscription: http

RE: Regex help with invalid HTML

2009-11-16 Thread lists
~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328451 Subscription: http://www.houseoffusion.com/groups/cf-talk

RE: Regex help with invalid HTML

2009-11-15 Thread lists
. TIA Mark ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328403 Subscription

RE: ISAPI Rewrite

2009-11-12 Thread lists
a really useful regex tester: http://gskinner.com/RegExr/ Dominic 2009/11/12 lists li...@commadelimited.com Why have a rule for each article when you could use the same rule for all of them? Try this out: RewriteRule (.*)/article.php?id=([0-9]+) $1/index.cfm?event

RE: CKEditor

2009-11-11 Thread lists
any documentation for Integration to Coldfusion. Terry Troxel ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com

RE: ISAPI Rewrite

2009-11-11 Thread lists
] RewriteRule /article.php(\?)?(id=11) /index.cfm?event=IndustryNewsDetailIndustryNewsID=25 [I,O,RP,L] ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive

RE: passing coldfusion variable to javascript

2009-11-07 Thread lists
~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328116 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http

RE: javascript and coldfusion

2009-10-20 Thread lists
, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

RE: Database-less queries

2009-10-03 Thread lists
know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326881 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

RE: CF jQuery - How to delay ajax completion until images are processed...

2009-09-22 Thread lists
the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326526 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists

Re: Displaying image from a byte array

2009-09-13 Thread lists
community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326254 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists

RE: Help with cgi server

2008-10-25 Thread lists
yes, you'd have to take this up with your hosting company. You can look around your hosting control panel, or just email their tech-support. - Rex -- i've created a table in my db that allows the header and footer to adjust depending on the

RE: Disable Image Button in IE

2008-04-15 Thread lists
What happens after the page submits and you hit the browser's back button, is your image still disabled or can u click on it again? -Original Message- From: morgan l [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 8:04 AM To: CF-Talk Subject: Re: Disable Image Button in IE

RE: XML Help

2007-12-28 Thread lists
Adrian, That worked, thank you. But, why can't I access the elements the way I had it? I have used that method many times before with no problems. Is there something wrong with the XML that was sent to us? Dave -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent:

RE: Eclipse/CFEclispe

2007-08-08 Thread lists
Is Aptana compatible with Eclipse 3.3 yet? -Original Message- From: Dan Vega [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 7:52 AM To: CF-Talk Subject: Re: Eclipse/CFEclispe You can also look at Aptana, I use that plugin and it has a lot of nice features.

RE: CFEclipse not compatible w/ Eclipse 3.3

2007-07-02 Thread lists
Mark, How would a case of Jack contribute? Dude, I saw your session at CFUnited and I would buy u 10 cases of Jack for all the time you have saved me with your great plug-in. I think I speak for a lot of other CF developers as well, hell of job and thank you. Cheers... Dave -Original

RE: How to escape the character # in a string

2007-06-05 Thread lists
That did the trickthanks for all the help guys. Dave -Original Message- From: Mik Muller [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 11:08 AM To: CF-Talk Subject: Re: How to escape the character # in a string newVar=Replace(var,chr(35), ,ALL); or

Re: cfform format=flash won't render

2006-10-24 Thread Dirk De Bock - Lists
start with upgrading to cf 702, that will solve the active-x warning - Original Message - From: [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 24, 2006 9:12 PM Subject: cfform format=flash won't render We recently installed CF 7. I created a simple

Get DNS servers programatically

2006-10-19 Thread lists
Hello, I'm looking for a way to obtain the DNS servers of a domain without having to do a whois and parsing the whois information. I have been able to get the IPs of www.domain.com but can't get ns1.hostingprovider.com and ns2.hostingprovider.com from domain.com if those are the NS records...

Re: Recommendations for a mail server...

2006-10-19 Thread Dirk De Bock - Lists
get iMSLite (free) http://www.coolfusion.com/Commerce/index.cfm?category=7 the relay server will allow you to get your mail off your box - Original Message - From: Russ [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, October 19, 2006 9:44 PM Subject: RE:

Re: Get DNS servers programatically

2006-10-19 Thread lists
@houseoffusion.com Sent: Thursday, October 19, 2006 7:51 PM Subject: Re: Get DNS servers programatically lists wrote: Hello, I'm looking for a way to obtain the DNS servers of a domain without having to do a whois and parsing the whois information. I have been able to get the IPs of www.domain.com

Re: Database of phone countrycodes?

2006-10-10 Thread Dirk De Bock - Lists
http://www.lincmad.com/countrycodes.html - Original Message - From: Mike Kear [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 10, 2006 1:45 PM Subject: Database of phone countrycodes? I'm sorry if this is a duplicate post, but I posted it about 20 hours

Re: CF IIS -- any way to treat .html files as .cfm?

2006-09-02 Thread Dirk De Bock - Lists
you also need to make changes in the coldfusion xml config file to get coldfusion to actually process the html files as if they were cfml files towards the end of the file you find at C:\CFusionMX\wwwroot\WEB-INF\web.xml , I added servlet-mapping id=macromedia_mapping_14

Re: CF IIS -- any way to treat .html files as .cfm?

2006-09-02 Thread Dirk De Bock - Lists
http://www.talkingtree.com/blog/index.cfm/2006/2/17/CF-Custom-File-Extensions - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, September 02, 2006 8:34 AM Subject: Re: CF IIS -- any way to treat .html files as

Re: CF Declaring SQL variables

2006-06-23 Thread Dirk De Bock - Lists
without testing: I think the into only takes the name of the (new) table If you need to change the column names you could try it like this: SELECT SiteAreaName as DeletedAreaName, Lft as DeletedLft , Rgt as DeletedRgt INTO DeletedArea FROM directoryLinks WHERE SiteAreaName =

Re: Only update DB if data has changed?

2006-05-26 Thread Dirk De Bock - Lists
one way would be to build a string of all elements of 1 field, get the hash of this string and include that as a hidden field, then you do the same for the posted info and compare both hash strings - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk

SERVER scope in CF Enterprise

2006-01-01 Thread lists
Hi, If you're running CF Enterprise with sandboxes, does the SERVER scope still apply to the entire server or dos each sandbox have its own SERVER scope? Cheers, Baz ~| Discover CFTicket - The leading ColdFusion Help Desk

Re: determine SQL Server Version via Ent Mngr

2005-12-20 Thread Dirk De Bock - Lists
SELECT SERVERPROPERTY('ProductVersion'); - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, December 20, 2005 8:26 PM Subject: OT: determine SQL Server Version via Ent Mngr Can anyone point me to a way that I can

Re: SQL Server 2005 and CF?

2005-11-27 Thread Dirk De Bock - Lists
I think the driver class name should be com.microsoft.sqlserver.jdbc.SQLServerDriver if you drop the jar in the cf lib dir you do not need to change the classpath - Original Message - From: Charlie Griefer [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Sunday, November

Re: query caching and cfcs

2004-08-27 Thread lists
that's what I figured...danke -- --- Douglas Knudsen http://www.cubicleman.com If you don't like something, change it. If you can't change it, change your attitude. Don't complain. - Maya Angelou [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFMX, multi instance, and logs

2004-08-24 Thread lists
Where oh where is the log destination set for CFMX?I have multi-instances of CFMX on a box and I can't get teh application, server, etc logs going.The original CFMX instance is working, bu the second is not.I set the destination on the second instance correctly in the CFADMIN tool

CFMX, multi instance, and logs

2004-08-23 Thread lists
Where oh where is the log destination set for CFMX?I have multi-instances of CFMX on a box and I can't get teh application, server, etc logs going.The original CFMX instance is working, bu the second is not.I set the destination on the second instance correctly in the CFADMIN tool

CFMX Java

2004-08-11 Thread fbx-lists
Okay, I am venturing into the world of Java again and am trying to figure out how to insatiate an instance of a class that is stored within a package. The .jar file in question is stored at C:\plumtree\ptedk\5.0\devkit\java\WEB- INF\lib.I have added this path to the class path in the CFMX admin

Re: CFMX Java

2004-08-11 Thread fbx-lists
Okay, I figured it out.Instead of putting the folder path to the jar file in the CFMX admin, I put the entire path including the edk.jar file in the CFMX admin.Then, using the following cfobject tag, I was able to create the class instance. cfobject action="" type=java

Re: cfmx - request timeout setting

2004-08-05 Thread lists
when the requesttimeout wall is hit, the user gets a message.Can't trap this one though, sucks.Note that when this occurs, the thread tied up in this request is not freed neccessarily. -- --- Douglas Knudsen http://www.cubicleman.com If you don't like something, change it. If you can't change

Re: cfmx - request timeout setting

2004-08-05 Thread lists
You can't kill it.In CF5 and earlier you could set a threashold for the number of these 'unresponsive' threads.When this was hit, CF restarted itself.In CFMX I do not see this anymore, well, you might see it in the CFMX Standalone version, but not the J2EE version. Better to find out why you have

Re: cfmx - request timeout setting

2004-08-05 Thread lists
This has been a sucky issue.If there are network issues or anything, CF can't tell when accessing the DB and has no graceful way of handling it.We use Oracle, if the TNS listner goes off line for like 5 minutes, the CF server basically chokes and dies.Maybe there is a Java approach to this by by

Re: remote restart cfmx service

2004-08-04 Thread lists
Running CFMX on JRun?You can use the JMC to bounce CFMX.I suppose many have the JRun Admin server off for security maybe.So, how does the JMC restart a server?Does it maybe use some sort of Java class that is exposed to CF? Also, could use ASP to exec a bat file, eh? -- --- Douglas Knudsen

Re: Image Manipulation - server side

2004-08-04 Thread lists
Qasim, me thinks the attachment got knicked by the list gods.You have it on the MM Exchange yet?Or maybe a link?I played with it for a few minutes, quite impressive! Thanks! -- --- Douglas Knudsen http://www.cubicleman.com If you don't like something, change it. If you can't change it, change

Re: remote restart cfmx service

2004-08-04 Thread lists
Tony Weeg wrote: does anyone have a quick and easy way to set something up that could kickstart a cfmx service if it were hung, etc? from? Install OpenSSH and use net stop/start from the command line (I presume this is what Dick means with VPN). Then run a SSH client rom your phone. Jochem

Re: remote restart cfmx service

2004-08-04 Thread lists
I guess you could run a cfexeute a bat file with NET STOP Macromedia ColdFusion Server or the relevant service under Jrun.. does that sound a bit suicidal tho? Coldfusion killing itself?? On Wed, 04 Aug 2004 22:22:33 +0200, Jochem van Dieten [EMAIL PROTECTED] wrote: Tony Weeg wrote: does

Re: Image Manipulation - server side

2004-08-03 Thread lists
Qasim, Looks real cool, your server is down now though.Did you use the Java JAI for this? -- --- Douglas Knudsen http://www.cubicleman.com If you don't like something, change it. If you can't change it, change your attitude. Don't complain. - Maya Angelou Here is the link to an image

RE: Monitor CFMX threads

2004-07-30 Thread lists
Well, I'm not getting any errors, using Pete's newer version with the try/catch block.But I get no info on each thread at all.I get the # of threads, but that's all.Any tweaks we can make to this?is this code depend on the JVM version or something? -- --- Douglas Knudsen

RE: Best Practice - Forms

2004-07-29 Thread fbx-lists
I have done it before storing the entire form contents into a session variable, but storing the record ID might be simpler.I will have to think about this one some more. Thanks for all of the feedback. -- Jeff Quoting Tangorre, Michael [EMAIL PROTECTED]: Right after your initial insert set a

Re: Best Practice - Forms

2004-07-28 Thread fbx-lists
The problem I have run into in the past is that a user will submit a form, then see the results (confirmation page) and need to make a change, hit the back button, and end up creating record #2 instead of updating the original record. So, in this case, how do you make the second pass on the

Re: duplicate emails and CFMX

2004-07-26 Thread lists
seems to be a little heard of/experienced issue though.Can't find anything of substance on Google at all. -- --- Douglas Knudsen http://www.cubicleman.com If you don't like something, change it. If you can't change it, change your attitude. Don't complain. - Maya Angelou

OO Coding Relational Databases

2004-07-22 Thread fbx-lists
One of the biggest issues I have getting fully into OO programming usings CFCs is my understanding of how data comes from a relational database, into an object and vice versa.Most of the CF resources I have found talk plenty about CFCs, but they completely ignore working with OO code and a

Re: Mailing List / Archive App

2004-07-07 Thread fbx-lists
Thanks Michael. ... grabbing the message before or after it is sent ... What is the difference here?It would seem like after would be much simpler.Is there a benefit otherwise? ... different mail browsers use different headers ... Is there anywhere that at least states what all of the

OT: App Skinning via XSL?

2004-03-02 Thread fbx-lists
This is a little off topic, but I am trying to figure out the best way to completely skin an application.Not just change a few colors via css, but be able to completely change the structure of the end display.What I have is a central application - i.e. code base, that I need to be able to

RE: App Skinning via XSL?

2004-03-02 Thread fbx-lists
Thanks Barney.This was my main concern - XSL on a little menu looked pretty easy, but for a full layout?I am just trying to find the best way to make the end product look like a completly custom app, but still have one central code base for upgrades, fixes, etc. Thanks -- Je ff Quoting Barney

Re: Yet another OT Mail Relay move question

2004-02-06 Thread Dirk De Bock - Lists
What pending mail? Incoming or outgoing? You should be able to run the two mailservers simultaneously if you make sure to use different ports. That way you can have the postoffice server available on nonstandard ports so that people can still retrieve their old mail. - Original Message -

Re: Looking for work around for an error

2004-01-26 Thread Dirk De Bock - Lists
I would set up an extra access database that has linked tables to the original database, use the one with the linked tables as your datasource. The other one will not be locked and you can muck with it as you wish. Performance in my experience is not impacted. - Original Message - From:

Re: Need help with Batch file

2004-01-08 Thread Dirk De Bock - Lists
I think you can issue the 'prompt' command before the mget, this enables or disables prompting for an mget download so something like username password cd Custom extracts\ ourfolder lcd \inetpub\wwwroot\project\files prompt mget p_mth_choice*.zip y quit good luck - Original Message -

Re: HTTP Response codes

2004-01-05 Thread Dirk De Bock - Lists
cfheader statuscode=606 would probably do what you want? - Original Message - From: Howie Hamlin To: CF-Talk Sent: Monday, January 05, 2004 5:57 PM Subject: HTTP Response codes Can ColdFusion be forced to send a particular HTTP response code?For an application that I have I need to

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread CF Lists
Bryan, I tried this on windows and just get -1 for height and width. (CF 6.1 Ent.) Any ideas? cffunction name=ImageSize returnType=struct access=public cfargument name=FileLoc type=string required=Yes cfset ImageInfo = StructNew() cfset ImageObject =

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread CF Lists
Massimo, Would you be able to share the older version for those of us stuck on 6.0? Greg From: Massimo, Tiziana e Federica [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: CFFUNCTION - Any thoughts?? Date: Mon, 1 Dec 2003 21:57:55 +0100 Did this CFC

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread CF Lists
Massimo, I found the version 1.2 on your site (Wish I could read italian, looks like a great site) and it doesn't seem to work on my 6.0/linux. Works on 6.1/Windows though. Any ideas? Greg From: Massimo, Tiziana e Federica [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL

ImageMagick/MagickTag

2003-11-26 Thread CF Lists
Has anyone used imagemagick or magicktag to write text on an image? This doesn't work. CF_MagickTag action=""> inputtype=file inputfile=/usr/var/www/html/greg/banner.gif outputType=file outputFile=/usr/var/www/html/greg/greg.gif debug=No timeout=5 CF_MagickAction action="" string=text 10,30

CFLogin

2003-11-25 Thread CF Lists
How about a show of hands of people using CFLogin? I've been trying to get my head around it for a few days now. I did a tutorial on EasyCFM and got MORE confused. Anyone like it? Anyone want to take a shot at explaining it? I'm still not sure what MM gave us. A container? We still have to

RE: CFLogin

2003-11-25 Thread CF Lists
I guess I was expecting more from cflogin. I thought it was going to do everything for you. You'd think there would be built-in security tables if there are built in functions to validate users. From: Raymond Camden [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: CFLogin

2003-11-25 Thread CF Lists
Okay, this is going to sound dumb to some of you but how can you do this WITHOUT using a DB? Greg From: Raymond Camden [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: CFLogin Date: Tue, 25 Nov 2003 08:56:06 -0600 There is always a fine line between

Re: If Image Exist...

2003-11-25 Thread Dirk De Bock - Lists
One way is to use your webserver functionality: asiign a default image to the 404 error for that particular directory, if the webserver is asked for a noexistant image it will serve up the default image. - Original Message - From: Bailey, Neal To: CF-Talk Sent: Wednesday, November 26,

ImageMagick

2003-11-21 Thread CF Lists
Can someone steer me in the right direction to lear to use ImageMagick? I've been using MagickTag to resize images without any trouble, but I want to do some more things with imagemagick like write text on images, and combine images. Documentation is slim that I can find. I've downloaded a

Re: ImageMagick

2003-11-21 Thread CF Lists
Oops, meant 5.9Meg. Anyways. I'm getting some of the commands to work like -border, but can't figure out the -draw command. Anyone have an example? From: Brook Davies [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: ImageMagick Date: Fri, 21 Nov 2003

SESConverter

2003-11-14 Thread CF Lists
I've been reading about the sesConverter at Fusium.com and wondered what other's experience was using it, preferrably with fusebox. I have a FB2 site a client wants better reporting/search engine ability on. After looking into the sesConverter I didn't understand the reason/value of having the

Re: Eolas patent suit

2003-10-27 Thread Dirk De Bock - Lists
On the other hand, it seems that automatically downloading images, and I guess by extension other 'rich' content is disabled by default in outlook 2003, which will be a major headeache for everyone sending out newsletters. - Original Message - From: Christian Cantrell To: CF-Talk Sent:

Re: DataDirect JDBC drivers (shipped with CFMX)..

2003-10-27 Thread Dirk De Bock - Lists
Yes, copy the jar files to the cfmx lib directory, that's the simplest (restart CFMX in order to load the drivers) Then, when setting up your datasource, use the type 'other' and use the values you find here: JDBC URL: jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=yourDatabaseName

Re: Add or Multiply as a Variable - Question Repharased

2003-10-23 Thread Dirk De Bock - Lists
You could maybe provide two fields in the database, one for multiply/divide (default to 1) and one for add/substract (default to 0), and just perform both operations, if the values are at default the result is unchanged - Original Message - From: Les Mizzell To: CF-Talk Sent: Thursday,

Re: SQL Assistance

2003-10-23 Thread Dirk De Bock - Lists
Join twice on the user table and differentiate by an alias select newsID, c.firstName creatorFirstName, c.lastName creatorLastName, u.firstName updaterFirstName, u.lastName updaterLastName from tbl_news n join tbl_user c on n.creatorID = c.userID join tbl_user u on n.updaterID = u.userID -

Re: Grouped cfoutput

2003-10-20 Thread Dirk De Bock - Lists
cfoutput query=yourqueryname group=phaseName br#phasename#br cfoutput - #milestoneName#br /cfoutput /cfoutput should be close enough - Original Message - From: Tangorre, Michael To: CF-Talk Sent: Monday, October 20, 2003 3:25 PM Subject: Grouped cfoutput I have a query whose result

Re: Multiply in Output Statement??

2003-09-19 Thread DDB Lists
What most likely would also work is to wrap it in a function like #int(myrecord.myvar * 100)# or else let your database do the calculation - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 19, 2003 5:05 AM Subject: RE:

Re: Query to List

2003-08-27 Thread DDB Lists
Did you check out valuelist(query.column) - Original Message - From: G-matcomkc [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 5:41 PM Subject: Query to List In the CF docs, I saw some code that converted a query result into a list.

Re: oracle datasource as OLEDB

2003-08-20 Thread DDB Lists
The Microsoft ODBC driver for Oracle seems to be the best companion for CF, so you might want to try that. - Original Message - From: Sheila Handler [EMAIL PROTECTED] Is it possible to define an Oracle database with OLEDB, or do I have to use ODBC? Can anyone give me some hints about

Re: Web Server Error 500 with Oracle 9i and ColdFusion MX

2003-07-29 Thread DDB Lists
could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

  1   2   >