RE: For emergency only

2005-12-06 Thread Jim Davis
you So... um, you mean just your site, right? ;^) Jim Davis ~| 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

RE: JSON

2005-12-05 Thread Jim Davis
for. Jim Davis ~| 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:226142 Archives

RE: Keeping a session alive

2005-12-02 Thread Jim Davis
pipe here: http://www.depressedpress.com/Content/Development/JavaScript/Articles/GIFAsP ipe/Index.cfm The article also provides the JavaScript code needed to parse responses from the server using this. Hope it helps, Jim Davis

RE: pseudo-memory leak

2005-11-30 Thread Jim Davis
and take long enough to were suggested (or forced) regular password changes would invalidate the results. Jim Davis ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http

RE: Know with cf if Javascript is enabled?

2005-11-29 Thread Jim Davis
attach the JavaScript of it below. Jim Davis script language=Javascript type=text/javascriptvar JSVersion = 1.0/script script language=Javascript1.1 type=text/javascriptJSVersion = 1.1/script script language=Javascript1.2 type=text/javascriptJSVersion = 1.2/script script language=Javascript1.3 type

RE: Know with cf if Javascript is enabled?

2005-11-29 Thread Jim Davis
pretty well for me. Jim Davis ~| 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

RE: pseudo-memory leak

2005-11-29 Thread Jim Davis
but to find ANY value which results in the same hash. This kind of thing is also why a lot of people use salt in their algorithms: longer origin strings are harder to find matches for. Jim Davis ~| Logware (www.logware.us): a new

RE: pseudo-memory leak

2005-11-28 Thread Jim Davis
... but really should also consider load balancing for additional search engine traffic as well. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

RE: GIF Pipes/AJAX/async gateway

2005-11-26 Thread Jim Davis
implementation now, but I hope for others soon. Jim Davis ~| 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

RE: GIF Pipes/AJAX/async gateway

2005-11-26 Thread Jim Davis
based on the object name. Once that's done I'd like to start a canned library of handlers to make implementation even easier. Jim Davis ~| Find out how CFTicket can increase your company's customer support efficiency by 100

RE: Multiple sites in IIS - Modifying DNS

2005-11-18 Thread Jim Davis
here: http://www.webcontrolcenter.com/Knowledge_Base/frmKB.aspx?KBID=564 I was able to set up all my domains and DNS using it. Jim Davis ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

RE: Cf forum

2005-11-16 Thread Jim Davis
forums, I don't think it is fair to say it is 'very basic'. (Of course, as the author, I'm probalby being defensive.) Or maybe just reacting to the very clause? ;^) Jim Davis ~| Logware (www.logware.us): a new

RE: Cf forum

2005-11-16 Thread Jim Davis
Jim Davis ~| 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:224393

RE: Multiple sites in IIS

2005-11-15 Thread Jim Davis
is port, and you know about that. I don't like it. ;^) Jim Davis ~| 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

RE: big reports, 13k lines

2005-11-14 Thread Jim Davis
can then use AJAX-style processing to check for the file until it's ready for download. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: big reports, 13k lines

2005-11-14 Thread Jim Davis
is the server is very busy while this is all happening. I guess it all depends on the resources available... if you've got the scratch setting up a reporting server to do just that task would definitely help! Jim Davis ~| Logware

RE: Javascript Iframe question

2005-11-13 Thread Jim Davis
great for building client-side apps using web technologies but isn't something to decide to solve a web page problem. I'm sure there are other options... but they're all going to be sea-changes. Doing this in a normal browser environment just isn't allowed. Jim Davis

RE: 100% height and css

2005-11-10 Thread Jim Davis
, workarounds, incompatibilities and so forth (many of which were the fault of browsers but a healthy chunk of which were inherent in CSS) I decided to give myself this one concession. Works fine on all browsers (that I've tried) and doesn't keep me up worrying too much. ;^) Jim Davis

RE: Thinking Aloud: WDDX AJAX

2005-11-10 Thread Jim Davis
implementations. Jim Davis ~| 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

RE: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Jim Davis
better than the one you're using but it might help. http://www.dataviz.com/products/conversionsplus/ Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting

RE: XML Is or NOT?

2005-11-04 Thread Jim Davis
if this at all standardized in your organization I'd create an XSD for each of the scenarios (error or data)... you can then XMLValidate to validate the packet against the XSD's to determine what kind of XML you've got. Jim Davis

RE: CF webservice consumed via .NET

2005-11-04 Thread Jim Davis
2005 touts this for example). In other words why fetch, convert and send? Just fetch and send. Jim Davis ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com

