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 listamatic demos.

I whipped this up, which is close (it uses a 19% width for each of the 5 
items so it doesn't fill the complete div). You'd think 5x20% would only 
be 100%, but *certain* browsers have rounding issues when dealing with 
floats:
http://www.cwc.co.nz/sandbox/list_demo.html

Tested in IE 5/6, Firefox 1.07, Opera 8. You can move the extra space to 
the left by simply floating the list items right. CSS is inline.
You could also make the width on the navcontainer 97% and add a 
padding-left:of 3% which will centre it (give or take a %age point).;

A centered floated menu IS possible, but it comes at a price, and it 
still wont fill 100% of the div (but this technique is handy and I've 
used it once already).
http://www.cssplay.co.uk/menus/centered.html

HTH
Mark


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223920
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223921
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 to UAT,
 staging and production. can cvs handle the entire progression?

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223922
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 of Death.
# Changed Exception object to hold original cfcatch data for better debugging. 
Use getCaughtException() in the Exception object to dump the caught cfcatch 
data.
# The framework now calls the plugin configure methods in the order they are 
defined in the Mach-II configuration file.
# Changed PluginManger to use introspection on the plugin points. Only 
implemented plugin points are now called on each request. This saves processing 
cycles when the plugin point is not implemented in the plugin.
# Added Trace Plugin to show trace information. See header of file for more 
information and details on how to use the new plugin.
# Changed framework to use better typed exceptions like 
MachII.framework.ListenerAlreadyDefined, MachII.framework.PluginNotDefined, etc.
# Added PropertyManager getProperty() defaults. You can now set default values 
when using getProperty().
# Added new listener invokers called EventInvoker and EventArgsInvokers to 
replace old ones.
# Specifying invokers for listeners is now optional (defaults to new 
EventInvoker).
# Added arguments resultArg and contentArg handling to notify and view-page 
elements respectively.
# Added ability to validate Mach-II (with detailed exception messages) by 
specifying new parameters to mach-ii.cfm. This feature is only for CFMX 7+. 
Refer to the Configuration Guide for more information.
# Added new redirect event-handler command. Refer to the Configuration Guide 
for more information.
# The Mach-II Configuration Guide (pdf) has been updated.
# Fixed a few more bugs.
# And more... consult the included Mach-II-Readme.txt for the full list of 
improvements.

Best,
...Peter

-- 
Peter J. Farrell :: Maestro Publishing
http://blog.maestropublishing.com

Rooibos Generator - Version 2.1
Create boilerplate beans and transfer objects for ColdFusion for free!
http://rooibos.maestropublishing.com/

Member Team Mach-II

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223923
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 checksum for
D:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for
D:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll - 
Other information: Thread is waiting for a lock to be released.  Looking for
lock owner.
Thread Type: Other 
 # ChildEBP RetAddr  
00 0149ea10 77f8f295 ntdll!ZwWaitForSingleObject+0xb
01 0149ea84 77f87f26 ntdll!RtlpWaitForCriticalSection+0x9e
02 0149ea8c 1000583d ntdll!RtlEnterCriticalSection+0x46
WARNING: Stack unwind information not available. Following frames may be
wrong.
03 0149ea9c 10006abd jrun!HttpFilterProc+0x3a4d
04 0149eb84  jrun!HttpFilterProc+0x4ccd

This is related to as the locking thread:

Thread ID: 62
System Thread ID: 1690
Kernel Time: 0:0:0.171
User Time: 0:0:0.109
Other information: Thread is waiting for a lock to be released.  Looking for
lock owner.
Owning thread System ID: 17b0
Thread Type: Other 
 # ChildEBP RetAddr  
00 08a2f188 77f8f295 ntdll!ZwWaitForSingleObject+0xb
01 08a2f1fc 77f87f26 ntdll!RtlpWaitForCriticalSection+0x9e
02 08a2f204 1000583d ntdll!RtlEnterCriticalSection+0x46
WARNING: Stack unwind information not available. Following frames may be
wrong.
03 08a2f214 10004655 jrun!HttpFilterProc+0x3a4d
04 08a2f2cc  jrun!HttpFilterProc+0x2865

Anyone else had this problem/solution? Contact MM support?

N

This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223924
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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


NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223925
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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?  Running 11/29 - 12/2 in
Rockville, MD
http://www.teratech.com/training/oc_classes.cfm#CS201H

-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 10, 2005 7:58 PM
To: CF-Talk
Subject: Re: OT: CSS

Nope, sure isn't.  Forms and CSS don't play very well, because EVERYTHING is
an input tag.  It'd be a lot better if they had individual tags for each
element type, or at least had psuedo classes that would affect only certain
elements.  I.e. input::radio would only affect radio buttons.  I'm not
holding my breath for either one though.

