Re: CFWindow Refreshing the parent page

2009-02-03 Thread Andrew Scott
Can you please explain to me why you call it the parent page? From what I can tell the cfwindow is called from the page request called, if that is the case there is no such thing as a parent page!! Even though it looks like a window and behaves like a window, doesnt make it a child in the

Test - please ignore

2009-02-03 Thread Andy Matthews
I haven't gotten any emails from the list since the 26th. Supposedly the list is back up, but I still haven't gotten anything. andy ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

CF8 and Axis

2009-02-03 Thread John M Bliss
Hi! Does anyone know which version of Axis (used by CF to consume webservices) is shipped with CF8? -- John Bliss IT Professional LinkedIn: http://www.linkedin.com/in/jbliss ~| Adobe® ColdFusion® 8 software 8 is the most

Using FileExists function in a CFIF tag

2009-02-03 Thread Dave Long
I am attempting to prevent broken pictures on a page displaying details regarding real estate listings. Agents are allowed to upload as many as 12 pictures of a particular listing but frequently post less than twelve. When that happens, a broken picture emblem appears, and we want to eliminate

CFHTTP error 302 Moved Temporarily

2009-02-03 Thread Rebecca Wells
The application is using cfhttp to POST form data to an aspx function. The catch block returns 302 Moved Temporarily. I have Googled some things that make me suspect that IIS needs a header sent with the POST, but nothing I've tried seems to work. Here is the cfhttp tag: cfhttp

Calling GetPageContext() within a CFC

2009-02-03 Thread cf coder
Hello everybody, I have a cfm template which I refer to in the img src tag (img src=OutputImage.cfm border=1 /) . It outputs the image correctly and as I would expect it to. Here is the code: OutputImage.cfm cfscript Context = getPageContext(); Context.setFlushOutput(false);

Re: Using FileExists function in a CFIF tag

2009-02-03 Thread Ian Skinner
I am attempting to prevent broken pictures on a page displaying details regarding real estate listings. Agents are allowed to upload as many as 12 pictures of a particular listing but frequently post less than twelve. When that happens, a broken picture emblem appears, and we want to eliminate

Calling GetPageContext() within a CFC

2009-02-03 Thread cf coder
Hello everybody, I have a cfm template which I refer to in the img src tag (img src=OutputImage.cfm border=1 /) . It outputs the image correctly and as I would expect it to. Here is the code: OutputImage.cfm cfscript Context = getPageContext(); Context.setFlushOutput(false);

Something like cfwindow?

2009-02-03 Thread Don L
I have a site hosted with a CF7 installation, have no idea when or if they would upgrade to cf8 and I like the visual aspect of the cfwindow tag, does not have to have its functionality. Does anyone happen to know if there's something similar out there? Thanks. Don Chunshen Li

save cfpresentation

2009-02-03 Thread John Barrett
Hi, First sorry if this posted twice, I hit return my mistake. Does anybody know how to save a cfpresentation app? I would like to save the swf file(I assume it uses flex like cfform=flash), as I would like to share it with class tomorrow, as I don't think they will have an Internet connection,

Calling GetPageContext within a CFC

2009-02-03 Thread cf coder
Hello everybody, I have a cfm template which I refer to in the img src tag (img src=OutputImage.cfm border=1 /) . It outputs the image correctly and as I would expect it to. Here is the code: OutputImage.cfm cfscript Context = getPageContext(); Context.setFlushOutput(false);

Re: Using FileExists function in a CFIF tag

2009-02-03 Thread C S
cfset PhotoLocation = http://mls.northernweb.net/images/Photo; .. Any idea of what I am doing wrong? Is there a better way to test to see if a file exists in order to avoid broken pictures on the page? FileExists expects an absolute path, not a url ie cfset PhotoLocation =

Re: Using FileExists function in a CFIF tag

2009-02-03 Thread Francois Levesque
FileExists takes an absolute path as argument: http://www.cfquickdocs.com/cf8/#FileExists So you'd need to pass something like D:\wwwroot\images\photo\ Photo89255-2.jpeg. Francois Levesque http://blog.critical-web.com/ On Mon, Feb 2, 2009 at 1:24 PM, Dave Long d...@northgoods.com wrote: I

Re: Execute a CF scheduled task