RE: XML Is or NOT?

2005-11-04 Thread Jim Davis
this. I think there's a note about this in the docs... try using IsDefined() first, then IsXMLElem (which assumes you're giving it something to check - not something or nothing). Essentially a CF XML doc is just a struct - you can use struct functions and the like as well. Jim Davis

RE: CF webservice consumed via .NET

2005-11-04 Thread Jim Davis
can format your results using string parsing in most DBs, but some modern ones may be able to do the XML conversion themselves (SQL Server 2005 touts this for example). In other words why fetch, convert and send? Just fetch and send. Jim Davis DOH!there's a damn fine idea Jim

RE: XML Is or NOT?

2005-11-04 Thread Jim Davis
to see if the variable faa exists --- cfif IsDefined(#foo#) Jim Davis ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message

RE: XML Is or NOT?

2005-11-04 Thread Jim Davis
for all functions. Jim Davis ~| 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

RE: ColdFusion Podcast Series | Tips, Tricks and News

2005-11-01 Thread Jim Davis
something to do with the way the link is presented or if, despite my protestations to the contrary the damn QuickTime install hijacked something. (Once I right-clicked and saved it worked fine however... loaded on my PPC and ready for my next commute.) Jim Davis

RE: New contest open

2005-10-31 Thread Jim Davis
-Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 1:38 AM To: CF-Talk Subject: RE: New contest open Your link comes up blank Ray I see it just fine. Does that mean I win the contest?! ;^) Jim Davis

ANN: CF YODEL now available

2005-10-31 Thread Jim Davis
creation at the very least) for the YODEL parser. Jim Davis ~| 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

RE: SHOUTING

2005-10-30 Thread Jim Davis
. Something like I've tried SCSI, IDE and SATA and NOTHING WORKS! Please HELP ME! might be forgiven. ;^) Letting people know you're watching something can often curtail the behavior even if you've no actual recourse for punishing the behavior. Jim Davis

RE: debugging complaint

2005-10-28 Thread Jim Davis
itself will encounter errors... and then things just go straight to hell. ;^) I'm not saying that things can't be better... but I also can see how they may be harder than they appear to be. Jim Davis ~| Logware (www.logware.us

RE: Inline frames a good alternative for creating web applications?

2005-10-27 Thread Jim Davis
the door to lots of other things. Windows Scripting Host is JavaScript based. You can also use it in many application scripts. It's nifty. ;^) Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: Dynamically Sort HTML Tables

2005-10-24 Thread Jim Davis
values and returns 0 if they're equal, -1 if the first is greater or +1 if the second is greater), but it's easy to implement. Let me know if you have any trouble with it. Jim Davis ~| Discover CFTicket - The leading ColdFusion

RE: Open Source Shopping Cart (was: Shopping Cart)

2005-10-23 Thread Jim Davis
attempt to use this against CF. But I wouldn't worry about this in the long run - those people are very unlikely to start using CF in the first place. Jim Davis ~| Discover CFTicket - The leading ColdFusion Help Desk

RE: CFC - separate or all in one?

2005-10-21 Thread Jim Davis
and you're done. So... I really hope that helps. I feel like I've been babbling. ;^) Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

RE: Open Source Shopping Cart (was: Shopping Cart)

2005-10-21 Thread Jim Davis
I'd help as well and could offer hosting for the project if needed. Jim Davis -Original Message- From: Russell Patterson [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 10:15 AM To: CF-Talk Subject: Re: Open Source Shopping Cart (was: Shopping Cart) I'd be interested

RE: When will Dave Watts finally blog?

2005-10-21 Thread Jim Davis
, no matter how well veiled, are not tolerated because they lead to bickering. See the last point. Damn I'm long winded today. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application

RE: don't understand CFC package notation

2005-10-21 Thread Jim Davis
on a single CF instance since mappings are needed to implement the naming convetion. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

RE: When will Dave Watts finally blog?

2005-10-21 Thread Jim Davis
... couldn't resist a clear Futurama reference.) Jim Davis ~| 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

RE: When will Dave Watts finally blog?

2005-10-21 Thread Jim Davis
-Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 2:26 PM To: CF-Talk Subject: Re: When will Dave Watts finally blog? You'll get ass-prints on my new door! (Sorry... couldn't resist a clear Futurama reference.) Jim Davis

RE: Open Source Shopping Cart (was: Shopping Cart)

2005-10-21 Thread Jim Davis
-Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 5:46 PM To: CF-Talk Subject: Re: Open Source Shopping Cart (was: Shopping Cart) On 10/21/05, Jim Davis [EMAIL PROTECTED] wrote: I'd help as well and could offer hosting for the project

