OT ISAPI Rewrite

2007-03-31 Thread Pete
Hi there I have just downloaded ISAPI Rewrite but have to admit at present I am struggling with understanding how to get it working so I can rewrite urls. Wondering if anyone had used and had experience doing this. Thanks in advance. Pete

Returning a user's roles?

2007-03-30 Thread Pete Ruckelshaus
was hoping that there was a more elegant solution. Thanks, Pete ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid

RE: OT - PHP Question

2007-03-26 Thread Pete
This is probably dumb - but I keep getting the message PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in c:\Inetpub\wwwroot\personalphp\resultsbyname.php on line 20 I have attached both programs to this email. Regards Pete I'm guessing it must e

Re: New Features In Scorpio

2007-03-26 Thread Pete Ruckelshaus
Can anyone tell me (a yes/no answer would be fine) if Scorpio adds any IMAP functionality? Thanks Pete On 3/26/07, Ben Forta <[EMAIL PROTECTED]> wrote: > Not yet, but stay tuned ... > > --- Ben > > > -Original Message- > From: james carberry [mailto:[EMAI

RE: OT - PHP Question

2007-03-25 Thread Pete
27;] . "' "; Most servers or hosts like me turn of Register Globals. DOnt forget to use strip_tags() or other form of input sanitation Eric On 3/25/07, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > > Pete wrote: > > Hi All just wondering if anyone knows o

OT - PHP Question

2007-03-25 Thread Pete
Hi All just wondering if anyone knows of a similar PHP message board. I am trying to use PHP for the first time and keep getting an error and am not sure of how to get around the problem Basically I have got 2 PHP programs: One where I allow a user to select a name: "; echo "Please select a per

Displaying a quicktime movie from a CF-based website

2007-03-23 Thread Pete
Hi there I'm just wondering if anyone has displayed quicktime movies on a website. Can they advise whay is required to do so - I have tried a few options but as of yet with no success. Wondering if anyone might know what is required. Thanks in advance P ~

RFC: Open Source CF-based webmail client

2007-03-21 Thread Pete Ruckelshaus
eeded, but it wouldn't be anything extensive. If anyone has a sincere interest in participating in this project, please email me at pruckelshaus at gmaildotcom and I'll act as organizer until this thing achieves some level of critical mass. Pete ~

Re: Renaming a query column?

2007-03-21 Thread Pete Ruckelshaus
Yeah, I could certainly make changes to imap.cfc, but my real hope was to NOT do that so that when changes are made to imap.cfc by Rick or whomever else is working on it, I could just grab the updated cfc and run with it. Pete On 3/21/07, Adrian Lynch <[EMAIL PROTECTED]> wrote: > If

Renaming a query column?

2007-03-21 Thread Pete Ruckelshaus
dColumn()? It seems like there should be a simpler way to rename a column in a query result set. Thanks, Pete ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.ado

cf-talk@houseoffusion.com

2007-03-21 Thread Pete
Hi there I have a login page for an application and I am trying to find out what page a person goes to once they have successfully logged in. There is a line in the code: But I cant see anywhere in the code what page the user should go to. Does anyone have any ideas where I could look - how

Using queryname.columnlist

2007-03-19 Thread Pete Ruckelshaus
oolean" -- "STAMP" is a column name in the table, not the actual chunk of data, which is what I want. Thanks! Pete ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable

Create an Excel Spreadsheet

2007-03-17 Thread Pete
Hi there I have got a CF program which is working fine. I'd just like to try and improve the program. Basically it has been developed to export the results of a query to an excel spreadsheet (which it is doing). I'm just wondering if there is a way so as to create the first row in the

CFGRID & CFGRIDUPDATE - updating an array value before using CFGRIDUPDATE

2007-03-10 Thread Pete Ruckelshaus
ssume that this is because the changed data doesn't match what is in the __CFGRID__(FORMNAME)__(GRIDNAME) field. I'd appreciate any help! Thanks, Pete ~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Ado

RE: SQL - slightly OT

2007-03-10 Thread Pete
Hi thanks The code below: SELECT * FROM tbl_meddelregos m JOIN tbl_mdconfregoptions r ON (m.confregoptionid = r.confregoptionid) WHERE m.confregoptionid = 1 OR m.confregoptionid = 6 OR cocktailparty > 0 ORDER BY lastname Provided the correct output. Peter -Original Message- Fro

SQL - slightly OT

2007-03-10 Thread Pete
I have some SQL which I am trying to get working Basically here is what I have: select * from tbl_meddelregos m, tbl_mdconfregoptions r where m.confregoptionid = r.confregoptionid and m.confregoptionid = 1 or m.confregoptionid = 6 or cocktailparty > 0 order by lastname I keep on getting duplicat

MySQL 4.1 and CFQUERYPARAM

2007-03-09 Thread Pete Ruckelshaus
til I inserted variables that were not in CFQUERYPARAM tags. Is this indeed true that MySQL doesn't seem to like the cfqueryparam tag? If so, does the same hold true for MySQL 5? Thanks Pete ~| Deploy Web Applications Quickly

Re: Validating with hidden form fields - how to use my own formatting for error messages?

2007-03-08 Thread Pete Ruckelshaus
Thanks Ian, that helped. I found that using cferror doesn't allow me to use my normal site template, so since I'm using application.cfc, I used the onError method. This is what I did, and it allowed me to use my normal site template:

Validating with hidden form fields - how to use my own formatting for error messages?

2007-03-08 Thread Pete Ruckelshaus
I'm using CF's built-in form validation method that uses hidden form fields for validation (see http://livedocs.adobe.com/coldfusion/7/htmldocs/1385.htm#1154690) How do I apply my own formatting to those error messages? Tha

SQL for Access vs MySQL

2007-03-06 Thread Pete
Hi Hoping someone might be able to assist - its 4am and I have just been called by a client coz their system crashed. They have just moved from using an Access DB to MySQL. They have a piece of code: select * into visaudactvols from visualauditrecs The error says Undeclared variable: visaudact

totals not displaying

2007-03-05 Thread Pete
Hi there I have a simple query (shown below) and also some code to display the results. What I am hoping to display is some running totals for each site plus a grand total for all sites. Unfortunately I am not getting any totals displayed. Just wondering if anyone can suggest how I get to

checking for best approach

2007-03-01 Thread Pete
Hi there I have a form which I am using to allow a user to enter data into an application. Basically I have it that the user enters the data and then I display the results back to the user - so that they can confirm what they have entered is complete and accurate. The use will then p

RE: Saving the name of an attached file to the DB

2007-02-28 Thread Pete
ruary 2007 9:17 PM To: CF-Talk Subject: RE: Saving the name of an attached file to the DB After your cffile, do the follwoing to see what's available to use: Adrian -Original Message----- From: Pete [mailto:[EMAIL PROTECTED] Sent: 28 February 2007 10:02 To: CF-Talk Subje

Saving the name of an attached file to the DB

2007-02-28 Thread Pete
Hi there I a piece of code in my program : I want to save the name of the file that is uploaded into the database. Can I just use attachment_1 as the name ? Thanks in advance. P ~| Create robust enterprise, web RIAs. U

Need help - looping through dynamic variables

2007-02-20 Thread Pete Ruckelshaus
referenced as and the line number for the error is the first IF statement in the cfscript block. What am I doing wrong? Thanks. Pete ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 y

RE: Credit Cards - How to handle

2007-02-19 Thread Pete
Hi again The client I am working with has now come back and said they are happy to store only the last 4 numbers of a credit card in a database. They then need to somehow be sent the numbers before this so they can still process credit cards. Basically they are not wanting to process credit card

Credit Cards - How to handle

2007-02-19 Thread Pete
community - how best to handle receipt of credit card information. I look forward to receiving replies on ways to approach this issue. Regards Pete Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/co

Re: cfchart woes - vertical labels like 3.70333333

2007-02-11 Thread Pete Ruckelshaus
I had the same issue and ended up using a bit of an old fashioned method: http://www.beerology.com/ars/ It works. Pete On 2/9/07, Ryan Stille <[EMAIL PROTECTED]> wrote: > I am converting some charts from cf5 (cfgraph) to CFMX7 (cfchart). My > simple bar graphs that looked great in

Re: moving from CF 4.5 to 7.0

2007-02-06 Thread Pete Ruckelshaus
m CF5 to CF6.1 less than a week before a major release; it was a nightmare in that it did not allow us sufficient time to fully test the application. CFMX app server tuning is also a bit more of a black art than it was with 5 and below. Pete On 2/5/07, So Kenfused <[EMAIL PROTECTED]> wrote:

Re: OT: enabling Dual Core support

2007-02-04 Thread Pete Ruckelshaus
. For the 2nd option, I would recommend Ghosting your system beforehand, just in case. Knowing a bit more about your OS and hardware would be helpful. You can also find better info (and respondents who are far more knowledgeable than myself) at online forums such as the Ars Technica OpenForum, http://

Re: programmatically create an Access Datasource

2007-02-03 Thread Pete Ruckelshaus
ome way to "lock" the MDB file when it's being imported into. Pete ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.ne

RE: Query Question

2007-02-02 Thread Pete
2007 10:09 PM To: CF-Talk Subject: Re: Query Question Pete wrote: > > Select * > From > tbl_procedures p, >procedure_asset pa > Where ( >p.procedureid = pa.procedureid and > procedurecategoryid = #url.procedurecategoryid# > ) > &

Query Question

2007-02-02 Thread Pete
there does happen to be a matching record then I get the information from the procedure asset table. Thanks in advance for feedback. Regards Pete ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration &

OT - Flash Development

2007-01-24 Thread Pete
Hi All Sorry this is a bit off topic but I am but I have an urgent requirement that I somehow need to complete within the next 3 hours. I have been asked to complete a simple Flash Banner. Standard size 468 x 60 px. I need it within 3 hours. Its fairly simple and I expect it can probably be de

Re: Coldfusion RSS Aggregator

2007-01-23 Thread Pete Freitag
on numberous sites), and has built in caching. You can download a free trial to test it out... -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://spendfish.com/

RE: Problems with a query

2007-01-22 Thread Pete
fires in Sydney Australia the last 2 days. Regards -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 January 2007 7:43 AM To: CF-Talk Subject: Re: Problems with a query On 1/22/07, Pete <[EMAIL PROTECTED]> wrote: > > > AND tbl_pro

Problems with a query

2007-01-22 Thread Pete
Hi there I have a slight problem with a query (maybe its just the approach that I have taken) so would appreciate any thoughts/feedback). I have a development website that I am trying to finalise. The website can be viewed at: http://202.157.179.158/csandbdirectory The problem that I have rest

RE: Advanced Search

2007-01-18 Thread Pete
Oh just in case anyone is interested - here is a link to the development site: http://202.157.179.158/csandbdirectory Cheers -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Friday, 19 January 2007 1:03 PM To: CF-Talk Subject: Advanced Search Hi all I'm trying to f

Advanced Search

2007-01-18 Thread Pete
Hi all I'm trying to finish something and its just not working. Here is what I am trying to do Display to a user a list of states in a drop down menu where they can either select an individual state or they can select All States. If they select an individual state everything works fine. If the

SQL Query

2007-01-11 Thread Pete
anyone wants to see the results that I am getting at present here is the URL: http://202.157.179.158/csandbdirectory only the beauty & spas link is working at the time of sending this email. Thanks in advance.

Best Approach

2007-01-08 Thread Pete
to allow the input form to cater for the addition of photos for each listing. When a user is adding photos for a listing I would like them to search trough pictures so they can select photos to have displayed with their listing. Any ideas would be appreciated. Regards Pete

Re: CFcache how to clear browser cache

2007-01-05 Thread Pete Ruckelshaus
CFCACHE is server-side. There is nothing that can be done to explicitly clear the client browser cache via a web page. Try using something like this: which will force the browser to go to the server to get the page, rather than drawing from the browser cache. On 1/5/07, [EMAIL PROTECTED] <[E

[EMAIL PROTECTED] on generating .XLS from a dynamic query

2007-01-04 Thread Pete Ruckelshaus
I'm doing a very small, quick & dirty job. I need to be able to generate a .XLS or .CSV file from a query. Problem is, I don't know the column names, so all that needs to be generated dynamically. Further compounding the problem is that this needs to work in CF5! Anyways, here's what I have rig

Re: Hailing Ray Camden...

2007-01-04 Thread Pete Freitag
On 1/4/07, Scott Weikert <[EMAIL PROTECTED]> wrote: > Ray, if/when you see this, if you'd be so kind as to send me your > current keyword list, I'd appreciate it greatly! The list he uses for his blog is here: http://ray.camdenfamily.com/tbspam.cfm not sure if that is t

Re: "Richest" ColdFusion E-Commerce Site

2007-01-04 Thread Pete Freitag
ns? personal plugs are welcome. Probably not the best, or what your looking for but I'll offer SpendFish: http://spendfish.com/ that I built. I am hoping to revamp the UI in the next few months however. -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://pete

Re: Using a tag system like del.icio.us(sort of)

2007-01-04 Thread Pete Freitag
ated items, or building a tag cloud. It makes adding tags to an existing application really easy. Some of the queries can get tricky. -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog

GZip using Java/CF?

2007-01-03 Thread Pete Ruckelshaus
Anyone have a code example for taking an XML file and GZipping it? I want to dynamically generate Google sitemaps for my sites, and they need to be .gz files. I'd rather use CFSCRIPT and the createobject() function with Java, if possible. Thanks

Re: SQL Server - starting integer at 1000

2007-01-03 Thread Pete Freitag
Hi Will, Set the identity seed to 1000 in enterprise manager. -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://spendfish.com/ - Fish for Deals On 1/3/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I've decided to

Re: Simple source control

2006-12-27 Thread Pete Ruckelshaus
quite simple to use. Setup isn't quite like falling off a log, more like tripping over one. Once you get it installed on the server, get it set up as a Windows service using svnserve and you're good to go. If you need more detailed assistance, email me offline

Re: OT: SEO URLs

2006-12-20 Thread Pete Freitag
words should be as close to the domain name as possible. Don't use too many keywords. Don't repeat keywords Strip out common words like the, is, and, etc. to keep url short. Keep url looking as short and natural as possible, while still having a few keywords in there. Keywords

RE: Session Settings

2006-12-09 Thread Pete
OK Done here is a link http://202.157.179.158/lookyounger/cfmprgs.zip Thanks in advance P -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Saturday, 9 December 2006 10:13 PM To: CF-Talk Subject: Re: Session Settings Pete wrote: > I have an index.cfm wher

Session Settings

2006-12-09 Thread Pete
I have an index.cfm where I have a login box displayed for a member to login to the secure area of the website. So far in testing I have been able to login but when I go to display a personalized welcome message to the person its falling over. Basically I set session variables and was plan

RE: cfoutput group

2006-12-09 Thread Pete
Problem has been fixed. Thanks -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Saturday, 9 December 2006 8:29 PM To: CF-Talk Subject: cfoutput group Hi All I am outputting information OK but I would like to improve the way the information is presented to the user

cfoutput group

2006-12-09 Thread Pete
Hi All I am outputting information OK but I would like to improve the way the information is presented to the user. Hence I would like to group the output. Its sort of working but not the way I want it to and I cant seem to get the information exactly how I want it. Heres my code:

Re: Fun with CF CSS Files.

2006-12-06 Thread Pete Ruckelshaus
I've been doing that for 5 years. Very handy with co-branded web sites. Pete On 12/5/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > An Interesting Experiment: > > A_CSS_File.cfm > -- > > > > > /* CSS Content that will be processed through

Re: Robust, easily configurable shopping cart?

2006-12-01 Thread Pete Ruckelshaus
While cf_ezcart looks good, I'm not wild about the licensing terms. I have multiple sites that use my core site code, and I'd like to be able to modify the core code to integrate with my site and roll it out to whatever clients need a cart.

Robust, easily configurable shopping cart?

2006-12-01 Thread Pete Ruckelshaus
, but there are things about it that I would need to add or enhance (more flexible shipping options, ability to have >1 full-sized image for a product, etc.). Thanks Pete ~| Introducing the Fusion Authority Quarterly Update

Re: CFMX on Amazon EC2?

2006-11-30 Thread Pete Freitag
need a CF license for each machine you boot up... -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://spendfish.com/ - Fish for Deals On 11/30/06, Smith, Ed <[EMAIL PROTECTED]> wrote: > Has anybody tried to get CFMX runn

RE: conference registration app

2006-11-30 Thread Pete
directly using: http://202.157.179.158/bellamedia_conference I considered using a shopping cart system but found building the pages from scratch easier in this case. Any comments/feedback etc - please feel free to send them through. Regards Pete -Original Message- From: Jim Wright [mailto

Re: Enpterprise application?

2006-11-29 Thread Pete Ruckelshaus
ectly? Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Ar

Re: OT: iframe question

2006-11-28 Thread Pete Freitag
On 11/27/06, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > Why not just use AJAX to replace the content of a DIV on your site > with the search results? If the search results are coming from another server/domain then you have to create a request proxy because XmlHttpRequest doesn&#x

Re: OT: iframe question

2006-11-27 Thread Pete Ruckelshaus
Why not just use AJAX to replace the content of a DIV on your site with the search results? On 11/27/06, Jason Rogoz <[EMAIL PROTECTED]> wrote: > i'm working on a site that requires the use of a search page that is hosted > on another domain to be embedded within the new site. The plans are to u

Re: best display method

2006-11-27 Thread Pete Ruckelshaus
Is it online somewhere we can see it? Pete On 11/27/06, Richard White <[EMAIL PROTECTED]> wrote: > HI, i have developed my coldfusion site and displayed the page entirely with > tables and used the width and height in pixels to position the elements. I > have found this a v

RE: multiple selection drop down list

2006-11-25 Thread Pete
>Russ > >-Original Message----- >From: Pete [mailto:[EMAIL PROTECTED] >Sent: 25 November 2006 15:33 >To: CF-Talk >Subject: RE: multiple selection drop down list > >Hi there > > >Its almost there > > >If a user only selects one checkbox and hits submit then e

RE: multiple selection drop down list

2006-11-25 Thread Pete
staffID, practiceID ) SELECT , p.practiceid FROM tbl_practiceareas p WHERE p.practiceid IN () Michael >See my previous reply. > >Russ > >-Original Message- >From: Pete [mailto:[EMAIL PROTECTED] &

RE: multiple selection drop down list

2006-11-25 Thread Pete
down list Pete wrote: > > You have an error in your SQL syntax; check the manual that corresponds to > your MySQL server version for the right syntax to use near 'Law,2) INSERT > INTO tbl_staffpracareas(practiceid,staffid) VALUES(Planning L' at line 2 > I had assumed

RE: multiple selection drop down list

2006-11-25 Thread Pete
To: CF-Talk Subject: Re: multiple selection drop down list Pete wrote: > > "")>checked="checked" name="#qGetPracticeAreas.practicearea#" > type="checkbox" value='1'> > I would actually make the check boxes

RE: multiple selection drop down list

2006-11-24 Thread Pete
What have I got wrong. I can display everything correctly and can also change selections. All that's left is to update the database but its falling over. Here's what I have. First the section of code that displays/changes the selections. SELECT p.practiceid, p.practicearea

RE: multiple selection drop down list

2006-11-24 Thread Pete
Hi there I have now got part of this working. Basically I have got 3 tables in the database now: Tbl_staff, tbl_practiceareas and tbl_staffpracareas Tbl_staffpracareas is a link table to link staff to practice areas. I have got the following query: SELECT p.practiceid,

Re: Getting all CFCASE values from a file

2006-11-22 Thread Pete Ruckelshaus
;s my code: .*?',"\1", "all") /> (.*?)", "\1") /> .*?","") /> Thanks again for the help, Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-h

Re: Replace function

2006-11-17 Thread Pete Freitag
d a variable called cr, something like this: -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://spendfish.com/ - Fish for Deals ~| Introducing the Fusion Authori

CF Change Control/Change Request Systems

2006-11-17 Thread Pete
Hi All Just wondering if anyone has seen or may know of any small CF based change control/change request applications that may be available that may be able to be demod or available for purchase. Thanks in advance. Pete

Re: Convert UTF-8 to ISO-8859-1 under CF5

2006-11-17 Thread Pete Freitag
Hi Claude, You might be able to use java to do this... http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html#getBytes(java.lang.String) I haven't tested this but something like this may work: -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Prod

Re: cfeclipse toolbar

2006-11-17 Thread Pete Freitag
this. You can ofcourse close the side windows / views just by hitting the X, then to bring them back go to Window -> Show View -> Other -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://spendfi

Re: What does this error mean?

2006-11-15 Thread Pete Freitag
Check out the comments in my blog entry, I think there are a few different reasons you might get this error: http://www.petefreitag.com/item/163.cfm -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://spendfish.com/ - Fish for D

Re: Source control recommendation

2006-11-13 Thread Pete Ruckelshaus
Another vote for SVN. It's not that difficult to admin, but using a hosted provider might give you peace of mind for backups, etc. Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to

RE: Advanced Search

2006-11-12 Thread Pete
person can continue to retain the values which were selected. Thanks in advance Pete -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, 13 November 2006 2:22 AM To: CF-Talk Subject: RE: Advanced Search > My question is this - how to I retain the values t

Advanced Search

2006-11-12 Thread Pete
e values that were entered in the search form - so that a user can check that the records returned are correct according to the search criteria entered. Thanks in advance for feedback. Regards Pete ~| Int

Group-level security theory

2006-11-11 Thread Pete Ruckelshaus
this, and what approach did you take? Thanks, Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a

Re: and

2006-11-07 Thread Pete Ruckelshaus
Simple solution. Use CFSAVECONTENT to save your desired email body to a variable, then have the body of the email just be the variable, i.e.: #myVar# I pretty much do this as standard anymore, as it gives me more control over cfmail output. Pete

FW: Server setup

2006-11-01 Thread Pete
Hi all Just wanted to try and get some thoughts on what people thought was the most preferred setup. I have a new server that I am about to setup for hosting approx 20 different CF based websites. I have both CF MX and CF MX 7 which I can install on the server. I can have either Windows Server

Re: common funcs in custom tags / auto-execute on cfimport?

2006-10-31 Thread Pete Ruckelshaus
How about just putting the fuinction call inside of a cfif block in your main custom tag and check for the existence of the value in the request scope? Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard

Re: Constructing multi-user/multi-site applications...

2006-10-26 Thread Pete Ruckelshaus
no time, perhaps you could instead focus on what they CAN'T offer, like personalized service and that sort of thing. Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-

RE: Odd values appearing

2006-10-26 Thread Pete
- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 October 2006 9:30 PM To: CF-Talk Subject: Re: Odd values appearing Pete wrote: > Basically I don't know what these ContactFormGo.x and y values are or have come from. When you use a input type="image", the values

Odd values appearing

2006-10-26 Thread Pete
I have a quick question. I have developed an application that generally is working exactly as expected. Well almost - I pass a user from the web site to a payment processing application (the firm is using a system from securepay.com.au (DirectOne). I am passing the correct value which is

Re: SOT: Any way to get table names and datatypes via a query?

2006-10-22 Thread Pete Ruckelshaus
Nice, Steve, thanks! This will save me a lot of time. Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a

Re: SOT: Any way to get table names and datatypes via a query?

2006-10-21 Thread Pete Ruckelshaus
OK, since all I needed for what I'm planning is the table names, column names, datatypes, and column length (primarily for varchar fields), here's the query I came up with (based upon Hatton's work): SELECT SO.Name as TableName, SC.Name as ColumnName,

Re: SOT: Any way to get table names and datatypes via a query?

2006-10-21 Thread Pete Ruckelshaus
That's awesome Hatton, thanks. I'll look in BOL to see if I can figure a better way to find the datatypes, since only varchar and int IDENTITY seem to be set in your script. Thanks again, Pete ~| Introducing

SOT: Any way to get table names and datatypes via a query?

2006-10-21 Thread Pete Ruckelshaus
the insert statements correctly, I need to know whether to quote the values being inserted. Moreover, it just seemed like a fun project to work on :) Thanks, Pete ~| Introducing the Fusion Authority Quarterly Update. 80 pages of ha

Including a file

2006-10-20 Thread Pete
Hi All Just a really quick question - if I have a main program and I include another file should I have the head and body tags in the included program ? Thanks in advance for replies. P ~| Introducing the Fusion Authority Qua

CF & PayPal

2006-10-11 Thread Pete
Hi All I have a requirement to link a web site to PayPal to enable website visitors to purchase a product (if they want to purchase it online). I haven't linked to PayPal previously like this so am wondering what is the best to do. Option 1. There is only 1 product involved. A pers

RE: Quick! Gimme a hotel reservation system...

2006-10-02 Thread Pete
Hi there Here is a system - I'm sure you could arrange a demo if required http://www.reactivevision.com/ Hope this helps Regards Peter -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 October 2006 5:19 AM To: CF-Talk Subject: Quick! Gimme a hotel reserva

RE: Select drop down

2006-10-02 Thread Pete
load the images into a JS array and then give your select a size attribute from yourQuery.recordCount. Have JS stick the image in a when an images is selected. Hope this helps Doug - Original Message - From: "Pete" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: M

Select drop down

2006-10-02 Thread Pete
picture so a user can actually see the thumbnail when selecting the picture to use. Wondering if anyone has any idea of how this can be done. Regards & thanks in advance. Pete ~| Introducing the Fusion Authority Quarterly Up

Re: Two Databases on Two Servers Conundrum

2006-09-29 Thread Pete Ruckelshaus
server would have the appropriate SQL to insert/update/delete to that server; if the data is sensitive, use an SSL connection and do an IP check on the incoming request. I think there are a bunch of ways to skin this cat, you could also use web services. Pete On 9/29/06, Les Mizzell <[EMAIL PROTEC

Re: Handling "Marketing URLs"

2006-09-28 Thread Pete Ruckelshaus
Here's the 404 redirector code that I developed for a couple of my sites: attemptedURL = "http://"; & CGI.server_name & CGI.script_name; generatedURL = getToken(CGI.query_string, 2, ";"); if (len(trim(generatedURL)) EQ 0) { generatedURL = attemptedURL;

Re: good file/folder icons?

2006-09-28 Thread Pete Ruckelshaus
I like the Glyfx icons http://www.glyfx.com/ On 9/28/06, Che Vilnonis <[EMAIL PROTECTED]> wrote: > Try... http://www.famfamfam.com/lab/icons/silk/preview.php > > -Original Message- > From: Ray Champagne [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 28, 2006 12:28 PM > To: CF-Talk >

CF consulting/development shops in the Philadelphia area

2006-09-28 Thread Pete Ruckelshaus
shop with depth that we can count on. We are located in Center City Philadelphia and would be looking to develop a lasting relationship. Projects are primarily CFMX7 on Windows with SQL Server or MySQL as a back end. Email me if you fit the bill. Thanks,

Determining which field to display in a form

2006-09-23 Thread Pete
Hi all I am working on a form to display to a user. I have been asked to give a user an opportunity as to which field of two they are required to complete (they are to be given an opportunity to select which field they wish to fill in). i.e. Do you wish to display an image or text?

RE: MySQL Front

2006-09-19 Thread Pete
at I know of Toad for MySQL - not sure of a link for this one but you should be able to google it if required. Regards Pete -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 September 2006 10:33 PM To: CF-Talk Subject: RE: MySQL Fr

<    1   2   3   4   5   6   7   8   9   10   >