2009-02-03 Thread Mark Mandel
or cfschedue action=run http://www.cfquickdocs.com/cf8/?getDoc=cfschedule Mark On Sat, Jan 31, 2009 at 2:06 PM, Adrian Lynch cont...@adrianlynch.co.uk wrote: cfinclude or call the page via cfhttp from within your admin section. Adrian -Original Message- From: Jim McAtee

Re: Using FileExists function in a CFIF tag

2009-02-03 Thread John M Bliss
Further, most often I used FileExists as follows: FileExists(ExpandPath(../images/myimage.jpg)) On Mon, Feb 2, 2009 at 3:50 PM, C S cfsearch...@yahoo.com wrote: cfset PhotoLocation = http://mls.northernweb.net/images/Photo; .. Any idea of what I am doing wrong? Is there a better way to

Re: CFHTTP error 302 Moved Temporarily

2009-02-03 Thread John M Bliss
Do you know for a fact that #variables.urlAddress# does not relocate you to another page? Can you go to #variables.urlAddress# in your browser? What happens when you do? Do you end up looking at another URL? 302 (or a similar number) is what happens when you use cflocation. On Mon, Feb 2,

Re: Connection pooling - why bother?

2009-02-03 Thread James Holmes
It certainly isn't for us. Connection pooling always gives us quicker queries; this is even more true now that we use dedicated servers, but it was true back when we used shared servers too (we're on Oracle). mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/

Re: Test - please ignore

2009-02-03 Thread Rebecca Wells
I tried to post a message with a new thread this morning but it still hasn't shown up on the list yet. I haven't gotten any emails from the list since the 26th. Supposedly the list is back up, but I still haven't gotten anything. andy

Coldfusion 8 Report Builder XHTML problem

2009-02-03 Thread Anthony Doherty
Hi im using cf8 report builder to generate a printed mailshot. the report is displayed in PDF so the users can save them. my problem is i have defined my main fields to display XHTML (true) but when i enter a £ / € symbol it will not display in XHTML it will only show the code. also if i

Site Navigation Restructure Advise...