RE: cfopenbb

2005-10-20 Thread Jim Davis
. Jim Davis ~| 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

RE: cfopenbb

2005-10-20 Thread Jim Davis
definitely support the project with space and email and such. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

RE: CFC - separate or all in one?

2005-10-20 Thread Jim Davis
a real function library with UDF's CFCs are really the only way to encapsulate a function library. They can be good for both, can't they? ;^) Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: When will Dave Watts finally blog?

2005-10-20 Thread Jim Davis
not have been. In any case it doesn't sound like you were there. You're entitled to your opinion of course, but the old adage that if you can't say anything nice, don't say anything might just apply here. Jim Davis ~| Discover

RE: When will Dave Watts finally blog?

2005-10-20 Thread Jim Davis
with friends definitely does not define an individual. I notice that you ignored my (very good) about not saying anything if you can't say anything nice. I myself will actually follow that advice and end this conversation now. Jim Davis

RE: How to batch a change of DSNs

2005-10-19 Thread Jim Davis
? Are you on CF 7? The admin interface (which really isn't crappy you know) is really just a CF application. The CFC's which provide the services for it are exposed via the admin API - look it up at livedocs.macromedia.com Using the API you can script the vast majority of admin changes. Jim Davis

RE: JS copy function?

2005-10-17 Thread Jim Davis
=\JavaScript: var i = CopyToClip_URL();\URL/a or a href=\JavaScript: var i = CopyToClip_Title();\Title/a or a href=\JavaScript: var i = CopyToClip_Link();\Link/a to the clipboard/div); }; /script Hope it helps. Jim Davis

RE: Pluggable Security system/ app architecture (WAS: Re: Any Interest in a Completely Free CFML Calendar?)

2005-10-15 Thread Jim Davis
no service yet, for example, for get all users). But that kind of stuff wouldn't be difficult to add. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting

RE: Pluggable Security system/ app architecture (WAS: Re: Any Interest in a Completely Free CFML Calendar?)

2005-10-15 Thread Jim Davis
-Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Saturday, October 15, 2005 2:44 PM To: CF-Talk Subject: RE: Pluggable Security system/ app architecture (WAS: Re: Any Interest in a Completely Free CFML Calendar?) Actually you've just pointed out a bug in my

RE: zipping and unzipping a string

2005-10-15 Thread Jim Davis
, consider kludges, etc. But not to do the logical thing because of a unsubstantiated personal opinion is just plain silly. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

RE: security suggestions?

2005-10-14 Thread Jim Davis
. There are many ways to get anything done - trying to trap/prevent them all is pretty futile. And even if you could the information would still be cached. Jim Davis ~| Find out how CFTicket can increase your company's customer

RE: Pluggable Security system/ app architecture (WAS: Re: Any Interest in a Completely Free CFML Calendar?)

2005-10-14 Thread Jim Davis
the system for some time now on several sites... I'm not sure how it would stand up to any real sustained stress, but it's had some and done well. If you've any questions let me know. Jim Davis ~| Find out how CFTicket can

RE: security suggestions?

2005-10-13 Thread Jim Davis
by limiting it as much as possible and then opening it up (adding access, updating the customer disclosure, etc) slowly. Sorry for the lecture... I guess 10 years in the insurance industry has sucked all the fun right out of me. ;^) Jim Davis

RE: Cold Fusion Page Execution Times

2005-10-12 Thread Jim Davis
) requests that make it up and how they're being cached, found and dealt with. I'd be happy to run it for you and send you the results if you give me the URL to check. Jim Davis ~| Logware (www.logware.us): a new and convenient

RE: ColdFusion Security Holes - Best Practices

2005-10-07 Thread Jim Davis
that as a community using the administrator API... a script which could be run to set secure CF admin settings (debugging, RDS, error handling, etc), check for security related patches and so forth. Another good idea I'll never do anything with. ;^) Jim Davis

RE: OT: Microsoft Launch Events

2005-10-07 Thread Jim Davis
didn't have one in Boston or it's sold out. Either way it's not on the list. But damn I hate to drive. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

RE: View source

2005-10-07 Thread Jim Davis
. Personally I've never had a BSOD in Windows XP I've been unable to trace to crappy hardware drivers. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

