Re: OT: CSS editor for Eclipse

2005-10-31 Thread Barney Boisvert
of Eclipse. Plus it hasn't had any one work on it since mid 2004. Any other suggestions? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Logware (www.logware.us): a new

Re: Modify class file w/o having to restart CF service

2005-10-31 Thread Barney Boisvert
to restart the CF service everytime a small edit is made to a class file. I write my java code to have a main function so I can compile and test on my machine before putting it on the CF machine, but even then restarts are too numerous and inconvenience other developers too much. -- Barney

Re: Modify class file w/o having to restart CF service

2005-10-31 Thread Barney Boisvert
avoiding the check for JARs will make things quite a bit faster, I'd wager cheers, barneyb On 10/31/05, Claude Schneegans [EMAIL PROTECTED] wrote: reloadtrue/reload compiletrue/compile I've tried this, but at least for Java CFXs, it just does not work. -- Barney Boisvert [EMAIL PROTECTED

Re: Grab Iframe data

2005-10-31 Thread Barney Boisvert
! Eric -- 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

Re: Unusual Image Rotation Request

2005-10-30 Thread Barney Boisvert
rotations. -- 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

Re: OT: CSS editor for Eclipse

2005-10-30 Thread Barney Boisvert
was set Eclipse to be the default editor of css files. -- Phil -- 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

Re: Philosophy Q: SP's or CFQUERY?

2005-10-30 Thread Barney Boisvert
I'd use them only where there is a proven necessity. I.e. where the performance gains (demonstrated by load testing) are worth the trouble, or the security concerns are such that there's no other way. SPs move your business logic out of your application and into the database, which isn't

Re: Philosophy Q: SP's or CFQUERY?

2005-10-30 Thread Barney Boisvert
improve and actually seemed to slow down some. Here is one link http://weblogs.asp.net/fbouma/archive/2003/05/14/7008.aspx but there are many. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Philosophy Q: SP's or CFQUERY?

2005-10-30 Thread Barney Boisvert
to a SP and passing the variable to it knocked the CPU usage on the CF server down to about 5% on average. It really did help a LOT. If you're working with smaller tables that don't get a lot of traffic, you probably won't notice much of a difference, if any. -Justin Scott -- Barney Boisvert

Re: Unusual Image Rotation Request

2005-10-28 Thread Barney Boisvert
achieve this 'angled image' on a web page without manipulating the image file? Many thanks, -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Find out how CFTicket

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

2005-10-27 Thread Barney Boisvert
-- 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

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

2005-10-27 Thread Barney Boisvert
, Matthew Small [EMAIL PROTECTED] wrote: Seems like you're doing more work trying to avoid work. - Matt Small -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Discover

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

2005-10-27 Thread Barney Boisvert
and my perspective may be totally skewed, so feel free to correct me...this is research time... Rick -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Discover CFTicket

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

2005-10-27 Thread Barney Boisvert
to work with AJAX if that's your goal. - Matt Smalll -- 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

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

2005-10-27 Thread Barney Boisvert
, etc). There are examples online, but I haven't tested which search terms give the most useful hits. jd -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Logware

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

2005-10-27 Thread Barney Boisvert
Flex 2. Don't have a URL, but should be easy to find on MM's site. cheers, barneyb On 10/27/05, Rick Faircloth [EMAIL PROTECTED] wrote: Haven't heard of Zorn...got a URL? Rick -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

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

2005-10-27 Thread Barney Boisvert
enabler, instead of as functionality in and of itself. - Calvin -- 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

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

2005-10-27 Thread Barney Boisvert
that. Rick -- 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

Re: CF Standard and CF Multi-Server on Same Hardware

2005-10-26 Thread Barney Boisvert
, barneyb -- 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

Re: SOT: Source Control Theory.....

2005-10-26 Thread Barney Boisvert
development shops are doing it, so we can get an idea of what we might be missing. feel free to post public or private. TIA jonese -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Custom Tag with auto cfoutput

2005-10-25 Thread Barney Boisvert
, John C. Bland II [EMAIL PROTECTED] wrote: Hmm...seems like way too much but along those lines I'll try similar. No ideas on how cfquery does it? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: MySQL 5 release

2005-10-25 Thread Barney Boisvert
Ashenfelter CTO/Transitionpoint (blog) http://www.ashenfelter.com (email) [EMAIL PROTECTED] -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Discover CFTicket - The leading

Re: newbie question - Delete session variable - how?