cheers,
barneyb

On 11/10/05, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Hey sorry for the OT but anyone worth asking comes here :)

 Is there a way to set a style for a particular input type?

 Example: I have a global style for input,textarea,select in my .css to 
 automatically style all those elements throughout the app. That style 
 has a thin border around all the fields but I don't want the border on 
 input type=image... / fields...

 So is there a way to write a class for just input where the type = 
 image that will be picked up automatically (so I don't have to add a 
 class= to all of them)?

 Thanks for any tips!

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com


--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223926
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 10, 2005 7:51 PM
To: CF-Talk
Subject: OT: CSS

Hey sorry for the OT but anyone worth asking comes here :)

Is there a way to set a style for a particular input type?

Example: I have a global style for input,textarea,select in my .css to
automatically style all those elements throughout the app. That style has a
thin border around all the fields but I don't want the border on input
type=image... / fields...

So is there a way to write a class for just input where the type = image
that will be picked up automatically (so I don't have to add a class= to
all of them)?

Thanks for any tips!
 
...:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 11/9/2005
 





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223927
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 allow you to work with selected tags based on their
attributes

 input[type=image]{border:none;}

Sandy Clark


-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 10, 2005 7:51 PM
To: CF-Talk
Subject: OT: CSS

Hey sorry for the OT but anyone worth asking comes here :)

Is there a way to set a style for a particular input type?

Example: I have a global style for input,textarea,select in my .css to
automatically style all those elements throughout the app. That style has a
thin border around all the fields but I don't want the border on input
type=image... / fields...

So is there a way to write a class for just input where the type = image
that will be picked up automatically (so I don't have to add a class= to
all of them)?

Thanks for any tips!
 
:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 11/9/2005
 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223928
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 allow you to work with selected tags based on their
 attributes

 input[type=image]{border:none;}

 Sandy Clark


 -Original Message-
 From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 10, 2005 7:51 PM
 To: CF-Talk
 Subject: OT: CSS

 Hey sorry for the OT but anyone worth asking comes here :)

 Is there a way to set a style for a particular input type?

 Example: I have a global style for input,textarea,select in my .css to
 automatically style all those elements throughout the app. That style has
 a
 thin border around all the fields but I don't want the border on input
 type=image... / fields...

 So is there a way to write a class for just input where the type = image
 that will be picked up automatically (so I don't have to add a class= to
 all of them)?

 Thanks for any tips!

 :.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com


 --
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 11/9/2005




 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223929
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.8/166 - Release Date: 11/10/2005
 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223930
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.
 
Thanks for the replies people :)

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Sandy Clark [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 8:21 AM
To: CF-Talk
Subject: RE: OT: CSS

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?  Running 11/29 - 12/2 in
Rockville, MD
http://www.teratech.com/training/oc_classes.cfm#CS201H

-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 10, 2005 7:58 PM
To: CF-Talk
Subject: Re: OT: CSS

Nope, sure isn't.  Forms and CSS don't play very well, because EVERYTHING is
an input tag.  It'd be a lot better if they had individual tags for each
element type, or at least had psuedo classes that would affect only certain
elements.  I.e. input::radio would only affect radio buttons.  I'm not
holding my breath for either one though.

cheers,
barneyb

On 11/10/05, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Hey sorry for the OT but anyone worth asking comes here :)

 Is there a way to set a style for a particular input type?

 Example: I have a global style for input,textarea,select in my .css to 
 automatically style all those elements throughout the app. That style 
 has a thin border around all the fields but I don't want the border on 
 input type=image... / fields...

 So is there a way to write a class for just input where the type = 
 image that will be picked up automatically (so I don't have to add a 
 class= to all of them)?

 Thanks for any tips!

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com


--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223931
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 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 allow you to work with selected tags based on their
 attributes

 input[type=image]{border:none;}

 Sandy Clark


 -Original Message-
 From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
 Sent: Thursday, November 10, 2005 7:51 PM
 To: CF-Talk
 Subject: OT: CSS

 Hey sorry for the OT but anyone worth asking comes here :)

 Is there a way to set a style for a particular input type?

 Example: I have a global style for input,textarea,select in my .css to
 automatically style all those elements throughout the app. That style has
 a
 thin border around all the fields but I don't want the border on input
 type=image... / fields...

 So is there a way to write a class for just input where the type = image
 that will be picked up automatically (so I don't have to add a class= to
 all of them)?

 Thanks for any tips!

 :.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com


 --
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 11/9/2005




 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223932
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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] 
Sent: Friday, November 11, 2005 8:28 AM
To: CF-Talk
Subject: RE: CSS

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-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 7:51 PM
To: CF-Talk
Subject: OT: CSS

Hey sorry for the OT but anyone worth asking comes here :)

