sub.domains / dif domains & User Authentication - input please

2005-11-11 Thread millerj
Hello list, I have a hybrid flash and cf site that I need to authenticate users and forward them to a new sub domains or seperate domain based on user authentication. I'm having real trouble committing to the way I should authenticate... and was hoping to explain a bit in theory what I am attemp

Re: sot (ray's blackjack contest)

2005-11-11 Thread Tony
excellent idea chow lee tw On 11/11/05, Charlie Griefer <[EMAIL PROTECTED]> wrote: > i'm just finishing up the part where the dealer takes off her bra when > the player gets blackjack. > > ;) > > On 11/11/05, Tony <[EMAIL PROTECTED]> wrote: > > :) ok. im having a blast with this one, and cant wai

Re: sot (ray's blackjack contest)

2005-11-11 Thread Charlie Griefer
i'm just finishing up the part where the dealer takes off her bra when the player gets blackjack. ;) On 11/11/05, Tony <[EMAIL PROTECTED]> wrote: > :) ok. im having a blast with this one, and cant wait to get it done!! > > later. > tony > > On 11/11/05, Barney Boisvert <[EMAIL PROTECTED]> wrote:

Re: sot (ray's blackjack contest)

2005-11-11 Thread Tony
:) ok. im having a blast with this one, and cant wait to get it done!! later. tony On 11/11/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > That's part of the contest. I know Ray's looking at the application > design as whole, but UI stuff is a part of that. You'll get to see > everyone's next

Re: sot (ray's blackjack contest)

2005-11-11 Thread Barney Boisvert
That's part of the contest. I know Ray's looking at the application design as whole, but UI stuff is a part of that. You'll get to see everyone's next week, or at least as many as Ray can to post about in that timeframe. cheers, barneyb On 11/11/05, Tony <[EMAIL PROTECTED]> wrote: > not the wor

Re: sot (ray's blackjack contest)

2005-11-11 Thread Tony
not the work, but the interface/ui and flow of the game? thats all. y'aint seein my code HUMPH!! ;-) tw On 11/11/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > Surely the point of the contest is to do your own work, since Ray will > be sharing all the entries after the contest is over? > > c

Re: sot (ray's blackjack contest)

2005-11-11 Thread Barney Boisvert
Surely the point of the contest is to do your own work, since Ray will be sharing all the entries after the contest is over? cheers, barneyb On 11/11/05, Tony <[EMAIL PROTECTED]> wrote: > ---CF-COMMUNITY CROSS-POST--- > > so > > who is up tonight working on it? > > and who is planning on wrap

sot (ray's blackjack contest)

2005-11-11 Thread Tony
---CF-COMMUNITY CROSS-POST--- so who is up tonight working on it? and who is planning on wrapping up tomorrow night? anyone want to show progress so far? -- tony Tony Weeg tonyweeg [at] gmail [dot] com ~| Find out ho

cfstat

2005-11-11 Thread Snake
Anyone know how to manaually enable the CF performance monitoring in windows. For some reason it doesn't appear to have been installed, and cfstat is not anywhere on the server. Russ ~| Discover CFTicket - The leading ColdFu

Re: Best Practice - Omit ""The"" and other common words Text Input for Search and another question

2005-11-11 Thread Robert Munn
how about a full-text catalog? Is this MS SQL Server? Another option is to do the search in Verity and then merge the search results with a database query using the id from the verity collection. Slower than just SQL alone, but it will get you all the results. >Let's say I'm searching book ti

Re: cfqueryparam: cf_sql_time vs. cf_sql_timestamp - Pretty much Solved

2005-11-11 Thread Casey C Cook
"CF Ent and CF Std servers are probably using different drivers or versions of the drivers to talk to the Oracle server. If TIMESTAMP works in both then just use it in both." Enterprise (networked environment) is using coldfusion drivers, standard (standalone enviroment) is using oracle drivers

Re: OT: text editor that allow a tab

2005-11-11 Thread Cedric Villat
How about inserting some code behind the scenes yourself? For example, when they hit the tab key (you can use javascript to catch the tab key), insert the code and then afterwards replacing each span with the tab id with a real tab? I assume these people are submitting the form to make sur

Re: OT: text editor that allow a tab

2005-11-11 Thread Ryan Guill
Well im looking for an actual tab character. See im working on a tool im wanting to release to the community, its a query browser that lets you test out queries in a page. I developed it for a company I am consulting for and they have found it pretty useful. It basically just has textarea, and m

Re: OT: text editor that allow a tab

2005-11-11 Thread Matt Robertson
My copy of FCKEditor 1.6 does this by inserting blah blah blahhttp://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223996 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cf

Re: making a static snapshot of a site

2005-11-11 Thread Matt Robertson
http://www.httrack.com/ Menu-driven and dirt-simple. But CF hosts are a dime-a-dozen. Easily replaced, and a few really cheap ones are actually really good. I'm sure you know that but I thought I'd mention it. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com

RE: making a static snapshot of a site

2005-11-11 Thread Cornillon, Matthieu \(Consultant\)
Barney, Thanks! This looks perfect. Matthieu Barney Boisvert wrote: wget. Or any other web scraper/spider. We do exactly that for our sales guys when they're going somewhere and know they won't have an internet connection, so they can still have our website available. ~~

Re: Slowing down CFMAIL revisited

2005-11-11 Thread Matt Robertson
You don't need that cfflush in there unless you want to output something to the screen, right? You're going to eat that thread for the duration of your mail run. Thats the problem I have with all of the java sleep-based stuff, although its a heck of a lot better than throwing CF into a timed loop

Re: making a static snapshot of a site

2005-11-11 Thread Barney Boisvert
wget. Or any other web scraper/spider. We do exactly that for our sales guys when they're going somewhere and know they won't have an internet connection, so they can still have our website available. cheers, barneyb On 11/11/05, Cornillon, Matthieu (Consultant) <[EMAIL PROTECTED]> wrote: > Hel

RE: text editor that allow a tab

2005-11-11 Thread Joshua Cyr
KTML does this. It drives me mad though. TAB = blockquote. -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 3:42 PM To: CF-Talk Subject: OT: text editor that allow a tab Hey guys, sorry for the slightly off topic post, but does anyone know

making a static snapshot of a site

2005-11-11 Thread Cornillon, Matthieu \(Consultant\)
Hello, all. I am preparing for some hypothetical scenarios. Under one, my web host stops supporting ColdFusion, and I have to keep hosting my site there. Obviously, there is no way around the fact that some of the functionality cannot be preserved without serious work. However, I am looking at

Slowing down CFMAIL revisited

2005-11-11 Thread Les Mizzell
I've been looking through the list for the best way to do this, and after some study, combined a bunch of stuff and came up with one of my own: Let's way I want to pause 1/4 second for each 250 that gets sent: SEND SOME MAIL CODE HERE Anybody see any problems

OT: text editor that allow a tab

2005-11-11 Thread Ryan Guill
Hey guys, sorry for the slightly off topic post, but does anyone know if there is a texteditor out there to replace textareas that will allow you to hit tab while in them and actually indent the text? A simple javascript that would allow this would be fine, or a full editor like fckeditor (I dont

Re: Source control

2005-11-11 Thread Barney Boisvert
CFEclipse's selling point isn't that it's better than DW or HS. I don't think anyone (well, perhaps aside from a few zealots) will disagree when I say that DW and HS are both better CFML editors that CFEclipse. Markedly so. Ridiculously so. However, what makes CFE the tool of choice for myriad

Re: Source control

2005-11-11 Thread Robert Munn
Cameron Childress recently did a preso on SVN for the SDCFUG, you can get the Powerpoint here: http://www.sdcfug.org/downloads/CFSubversion.zip >are there any straight forward how-to's out there on getting started with >CVS/Subversion? I am looking at setting it up for a tree of developers that

Re: OT: Ruby on Rails

2005-11-11 Thread Marlon Moyer
Correct, I don't plan on abandoning CF anytime soon. I just figure RoR is one more tool in my toolset. It's also opened my eyes to different ways of doing things. I'd become so comfortable with CF, I just always did things pretty much the same way. At least now I consider different ways :)

Re: OT: Ruby on Rails

2005-11-11 Thread Barney Boisvert
I was considering using CF to serve the thumbnail a feature - they're access controlled. ; ) I suppose the automated writing of the DB-stored image to disk is a useful feature, but c'mon, it's one line of code in CF (a CFFILE tag). But it really doesn't matter. Both are good, both are bad, and u

RE: CSS

2005-11-11 Thread Sandy Clark
The newest version is much faster Adam Also in your stylesheets if you preface all #id's with the tag it helps speed up as well. I think Dean has a list somewhere on his pages of tips and tricks to speed it up. -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Friday

Re: cfinclude problem

2005-11-11 Thread Sean Corfield
On 11/11/05, Dave Watts <[EMAIL PROTECTED]> wrote: > > If 'recent releases do not define / as a mapping in the > > admin', then what do they define the / as?? > > They simply don't define it at all. If you use a path that begins with a > slash within a CFINCLUDE or CFMODULE tag, CF will then searc

Best Practice - Omit "The" and other common words Text Input for Search and another question

2005-11-11 Thread Les Mizzell
Let's say I'm searching book titles in a database. I want to find "The Red Tent". However, in the database, it's listed as "Red Tent, The". So: search books where Title like '%#formtitle#%' So, the following will find it: "Red Tent" "Red" "Tent" The exact title "The Red Tent" won't. 1. What's

RE: cfinclude problem

2005-11-11 Thread Dave Watts
> If 'recent releases do not define / as a mapping in the > admin', then what do they define the / as?? They simply don't define it at all. If you use a path that begins with a slash within a CFINCLUDE or CFMODULE tag, CF will then search the list of directories that are mapped, and if your path

Re: Need SQL Expert Help!

2005-11-11 Thread jonese
thanks all! erj On 11/11/05, Caroline Wise <[EMAIL PROTECTED]> wrote: > Oops, I think you wanted it the other way around... > select * > from [tablename] > where filename not like CAST(uploadID AS VARCHAR(50)) + '.%' > > > On 11/11/05, Caroline Wise <[EMAIL PROTECTED]> wrote: > > > > How about

RE: cfinclude problem

2005-11-11 Thread Kerry
If you cant use relative incs, what you could do in a shared environment is put all your include files in a namespace that no one else should be using... havent actually had to do it myself but I would guess something along the lines of: /com_mydomain/myappname/includes /com_mydomain/myappname/com

Re: Need SQL Expert Help!

2005-11-11 Thread Greg Morphis
select * from foo where fooid != substr(file, 1, position('.' in file) - 1); That works for postgres, if using Oracle use the instr() function instead of the position() function. On 11/11/05, Greg Morphis <[EMAIL PROTECTED]> wrote: > is it always .doc or . followed by a 3 digit extension? > sele

Re: Need SQL Expert Help!

2005-11-11 Thread Caroline Wise
Oops, I think you wanted it the other way around... select * from [tablename] where filename not like CAST(uploadID AS VARCHAR(50)) + '.%' On 11/11/05, Caroline Wise <[EMAIL PROTECTED]> wrote: > > How about > select * > from [tablename] > where filename like CAST(uploadID AS VARCHAR(50)) + '.

RE: cfinclude problem

2005-11-11 Thread Bobby Hartsfield
That is true but maybe a little misleading. You can use / in an href or src attribute just fine in a .cfm file but it IS IIS that is finding that file for you in the end. You just can't use this method in a cfinclude. (apparently it works fine in 'newer versions' but I don’t know how much 'newer'

Re: Need SQL Expert Help!

2005-11-11 Thread Caroline Wise
How about select * from [tablename] where filename like CAST(uploadID AS VARCHAR(50)) + '.%' HTH Caroline Wise On 11/11/05, jonese <[EMAIL PROTECTED]> wrote: > > we have an upload system that stores an uploadid and then the filename > of the file uploaded. > > the uploadid is just an int (10052

Re: Need SQL Expert Help!

2005-11-11 Thread Greg Morphis
is it always .doc or . followed by a 3 digit extension? select * from foo where fooid != substr(file, 1, length(file) - 4) That works if so... On 11/11/05, jonese <[EMAIL PROTECTED]> wrote: > we have an upload system that stores an uploadid and then the filename > of the file uploaded. > > the upl

RE: cfinclude problem

2005-11-11 Thread Dave Watts
> I just checked my local 6.1 and 6.1.1 installs and those do not > have a / mapping (they have a /CFIDE mapping). The 6.1.1 install > is clean but the 6.1 install has been used quite a bit so it's > possible it originally had the / mapping and I deleted it. I no > longer have a 6.0 install loc

Re: cfqueryparam: cf_sql_time vs. cf_sql_timestamp

2005-11-11 Thread Aaron Rouse
CF Ent and CF Std servers are probably using different drivers or versions of the drivers to talk to the Oracle server. If TIMESTAMP works in both then just use it in both. On 11/11/05, Casey C Cook <[EMAIL PROTECTED]> wrote: > > "CF_SQL_TIME is for temporal data (times), CF_SQL_DATE is for dates,

Re: Need SQL Expert Help!

2005-11-11 Thread Deanna Schneider
You could do it like this in Oracle. I'd imagine you could swap functions for sql server: SELECT id, CASE WHEN idcolumn != TO_NUMBER(SUBSTR(filecolumn, 1,INSTR(filecolumn, '.')-1)) THEN 'bad record' ELSE 'good record' END as result FROM yourtable On 11/11/05, jonese <[EMAIL PROTECTED]> wrote: >

Re: Dynamic connection for dbase in CFMX7

2005-11-11 Thread Claude Schneegans
>>IN C:\web\translator\upload\test dBASE IV; It's never a good idea to use spaces in directory names. Try using test_dBASE_IV instead. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to th

Re: cfinclude problem

2005-11-11 Thread Sean Corfield
On 11/11/05, Charlie Griefer <[EMAIL PROTECTED]> wrote: > wow. i had no idea that had changed. just out of curiousity...when > you say 'recent versions'... MX? MX 7? I just checked my local 6.1 and 6.1.1 installs and those do not have a / mapping (they have a /CFIDE mapping). The 6.1.1 install

Re: cfinclude problem

2005-11-11 Thread daniel kessler
> ah, you are on a shared host? Chances are, someone else has a > mapping of /common already set up. The mapping would take priority over the > absolute mapping, so cf is looking for a file in that /common mapping, > > not your /common directory. rename your common folder to something > like /

Need SQL Expert Help!

2005-11-11 Thread jonese
we have an upload system that stores an uploadid and then the filename of the file uploaded. the uploadid is just an int (100524) and filename is the uploadID plus the extention (100524.doc) I need a SQL script which will select those records where the uploadid doesn't equal the filename without

RE: cfinclude problem

2005-11-11 Thread Snake
It also buggers up CFC's -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: 11 November 2005 16:38 To: CF-Talk Subject: Re: cfinclude problem On 11/11/05, Charlie Griefer <[EMAIL PROTECTED]> wrote: > "/" is (and has always been) a built-in CF mapping (defined in the

Re: cfinclude problem

2005-11-11 Thread Charlie Griefer
wow. i had no idea that had changed. just out of curiousity...when you say 'recent versions'... MX? MX 7? (and i agree that Ryan probably hit it right on the head with the identically named mapping in the shared hosting environment...but still curious about the above) :) On 11/11/05, Sean Corf

Re: cfinclude problem

2005-11-11 Thread Charlie Hanlon
Sean If 'recent releases do not define / as a mapping in the admin', then what do they define the / as?? thanks Charlie Hanlon Web Apps Developer Food Service Enablers, Inc. www.fsenablers.com The People. The Platform. The Products. Make the Difference - Original Message - From:

Re: cfinclude problem

2005-11-11 Thread Sean Corfield
On 11/11/05, Charlie Griefer <[EMAIL PROTECTED]> wrote: > "/" is (and has always been) a built-in CF mapping (defined in the CF > Admin) that goes to the root of the site. It may have been in the past but recent releases do not define / as a mapping in the admin and, in fact, having that mapping c

Re: cfqueryparam: cf_sql_time vs. cf_sql_timestamp

2005-11-11 Thread Casey C Cook
"CF_SQL_TIME is for temporal data (times), CF_SQL_DATE is for dates, and CF_SQL_TIMESTAMP is for timestamps (datetimes). cheers, barneyb" Thanks for the reply, Im just at a loss as to why CF_SQL_TIME can be used in one environment and it passes in the date/time correctly but in another environ

Re: cfinclude problem

2005-11-11 Thread Ryan Guill
ah, you are on a shared host? Chances are, someone else has a mapping of /common already set up. The mapping would take priority over the absolute mapping, so cf is looking for a file in that /common mapping, not your /common directory. rename your common folder to something like /commonFoo and

Re: cftry/cfcatch - what the heck?

2005-11-11 Thread Sean Corfield
On 11/11/05, John Beynon <[EMAIL PROTECTED]> wrote: > ok, here's a chunk of code; > > Prices: > £#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.minprice)# > - > £#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.maxprice)# > > > If the data is not prese

Re: cfinclude problem

2005-11-11 Thread Ryan Guill
I dont think my message went through, so just in case: ah, you are on a shared host? Chances are, someone else has a mapping of /common already set up. The mapping would take priority over the absolute mapping, so cf is looking for a file in that /common mapping, not your /common directory. ren

Re: cfinclude problem

2005-11-11 Thread Charlie Hanlon
Based on your statement that the included files where are included, while the are not included...possibly indicates that a mapping has been made for the 'includes' folder, but not the 'common' folder. Is there any way to find out from the host if there are any such mappings Charlie

Re: cfinclude problem

2005-11-11 Thread Ryan Guill
On 11/11/05, Justin D. Scott <[EMAIL PROTECTED]> wrote: > > "/" is (and has always been) a built-in CF mapping > > (defined in the CF Admin) that goes to the root of > > the site. > > ColdFusion has no concept of your "site" like IIS does. If my root folder > is c:\http\mysite and I try to include

RE: cfinclude problem

2005-11-11 Thread Justin D. Scott
Or it could be so long since I've tried to do this (include a non-relative path) that it could have changed the way it handles includes since 4.0. -Justin Scott > -Original Message- > From: Justin D. Scott [mailto:[EMAIL PROTECTED] > Sent: Friday, November 11, 2005 11:07 AM > To: CF-

Re: cfinclude problem

2005-11-11 Thread Ryan Guill
Do you have a /common mapping in your cf admin? On 11/11/05, daniel kessler <[EMAIL PROTECTED]> wrote: > can't believe I didn't try that but yep. > > >can you browser to *yoursite*/common/return_url_set.cfm ? > > > > > >On 11/11/05, daniel kessler <[EMAIL PROTECTED]> wrote: > >> > >

Re: cfinclude problem

2005-11-11 Thread daniel kessler
I didn't do any special mapping in cfAdmin because it's shared hosting and I have no access to any admin tools. >"/" is (and has always been) a built-in CF mapping (defined in the CF >Admin) that goes to the root of the site. So if this is the case then why wouldn't it work? Sounds like you're

RE: cfinclude problem

2005-11-11 Thread Justin D. Scott
> "/" is (and has always been) a built-in CF mapping > (defined in the CF Admin) that goes to the root of > the site. ColdFusion has no concept of your "site" like IIS does. If my root folder is c:\http\mysite and I try to include "/folder/file.cfm" ColdFusion wouldn't know where to begin looking

Re: cfinclude problem

2005-11-11 Thread daniel kessler
can't believe I didn't try that but yep. >can you browser to *yoursite*/common/return_url_set.cfm ? > > >On 11/11/05, daniel kessler <[EMAIL PROTECTED]> wrote: >> ~| Logware (www.logware.us): a new and convenient web-based time t

Re: cfinclude problem

2005-11-11 Thread Charlie Griefer
"/" is (and has always been) a built-in CF mapping (defined in the CF Admin) that goes to the root of the site. On 11/11/05, Dawson, Michael <[EMAIL PROTECTED]> wrote: > It's always absolute when you start the path with a "/". > > As far as I know, CF has always been like that. > > M!ke > > -O

RE: cfinclude problem

2005-11-11 Thread Dawson, Michael
It's always absolute when you start the path with a "/". As far as I know, CF has always been like that. M!ke -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 9:43 AM To: CF-Talk Subject: RE: cfinclude problem Since when did cfinclude work

RE: cfinclude problem

2005-11-11 Thread Bobby Hartsfield
Are those both CF mappings? /includes /common Because that’s what CF thinks they are when they start with "/" ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 9:38 AM

Re: cfinclude problem

2005-11-11 Thread Ryan Guill
can you browser to *yoursite*/common/return_url_set.cfm ? On 11/11/05, daniel kessler <[EMAIL PROTECTED]> wrote: > I have a problem cfincluding a file. One include works but the second one > doesn't. Here it is: > > > > > The head.cfm include works fine. the return_url_set does not. I chec

RE: cfinclude problem

2005-11-11 Thread Mark Leder
Since when did cfinclude work with absolute URLs? I've ALWAYS had to use relative URLs. Mark ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on

RE: CSS

2005-11-11 Thread Bobby Hartsfield
Pardon my ignorance and I will never doubt you again :) It works perfectly (so far). Thanks for clearing that up for me. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005

Re: cfinclude problem

2005-11-11 Thread Charlie Hanlon
Dan, My assumption is that with the To: "CF-Talk" Sent: Friday, November 11, 2005 9:38 AM Subject: cfinclude problem >I have a problem cfincluding a file. One include works but the second one >doesn't. Here it is: > > > > > The head.cfm include works fine. the return_url_set does not.

Re: CSS

2005-11-11 Thread Adam Haskell
only issue is if you have a slow machine or a large webpage it will slow your browser down big time on load. Other than that it works like a champ from our experiece. Adam H On 11/11/05, Sandy Clark <[EMAIL PROTECTED]> wrote: > > Actually, since the IE7 fix file is simply a js file that you incl

cfinclude problem

2005-11-11 Thread daniel kessler
I have a problem cfincluding a file. One include works but the second one doesn't. Here it is: The head.cfm include works fine. the return_url_set does not. I checked that it's the correct path. I found an include for another file in the 'common' directory and tried to include that path

RE: Dynamic connection for dbase in CFMX7

2005-11-11 Thread YC Nyon
hi, I'm having problem connecting to a Dbase file. I followed the instructions at http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18656 where i created a datasource that points to a empty Access db. Tested it with the following code with MS-Access and it works. SELECT *

Re: cftry/cfcatch - what the heck?

2005-11-11 Thread John Beynon
nevermind, senior moment - need more coffee! > ok, here's a chunk of code; > > Prices: £#numberformat(application.siteCodes. > sitecode[thissitecode].pricerange.minprice)# > - £#numberformat(application.siteCodes.sitecode[thissitecode]. > pricerange.maxprice)# > > > If the data is not present i

Re: cftry/cfcatch - what the heck?

2005-11-11 Thread Ryan Guill
It sounds like the data does not exist in the variable, but that the variable does exist... is that possible? A better way to do that would be to use structKeyExists() around your variables and test for them first. On 11/11/05, John Beynon <[EMAIL PROTECTED]> wrote: > ok, here's a chunk of code;

Re: OT: Ruby on Rails

2005-11-11 Thread Ken Ferguson
I'm sorry, but the whole RoR site kinda gives me tired-head. Maybe I'm just getting old, but I'm rarely ever excited by the next new thing in this industry anymore. --Ferg ~| Discover CFTicket - The leading ColdFusion Help Des

cftry/cfcatch - what the heck?

2005-11-11 Thread John Beynon
ok, here's a chunk of code; Prices: £#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.minprice)# - £#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.maxprice)# If the data is not present in the application scope what would you expect to see? 1. Nothin

RE: CSS

2005-11-11 Thread Sandy Clark
Actually, since the IE7 fix file is simply a js file that you include, it is downloaded by all clients without them having to do anything (unless they can't or don't use javascript). Simply put this into the top of your before calling any other style sheets. Try it, you might

Re: Source control

2005-11-11 Thread John Paul Ashenfelter
On 11/11/05, James Holmes <[EMAIL PROTECTED]> wrote: > http://svnbook.red-bean.com/ > The daily use guide in the TortoiseSVN help is extremely helpful with the specifics for Tortoise. I'd also pick up a copy of Pragmatic Version Control with Subversion from the Pragmatic Programmers -- John Paul A

RE: CSS

2005-11-11 Thread Bobby Hartsfield
I'm more interested in making everyone else see it like it needs to be, not myself. I can just look at it in FF :) Since I can't twist everyone's arm who comes to the site and make them download a patch... I'm still stuck with setting the class attribute. John... did you mean something like... *

RE: CSS

2005-11-11 Thread Sandy Clark
Try this, it makes IE much more compatible including support for IE5, 5.5 and 6. (Even fixes the broken box model in IE5.x. If you use, this (pure javascript) IE will support all selectors. http://dean.edwards.name/IE7/intro/ -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED

RE: CSS

2005-11-11 Thread Bobby Hartsfield
Not sure what you're referring to :) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: John C. Bland II [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 8:47 AM To: CF-Talk Subject: Re: CSS You may have to use the * html "hack" to

RE: OT: CSS

2005-11-11 Thread Bobby Hartsfield
IE being the most popular browser in the webstats of any website I've done makes attribute selectors useless. If I've got to go set a class for it because of IE, then I may as well just let all other browsers use the class too... It sucks too because the attribute selectors are really cool. Thank

RE: OT: CSS

2005-11-11 Thread Bobby Hartsfield
> You mean like this? No. I was trying to avoid setting a different class for every element then having to go through the site and actually put class="myclass" on those elements. But thanks to IE, I guess I'm going to have to do just that... sigh. Thanks everyone. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.

Re: CSS

2005-11-11 Thread John C. Bland II
You may have to use the * html "hack" to get it working. I haven't used them, other than toying around, so I can't say for sure. On 11/11/05, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > I tried attribute selectors, they doesn't work in IE for me. > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hart

RE: CSS

2005-11-11 Thread Bobby Hartsfield
I tried attribute selectors, they doesn’t work in IE for me. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 8:28 AM To: CF-Talk Subject: RE: CSS Attribute selectors al

RE: CSS

2005-11-11 Thread Sandy Clark
Attribute selectors allow you to work with selected tags based on their attributes input[type="image"]{border:none;} Sandy Clark Interested in a 4 day hands on CSS Class? Running 11/29 - 12/2 in Rockville, MD http://www.teratech.com/training/oc_classes.cfm#CS201H -Original Message- F

RE: OT: CSS

2005-11-11 Thread Sandy Clark
Its already there Barney (cept in IE of course, unless you download Dean Edward's IE7 fix) Attribute selectors allow you to work with selected tags based on their attributes input[type="checkbox"], input[type="radio"], input[type="submit"]. Sandy Clark Interested in a 4 day hands on CSS Class?

CFAdmin Option "Caching"

2005-11-11 Thread Katz, Dov B \(IT\)
How do I know how many cached templates or cached queries CF is using at a given moment? It's difficult to set the Max Cached Queries, and Max Cached Templates values without knowledge of what the server looks like after a week of uptime, for example... Any advice? Thanks ---

IIS Crashing - JRUN/jrun!HttpFilterProc causing it.

2005-11-11 Thread Robertson-Ravo, Neil (RX)
All, Anyone been suffering from the usual IIS crashing when using CF/IIS? We recently had a crash and got some metrics and it does seem as if JRun was the cause of the problem... At the time of the crash (which seems to be JRun.dll) we have this in the log. *** WARNING: Unable to verify checksu

Mach-II 1.1.0 Ready for download

2005-11-11 Thread Peter Farrell
I am happy to announce that version 1.1.0 of Mach-II is ready for download as well as new documentation from www.mach-ii.com. New Features/Improvements: # Fixed "White Screen Of Death" bug. Mach-II now throws an exception report if the view does not exists instead of showing the "White Screen o

Re: Source control

2005-11-11 Thread James Holmes
http://svnbook.red-bean.com/ On 11/11/05, Duncan <[EMAIL PROTECTED]> wrote: > are there any straight forward how-to's out there on getting started with > CVS/Subversion? I am looking at setting it up for a tree of developers that > funnel into one trunk at a stable dev environment that then goes t

Re: Great Web Host and Great Service!

2005-11-11 Thread James Holmes
They also don't mention if it's CF Enterprise, what sandboxing / security rules are in place, what tags are restricted etc etc... On 11/11/05, Munson, Jacob <[EMAIL PROTECTED]> wrote: > I'm assuming since they don't mention OS this is Windows only? Also, CF > 6.1? No CF 7? ~

Re: css again, gurus

2005-11-11 Thread Mark Henderson
If you want something that spans the *entire* width of the div, then once again things can get tricky, and you are probably going to need to float the list items. Display: inline will work if you are happy with a centered menu with padding on each of the items, as is the case with most of the l