2005-10-25 Thread Barney Boisvert
),URL.data) cfset StructDelete(Session,Cart.Data[ThisItem]) cfset StructDelete(Session,Cart.GroupID[ThisItem]) /CFIF How to kill that Session.Cart.Data and Session.Cart.GroupID? Thanx for your time Cheers MD -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail

Re: Brainfart - Need my Q of Q in a cfc

2005-10-25 Thread Barney Boisvert
!! -- 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

Re: Brainfart - Need my Q of Q in a cfc

2005-10-25 Thread Barney Boisvert
in where. heehee. I tried a few things but nuthin works as of yet. Thanks much, Will -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Logware (www.logware.us): a new

Re: Brainfart - Need my Q of Q in a cfc

2005-10-25 Thread Barney Boisvert
DISTINCT imagetypeID, optionID, optionimagefilename FROM listskuimages /cfquery cfreturn listDistinctImages /cffunction -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: CFEclipse and JS...

2005-10-24 Thread Barney Boisvert
asscociations set up correctly and if I open the JS from the Navigator view, it works. However, I like the File Explorer view much, much better and I'd really like to get it working from there, if possible. --Ferg -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail

Re: Credit card verification

2005-10-24 Thread Barney Boisvert
had to set a refundable dollar to do this but I'm hoping that there is a new solution, maybe using paypal. Thanks -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Custom Tag with auto cfoutput

2005-10-24 Thread Barney Boisvert
. :-) -- John C. Bland II -- 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

Re: Using try/catch all over the place a good thing?

2005-10-20 Thread Barney Boisvert
complete /cffunction If something screws up, I set complete to 0. Then in my page, I check to see if it's 0, and display a message. Thanks, Will -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread Barney Boisvert
static files or something? Thanks in advance! -- Mark Drew http://cybersonic.blogspot.com -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Find out how CFTicket can

Re: CFC - separate or all in one?

2005-10-20 Thread Barney Boisvert
/05, Michel Deloux [EMAIL PROTECTED] wrote: Hi all what's the best: separate functions/methods in several components or include all methods in a same component? Cheers MD = -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread Barney Boisvert
I was thinking more about a blog and some other apps, not multiple blogs. But a good point none-the-less. cheers, barneyb On 10/20/05, Raymond Camden [EMAIL PROTECTED] wrote: BlogCFC supports N blogs per DSN, so you wouldn't need this. On 10/20/05, Barney Boisvert [EMAIL PROTECTED] wrote

Re: Test Post

2005-10-19 Thread Barney Boisvert
A test from mine too. Can someone (bob?) please reply to me off-list if/when they get this? thanks, barneyb On 10/19/05, Bob Clingan [EMAIL PROTECTED] wrote: A test post from my gmail account. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100

Re: Case sensitive ORDER BY in QoQ

2005-10-19 Thread Barney Boisvert
. Is there a way to have it case insensitive? -- -- 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

Re: WHAT'S WRONG WITH THIS QUERY?

2005-10-19 Thread Barney Boisvert
. Here's the query: UPDATE NewProduct INNER JOIN OldProduct ON NewProduct.dealerpartno = OldProduct.dealerpartno SET NewProduct.details = OldProduct.details Much appreciate any help in debuging. Thanks in advance. Ben -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http

Re: WHAT'S WRONG WITH THIS QUERY?

2005-10-19 Thread Barney Boisvert
. But wonder why the other one doesn't. Thought it would be good to know. Ben -- 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

Re: Test Post

2005-10-19 Thread Barney Boisvert
Actually, you (and Bob) got it backwards. You need to set it to Default not UTF-8 for some reason. With UTF-8 set, GMail uses Base-64 encoding, which apparently is not relayed by the HoF servers, period. I've never gotten posts from HoF back, but with UTF-8 set, my posts didn't go to anyone

type=numeric bug

2005-09-30 Thread Barney Boisvert
, the value of 'a' inside the method isn't 34, but 34 (note the trailing slash). I don't have a 7.0.1 install, but I've confirmed this bug it on 6.1 and 7. cheers, barneyb -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: type=numeric bug

2005-09-30 Thread Barney Boisvert
/ cfreturn a / /cffunction cfoutput pre cfloop list=34,34 , 34 index=i #i# : #isNumeric(i)# : _#t(i)#_ /cfloop /pre /cfoutput Surely this is a bug? cheers, barneyb On 9/30/05, Dave Carabetta [EMAIL PROTECTED] wrote: On 9/30/05, Barney Boisvert [EMAIL PROTECTED] wrote: Can anyone confirm