RE: [SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-06 Thread Jim Davis
actually an HTA application for intranet use. Jim Davis ~| 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

RE: [SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-05 Thread Jim Davis
application right now that both sends and receives complex data from the client... but I'm not using WDDX to do it. I'm using YODEL - but it's really the same problem. Jim Davis ~| Discover CFTicket - The leading ColdFusion Help

RE: [SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-04 Thread Jim Davis
independent tests of the two. Jim Davis ~| 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

RE: [SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-03 Thread Jim Davis
-Original Message- From: wolf2k5 [mailto:[EMAIL PROTECTED] Sent: Monday, October 03, 2005 3:57 AM To: CF-Talk Subject: Re: [SOT] Better WDDX JavaScript serializer/deserializer functions? On 10/3/05, Jim Davis [EMAIL PROTECTED] wrote: I've got one... I'm not sure if it's better

RE: [SOT] Better WDDX JavaScript serializer/deserializer functions?

2005-10-02 Thread Jim Davis
if it's better tho'. Right now it's sort of embedded in a larger library (the full library does WDDX, JSON, XML-RPC and YODEL) - I could split it out for you if you like. It may be faster, it may not but it definitely takes advantage of more modern scripting techniques. Jim Davis

RE: CFMX7, CF5, and Router?

2005-09-30 Thread Jim Davis
it and uses those. To use two others you must restart the service. Jim Davis ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49

RE: CFMX7, CF5, and Router?

2005-09-30 Thread Jim Davis
/Trojan attack like Code Red). You might try a different port. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

RE: CFMX7, CF5, and Router?

2005-09-30 Thread Jim Davis
may muddy the issue at this point: you may want to disable it until you can get a connection. Start from the ground up until you get things working and then start layering on security - it's a lot simpler to debug. Jim Davis

RE: type=numeric bug

2005-09-30 Thread Jim Davis
)#/cfoutput Would return true, true, false. Jim Davis ~| 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

RE: ways to cache a query other than 'cachedwithin'

2005-09-29 Thread Jim Davis
template=make_tree.cfm Query=#qry_get_topcats# Result=qry_get_topcats Unique=category_ID Parent=Parent_ID /cfif I hope this helps, Jim Davis

RE: ways to cache a query other than 'cachedwithin'

2005-09-29 Thread Jim Davis
-Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 12:05 PM To: CF-Talk Subject: RE: ways to cache a query other than 'cachedwithin' I think there might be some confusion here... you're cfif statement isn't doing what I think you think

RE: ways to cache a query other than 'cachedwithin'

2005-09-29 Thread Jim Davis
-Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 12:12 PM To: CF-Talk Subject: RE: ways to cache a query other than 'cachedwithin' Now I'm not so sure about that... but I think I'm still right. The queryname is definitely used

RE: Every once in a while, I feel smart. A story of displaying a single random image.

2005-09-29 Thread Jim Davis
don't have an identity or unique numeric field (and for some reason can't add one) you might be able to mimic it. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking

RE: ways to cache a query other than 'cachedwithin'

2005-09-29 Thread Jim Davis
with your changes --- cfmodule... Make your changes to the application-scoped query ... /cfif /cflock /cfif A lot of this can become even more streamlined and cleaner by abstracting the cache and query management into a persistent CFC. Jim Davis

RE: CF Web Based Keyboard

2005-09-29 Thread Jim Davis
provides an on-screen, touch-capable keyboard. Jim Davis ~| 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

RE: Damn I hate CF 4.5

2005-09-28 Thread Jim Davis
was never much of a problem for us (at least on Windows) since it had some good COM support. We just used Microsoft's XML parser/DOM object. Really pretty sweet. ;^) Jim Davis ~| Find out how CFTicket can increase your

RE: Best way of determining CF Datatypes

2005-09-28 Thread Jim Davis
, String) GT 0) /cfif Thanks - this is pretty much exactly what I've done. Only real date objects will be considered dates and only true and false will be considered Booleans. It's not perfect, but it's definitely workable. Jim Davis

RE: Google Degrading

2005-09-28 Thread Jim Davis
, in my opinion. Jim Davis ~| 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

RE: Every once in a while, I feel smart. A story of displaying a single random image.

2005-09-28 Thread Jim Davis
/NotationIndexed.cfm Don't get me wrong tho' - I agree completely about informational posts like this. I wish more people would throw up snippets when they get something to work. ;^) Jim Davis ~| Find out how CFTicket can increase

RE: Every once in a while, I feel smart. A story of displaying a single random image.

2005-09-28 Thread Jim Davis
not be used elsewhere on the page or is not cached and you're really only doing the query for a single random image then your solution makes more sense. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking

Adding Linking MetaData to complex CF data types (bulding YODEL parser)

2005-09-25 Thread Jim Davis
any sense at all? ;^) Thanks, Jim Davis ~| 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

Best way of determining CF Datatypes