2009-02-03 Thread Joel Polsky
Help.. Our site is a big plate of spaghetti and navigation. We are working towards redesign -- but in that process have decided that wee need to clean up and organize the site structure and navigation before moving to a new site development. (No, not planning a re-skin but a whole new site

Re: SMS donations?

2009-02-03 Thread Robbie Byrd
Al, There are other options. The only problem that you'll run into is the payment. My day is mostly spent using Coldfusion for texting campaigns like yours (but usually a bit more complex), so I can testify that it is easy to get a message from the service center and return it. The problem

Acces a record count in javascript

2009-02-03 Thread Jason Congerton
Hi I need to access a recordcount from within a javascript function, is this possible? script function checkBoxValidate(cb) { for (j = 0; j RECORD COUNT OF QUERY TO GO HERE; j++) { if (eval(document.addCust.ckbox[ + j + ].checked) == true) { document.addCust.ckbox[j].checked = false; if (j ==

Re: CF8 and Axis

2009-02-03 Thread John M Bliss
Thanks! On Mon, Feb 2, 2009 at 9:27 PM, C S cfsearch...@yahoo.com wrote: Hi! Does anyone know which version of Axis (used by CF to consume webservices) is shipped with CF8? Version 1.2.1 cfset axis = createObject(java, org.apache.axis.Version) cfoutput version #axis.getVersion()#br

Re: Using FileExists function in a CFIF tag

2009-02-03 Thread Yuliang Ruan
filexists is for checking file existence on the local filesystem. not for checking out on the web. are you hosting the images? if you are, you should be doing something to effect of: cfset PhotoLocation = c:\www\htdocs\images\ cfset PhotoLocation = PhotoLocation ViewField20 cfif

application scope and persistent CFC's

2009-02-03 Thread Kevin Lemke
I have an application that is using an application.cfc with the following code at its top: cfcomponent CFSET This.name = XR CFSET This.SESSIONMANAGEMENT = true CFSET This.CLIENTMANAGEMENT = true CFSET This.CLIENTSTORAGE = cookie CFSET This.LOGINSTORAGE = session CFSET This.APPLICATIONTIMEOUT =

Re: Using FileExists function in a CFIF tag

2009-02-03 Thread Ian Skinner
cfset PhotoLocation = http://mls.northernweb.net/images/Photo; That is not a file path, that is an URL. FileExists() needs a file path, something like c://inetpub/wwwroot/images/photo/. ~| Adobe® ColdFusion® 8 software 8 is

Deleted URL still show in search results

2009-02-03 Thread Steve LaBadie
I am having an issue with deleted URL's still showing in search results. The search engine has been refreshed and re-indexed. Any ideas on home to correct this problem? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999

Re: CFWindow Refreshing the parent page

2009-02-03 Thread David Mineer
Nando, Thanks for the reply. This got me going down the right path. As you mentioned I also seemed to be having an issue where the values were persisted after the page was refreshed causing them not to show up correclty on the main page. The solution for me was to use : cfajaxproxy bind=

RE: Connection pooling - why bother?

2009-02-03 Thread Jaime Metcher
Hey Cutter, in our environment we would be insane not to use connection pooling. ...unless it's actually faster to not use connection pooling. So is it? Jaime ~| Adobe® ColdFusion® 8 software 8 is the most important and

Using xmlValidate() to validate xhtml strict file.

2009-02-03 Thread Ian Skinner
How would one use xmlValidate() against the xhtml dtd? I'm trying this simple test. cffile file=/path/to/file/xhtml.cfm action=read variable=test cfset foobar=xmlValidate(test,'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd') cfdump var=#foobar# xhtml.cfm -- !DOCTYPE html PUBLIC

Re: Acces a record count in javascript

2009-02-03 Thread Francois Levesque
Hi Jason, If your javascript block is within cfoutput tags, you can just put #myquery.recordcount# in there. Francois Levesque http://blog.critical-web.com/ On Tue, Feb 3, 2009 at 5:47 AM, Jason Congerton ja...@jasoncongerton.co.ukwrote: Hi I need to access a recordcount from within a

Re: Acces a record count in javascript

2009-02-03 Thread John M Bliss
Sure: cfoutput script function checkBoxValidate(cb) { for (j = 0; j #query.recordcount#; j++) { if (eval(document.addCust.ckbox[ + j + ].checked) == true) { document.addCust.ckbox[j].checked = false; if (j == cb) { document.addCust.ckbox[j].checked = true; } } } } // End --

Re: Acces a record count in javascript

2009-02-03 Thread Patrick Santora
Jason, It's important to remember that Javascript is commonly rendered AFTER Coldfusion has compiled the page. This allows you to use Coldfusion to help render such content. Here is a basic request cycle to help show this: Client makes request - Server proccess request (Coldfusion) - Server

Re: application scope and persistent CFC's

2009-02-03 Thread Raymond Camden
You need to use the onApplicationStart method. It is run once per application startup. You can then remove the CFIF around the code. Also, you can combine the cfobject, cfset into one line: cfset application.xr = createObject(component, xr) On Mon, Feb 2, 2009 at 1:03 PM, Kevin Lemke

Re: save cfpresentation

2009-02-03 Thread Raymond Camden
Use the directory attribute of cfpresentation. On Tue, Feb 3, 2009 at 12:12 AM, John Barrett barrjo...@yahoo.com wrote: Hi, First sorry if this posted twice, I hit return my mistake. Does anybody know how to save a cfpresentation app? I would like to save the swf file(I assume it uses flex

Re: cfimage intermittent permissions problem??

2009-02-03 Thread Massimo Foti
So, every so often, they're getting an error: --- An exception occurred while trying to write the image. Ensure that the destination directory exists and that Coldfusion has permission to write to the given path or file. cause :

Re: Acces a record count in javascript

2009-02-03 Thread Jason Congerton
Hi Thanks to you all, I was just missing the cfoutput tags! Thanks!! Jason, It's important to remember that Javascript is commonly rendered AFTER Coldfusion has compiled the page. This allows you to use Coldfusion to help render such content. Here is a basic request cycle to help show this:

Re: SMS donations?

2009-02-03 Thread Al Musella, DPM
thanks, but I found the details.. there is one organization that is allowed to offer donations by texting by all of the cell phone carriers. it is the mobile giving foundation http://mobilegiving.org/ They have it set up so that they handle the money and receipts..but then contract out

Re: ColdFusion Installation error

2009-02-03 Thread Scott Stewart
Thanks Paul, This did it. Paul Kukiel wrote: Check out this post: http://dale.fraser.id.au/2008/05/coldfusion-8-vista-sp1-solution.html Paul. On 01/02/2009, at 10:48 AM, Scott Stewart wrote: This is the first time I've tried to install ColdFusion with Vista Ultimate Details:

Wrong label appearing with cfchart

2009-02-03 Thread Francois Levesque
Hi everyone, I seem to be having a little problem with cfchart and cfchartseries. Take this example: cfchart format=png chartwidth=900 chartheight=150 name=locals.graph showlegend=yes cfchartseries type=line serieslabel=label 1 cfchartdata item=item 1 value=10 / cfchartdata item=item 2

Re: Something like cfwindow?

2009-02-03 Thread Raymond Camden
All the CF8 stuff is based on existing, open source Ajax libraries. CFWindow is based on the ExtJS BasicDialog object. See the ExtJS web site for more info. On Mon, Feb 2, 2009 at 7:36 PM, Don L do...@yahoo.com wrote: I have a site hosted with a CF7 installation, have no idea when or if they

Re: Using FileExists function in a CFIF tag

2009-02-03 Thread C S
cfset PhotoLocation = http://mls.northernweb.net/images/Photo; IIRC, FileExists expects an absolute path, not a url. ie cfset PhotoPath = c:\ColdFusion8\wwwroot\yoursite\yourImage.jpg cfif FileExists(PhotoPath) found cfelse not found /cfif

Re: CF8 and Axis

2009-02-03 Thread C S
Hi! Does anyone know which version of Axis (used by CF to consume webservices) is shipped with CF8? Version 1.2.1 cfset axis = createObject(java, org.apache.axis.Version) cfoutput version #axis.getVersion()#br version text #axis.getVersionText()#br /cfoutput

Re: Using FileExists function in a CFIF tag

2009-02-03 Thread Dominic Watson
Another possibility is to use cfdirectory to get a query of all the image files available. Then loop that list: cfdirectory action=list directory=c:\your_directory\here pattern=filenamepattern*.jpg name=qry_images cfloop query=qry_images !--- ... etc --- /cfloop HTH Dominic

Re: application scope and persistent CFC's

2009-02-03 Thread Patrick Santora
Outside of the Ray has mentioned I would take a look at the following page Configuring and enabling application variables. http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/sharedVars6.htm#1185482 Just note that the component will be removed from the cache

Help with FB Installation...

2009-02-03 Thread Joel Polsky
Hi.. I'm new to FB and am trying to get it configured. I have my IIS pointing to the FBTestRoot Folder so it becomes the web root and have it bound to port 82. http://localhost:82/ FBTestRoot/ FBTestRoot/_Controller FBTestRoot/_Model FBTestRoot/_View FBTestRoot/FB5CORE

Re: Create a circle with text in it?

2009-02-03 Thread Barney Boisvert
You can use the image functions to do this, though for the lettering will probably be a pain (I think you'd have to use composite images). It'd be doable though. I'd expect any significant image package has support for laying text out like this, so that's undoubtedly a better bet. cheers,

Re: CFHTTP error 302 Moved Temporarily

2009-02-03 Thread Dave Watts
I hit send a bit too quickly. The application is using cfhttp to POST form data to an aspx function. The catch block returns 302 Moved Temporarily. I have Googled some things that make me suspect that IIS needs a header sent with the POST, but nothing I've tried seems to work. Here is the

Re: CFHTTP error 302 Moved Temporarily

2009-02-03 Thread Dave Watts
The application is using cfhttp to POST form data to an aspx function. The catch block returns 302 Moved Temporarily. I have Googled some things that make me suspect that IIS needs a header sent with the POST, but nothing I've tried seems to work. Here is the cfhttp tag: cfhttp

Reorder Records for Navigation help

2009-02-03 Thread Sin Tec
The code below changes the rank of the item when clicking the up of the down and reorders it. I am trying to use this for navigation where I will add subitems to the list. When the rank of the Main Item is change it will carry the subitems with it. Example - Main1 sub1a

RE: Help with FB Installation...

2009-02-03 Thread Mark Kruger
Joel, Getting this all to knit together and figuring out where everything is is perhaps the hardest thing about FB :) Check out this post - it might be of use. http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/specifing-

Re: Something like cfwindow?

2009-02-03 Thread Cutter (CFRelated)
Ray is right on the money, cfwindow is the BasicDialog object in Ext JS 1.1. In Ext 2.2 you would use the standard Window object. You may want to look at the ColdExt project (http://coldext.riaforge.org/) for a custom tag approach to implementing Ext JS within your CF7 environment. Steve

cfimage intermittent permissions problem??

2009-02-03 Thread Les Mizzell
I've got an application for a photo gallery that's using CFIMAGE to check the size of the original image input and if it's over the size the client has been instructed to use, resize it to the specifed size, plus create thumbnails. The app is working like a champ for me, but I've got a

Create a circle with text in it?

2009-02-03 Thread Phillip Vector
A client of mine wants to make 6 circles of different colors and at the top of each circle, have text curved around the edge. These circles would be inside one another. By any slim chance, does anyone know of anything like that codewise or at the very least, a CF way to draw a circle on the

Re: Reorder Records for Navigation help

2009-02-03 Thread Gerald Guido
It would probably be best to use recursion to accomplish this. Recursion made my head hurt (a lot) the first time I tried to get my head around it as well. The idea is to use a parent ID to link sub menu items to a parent menu item and then use a custom tag that calls itself if there are any

Re: Something like cfwindow?

2009-02-03 Thread Gerald Guido
+1 for ColdExt Justin did a great job with it. He even helped me with some stuff that ColdExt did not do out of the box. G! On Tue, Feb 3, 2009 at 12:38 PM, Cutter (CFRelated) cold.fus...@cutterscrossing.com wrote: Ray is right on the money, cfwindow is the BasicDialog object in Ext JS

Re: Connection pooling - why bother?

2009-02-03 Thread Cutter (CFRelated)
Not using connection pooling, in our environment, significantly slow down all process, and increases overhead to an order that eventually will bring a server to a complete non-responsive state. Basically, you end up tying up every available active thread request with long running DB requests,

Re: Connection pooling - why bother?

2009-02-03 Thread Jochem van Dieten
On Fri, Jan 30, 2009 at 10:12 AM, Jaime Metcher wrote: Just wondering if anyone has benchmarked CF's connection pooling. I'm getting results suggesting that turning on maintain connections does basically nothing for performance, and that using an alternative unpooled connection provider (in

Re: Using xmlValidate() to validate xhtml strict file.

2009-02-03 Thread Ian Skinner
Bump, incase this was overlooked in the up and down period of House Of Fusion the last couple of days. I'm really hoping to find out a simple way to determine of a piece of xml is also valid xhtml. Ian Ian Skinner wrote: How would one use xmlValidate() against the xhtml dtd? I'm trying

Re: Using xmlValidate() to validate xhtml strict file.

2009-02-03 Thread Ian Skinner
Bump, in case this was overlooked in the up and down period of House Of Fusion the last couple of days. I'm really hoping to find out a simple way to determine of a piece of xml is also valid xhtml. Ian Ian Skinner wrote: How would one use xmlValidate() against the xhtml dtd? I'm trying

OT Can the user who installed VICO at 172.22.1.150 contact me off list

2009-02-03 Thread Marius Milosav
Thank you Marius ~| 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:

Learning Fusebox 5.5 -- Seeking guidance / mentor

2009-02-03 Thread Joel Polsky
I've been searching around and there seems to be limited tutorials on FB 5.5 -- there's quite a bit on 4.x -- and the references in the 5.x say that the 4.0 tutorials and code samples for the most part also work with Fusebox 5 - which is scary as I don't know what will and won't work and how

Re: Since 172.22.1.150 is an RFC 1918 address (from the 172.16/12 range) you need to look on whichever intranet you found that address and not on a public mailinglist. If I start looking for 172.20.1.

2009-02-03 Thread Charlie Griefer
longest. subject. ever. :) On Tue, Feb 3, 2009 at 12:16 PM, Jochem van Dieten joch...@gmail.comwrote: Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Adobe® ColdFusion® 8 software 8 is the most important

RE: OT Can the user who installed VICO at 172.22.1.150 contact me off list

2009-02-03 Thread Marius Milosav
I now. But it's s user from this list that has installed our app on one of their servers and it's sending an email error notification to me every 5 minutes for the last few days. Marius -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: February 3, 2009 3:15 PM To:

Re: Learning Fusebox 5.5 -- Seeking guidance / mentor

2009-02-03 Thread Joel Polsky
IF they were local to me sure! I'd need online or in person (preferred) Thanks Joel, Try one of Teratech's Fusebox classes. I've taken a couple of them. Greg Luce Luce Consulting Services, Inc. www.luceconsulting.net (863) 273-0289

Re: Learning Fusebox 5.5 -- Seeking guidance / mentor

2009-02-03 Thread Greg Luce
Joel, Try one of Teratech's Fusebox classes. I've taken a couple of them. Greg Luce Luce Consulting Services, Inc. www.luceconsulting.net (863) 273-0289 On Tue, Feb 3, 2009 at 3:03 PM, Joel Polsky jsp2...@hotmail.com wrote: I've been searching around and there seems to be limited

Re: Learning Fusebox 5.5 -- Seeking guidance / mentor

2009-02-03 Thread John M Bliss
Assuming you're not opposed to books, www.protonarts.com (when the site's working :-( ) has two books you should purchase: Fusebox 5 FLiP: Master-Class ColdFusion Applications and How to Drive Fusebox 5.5 both by Jeff Peters (www.grokfusebox.com). Other Fusebox resources to bookmark and/or

Re: IE8 is caching dynamic cfm page?!

2009-02-03 Thread Peter Boughton
Happens with most versions of IE. Look for your Temporary Internet files setting (ToolsInternet Options) and set it to Every visit to the page... Also, investigate sending no-cache headers as well. ~| Adobe® ColdFusion® 8

PayPal French accents mishandled from CF pages

2009-02-03 Thread John Pullam
I have a strange problem that involves passing hidden fields that contain French accents to PayPal from a Coldfusion web page. When I pass a form variable like this with the French accents imbedded in the data: input type=hidden name=city value=St-Jérôme PayPal struggles with the value and

Re: IE8 is caching dynamic cfm page?!

2009-02-03 Thread Chris D
Also, investigate sending no-cache headers as well. 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

Re: javascript debugger for ie

2009-02-03 Thread Richard White
thanks for the recommendation... i have downloaded it and it tells me what line of code an error is on but it doesn't allow me to view that line of code, does it just alert you to the line or is there a way, like firebug, to get more details on the line and view the code etc... thanks (sorry

Re: javascript debugger for ie

2009-02-03 Thread Charlie Griefer
i haven't really used it much... but really nothing holds a candle to firebug. What about installing a user agent switcher add on for firefox? this way you can sort of be testing in IE, yet have firebug available? https://addons.mozilla.org/en-US/firefox/addon/59 On Tue, Feb 3, 2009 at 3:16

Re: javascript debugger for ie

2009-02-03 Thread Richard White
WOW... this is very powerful thanks Charlie, seems like a perfect answer :) i haven't really used it much... but really nothing holds a candle to firebug. What about installing a user agent switcher add on for firefox? this way you can sort of be testing in IE, yet have firebug available?

Re: javascript debugger for ie

2009-02-03 Thread Wil Genovese
Question: Have you tried using a javascript library that hides and handles the cross browser issues behind the scenes? JQuery is the hot one these days, but other like Prototype, YUI and others are available and usually have excellent documentation. These libraries can really take the headache

Re: javascript debugger for ie

2009-02-03 Thread Gerald Guido
He only thing I have seen is the IE debugger in Aptana pro ($99). I use the FOSS version of Aptana and absolutely love it. http://www.aptana.com/docs/index.php/Installing_the_IE_debugger G! On Tue, Feb 3, 2009 at 6:16 PM, Richard White rich...@j7is.co.uk wrote: thanks for the

Re: Something like cfwindow?

2009-02-03 Thread Don L
+1 for ColdExt Justin did a great job with it. He even helped me with some stuff that ColdExt did not do out of the box. G! On Tue, Feb 3, 2009 at 12:38 PM, Cutter (CFRelated) cold.fus...@cutterscrossing.com wrote: Great. Thanks, guys.

Re: javascript debugger for ie

2009-02-03 Thread Gerald Guido
http://www.debugbar.com/?langage=en Free for personal use. I find that debugging JS to be a very personal issue. This is very handy as well http://www.my-debugbar.com/wiki/IETester/HomePage On Tue, Feb 3, 2009 at 5:14 PM, Richard White rich...@j7is.co.uk wrote: hi, sorry for the non-cf

Since 172.22.1.150 is an RFC 1918 address (from the 172.16/12 range) you need to look on whichever intranet you found that address and not on a public mailinglist. If I start looking for 172.20.1.150

2009-02-03 Thread Jochem van Dieten
Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| 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:

javascript debugger for ie

2009-02-03 Thread Richard White
hi, sorry for the non-cf question but does anyone know a good opensource JS debugger for IE, that is similar to FireBug for FireFox, and is not the script debugger in IE (as i cannot get it to show on my browser) thanks richard

Re: Since 172.22.1.150 is an RFC 1918 address (from the 172.16/12 range) you need to look on whichever intranet you found that address and not on a public mailinglist. If I start looking for 172.20.1.

2009-02-03 Thread C. Hatton Humphrey
Wow, you managed to break google's grouping! Good job! On Tue, Feb 3, 2009 at 3:19 PM, Charlie Griefer charlie.grie...@gmail.com wrote: longest. subject. ever. :) On Tue, Feb 3, 2009 at 12:16 PM, Jochem van Dieten joch...@gmail.comwrote: Jochem -- Jochem van Dieten

Fusebox book?

2009-02-03 Thread Joe
I've been asked to start on a new project from the ground up and I'm interested in using FB55 for this project. I haven't been able to find any good tutorials on it and I've spent the last cpl of weeks trying to reverse engineer the Cat Club samples on the Fusebox site with limited success. Can

Re: javascript debugger for ie

2009-02-03 Thread Gerald Guido
Nice find Charlie. Thanx. I am in cross browser hell right now Someone please kill me. G! On Tue, Feb 3, 2009 at 6:25 PM, Charlie Griefer charlie.grie...@gmail.comwrote: i haven't really used it much... but really nothing holds a candle to firebug. What about installing a user agent

Re: OT Can the user who installed VICO at 172.22.1.150 contact me off list

2009-02-03 Thread Dave Watts
That's an internal IP address, not a public one. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your

Re: Since 172.22.1.150 is an RFC 1918 address (from the 172.16/12 range) you need to look on whichever intranet you found that address and not on a public mailinglist. If I start looking for 172.20.1.

2009-02-03 Thread Jochem van Dieten
On Tue, Feb 3, 2009 at 9:19 PM, Charlie Griefer wrote: longest. subject. ever. It is the new way of sending email where all the substance goes in the subject and the body is reserved for name and signature. If people ask their question that way I try to accomodate them and respond in kind.

Re: Fusebox book?

2009-02-03 Thread John M Bliss
SEE thread from earlier today for my 2 cents: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:58671#318786 On Tue, Feb 3, 2009 at 6:23 PM, Joe joe_ts...@hotmail.com wrote: I've been asked to start on a new project from the ground up and I'm interested in using FB55 for this

Re: javascript debugger for ie

2009-02-03 Thread Charlie Griefer
http://www.debugbar.com/ http://www.my-debugbar.com/wiki/CompanionJS/HomePage On Tue, Feb 3, 2009 at 2:14 PM, Richard White rich...@j7is.co.uk wrote: hi, sorry for the non-cf question but does anyone know a good opensource JS debugger for IE, that is similar to FireBug for FireFox, and is

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread Michael Dinowitz
Are you defining a base content-type for the page? meta http-equiv=Content-type content=text/html; charset=UTF-8 What about your doctype? On Tue, Feb 3, 2009 at 4:50 PM, John Pullam jpul...@mcleansystems.comwrote: I have a strange problem that involves passing hidden fields that contain

No SQL Update!

2009-02-03 Thread Rick Sanders
I've been trying to figure this one out. The query gets hit, but the database isn't being updated from the values in the form. The columns seem valid, and the table permissions are fine. I'm using SQL Server 2005. Here's the query: UPDATE dbo.Vehicles SET

Re: No SQL Update!

2009-02-03 Thread Dave Watts
I've been trying to figure this one out. The query gets hit, but the database isn't being updated from the values in the form. The columns seem valid, and the table permissions are fine. What does your debug output show? Are you setting the form variable used in the WHERE clause? Dave

Re: No SQL Update!

2009-02-03 Thread John M Bliss
Run: SELECT * FROM dbo.Vehicles WHERE (StockNo='#form.carid#') and see if that returns a row. On Tue, Feb 3, 2009 at 6:34 PM, Rick Sanders r...@webenergy.ca wrote: I've been trying to figure this one out. The query gets hit, but the database isn't being updated from the values in the form.

IE8 is caching dynamic cfm page?!

2009-02-03 Thread Chris D
Is anyone else running into this issue with Internet Explorer 8? I'm using a javascript to open a new browser window (.opener) which displays dynamic content based on the url query string, like: help.cfm?helpid=32 help.cfm is a simple page that queries a database and returns helpful notes.

RE: No SQL Update!

2009-02-03 Thread Rick Sanders
Here are the values being passed: UPDATE dbo.Vehicles SET StockNo='012',CarMake=31,CarModel='ION ',ModelTrim=' ',CarYear=2004,Category=1,Mileage='135,000 ',unit='km',VIN=' ',EngineSize='4cyl',Transmission='Automatic',Drivetrain='Front Wheel Drive',Price=4300.00,Warranty='Yes',Description=' 2004

RE: Connection pooling - why bother?

2009-02-03 Thread Jaime Metcher
@Cutter: thanks for the info - that's what I would have expected, so good to know. @Jochem: The config for the Spring provider looks like this: bean id=collegeDataSource class=org.springframework.jdbc.datasource.DriverManagerDataSource property

Re: javascript debugger for ie

2009-02-03 Thread Richard White
no i havent but will look into this, thanks i have been meaning to look into JQuery for some time and know that it will help us out if we do so this is the perfect excuse! thanks Question: Have you tried using a javascript library that hides and handles the cross browser issues behind the

RE: No SQL Update!

2009-02-03 Thread brad
What do you get when you run: SELECT * FROM dbo.Vehicles WHERE (StockNo='3') ~Brad Original Message Subject: RE: No SQL Update! From: Rick Sanders c...@webenergy.ca Date: Tue, February 03, 2009 6:46 pm To: cf-talk cf-talk@houseoffusion.com

Re: No SQL Update!

2009-02-03 Thread Charlie Griefer
StockNo is a char/varchar datatype? On Tue, Feb 3, 2009 at 4:55 PM, b...@bradwood.com wrote: What do you get when you run: SELECT * FROM dbo.Vehicles WHERE (StockNo='3') ~Brad Original Message Subject: RE: No SQL Update! From: Rick Sanders c...@webenergy.ca Date:

RE: No SQL Update!

2009-02-03 Thread Rick Sanders
Problem fixed! My dumb error! I was trying to update by vehicle ID using the stock number! Vehicle ID's and stock numbers are different, so no wonder why it didn't update. Time to step away from the puter. Thanks for listening! -Original Message- From: Charlie Griefer

Re: Fusebox book?

2009-02-03 Thread Greg Luce
24th of this month is a class Intro to Fusebox and next month is Intermediate Fusebox 5 http://teratech.com/go/training/class-schedule?trainingaction=detailTID=358 $400 class and a $300 plane ticket... I'm sure you'll make up that $700 in productivity in the next few months. Greg Luce Luce

Re: No SQL Update!

2009-02-03 Thread Charlie Griefer
yeah, that's one of those if i only had a dollar for every time... things :) On Tue, Feb 3, 2009 at 5:14 PM, Rick Sanders c...@webenergy.ca wrote: Problem fixed! My dumb error! I was trying to update by vehicle ID using the stock number! Vehicle ID's and stock numbers are different, so no

Re: Learning Fusebox 5.5 -- Seeking guidance / mentor

2009-02-03 Thread Adam Haskell
Fusebox 4 - 5 is almost always the same, just don't stray off the beaten path (like making your own lexicons or plugins) and you will be fine. Fusebox 5 was sort of like ColdFusion 5 - 6 Complete rewrite with a couple of tweak an addtions. The current version 5.5.x introduce some implicit

  1   2   >