Re: cffile action=move screwy?

2005-09-30 Thread Barney Boisvert
positive both my source and destinations are correct. Googlin' showed there might be some issues with it. If I change the action to copy, it works everytime. I guess if I HAVE to I can copy the file, then delete it from the temp directory. Thanks, Will -- Barney Boisvert [EMAIL PROTECTED

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

2005-09-29 Thread Barney Boisvert
and does not suffer from the lag time I expected - even on a very large query. Thanks for the tip. -Mark -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Logware

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

2005-09-29 Thread Barney Boisvert
Osbun Applications Manager Health Systems, International -- 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

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

2005-09-29 Thread Barney Boisvert
, barneyb On 9/29/05, Jim Davis [EMAIL PROTECTED] wrote: -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 12:36 PM To: CF-Talk Subject: Re: Every once in a while, I feel smart. A story of displaying a single random image. If you

Re: CF Tips... was CF smart

2005-09-29 Thread Barney Boisvert
and others put in their own, non-standard comment characters. I'll get a solid solution and implement it. There's always more to a feature than the feature itself. :) -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: FarCry 3.0: The Glamour Puss

2005-09-29 Thread Barney Boisvert
is never very much in advance of the event? I mean, wouldn't it be great if one day someone made a post saying that they were going to have a breeze presentation next Tuesday at 3pm instead? --Ferg -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100

Re: ot: checksum?

2005-09-28 Thread Barney Boisvert
checksums now its a perfect opportunity to learn this. Thanks, -- Ryan Guill BlueEyesDevelopment [EMAIL PROTECTED] www.ryanguill.com (270) 217.2399 -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: source control setup

2005-09-26 Thread Barney Boisvert
, but I'm assuming there is a webdav plugin for it somewhere. Is it possible to set it up through windows somehow? I read something about web folders, but have not been able to figure out how to set it up in XP Pro. Russ -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http

Re: Encrypt/Decrypt Suggestions (WAS Weird Encrypt/Decrypt problem!)

2005-09-26 Thread Barney Boisvert
that there can be no 10 character strings so has anyone ever come across this? Does anyone have any better encryption ideas I could use? This is a really annoying little quirk as to why it only seems to affect 10 character strings, weird huh? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145

Re: Call cfscript inside cfc - its possible?

2005-09-26 Thread Barney Boisvert
: #REReplaceNoCase(PrepareSearch(#arguments.UserField#,user),;,',All)# What's wrong? Cheers MD -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Logware

Re: ColdFusion and Jakarta Structs Framework