2005-09-25 Thread Jim Davis
parse does this same task? Thanks, Jim Davis ~| 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

RE: Best way of determining CF Datatypes

2005-09-25 Thread Jim Davis
the conversion better than others but all of them should do the best job possible. Jim Davis ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm

RE: Best way of determining CF Datatypes

2005-09-25 Thread Jim Davis
... but being forced to talk it through is helping a lot. Thanks! Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

RE: View source

2005-09-25 Thread Jim Davis
nice site - it's worth running through the test once every few months to catch some of the simpler (but esoteric) stuff like this. Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking application

RE: Copy and paste html

2005-09-25 Thread Jim Davis
to have an official one in the IE 4.x days but I don't think it was ever updated. There are several available elsewhere however: http://www.codeproject.com/jscript/CopyasHTML.asp http://www.bayden.com/ietoys/ Jim Davis ~| Logware

RE: Adding Linking MetaData to complex CF data types (bulding YODEL parser)

2005-09-25 Thread Jim Davis
or structs - making it an interesting exercise but not incredibly useful for my purposes. Still looking for an elegant solution Jim Davis ~| Logware (www.logware.us): a new and convenient web-based time tracking

RE: Best way of determining CF Datatypes

2005-09-25 Thread Jim Davis
and numbers. Jim Davis ~| 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

RE: product name

2005-09-24 Thread Jim Davis
onTap would be just a effective I think. Jim Davis ~| 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

RE: ColdFusion MX 7 : New Features Survey

2005-09-23 Thread Jim Davis
about you're skewing the numbers sumptin' fierce. ;^) Jim Davis ~| 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

RE: Dare I ask?

2005-09-21 Thread Jim Davis
-Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 11:57 AM To: CF-Talk Subject: Dare I ask? Anybody know of a good ASP.NET list? The news.microsoft.com usenet servers are pretty active. Jim Davis

RE: OT: Mail server

2005-09-21 Thread Jim Davis
be Smartermail from www.smartertools.com decent built in spam filtering out of the box, excellent webmail interface. I second Smarter mail. Also I believe it's free for a single domain (and quite reasonable for more). Jim Davis

Qaix.com copying CF-TALK content? Mike?

2005-09-21 Thread Jim Davis
this? Sorry if I'm opening a can of worms... this just seemed hinckey to me. I once had a site stolen by an Israeli company (who copied the site completely and put ads on it) so I'm touchy about this kind of thing. Jim Davis

RE: ColdFusion: Survey on Platform, Application Server, Database support.

2005-09-19 Thread Jim Davis
, but ASP? C'mon! ;) More specifically We must outsource everything to save money so we went with this survey vendor regardless of the technology they use... or how UGLY the survey would end up being. ;^) Jim Davis ~| Find out

RE: Configuration problem - CFMX7

2005-09-15 Thread Jim Davis
to be correct. Any other thoughts from anyone? Is the admin in the same virtual server as the site you're having problems with? If not have you checked the script mappings for the problem site? Jim Davis ~| Logware

RE: Detecting CFLOCK

2005-09-14 Thread Jim Davis
' two people have requested it). Whoever gets there second is told that a reindex is currently in process. Jim Davis ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http

RE: XML - force empty tag tag/tag

2005-09-14 Thread Jim Davis
the proponents for real DOM manipulation seem a bit more rabid to me. But for all their passion they aren't really any more convincing. ;^) Jim Davis ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

RE: XML - force empty tag tag/tag

2005-09-14 Thread Jim Davis
calls. CFSAVEDCONTENT may also be more error prone (since you're essentially hand-coding the XML)... but then again the native XML functions are cumbersome and numerous so that may lead to more debugging. Watch that extra D... :) Can you tell that I never use it? ;^) Jim Davis

RE: form validation utilizing database field types/sizes/etc

2005-09-14 Thread Jim Davis
hard to get him to talk about onTap). ;^) Jim Davis ~| 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

RE: Detecting CFLOCK

2005-09-14 Thread Jim Davis
said. ;^) But, really - it's essentially the same thing. The locks are server-wide, so they take care of the multi-threading issue handily without having to deal with the application scope. So this solution will work in cases where you have no application defined. Jim Davis

RE: Source Code Control Setup

2005-09-13 Thread Jim Davis
are but, again, it has become an issue in some cases. (In our case only certain, highly permissioned, users can break somebody else's lock). But, overall it works for us. Jim Davis ~| Discover CFTicket - The leading ColdFusion

RE: Source Code Control Setup

2005-09-13 Thread Jim Davis
actually get any data to work with. Jim Davis ~| 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

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