Is there a way to set a style for a particular input type?

Example: I have a global style for input,textarea,select in my .css to
automatically style all those elements throughout the app. That style has a
thin border around all the fields but I don't want the border on input
type=image... / fields...

So is there a way to write a class for just input where the type = image
that will be picked up automatically (so I don't have to add a class= to
all of them)?

Thanks for any tips!
 
:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 11/9/2005
 







~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223933
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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...

* html input[type=image] {border:0px;}

If so, that doesn't work either but I'm not sure I have it right (or even
close)
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Sandy Clark [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 9:00 AM
To: CF-Talk
Subject: RE: CSS

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] 
Sent: Friday, November 11, 2005 8:28 AM
To: CF-Talk
Subject: RE: CSS

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-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 7:51 PM
To: CF-Talk
Subject: OT: CSS

Hey sorry for the OT but anyone worth asking comes here :)

Is there a way to set a style for a particular input type?

Example: I have a global style for input,textarea,select in my .css to
automatically style all those elements throughout the app. That style has a
thin border around all the fields but I don't want the border on input
type=image... / fields...

So is there a way to write a class for just input where the type = image
that will be picked up automatically (so I don't have to add a class= to
all of them)?

Thanks for any tips!
 
.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.12.8/165 - Release Date: 11/9/2005
 









~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223934
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 Ashenfelter
CTO/Transitionpoint
(blog) http://www.ashenfelter.com
(email) [EMAIL PROTECTED]

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223935
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 head before calling any other style
sheets.
!-- compliance patch for microsoft browsers --
!--[if lt IE 7]
script src=ie7/ie7-standard-p.js
type=text/javascript/script
![endif]--


Try it, you might be pleasantly surprised.  
http://dean.edwards.name/IE7/intro/ 

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 9:17 AM
To: CF-Talk
Subject: RE: CSS

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.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223936
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


cftry/cfcatch - what the heck?

2005-11-11 Thread John Beynon
ok, here's a chunk of code;

cftryPrices: 
pound;#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.minprice)#
- 
pound;#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.maxprice)#/p
cfcatch!--- invisibly catch errors---/cfcatch/cftry

If the data is not present in the application scope what would you
expect to see?

1. Nothing
2. Prices:

In all my dealings previously if the cftry fails then it all fails and
then the cfcatch handles it - why then am I seeing Prices: displayed
on my screen

thanks,

john.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223937
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223938
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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;

 cftryPrices: 
 pound;#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.minprice)#
 - 
 pound;#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.maxprice)#/p
 cfcatch!--- invisibly catch errors---/cfcatch/cftry

 If the data is not present in the application scope what would you
 expect to see?

 1. Nothing
 2. Prices:

 In all my dealings previously if the cftry fails then it all fails and
 then the cfcatch handles it - why then am I seeing Prices: displayed
 on my screen

 thanks,

 john.

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223939
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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;
 
 cftryPrices: pound;#numberformat(application.siteCodes.
 sitecode[thissitecode].pricerange.minprice)#
 - pound;#numberformat(application.siteCodes.sitecode[thissitecode].
 pricerange.maxprice)#/p
 cfcatch!--- invisibly catch errors---/cfcatch/cftry
 
 If the data is not present in the application scope what would you
 expect to see?
 
 1. Nothing
 2. Prices:
 
 In all my dealings previously if the cftry fails then it all fails 
 and
 then the cfcatch handles it - why then am I seeing Prices: displayed
 on my screen
 
 thanks,
 
 john.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223940
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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. 


cfquery name=test datasource=test_MDB
   SELECT *
   FROM Feature
   IN 'C:\web\nalis\nalis.mdb'
/cfquery


However, when i try to connect it to a Dbase file, it give Syntax error in 
FROM clause.
I have a valid region.dbf file in that directory.
Below is the code
 
cfquery name=test datasource=test_MDB
 SELECT kod_gt
FROM region
IN C:\web\translator\upload\test dBASE IV;
/cfquery


Thanks.
Nyon





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223941
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:

cfinclude template=/includes/head.cfm
cfinclude template=/common/return_url_set.cfm

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 and it also doesn't work.  I put some 
extra blank lines in the included files hoping some extra white space would 
help (seen it before), but nope.  I separated the two includes by adding a 
blank line, but also nope.
ok, I made it a more relative url by changing it to 
../common/return_url_set.cfm and it works.  

So why does the / work on one file and not the other?

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223942
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 head before calling any other style
 sheets.
 !-- compliance patch for microsoft browsers --
 !--[if lt IE 7]
 script src=ie7/ie7-standard-p.js
 type=text/javascript/script
 ![endif]--


 Try it, you might be pleasantly surprised.
 http://dean.edwards.name/IE7/intro/

 -Original Message-
 From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 11, 2005 9:17 AM
 To: CF-Talk
 Subject: RE: CSS

 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.


 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223943
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfinclude problem