2005-09-26 Thread Barney Boisvert
Structs Framework? Does anyone know where I can find more information about this? Thanks, Troy -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Logware (www.logware.us

Re: source control setup

2005-09-26 Thread Barney Boisvert
, etc.. -- 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

Re: source control setup

2005-09-26 Thread Barney Boisvert
repository. I'm not very sure how webdav is set up, so I'm assuming that the settings for that lie in apache instead of on the disk. This way I can have the same file in the dev repository and production repository at the same time. Is this possible? -- Barney Boisvert [EMAIL PROTECTED

Re: 2 Spaces causing problems for CFMX 6.1

2005-09-26 Thread Barney Boisvert
with 2 spaces such as My File.gif I cant work with it. Cant rename, delete etc Anybody else notice this? Dan. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: 2 Spaces causing problems for CFMX 6.1

2005-09-26 Thread Barney Boisvert
a file in a folder and add 2 spaces in the middle of it using Windows Explorer and do a simple CFFILE action=delete or rename and see the problem. Dan. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: RSS Parser

2005-09-25 Thread Barney Boisvert
954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: SPAM-LOW: Re: RSS Parser

2005-09-25 Thread Barney Boisvert
could create (or modify) an XSL sheet that formats the information to insert it into a database. XSL'll only help you if you want to format the RSS in another text format, not if you want to rip it out for some other purpose (store in DB, or whatever). cheers, barneyb -- Barney

Re: columnlist value

2005-09-25 Thread Barney Boisvert
(#Evaluate(Selec.columnlist)#), this doesn't work as it doen't evaluate column values how can i get column values to insert the values into table Thanks -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: RSS Parser

2005-09-23 Thread Barney Boisvert
component is included in CFMX 7? If not, and I don't have DRK 4, how do I get it? Thank you. Johnny -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Discover

Re: String Search!!!!

2005-09-23 Thread Barney Boisvert
Don't you mean converted to This? left(string, find( , string) - 1) should do it. cheers, barneyb On 9/23/05, Aldon Moore [EMAIL PROTECTED] wrote: How do I search a string for the first space between characters? This should be so easy converted to This should -- Barney Boisvert [EMAIL

Re: ColdFusion MX 7 : New Features Survey

2005-09-23 Thread Barney Boisvert
I am. tee-hee. On 9/23/05, Adrocknaphobia [EMAIL PROTECTED] wrote: Do you know that masturbation is not bad? I'm not touching that one. -Adam -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: find identical records

2005-09-23 Thread Barney Boisvert
distinct serialnumber from inventory order by serialnumber asc to get the unique records. Robert O. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Logware

Re: find identical records

2005-09-23 Thread Barney Boisvert
What DB are you using? Perhaps that's a reserved word, and needs to be escaped/changed? cheers, barneyb On 9/23/05, Orlini, Robert [EMAIL PROTECTED] wrote: Thanks Barney. It says Incorrect syntax near the keyword rowcount -Original Message- From: Barney Boisvert [mailto:[EMAIL

Re: find identical records

2005-09-23 Thread Barney Boisvert
Meaning.. MySQL? MS SQL Server? Oracle? PostgreSQL? Something else? On 9/23/05, Orlini, Robert [EMAIL PROTECTED] wrote: Using SQL -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 2:39 PM To: CF-Talk Subject: Re: find

Re: How to debug Could not generate stub objects for web service invocation error

2005-09-22 Thread Barney Boisvert
? Thanks Victor -- 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

Re: All Items From LAST month

2005-09-21 Thread Barney Boisvert
] wrote: My records get time stamped when they are entered. It is a simple date/time field. What is the correct syntax for retrieving ALL records entered LAST MONTH. So, if today (Now()) is ANY day in September, show me all the records entered in August. TIA, Tim -- Barney Boisvert [EMAIL

Re: All Items From LAST month

2005-09-21 Thread Barney Boisvert
And, of course, make sure you put the dates in the right order in the SQL. ;) cheers, barneyb On 9/21/05, Barney Boisvert [EMAIL PROTECTED] wrote: endDate = dateAdd(s, -1, createDate(year(now()), month(now()), 1)); startDate = createDate(year(endDate), month(endDate), 1); SELECT * FROM

Re: All Items From LAST month

2005-09-21 Thread Barney Boisvert
# /cfquery standard disclaimer about being untested, could cause warts, etc. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Find out how CFTicket can increase your

Re: All Items From LAST month

2005-09-21 Thread Barney Boisvert
] wrote: Also, what happens when I try to run this method in January, and it attempts to subract 1 from the month number? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: ReReplaceNoCase

2005-09-21 Thread Barney Boisvert
examples I see are looking for a regex that can have wildcards in the middle etc, but how to take what you find and wrap it? thanks, -- Ryan Guill BlueEyesDevelopment [EMAIL PROTECTED] www.ryanguill.com (270) 217.2399 -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got

Re: DateTime problems

2005-09-21 Thread Barney Boisvert
people (like most of us) have more than one browser. -- 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

Re: DateTime problems

2005-09-21 Thread Barney Boisvert
-- 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

Re: DateTime problems

2005-09-21 Thread Barney Boisvert
a dateAdd? -- 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

Re: What version of the JVM is ColdFusion/JRun Using?

2005-09-21 Thread Barney Boisvert
using? Thanks, Troy -- 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

Re: Logging users actions - DB or Log4J?

2005-09-20 Thread Barney Boisvert
application(inserts, updates and deletes)? DB or Log4J could be resolve this? Anyone use log4j? Any approaches? Cheers MD -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Logging users actions - DB or Log4J?

2005-09-20 Thread Barney Boisvert
), use a web service with no wait or some other situation. If you want the code I'll send it over your way. I've been meaning to write a Fusion Authority article on it. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: SOT: Mod_Rewrite from iismods.com using regex

2005-09-20 Thread Barney Boisvert
-- 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

Re: SCM deployment options (was Re: Source Code Control Setup)

