URL Stop and then Redirect

2007-04-20 Thread John Cox
Hi all, I am a little stuck on a little problem, and times like these are when there is an obvious solution from a non-interested party. I am writing a dirty import script to move thousands of items from one architecture to another. What I am doing is basically getting all the information from th

Re: URL Stop and then Redirect

2007-04-20 Thread John Cox
Duh, nevermind;) Meta redirect works exactly as I want. Sorry for the mail clutter. jc On 4/20/07, John Cox <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am a little stuck on a little problem, and times like these are when > there is an obvious solution from a non-in

Re: Money no Object - Best Online Editor for dealing with cut'n paste from Word

2006-10-12 Thread John Cox
TinyMCE: http://tinymce.moxiecode.com/ I believe it cleans word files, and supports safari as well. On 10/12/06, Jon Clausen <[EMAIL PROTECTED]> wrote: > > I'm a big fan of Asbru's Web Content Editor (http:// > editor.asbrusoft.com/page.php/id=702) . A big bonus is that it is > the only full-f

Re: Cf vs ?

2006-10-13 Thread John Cox
On 10/13/06, Neil Middleton <[EMAIL PROTECTED]> wrote: > > Quick Question, > > Why do people think that languages such as Python or Ruby as so much more > popular than CF when, in a web point of view, they acheive the same thing > in > the same way (i.e lightweight scripting). Cost? It's the re

Re: Cf vs ?

2006-10-13 Thread John Cox
On 10/13/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > > It's so irritating when people think that Coldfusion "costs" money. Unless > you're hosting your own server, the only cost is virtual hosting, which > you're going to have to pay no matter what. You also don't need a special > editor to code

Re: Cf vs ?

2006-10-13 Thread John Cox
On 10/13/06, Cutter (CFRelated) <[EMAIL PROTECTED]> wrote: > > John, > > I would agree with you, if it weren't for guys like NewAtlanta putting > out a free version of BlueDragon or the Railo project. Cost is not a > valid argument any more (NewAtlanta has offered a free edition of BD > since20

Re: table

2006-10-13 Thread John Cox
On 10/13/06, Richard White <[EMAIL PROTECTED]> wrote: > > Hi, i am wondering if any one can recommend me a control. > > I have a list of items to present to the user. It will have 2 columns: the > position of the item, and the name of the item. > > I would like the users to be able to move the item

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-04 Thread John Cox
On 11/1/06, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > Caveat: It's not a true float as you have to fix the width of the outer > table. But, if you can do that you can achieve the desired effect. Not > sure if this is easier than doing the same thing with a div or not. Another little cheat

Re: Site Monitoring

2006-11-07 Thread John Cox
http://mon.itor.us/ Does a pretty good job as well. Free, and will send sms / email. > > -Original Message- > From: Dave Francis [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 07, 2006 12:13 PM > To: CF-Talk > Subject: Site Monitoring > > Is there any software out there that can mo

Application Var Scope

2006-11-09 Thread John Cox
I realize this is a bit of a newb question, but I am trying to get my head around application variables. I come from a PHP background where I am used to setting configurations files, etc, which is similar to application vars, but not quite the same. Here's the problem I am trying to overcome. I

application.cfm question

2006-11-09 Thread John Cox
One more newb question while I am at it. Does CF load application.cfm and onrequestend.cfm the application.cfm from an included file directory? IE: include.cfm -> pulls /lib/foo/bar.cfm does /lib/foo/application.cfm also get loaded or does CF ignor that directory since in effect it is now inclu

Re: application.cfm question

2006-11-09 Thread John Cox
On 11/9/06, RichL <[EMAIL PROTECTED]> wrote: > > Coldfusion will look for an application.cfm at the current folder > level and carry on up the directory tree until it finds one. > > The first that it finds will override any further up the tree Thanks, I understand that part. What I don't unders

Re: application.cfm question

2006-11-09 Thread John Cox
Thanks Mike and Rich! On 11/9/06, Dawson, Michael <[EMAIL PROTECTED]> wrote: > > Application.cfm is called once per request. CFINCLUDE is not considered > to be a request. > > However, the easiest way to test it is to add a CFMAIL or CFLOG tag to > the application.cfm file and then try it on an i

