RE: Resize Image ?

2003-11-25 Thread Brrrian
Ahhh... new information. Okay Rachel... an example css call out please? thanks At 03:08 PM 11/25/03 -0500, you wrote: Just change the height and width attributes in the img tag. It's really your only option if you want to use the same source file. (Although Rachel would kill me if I didn't

RE: Ever have trouble with Client Variables changing?

2003-11-24 Thread Brrrian
ColdFusion Users Group - http://www.actcfug.comhttp://www.actcfug.com 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Telephone: +61-2-6284-2727 Mobile: +61-0439-401-823 E-mail: [EMAIL PROTECTED] World Wide Web: http:/www.coldgen.com/ -Original Message- From: Brrrian [mailto:[EMAIL PROTECTED

Ever have trouble with Client Variables changing?

2003-11-21 Thread Brrrian
I have a Client variable that I set as True of False... it is changing on me. For example once a page loads I dump the client variable list and I can see that it is set False...I Click on something reloads the page and it has switched to True.But not Always.is very Odd.The Only place

javascript window.close() twist

2003-11-09 Thread Brrrian
I'm chasing a _javascript_ issue. Main page opens a child window which populates with a menu. Choosing a menu item opens the menu selection in the parent window. This is working well. function popUp(page, name, details) { newWin=window.open(page, name, details); newWin.focus(); return false;

RE: javascript window.close() twist

2003-11-09 Thread Brrrian
hth tony -Original Message- From: Brrrian [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2003 9:13 PM To: CF-Talk Subject: _javascript_ window.close() twist I'm chasing a _javascript_ issue. Main page opens a child window which populates with a menu. Choosing a menu item opens the m

RE: javascript window.close() twist

2003-11-09 Thread Brrrian
-Original Message- From: Brrrian [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2003 9:46 PM To: CF-Talk Subject: RE: _javascript_ window.close() twist Nope, but thanks ;) I am not trying to close the Parent window... I want the _javascript_ in the Parent window to close the Child

CFMX 6.1 and Postgres DataSources

2003-10-27 Thread Brrrian Scandale
Just updated to 6.1. Now the old techniques for setting the Data Sources for Postgres fails. I can't get a good DSN established. JDBC URL: jdbc:postgresql://152.45.2.31/clientreg Driver Class: org.postgresql.Driver Driver Name: PostgreSQL Username: postgres Password: (pw) Description:

Re: FIXED - CFMX 6.1 and Postgres DataSources

2003-10-27 Thread Brrrian
Jeeze... yes... that was the Problem! Thanks. the 6.1 updater stepped on ALL the configuration information. I should have checked everything first I guess. Thanks! At 05:49 PM 10/27/03 +0100, you wrote: Brrrian Scandale wrote: Just updated to 6.1. Now the old techniques for setting

Re: CFMX 6.1 and Postgres DataSources

2003-10-27 Thread Brrrian
Yeah, very cool Jochem... read that first thing this morning from the MM site. Too bad I didn't check all the CFAdmin config settings first! At 05:33 PM 10/27/03 +0100, you wrote: Brrrian Scandale wrote: Just updated to 6.1. Now the old techniques for setting the Data Sources for Postgres

Re: OT: Oracle Licensing

2003-08-20 Thread Brrrian
Tell him your company is seriously considering moving to PostgreSQL and that until a decision is made on that matter you won't be in a position to make any decision. At 10:46 AM 8/20/03 -0400, you wrote: I just completed a call with the Oracle rep (who is a salesman) for my organization and

RE: dynamic naming???

2003-07-25 Thread Brrrian
] /cfloop /cfloop -Original Message- From: Brrrian [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 July 2003 9:24 AM To: CF-Talk Subject: RE: dynamic naming??? Thanks Matthew, Unfortunately both of those ideas get:Invalid CFML construct found on line 156 at column ;( At 10:48 AM 7/23/03 +1200

Re: OT: Smarter.com and IE

2003-07-25 Thread Brrrian
Get Ad-Aware from lavasoft.com... it's free... your browser has been hijacked. Good luck killing it. At 03:44 PM 7/25/03 -0500, you wrote: Anyone else have this problem? I have had my IE Browser start opening the Search on the left... and it brings up smarter.com. I can not seem to get it to

Re: OT: Smarter.com and IE

2003-07-25 Thread Brrrian
Oops guess I should read all the way through before offering advice... sorry... Perhaps a search of your registry??? At 03:44 PM 7/25/03 -0500, you wrote: Anyone else have this problem? I have had my IE Browser start opening the Search on the left... and it brings up smarter.com. I can

Re: CF and Unix

2003-07-22 Thread Brrrian
You first need to find out how the data is stored on the unix box... is it an oracle database / a postgresql database / some other database? If you don't know perhaps you can get to that info via the application using the database... what is the application name? Assuming of course that it is

dynamic naming???

2003-07-22 Thread Brrrian
trying to dynamically populate several 1 dimension arrays... AryName1 AryName2 AryName3 AryNameN... I create the N...Arrays with ArrayNew(1) and then try a loop to populate cfloop... cfset AryName#j#[i] = Somedata.field[j] /cfloop Gets:Invalid CFML construct found on line 156 at column 49. or

Re: dynamic naming???

2003-07-22 Thread Brrrian
Why Thanks, I will give that a whirl now... will let you know. At 07:21 PM 7/22/03 -0400, you wrote: Can you use a structure instead of all these arrays? cfset container = structNew() cfloop ... index=j cfset container[j] = arrayNew(1) /cfloop Then it's container[j][i] to access the

RE: dynamic naming???

2003-07-22 Thread Brrrian
] -Original Message- From: Brrrian [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 July 2003 9:47 a.m. To: CF-Talk Subject: dynamic naming??? trying to dynamically populate several 1 dimension arrays... AryName1 AryName2 AryName3 AryNameN... I create the N...Arrays

Dynamic Allocation of Arrays

2003-07-21 Thread Brrrian
Hi All, Have not been online like this all summer... but now I'm bloody stuck. I have been chasing my tail for a few days now. I am looping through a record set(OldQuery) and adding an arbitrary number of NewColumns to it, the number of columns added is dependent upon how many of something

Re: ergonomics

2003-07-21 Thread Brrrian
I've spent many years in one now... chiropractor had me get it when years of slouching killed my back. Now I prefer it... though it takes time to get used to. The forces on your lower bones... fibula I think... are odd and take some getting used to if you want to sit for hours at a time...