2005-09-15 Thread Barney Boisvert
Responses inline... On 9/15/05, John Paul Ashenfelter [EMAIL PROTECTED] wrote: On 9/15/05, Barney Boisvert [EMAIL PROTECTED] wrote: That's a surprise -- though it of course depends on what you're doing. I don't have many CF projects that don't have at least *some* java in them (usually

Re: Strangest custom tag problem EVER!

2005-09-14 Thread Barney Boisvert
: Hahaha!!! I nearly close everything that way with all the XML I've been dealing with. Didn't even realize it! Thanks for setting me straight. It's been a lng day. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -- Barney Boisvert [EMAIL PROTECTED

Re: CFEclipse Problem view

2005-09-14 Thread Barney Boisvert
? What kinds of problems are found? (I optimistically created a file full of CF syntax errors and nothing came about in the problems view - I guess my expectations are off.) Thanks again Paul -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I

Re: 2005 Dates bug

2005-09-14 Thread Barney Boisvert
? When I run this code it does not give me the correct first day of the month. 2006 is fine. CFSET date = 8/1/2005 CFOUTPUT#DayOfWeekAsString(DayOfWeek(FirstDayOfMonth(date)))#/CFOUTPUT -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: SCM deployment options (was Re: Source Code Control Setup)

2005-09-14 Thread Barney Boisvert
-- 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

Re: date error

2005-09-14 Thread Barney Boisvert
is the error message: Parameter validation error for function CREATEODBCDATE. The value of the parameter 1, which is currently session.ReportDate, must be a class java.util.Date value. Thanks, Mark -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail

Re: date error

2005-09-14 Thread Barney Boisvert
Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: date error

2005-09-14 Thread Barney Boisvert
-- 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

Re: SCM deployment options (was Re: Source Code Control Setup)

2005-09-14 Thread Barney Boisvert
appropriate, testing is automated. Still have to test stuff manually though, no matter how good your test framework is, particularly with HTML stuff. cheers, barneyb On 9/14/05, John Paul Ashenfelter [EMAIL PROTECTED] wrote: On 9/14/05, Barney Boisvert [EMAIL PROTECTED] wrote: My method of choice

Re: SCM deployment options (was Re: Source Code Control Setup)

2005-09-14 Thread Barney Boisvert
. cheers, barneyb -- 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

Re: OT: Source Code Control Setup

2005-09-13 Thread Barney Boisvert
which takes away from having everything in one ide and still leaves the ability for someone to mess it up. Any help would be appreciated. Kevin. -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: cfchart scaleto scalefrom problem

2005-09-13 Thread Barney Boisvert
. I see from the documentation that others have also had this problem in CFMX7, but I can't find a solution. Any ideas out there? Rick -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Source Code Control Setup

2005-09-13 Thread Barney Boisvert
by the workstations). So while you can set the app up locally you can't actually get any data to work with. Jim Davis -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Enforcing 128-bit SSL

2005-09-13 Thread Barney Boisvert
in Application.cfm. I am thinking there might be some setting in one of these XML files where I can tell JRun to throw an error if the 128-bit rule is not met. Thank you, Mike Chabot -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: Linked Lists

2005-09-13 Thread Barney Boisvert
http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Discover CFTicket - The leading

Re: Enforcing 128-bit SSL

2005-09-13 Thread Barney Boisvert
to my custom error page. It was like the user was prevented from establishing any connection to the server, instead of connecting but being shown a friendly error message. Thank you, Mike Chabot -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100

Re: Linked Lists

2005-09-13 Thread Barney Boisvert
/author/4806Dealey.htm -- 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

Re: OT: More on subversion

2005-09-13 Thread Barney Boisvert
and I've never done it before, I'll have to rely on your good advice. Thanks Paul -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~| Logware

Re: OT: More on subversion

2005-09-13 Thread Barney Boisvert
with VPN connections? since if your laptop falls in the sink, all your work is toast. I installed tiny sinks to guard against just such a disaster. :) Thanks again -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites

Re: XML as a database? Please say yes!

2005-09-13 Thread Barney Boisvert
in structuring the data. item id123/id colorred/color sizelarge/size /item etc ... etc ... Is there any way I can use an XML doc instead of a db for this purpose? Or would it be just totally inefficient? Thanks, Will -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http

Re: Linked Lists

2005-09-13 Thread Barney Boisvert
, but it is there. -- 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

Re: Displaying XML with XSL....

2005-09-13 Thread Barney Boisvert
I dunno. Try trimming down both the XML and the XSL to a bare minimum example, and then building back up from there. I.e. something like rootname id=4andy/name/root and use XSL to turn it into stronghello, andy (4)/strong or something. If that doesn't work, try posting again. It'll be a lot

Re: Strangest custom tag problem EVER!

2005-09-13 Thread Barney Boisvert
changed setup to initialize and it works fine. So does anyone know of any issues with the action=setup combination or do I need to fumigate my server for gremlins? ...:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145

<    4   5   6   7   8   9   10   11   12   13   >