Re: Application Var Scope

2006-11-09 Thread John Cox
On 11/9/06, RichL <[EMAIL PROTECTED]> wrote: > > John > > I am not too sure on the domain front but the application variables > will persist on a per server basis as far as I am aware, so depending > on the data you are putting in to the application scope there is the > potential for it to be diffe

How to strip a #

2006-11-12 Thread John Cox
I am trying to strip out a # (pound) from a string. I would have thought this would have worked: That didn't work, as it thought it was a var (missing an argument). I tried to escape it: But that didn't seem to work (i think it is looking for ## at that point). Any suggestions? ~~

Re: How to strip a #

2006-11-12 Thread John Cox
On 11/12/06, Snake <[EMAIL PROTECTED]> wrote: > > Try this > hmm, that doesn't work either, seems like it should though. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion in

Re: How to strip a #

2006-11-13 Thread John Cox
Sorry, Rick, haven't tried this yet, got distracted on a different problem. Will let you know! On 11/13/06, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > > > > > Thought I'd venture out of always asking questions to possibly try to > offer an answer to someone. > > I'm not sure what the final sol

Re: How to strip a #

2006-11-13 Thread John Cox
Thanks all for the help on this. I think I am looking at the problem just a bit wrong, because all the suggestions should work, but none are. I'm going to attack the problem from a different angle. Once again, thanks for the suggestions!

cflogin question

2006-11-30 Thread John Cox
I am using cflogin logic to control some access within my framework and is working just fine. However, I notice that the timeout logic can not be overridden without increasing the session timeout. That's unexpected behaivor, IMO, but I can work with it by increasing the session time. I've tried

Re: Tortoise SVN and Anti Virus Software

2006-12-08 Thread John Cox
On 12/8/06, Sandra Clark <[EMAIL PROTECTED]> wrote: > > > > Anyone know of a good anti-virus or 3 in one > (anti-virus/firewall/antispyware) which plays well with Tortoise and > uploading to remote servers? I don't have a problem with McAfee and SVN. I also don't have a problem with Avast with S

Re: OT: harvesting email addresses

2006-12-21 Thread John Cox
On 12/21/06, Jason Rogoz <[EMAIL PROTECTED]> wrote: > > Hi all > > I just wanted to follow up with my previous post regarding hiding email > addresses on form. Can email addresses be harvested off .cfm and .php > pages, or are the addresses invisible to the bots on server side scripts. My > client

Re: CSS / HTML Compliant issue

2006-12-21 Thread John Cox
On 12/21/06, Adkins, Randy <[EMAIL PROTECTED]> wrote: > > If you will look at this one page, I am having a problem with being > compliant with CSS and HTML and > achieving the desired behavior and look. > > http://test.mksweb.net/ Take your width and positioning out of your anchor elements: a.L

Re: CSS / HTML Compliant issue

2006-12-21 Thread John Cox
On 12/21/06, Adkins, Randy <[EMAIL PROTECTED]> wrote: > > Okay I did that, however the box (DIV) does not act as a link until you > mouse over the text itself. > My goal is to be able to mouse over the box or the text and click to > proceed to the link not just > the text. Then use a span inside

Re: ?

2006-12-21 Thread John Cox
On 12/21/06, Doug Brown <[EMAIL PROTECTED]> wrote: > > I am having some troubles with an if statement and cannot seem to get it > right. I have 2 text fields that hold the value of the price of items a user > is selling, a user can fill in either one of the fields or none at all. If > the user choo

Re: CFID and CFToken

2006-12-29 Thread John Cox
> > Does anyone know of a way to programmatically add the CFID and CFToken > > variables to every link within a rendered page (if needed)? Links, > > form actions, etc., via some regex or something. > > I believe URLSessionFormat is what you are looking for. http://livedocs.macromedia.com/coldf

Re: cfqueryparam DECREASES performance?

2007-01-02 Thread John Cox
On 1/2/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: > > Sometimes explicitly specifying the join hints can help if MSSQL is having > problems determining the best execution plan at runtime: > > http://blog.pengoworks.com/blogger/index.cfm?action=blog:567 > > I'd only recommend specifying join

Re: Using Eclipse/CFEclipse