2005-11-11 Thread Charlie Hanlon
Dan,
My assumption is that with the cfinclude template=/ , that the initial 
/ signifies a directory mapping set-up in the ColdFusion administrator.  If 
the 'includes' folder is OK, then that folder is mapped in the adminstrator, 
while the 'common' folder is not.


Charlie Hanlon
Web Apps Developer
Food Service Enablers, Inc.
www.fsenablers.com

The People. The Platform. The Products.
Make the Difference


- Original Message - 
From: daniel kessler [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
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:

 cfinclude template=/includes/head.cfm
 cfinclude template=/common/return_url_set.cfm

 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 and it also doesn't 
 work.  I put some extra blank lines in the included files hoping some 
 extra white space would help (seen it before), but nope.  I separated the 
 two includes by adding a blank line, but also nope.
 ok, I made it a more relative url by changing it to 
 ../common/return_url_set.cfm and it works.

 So why does the / work on one file and not the other?

 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223944
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 10:08 AM
To: CF-Talk
Subject: RE: CSS

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 head before calling any other style
sheets.
!-- compliance patch for microsoft browsers --
!--[if lt IE 7]
script src=ie7/ie7-standard-p.js
type=text/javascript/script
![endif]--


Try it, you might be pleasantly surprised.  
http://dean.edwards.name/IE7/intro/ 

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 9:17 AM
To: CF-Talk
Subject: RE: CSS

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.




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223945
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223946
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:

 cfinclude template=/includes/head.cfm
 cfinclude template=/common/return_url_set.cfm

 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 and it also doesn't work.  
 I put some extra blank lines in the included files hoping some extra white 
 space would help (seen it before), but nope.  I separated the two includes by 
 adding a blank line, but also nope.
 ok, I made it a more relative url by changing it to 
 ../common/return_url_set.cfm and it works.

 So why does the / work on one file and not the other?

 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223947
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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
To: CF-Talk
Subject: cfinclude problem

I have a problem cfincluding a file.  One include works but the second one
doesn't.  Here it is:

cfinclude template=/includes/head.cfm
cfinclude template=/common/return_url_set.cfm

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 and it also doesn't work.
I put some extra blank lines in the included files hoping some extra white
space would help (seen it before), but nope.  I separated the two includes
by adding a blank line, but also nope.
ok, I made it a more relative url by changing it to
../common/return_url_set.cfm and it works.  

So why does the / work on one file and not the other?



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223948
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223949
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

 -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 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 a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223950
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223951
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.  Any include like this has to be
defined in the administrator as a mapping, otherwise, use relative paths
from the file you're including from.


-Justin Scott



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223952
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 saying 
that it should.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223953
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:
 

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223954
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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-Talk
 Subject: RE: cfinclude problem
 
  / 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.  Any include like this has to be
 defined in the administrator as a mapping, otherwise, use 
 relative paths
 from the file you're including from.
 
 
 -Justin Scott
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223955
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 /folder/file.cfm ColdFusion
 wouldn't know where to begin looking.  Any include like this has to be
 defined in the administrator as a mapping, otherwise, use relative paths
 from the file you're including from.

this is wrong.  from the code I am currently working on:

cfinclude template=/pmd/view/include/stylesheets.cfm /

I have no /pmd mapping in my cfadmin, and no pmd virtual site in iis. 
And it works perfectly.

--
Ryan Guill
BlueEyesDevelopment
[EMAIL PROTECTED]
www.ryanguill.com
(270) 217.2399
got google talk?  Chat me at [EMAIL PROTECTED]

The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com

www.ryanguill.com/
The Roman Empire: www.ryanguill.com/blog/

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223956
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfinclude problem

2005-11-11 Thread Charlie Hanlon
Based on your statement that the included files where cfinclude 
template=/includes/* / are included, while the cfinclude 
template=/common/* / 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 Hanlon
Web Apps Developer
Food Service Enablers, Inc.
www.fsenablers.com

The People. The Platform. The Products.
Make the Difference


- Original Message - 
From: daniel kessler [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, November 11, 2005 10:15 AM
Subject: Re: cfinclude problem


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 
 saying that it should.

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223957
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.  rename your common folder to something
like /commonFoo and change your cfinclude accordingly and see if it
works.


On 11/11/05, daniel kessler [EMAIL PROTECTED] wrote:
 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 saying 
 that it should.

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223958
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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;

 cftryPrices: 
 pound;#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.minprice)#
 - 
 pound;#numberformat(application.siteCodes.sitecode[thissitecode].pricerange.maxprice)#/p
 cfcatch!--- invisibly catch errors---/cfcatch/cftry

 If the data is not present in the application scope what would you
 expect to see?

 1. Nothing
 2. Prices:

(2) because the output of the string Prices: succeeds and then the
next piece of code fails. cfcatch doesn't rollback execution of any
successful code that was executed prior to the exception being thrown.

(Just in case others are puzzled by this, since John didn't explain
*why* he's not still looking for a solution)
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223959
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 change your cfinclude accordingly and see if it
works.

On 11/11/05, daniel kessler [EMAIL PROTECTED] wrote:
 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 saying 
 that it should.

 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223960
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 
environment its only passing in the time and uses the date Jan 1, 1900. 
For a fix I will be using the  CF_SQL_TIMESTAMP but having two enviroments 
act differently with the same code is throwing me off.

Thanks,
CC
x56927



This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind CSC to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223961
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 can cause
problems, especially on shared hosting, because it hijacks any path
beginning with / (e.g., /index.cfm).

I'd say the problem here is exactly what Ryan Guill said: someone on
your shared server has a mapping for /common and it's hijacking your
includes.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223962
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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: Sean Corfield [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, November 11, 2005 11:38 AM
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 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 can cause
 problems, especially on shared hosting, because it hijacks any path
 beginning with / (e.g., /index.cfm).

 I'd say the problem here is exactly what Ryan Guill said: someone on
 your shared server has a mapping for /common and it's hijacking your
 includes.
 --
 Sean A Corfield -- http://corfield.org/
 Got frameworks?

 If you're not annoying somebody, you're not really alive.
 -- Margaret Atwood

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223963
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 Corfield [EMAIL PROTECTED] wrote:
 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 can cause
 problems, especially on shared hosting, because it hijacks any path
 beginning with / (e.g., /index.cfm).

 I'd say the problem here is exactly what Ryan Guill said: someone on
 your shared server has a mapping for /common and it's hijacking your
 includes.
 --
 Sean A Corfield -- http://corfield.org/
 Got frameworks?

 If you're not annoying somebody, you're not really alive.
 -- Margaret Atwood

 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223964
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 can cause problems,
especially on shared hosting, because it hijacks any path beginning with /
(e.g., /index.cfm).

I'd say the problem here is exactly what Ryan Guill said: someone on your
shared server has a mapping for /common and it's hijacking your includes.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223965
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 the extension...

anyone have any help / guidance?

TIA jonese

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223966
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 /commonFoo and change your cfinclude accordingly and see if it
 works.

Yep that worked fiine, dangit.  ok, so the solutions are to rename my dir or 
use relative (../) urls.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223967
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 locally to check (and I've never had a 5.0 install since it
didn't run on a Mac :)

I know that some shared hosts have still had the / mapping with 6.1 or
even 7 (because I've helped users debug problems caused by the /
mapping!) so I suspect that it may have been preserved into those
installations by previous upgrades...

Perhaps someone with more CF history than I have can shed some light on this?
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223968
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 this address: [EMAIL PROTECTED])
Thanks.


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223969
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:

 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 the extension...

 anyone have any help / guidance?

 TIA jonese





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223970
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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,
 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
 environment its only passing in the time and uses the date Jan 1, 1900.
 For a fix I will be using the CF_SQL_TIMESTAMP but having two enviroments
 act differently with the same code is throwing me off.

 Thanks,
 CC
 x56927



 
 This is a PRIVATE message. If you are not the intended recipient, please
 delete without copying and kindly advise us by e-mail of the mistake in
 delivery. NOTE: Regardless of content, this e-mail shall not operate to
 bind CSC to any order or other contract unless pursuant to explicit
 written agreement or government initiative expressly permitting the use of
 e-mail for such purpose.

 

 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223971
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 locally to check (and I've never had a 
 5.0 install since it didn't run on a Mac :)
 
 I know that some shared hosts have still had the / mapping with 
 6.1 or even 7 (because I've helped users debug problems caused by 
 the / mapping!) so I suspect that it may have been preserved into 
 those installations by previous upgrades...

I think this may also depend on whether you install CFMX in Multiserver
configuration or standalone server configuration. It doesn't appear during
Multiserver configuration, but I think it may appear in the standalone
server configuration.

I haven't tested or checked this, though.

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 location. 
Visit http://training.figleaf.com/ for more information!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223972
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 the extension...

 anyone have any help / guidance?

 TIA jonese

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223973
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 (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 the extension...

 anyone have any help / guidance?

 TIA jonese

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223974
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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')

Not trying to say you're wrong Justin, I knew exactly what you meant but it
sounded a little misleading and I just thought id 'attempt' to make it a
little clearer.
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Justin D. Scott [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 11:07 AM
To: CF-Talk
Subject: RE: cfinclude problem

 / 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.  Any include like this has to be
defined in the administrator as a mapping, otherwise, use relative paths
from the file you're including from.


-Justin Scott





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223975
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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)) + '.%'
  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 (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 the extension...
 
  anyone have any help / guidance?
 
  TIA jonese
 
  

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223976
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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?
 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 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 the extension...
 
  anyone have any help / guidance?
 
  TIA jonese
 
  

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223977
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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/common


-Original Message-
From: daniel kessler [mailto:[EMAIL PROTECTED]
Sent: 11 November 2005 16:04
To: CF-Talk
Subject: Re: cfinclude problem


 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 change your cfinclude accordingly and see if it
 works.

Yep that worked fiine, dangit.  ok, so the solutions are to rename my dir or
use relative (../) urls.



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223978
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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
   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 (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 the extension...
  
   anyone have any help / guidance?
  
   TIA jonese
  
  

 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223979
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 doesn't match one of those
directories CF will tell you it can't find the file. This is just as true if
you don't have a root mapping in CF as if you do.

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 location. 
Visit http://training.figleaf.com/ for more information!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223980
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 the best way to exclude common words from what's entered in 
the form field.

2. How would I do something a little more comparitive?
Assume the book title is actually The Big Fat Tent that is Red
and if I enter Red Tent into the search field, I'd like
it to come up.

The only thing I can think of here would be to take each word entered 
into the form field - The Red Tent - put them in a list - The, Red, 
Tent - and then do a search for the terms in the list. Any other ideas?

A verity search will NOT work in this case, as there's a ton of other 
tables with joins and all sorts of other rotten stuff involved...

-- 
---
Les Mizzell

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223981
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 search the list of
 directories that are mapped, and if your path doesn't match one of those
 directories CF will tell you it can't find the file. This is just as true if
 you don't have a root mapping in CF as if you do.

Just to clarify: the document root *is* known to CF and it *does*
search that for paths that begin with '/' - it no longer needs the
explicit '/' mapping (on some install configs, it seems?). Adding an
explicit '/' mapping will actually change the search order slightly
(since the document root becomes just another mapping), as I
understand it.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223982
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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, November 11, 2005 10:37 AM
To: CF-Talk
Subject: Re: CSS

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


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223983
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 unless
you're discussing a specific application, neither is better than the
other.

cheers,
barneyb

On 11/10/05, Marlon Moyer [EMAIL PROTECTED] wrote:
 That's the thing, RoR made it so easy to be able to store the image in
 a database, but still have the speed of a cached copy on the file
 server.  In essence, the first time /image/show/1.jpg is called, RoR
 will notice there is no file called 1.jpg and will automatically
 create the 1.jpg file on the filesystem.  So from them on, I get the
 benefit of a quick file serve with the portability to different
 servers.  I'm sure you could do the same with CF, but with RoR it's
 built in.  That's where the main difference is for me between the 2.
 RoR has a ton of stuff built in that most developers do everyday.  It
 may not be the most efficient, but it can get a lot of stuff done
 quick.

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223984
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 :)




On 11/11/05, Barney Boisvert [EMAIL PROTECTED] wrote:
 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 unless
 you're discussing a specific application, neither is better than the
 other.

 cheers,
 barneyb

 On 11/10/05, Marlon Moyer [EMAIL PROTECTED] wrote:
  That's the thing, RoR made it so easy to be able to store the image in
  a database, but still have the speed of a cached copy on the file
  server.  In essence, the first time /image/show/1.jpg is called, RoR
  will notice there is no file called 1.jpg and will automatically
  create the 1.jpg file on the filesystem.  So from them on, I get the
  benefit of a quick file serve with the portability to different
  servers.  I'm sure you could do the same with CF, but with RoR it's
  built in.  That's where the main difference is for me between the 2.
  RoR has a ton of stuff built in that most developers do everyday.  It
  may not be the most efficient, but it can get a lot of stuff done
  quick.
 
 --
 Barney Boisvert
 [EMAIL PROTECTED]
 360.319.6145
 http://www.barneyb.com/

 Got Gmail? I have 100 invites.

 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223985
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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
funnel into one trunk at a stable dev environment that then goes to UAT,
staging and production. can cvs handle the entire progression?

Thanks

On 11/11/05, James Holmes [EMAIL PROTECTED] wrote:


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223986
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 developers is
the platform it brings along for free.  It runs on OSX and Linux.  It
has built-in support for a buttload of version control systems.  It
has data modelling tools built in.  It has Java tools built in.  It
has XML tools built in.  It's free.  I could go on and on.

If I were only editing CFML files, I'd never use CFEclipse in a
million years.  But while that's what I get paid for, it's only one
piece of my job, and the platform that Eclipse provides is worth way
more to me than a somewhat less capable CFML editor.

cheers,
barneyb

On 11/10/05, Snake [EMAIL PROTECTED] wrote:
 Unfortunately I cannot just tell everyone to change to eclipse, they wont
 have it.
 And I am not prepared to live without the features I have grown used to in
 homesite either. Eclipse has a way to go before it replaces homesite.

 Russ

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223987
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 think its possible in fckeditor).  Does
anyone know if it is even possible?

Thanks,
--
Ryan Guill
BlueEyesDevelopment
[EMAIL PROTECTED]
www.ryanguill.com
(270) 217.2399
got google talk?  Chat me at [EMAIL PROTECTED]

The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com

www.ryanguill.com/
The Roman Empire: www.ryanguill.com/blog/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223988
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:

cfloop query=myMailList
   cfif #myMailList.currentrow# MOD 250 EQ 0
 cfset thread = CreateObject(java, java.lang.Thread)
  cfflush
 cfset thread.sleep(250)
   /cfif

   SEND SOME MAIL CODE HERE

/cfloop


Anybody see any problems with that?

-- 
---
Les Mizzell

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223989
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 a stop-gap measure that would provide a static snapshot of
the site (where that made sense).  Now, putting aside the fact that this
is a terrible scenario, let's assume that this is something I want to
and have to do: does anyone know of a tool that would do this?

Specifically, let's say I have (1) an About Us section that is all HTML
except for ColdFusion code that pulls the names and numbers of staff
from a database and displays it on the phone list; (2) a Products
section that includes a database-driven list of products and a details
template that generates one a fully detailed page on one product as
specified in by a URL variable; and (3) a form for running Verity
searches on a directory full of Word documents.

Obviously, I am up the creek on the search (number 3): you can't make
that from static pages.  But for numbers 1 and 2, the end-result--even
under ColdFusion--is all HTML and JavaScript anyway.  The tool I am
imagining would browse the site, take HTML snapshots of the pages as
they exist, and save them into the appropriate folder structure.  Then I
could drop this data onto my web server and have a working site.
Certainly, I wouldn't be able to maintain it through database changes
and all, but this is a last-ditch, stop-gap measure, so that luxury is
unaffordable.

Thanks in advance for any help,
Matthieu

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223990
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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
think its possible in fckeditor).  Does anyone know if it is even possible?

Thanks,
--
Ryan Guill
BlueEyesDevelopment
[EMAIL PROTECTED]
www.ryanguill.com
(270) 217.2399
got google talk?  Chat me at [EMAIL PROTECTED]

The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com

www.ryanguill.com/
The Roman Empire: www.ryanguill.com/blog/



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223991
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:
 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 a stop-gap measure that would provide a static snapshot of
 the site (where that made sense).  Now, putting aside the fact that this
 is a terrible scenario, let's assume that this is something I want to
 and have to do: does anyone know of a tool that would do this?

 Specifically, let's say I have (1) an About Us section that is all HTML
 except for ColdFusion code that pulls the names and numbers of staff
 from a database and displays it on the phone list; (2) a Products
 section that includes a database-driven list of products and a details
 template that generates one a fully detailed page on one product as
 specified in by a URL variable; and (3) a form for running Verity
 searches on a directory full of Word documents.

 Obviously, I am up the creek on the search (number 3): you can't make
 that from static pages.  But for numbers 1 and 2, the end-result--even
 under ColdFusion--is all HTML and JavaScript anyway.  The tool I am
 imagining would browse the site, take HTML snapshots of the pages as
 they exist, and save them into the appropriate folder structure.  Then I
 could drop this data onto my web server and have a working site.
 Certainly, I wouldn't be able to maintain it through database changes
 and all, but this is a last-ditch, stop-gap measure, so that luxury is
 unaffordable.

 Thanks in advance for any help,
 Matthieu



--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223992
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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
back in the bad old days pre-MX.

Assuming a send rate of 4 emails per second, thats 14,400 per hour. 
Is that slow enough to keep you under the frequency filters, assuming
you are emailing to AOL etc. where they have such filters?

Do you have the resources available to lose that available request
thread from your overall pool for as long as it will take to send all
those?  And do you have something in place to address failover in case
Something Bad happens in the middle? Since I put the failover into my
old standby mail trickler I've found it to be pretty much bulletproof,
or more accurately, easy to resurrect after being bullet-riddled by a
power failure or something similar.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223993
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223994
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223995
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: text editor that allow a tab

2005-11-11 Thread Matt Robertson
My copy of FCKEditor 1.6 does this by inserting

BLOCKQUOTE dir=ltr style=MARGIN-RIGHT: 0pxblah blah blah/BLOCKQUOTE

when I click the indent icon.  Indents the left but not the right margin.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://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.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 most of the time people
seem to be copying their sql code into it which will retain their
tabs, but there is no way to insert a tab in while writing directly
into it.  Its just a much asked for feature that I dont think is
possible, but just wanted to check.  But I dont want it to insert code
of course behind the scenes, I need it to be an actual tab.


On 11/11/05, Matt Robertson [EMAIL PROTECTED] wrote:
 My copy of FCKEditor 1.6 does this by inserting

 BLOCKQUOTE dir=ltr style=MARGIN-RIGHT: 0pxblah blah blah/BLOCKQUOTE

 when I click the indent icon.  Indents the left but not the right margin.

 --
 --mattRobertson--
 Janitor, MSB Web Systems
 mysecretbase.com

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223997
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 span id=tabnbsp;nbsp;nbsp;nbsp;/span and then 
afterwards replacing each span with the tab id with a real tab?

I assume these people are submitting the form to make sure the query works, and 
then if so, they are given the actual code? Just an idea.

Cedric


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 most of the time people
seem to be copying their sql code into it which will retain their
tabs, but there is no way to insert a tab in while writing directly
into it.  Its just a much asked for feature that I dont think is
possible, but just wanted to check.  But I dont want it to insert code
of course behind the scenes, I need it to be an actual tab.


On 11/11/05, Matt Robertson [EMAIL PROTECTED] wrote:


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223998
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 is what I was told, so 
there was a difference.

Thanks,
CC


This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind CSC to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223999
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 the best way to exclude common words from what's entered in 
the form field.

2. How would I do something a little more comparitive?
Assume the book title is actually The Big Fat Tent that is Red
and if I enter Red Tent into the search field, I'd like
it to come up.

The only thing I can think of here would be to take each word entered 
into the form field - The Red Tent - put them in a list - The, Red, 
Tent - and then do a search for the terms in the list. Any other ideas?

A verity search will NOT work in this case, as there's a ton of other 
tables with joins and all sorts of other rotten stuff involved...

-- 
---
Les Mizzell

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224000
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224001
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224002
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 wrapping up tomorrow night?

 anyone want to show progress so far?

 --
 tony

 Tony Weeg
 tonyweeg [at] gmail [dot] com

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224003
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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?

 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 wrapping up tomorrow night?
 
  anyone want to show progress so far?
 
  --
  tony
 
  Tony Weeg
  tonyweeg [at] gmail [dot] com
 
 

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224004
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 work, but the interface/ui and flow of the game?

 thats all.

 y'aint seein my code

 HUMPH!!

 ;-) tw


--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224005
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 work, but the interface/ui and flow of the game?
 
  thats all.
 
  y'aint seein my code
 
  HUMPH!!
 
  ;-) tw
 

 --
 Barney Boisvert
 [EMAIL PROTECTED]
 360.319.6145
 http://www.barneyb.com/

 Got Gmail? I have 100 invites.

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224006
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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:
  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 work, but the interface/ui and flow of the game?
  
   thats all.
  
   y'aint seein my code
  
   HUMPH!!
  
   ;-) tw
  
 
  --
  Barney Boisvert
  [EMAIL PROTECTED]
  360.319.6145
  http://www.barneyb.com/
 
  Got Gmail? I have 100 invites.
 
 

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224007
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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 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 work, but the interface/ui and flow of the game?
   
thats all.
   
y'aint seein my code
   
HUMPH!!
   
;-) tw
   
  
   --
   Barney Boisvert
   [EMAIL PROTECTED]
   360.319.6145
   http://www.barneyb.com/
  
   Got Gmail? I have 100 invites.
  
  
 
 

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224008
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 attempting and get feedback on it...

How the site will work...
Basically if a user [EMAIL PROTECTED] registers.. I'll tag him so I can pass 
him to xyz.maindomain.com or a new main domain hosted on the same server. If he 
visists xyz.maindomain or maindomain.com his user login info will pass him to 
xyz.maindomain.com

Flash will dynamically load XML either from a default or custom area (ie 
loading from xyz.maindomain.com or maindomain.com ) again based on user 
login... meaning loading xml from xyz.maindomain.com will load different data 
than loading the xml from maindomain.com

How I was planning Authentication
Use application.cfc with a cflogin authentication using roles. I was going to 
use roles to potentially manage the urls, custom logos and other custom 
preferences depending on when the user logs in.

I am thinking the structure is a simple application.cfc, generic login form 
with a set of statements redirecting users based on login.

The thing that may or not make sense is that the same flash file is to be 
loaded from a single location to control versions and upgrades, however all 
support data, xml, preferences MAY be loaded from these custom urls.

It seems a bit confusing... hopefully someone takes the time to read and sends 
back some feedback or ideas. Even something like - why the heck would you do 
that.. try this :)

Thanks everyone!
j

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224009
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54