2007-01-03 Thread John Cox
On 1/3/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > Damien... > > You're not helping me switch to Eclipse...you're just making me want to > stick with EditPlus!!! LOL I've worked with both, but I have to admit that I always come back to EditPlus. I guess I am just a little old school, since

Re: Easy one

2007-01-04 Thread John Cox
Should be the total number of positives / total number of reviews * 100 I would think, but perhaps my math skills are lacking as well. On 1/4/07, Doug Brown <[EMAIL PROTECTED]> wrote: > > My math skills seems to suck!! > > I have a table where I am holding feedback left for sellers. > > [feedbac

Re: OT: Best free support (ticket) system?

2007-01-11 Thread John Cox
On 1/11/07, Jonathan Block <[EMAIL PROTECTED]> wrote: > > Any suggestions on a free customer support ticket system? We use OTRS but > it's seems very out dated... but what it does it does pretty well. We have > several employees who use it to manage support tickets that were sent in > via > email f

Re: Page Not Loaded Warning?

2007-01-12 Thread John Cox
On 1/12/07, Teddy Payne <[EMAIL PROTECTED]> wrote: > > Are you talking of disabling the print feature of the browser? I do not > think you can achieve that. > > You can load your report into a pop-up and disable the tool bars and that > will hinder "most" of the average users. > > You may need to

Re: using a query from createobject

2007-01-14 Thread John Cox
On 1/14/07, Richard Cooper <[EMAIL PROTECTED]> wrote: > > Hi, > > > Declared in Application.cfc > > > > Calling the CFC: > Call myfunc, not getQ when you are calling the function. ~| Create robust enterprise, web RIAs. Upgra

Re: Icons?

2007-01-16 Thread John Cox
On 1/16/07, Coldfusion <[EMAIL PROTECTED]> wrote: > > Anyone know where I can find some icons for a Construction site? > Examples: hammer, trowel, etc > > I did a Google search for "construction tools" website icons > but did not really find much of anything that was useful. > > The icons will be u

Re: Interesting Firefox behavior

2007-08-29 Thread John Cox
On 8/29/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > "Is that valid? Surely it should look more like this" > > I don't know! Is there something that says there should only be a one to > one relationship with form controls and labels? In this example it is a > phone number, but we are providing

Re: two actions in one form

2007-09-13 Thread John Cox
On 9/13/07, Seamus Campbell <[EMAIL PROTECTED]> wrote: > > > > I have thought that the form should go to another cf page where I insert > the data into the database then submit the form details to the shopping > cart. You could do it like this, and just use a cfhttp to post it again in your exte

Re: Changing printer settings in CF

2007-09-24 Thread John Cox
On 9/24/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > Any suggestions? > > Realize that ColdFusion runs on the server and has little control over > what happens on a client machine. I remember seeing an Active X control > years ago that offered this kind of printer control from a web server - > i

Re: OT: Transaction Logs in SQL Server

2007-10-02 Thread John Cox
On 10/2/07, Rick Root <[EMAIL PROTECTED]> wrote: > > > > I can't get rid of it! I've tried doing a full backup, transaction > log backup, shrink database, shrink files, etc.. I'd like to run a > maintenance plan each morning to back up the database completely after > all the morning loads and stuf

Re: Getting auto generated id after insert in MSSQL

2007-01-17 Thread John Cox
On 1/17/07, Doug Bezona <[EMAIL PROTECTED]> wrote: > > scope_identity() is preferrable to @@identity. > > @@identity will return the latest ID generated by your statement, which > means if your insert kicks off a trigger, for example, and the trigger also > uses an ID value, you would get the ID fr

Re: valid email address?

2007-01-19 Thread John Cox
On 1/19/07, Jason Rogoz <[EMAIL PROTECTED]> wrote: > > Hello there > > I have an email script that is throwing an error. I took a look at the > email addresses since the script was running fine previously. I noticed an > email address in the following format [EMAIL PROTECTED] Can an email > addr

CF and Windows Vista

2007-02-01 Thread John Cox
Perhaps this question has been raised and I have missed it, so apologies in advance. Has anyone had success installing the developer version of CF on Windows Vista? For some reason, the installer didn't configure IIS / CF (no mime, etc). It's been a while since I installed on XP with IIS or Apac