(admin) digests

2006-08-14 Thread Michael Dinowitz
If you are getting the lists in digest mode and are having any problems from 5am today on, email me off list. Thanks Michael Dinowitz President: House of Fusion http://www.houseoffusion.com Publisher: Fusion Authority http://www.fusionauthority.com Adobe Community Expert

Re: OT - Nice site I will recommend you to all my friends.

2006-08-14 Thread Tom Chiverton
On Friday 11 August 2006 21:18, Al Musella, DPM wrote: somehow set the referrer to be the action page.. but some set it to Sending custom HTTP headers is trivial. Referer should not be used as part of security. the original form page also.. but the time never looks right.. usually either 0

RE: cf_formurl2attributes_search

2006-08-14 Thread Snake
Perhaps your using a very very old version of the tag -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 14 August 2006 00:53 To: CF-Talk Subject: Re: cf_formurl2attributes_search Unless the tag was modified, I will have to disagree :) The original formurl2attributes

Problems with float

2006-08-14 Thread James Smith
Interesting issue... I am extracting a price from an XML feed for insertion into our local data. The price is returned as a simple float value which I can output to screen just fine. Unfortunately when I insert the info into the database it gets a little messed up. Here are 5 inserted values

Re: Problems with float

2006-08-14 Thread Tom Chiverton
On Monday 14 August 2006 12:00, James Smith wrote: The price is returned as a simple float value which I can output to screen just fine. Unfortunately when I insert the info into the database it gets a little messed up. Are you performing any arithmetic on this value ? -- Tom Chiverton

Re: DTS from SP

2006-08-14 Thread Hrvoje Kevic
Hi! I am having similar problem - when run from DOS command, it runs fine, when run from the Query Analizer it tells me the class is not registered. I tried all the things you have described, but none have worked. Have you maybe found the solution? Thank you, Hrvoje Kevic Tehning d.o.o.

Re: Problems with float

2006-08-14 Thread Martin Thorpe
I have had problems with floats before, where the calculations were incorrect. Wrapping everything with val(number) or evaluate(number) sorted it all out for me. It was all with calculations that the problems were caused though, returning incorrect numbers. cheers Martin Interesting

RE: List of states, cities, zips

2006-08-14 Thread Bobby Hartsfield
;-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 12:56 AM To: CF-Talk Subject: Re: List of states, cities, zips FIIN!! haha even if you have to pay its still a good

RE: Problems with float

2006-08-14 Thread James Smith
No calculations are being done, I am simply grabing the value from an XML feed and then doing an SQL insert into the DB. -- Jay -Original Message- From: Martin Thorpe [mailto:[EMAIL PROTECTED] Sent: 14 August 2006 12:45 To: CF-Talk Subject: Re: Problems with float I have had

RE: Problems with float

2006-08-14 Thread Leon Oosterwijk
Are you storing the data in a float field in the db? Floats are inherently inaccurate. You should probably use the decimal(x,y) data type (if you're using SQL server). Leon -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 7:11 AM To: CF-Talk

RE: MS security updates and CF MX 6

2006-08-14 Thread Russ
I haven't heard anything, but what kind of DSN connections do you have? Are you running SQL server? Is the service running? Are you using MS Access? The best thing would be to go to CF administrator and see if your datasources are still working, and if not find out why. Russ

Grab info from returned page and make into variable

2006-08-14 Thread Marty Rock
We have a program where you can enter your user name and it will return a web page with your name, phone, room, organization, etc. I need to grab that info and create variables so I can populate a form with the info. Any ideas?

OT: Google Analytics question. Anyone?

2006-08-14 Thread Andy Matthews
A client of mine is trying to track purchases through his shopping cart using his Analytics account. I'm pretty sure I've got the code in place correctly but he's not getting any hits (and he is getting purchases). I'm thinking he might have his addresses entered in correctly. Can someone

RE: Changing views at runtime with mach-ii

2006-08-14 Thread Richard Kroll
I did not know about the mach-ii list. I was looking for it but must have missed it when looking for mach-ii info. Unfortunately I can't use a simple branch in the logic to solve my problem. I'm attempting to create a dynamic view engine, which would allow me to use a different view based on

Re: List of states, cities, zips

2006-08-14 Thread Eric Haskins
Becareful with webservicex Some of the data still hasn't been updated. I have lived in Clearwater florida for over 6 years and the Area Code has been 727 for the whole time. It shows 813 when I get info by Zip. No telling what else hasn't been updated. ~Eric On 8/11/06, Michael E. Carluen

Re: (Admin) Security bulletin - ColdFusion AdminAPI Authentication Issue

2006-08-14 Thread David
On 8/11/06, Dave Carabetta [EMAIL PROTECTED] wrote: On 8/11/06, Everett, Al (NIH/NIGMS) [C] [EMAIL PROTECTED] wrote: their RSS Notification feed Got an URL? Sure do. They have feeds for very product here: http://www.adobe.com/support/rss/ Regards, Dave. The one thing that's

MS security updates and CF MX 6

2006-08-14 Thread Chad Gray
Windows Server 2000 and recent updates do they affect CF 6? After apply windows security patches and updates, CF seems to have stop processing requests. HTML pages are displayed to user, but CFM pages are not. In the logs there are lots of complaints about DSN connections not working.

RE: Changing views at runtime with mach-ii

2006-08-14 Thread Russ
Hmm... If mach II doesn't support it, I believe Model-Glue does. I haven't done any development on these platforms, but I don't think it would be very difficult to rewrite your app using model-glue if you already have it in Mach II, as they seem to be pretty similar. Russ -Original

Re: Checking multiple orders

2006-08-14 Thread Kris Jones
Why can't you use the group by and having clause right on the main query? How about something like this: SELECT orders.*, payment_authority.* FROM orders LEFT OUTER JOIN payment_authority ON orders.order_id = payment_authority.order_id WHERE orders.order_receipt_sent = 1 GROUP BY customer_id,

Re: OT: Google Analytics question. Anyone?

2006-08-14 Thread Jason Radosevich
Did you put the JS code in the pages that you want tracked ? On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote: A client of mine is trying to track purchases through his shopping cart using his Analytics account. I'm pretty sure I've got the code in place correctly but he's not getting any

RE: MS security updates and CF MX 6

2006-08-14 Thread Chad Gray
That is what it was. The NIC on the SQL server was in the process of dying so very sporadic working and not working. The security updates were just a coincidence. It took a while to figure out with it sometimes working and sometimes not, but it was the connection to the database server.

server problems

2006-08-14 Thread Chad Gray
What is up with this? http://careyweb.com/Untitled-2.jpg Anyone see this happen before? Windows security patches were installed an now CF appears hosed. I dont know if this is an IIS thing or CF thing.

RE: Grab info from returned page and make into variable

2006-08-14 Thread Jake Churchill
It sounds like you can throw this code in a function and return a type query. You will need to use dynamic naming to do this so like name_#username_id#, phone_#username_id#, etc. -Original Message- From: Marty Rock [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 9:55 AM To:

UDF to convert decimals to fractions?

2006-08-14 Thread Andy Matthews
Does anyone happen to have a UDF that would convert decimals to their fractional equivalents? I'm working on a cooking website and I'm storing the quantities as floats, but I'd like to display them as fractions for American cooks, while still retaining the ability to display as decimals if

Re: Fusebox 2

2006-08-14 Thread Larry Lyons
Oh hell, I was tired last night while writing the email. The It does not actually have around it. Any ideas other than that one? If I remember FB2 properly it relies on the form2URLAttributes.cfm custom tag. You might want to see if its in your custom tags directory or at the same level as

RE: Grab info from returned page and make into variable

2006-08-14 Thread Andy Matthews
cfhttp? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Marty Rock [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 9:55 AM To:

ISO-8859-1 characters in a subject header in CFMAIL

2006-08-14 Thread Claude Schneegans
Hi, my application is sending messages to subscribers via CFMAIL. Until now I never had any problem, but recently, one of the subcribers mail server complained that INVALID CHARACTERS IN HEADER Non-encoded 8-bit data (char FB hex) in message header 'Subject' Subject: L'Estafette FAFO, #2006 -

Re: OT: Google Analytics question. Anyone?

2006-08-14 Thread Phill B
I don't think you can track http and https on the same site profile. I could be wrong but that is the way it looks to me when I set up my sites. Phil On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote: A client of mine is trying to track purchases through his shopping cart using his Analytics

Re: OT: Google Analytics question. Anyone?

2006-08-14 Thread Jerry Johnson
And doesn't the js code in the https pages need to point to the https version on google analytics? On 8/14/06, Jason Radosevich [EMAIL PROTECTED] wrote: Did you put the JS code in the pages that you want tracked ? On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote: A client of mine is trying

RE: Grab info from returned page and make into variable

2006-08-14 Thread loathe
Use cfhttp to grab the page and parse it either using the built in CF string and xml functions or using regular expressions. -Original Message- From: Marty Rock [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 10:55 AM To: CF-Talk Subject: Grab info from returned page and make

RE: server problems

2006-08-14 Thread Russ
Yea, looks like the images aren't properly served from the CFIDE folder. This is most likely your web server set up. Are you by any chance using some kind of proxying/url rewriting? In any case, check the CFIDE mapping, as that's where the culprit likely is. Russ -Original Message-

RE: Grab info from returned page and make into variable

2006-08-14 Thread Jake Churchill
Maybe I read this wrong. I got the impression you had a login script which returns from a DB the rest of the information. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 2:18 PM To: CF-Talk Subject: RE: Grab info from returned page and make

Re: UDF to convert decimals to fractions?

2006-08-14 Thread Barney Boisvert
Far easier to convert them from fraction to float than from float to fraction. Not to mention storing fractions is more precise. So i'd investigate a way to do that if at all possible, rather than the converse. However, it'd be pretty simple to write a UDF to convert common floats back into

Re: UDF to convert decimals to fractions?

2006-08-14 Thread Charlie Griefer
oops sorry... the previous UDF calls this one: function getGCD(a, b) { var remainder = 0; while (b NEQ 0) { remainder = a MOD b; a = b; b = remainder; } return abs(a); } On 8/14/06, Charlie Griefer [EMAIL

Re: UDF to convert decimals to fractions?

2006-08-14 Thread Charlie Griefer
wrote this over 3 years ago...never actually put it into production use, so there are no guarantees :) but if it doesn't work, at least it might give you a foundation to improve upon. /** * * Converts a decimal to a fractional number * version 1.0 * * @param number Decimal

Re: UDF to convert decimals to fractions?

2006-08-14 Thread Sixten Otto
I'm working on a cooking website and I'm storing the quantities as floats, but I'd like to display them as fractions for American cooks, while still retaining the ability to display as decimals if needed. I don't have such a UDF, no. But I would strongly recommend storing the quantities as

announce: cfportal

2006-08-14 Thread Raymond Camden
This morning I launched a page much like flex.org. The basic idea is to give folks a one page quick ref to important CF links: http://ray.camdenfamily.com/demos/cfportal Suggestions are welcome. I plan on adding a snazzy short URL sometime in the future, although I figured by now most folks know

Java/CF Question

2006-08-14 Thread loathe
I have a need to parse in a data file weekly. The file is about 2200 lines long and is in a fixed width format. It will be written to a DB2 database on a mainframe. I'm thinking that I should create a java object that will do the heavy lifting, only using CF as needed for the interface side of

Re: Changing views at runtime with mach-ii

2006-08-14 Thread Peter J . Farrell
Hmm... If mach II doesn't support it, I believe Model-Glue does. I haven't done any development on these platforms, but I don't think it would be very difficult to rewrite your app using model-glue if you already have it in Mach II, as they seem to be pretty similar. Post this to the Mach-II

CF out of memory, even when out of scope

2006-08-14 Thread David
hi all, I have a data processing app that's on a dedicated server, will run once in a long while, to import data into SQL, read with CF and export as XML. Just 1 page to process, with various includes and CFCs. Has been running fine with previous datasets, except with newest huge datasets have

Re: Coldfusion and FCKeditor

2006-08-14 Thread Joe Rosensteel
Chad, I ran into very similar issues while trying to configure Coldfusion to work with the Spellerpages and fckeditor. I have created a step by step page that should make installation much much easier for anyone else experiencing these same issues. There were too many changes to include it

OT: Requirements Gathering/Analysis Software

2006-08-14 Thread Rob Wilkerson
Is anyone using any OSS to assist in the gathering, analysis and traceability of requirements? I've heard that Adalon did such a thing, but that it's no longer available. I tried using it a few years ago, but could never figure out how to get it to work effectively. Or how to work effectively

Re: Coldfusion and FCKeditor

2006-08-14 Thread Joe Rosensteel
Chad, I ran into very similar issues while trying to configure Coldfusion to work with the Spellerpages and FCKeditor. I have created a step by step page that should make installation much much easier for anyone else experiencing these same issues. There were too many changes to include it

Re: announce: cfportal

2006-08-14 Thread Josh Nathanson
Thanks Ray, already got it bookmarked! -- Josh - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 14, 2006 12:38 PM Subject: announce: cfportal This morning I launched a page much like flex.org. The basic idea is

RE: OT: Google Analytics question. Anyone?

2006-08-14 Thread Dave Watts
And doesn't the js code in the https pages need to point to the https version on google analytics? Yes, it should. This exact problem bit me not too long ago. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

RE: announce: cfportal

2006-08-14 Thread Munson, Jacob
Looks great, Ray! And a good idea as well. The only comment I have is that on my machine, the top right pod labeled Adobe ColdFusion Product Notifications, 'Notifications' is line wrapped and is half on the red and half on the gray. Other than that, looks great! -Original Message-

RE: UDF to convert decimals to fractions?

2006-08-14 Thread Andy Matthews
I should say that they're not floats...I was just saying that they're decimals. At most they'll be 3 places (for 1/8 stuff). So common values might be: 1.5 7.33 2.125 etc. I need to convert those to 1 1/2 7 1/3 2 1/8 !//-- andy matthews web developer certified advanced

Re: Coldfusion and FCKeditor

2006-08-14 Thread Joe Rosensteel
Chad, I ran into very similar issues while trying to configure Coldfusion to work with the Spellerpages and fckeditor. I have created a step by step page that should make installation much much easier for anyone else experiencing these same issues. There were too many changes to include it

RE: OT: Google Analytics question. Anyone?

2006-08-14 Thread Andy Matthews
Well, I sure thought I did. But someone else pointed out that the code wasn't in the cart pages. I would have sworn that I added that in there. I did that and I guess we'll wait until tomorrow to see if it worked. :) !//-- andy matthews web developer certified advanced

Re: Coldfusion and FCKeditor

2006-08-14 Thread Joe Rosensteel
Chad, I ran into very similar issues while trying to configure Coldfusion to work with the Spellerpages and fckeditor. I have created a step by step page that should make installation much much easier for anyone else experiencing these same issues. There were too many changes to include it

Re: (Admin) List Slow?

2006-08-14 Thread Crow T Robot
nope, not just youI'm just getting messages now that I posted this AM. - Original Message - From: Russ [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 14, 2006 4:18 PM Subject: (Admin) List Slow? Is it just me? Seems to be about a 4 hour delay on the

Re: Coldfusion and FCKeditor

2006-08-14 Thread Joe Rosensteel
Chad, I ran into very similar issues while trying to configure Coldfusion to work with the Spellerpages and fckeditor. I have created a step by step page that should make installation much much easier for anyone else experiencing these same issues. There were too many changes to include it

Re: Java/CF Question

2006-08-14 Thread Jerry Johnson
2200 lines? are they REALLY long? Or do you mean 22 million lines? If they are 2200 reasonably short lines (thousand chars per line), CF shouldn't even blip. (If you want to try this as a nice exercise, then never mind.) Of course, I typically do this work now in a DTS package in sql server, so

Re: Coldfusion and FCKeditor

2006-08-14 Thread Joe Rosensteel
Chad, I ran into very similar issues while trying to configure Coldfusion to work with the Spellerpages and fckeditor. I have created a step by step page that should make installation much much easier for anyone else experiencing these same issues. There were too many changes to include it

RE: OT: Google Analytics question. Anyone?

2006-08-14 Thread Andy Matthews
I'm not sure what you mean... This is the tracking code I've got on the entire site right now: script src=http://www.google-analytics.com/urchin.js; type=text/javascript /script script type=text/javascript _uacct = UA-408392-1; urchinTracker(); /script Are you saying that on the cart pages

RE: (Admin) List Slow?

2006-08-14 Thread Andy Matthews
I'm only now getting emails that I sent 5 or 6 hours ago. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Russ [mailto:[EMAIL PROTECTED]

Re: announce: cfportal

2006-08-14 Thread Raymond Camden
Odd. I can't reproduce it here. Don't you love browser compat issues? I'm adding CF blogs later tonight. On 8/14/06, Munson, Jacob [EMAIL PROTECTED] wrote: Looks great, Ray! And a good idea as well. The only comment I have is that on my machine, the top right pod labeled Adobe ColdFusion

Converting Word XML to Word Document Format

2006-08-14 Thread Kin Wong
I created a custom tag to open an Word XML file and save it as a word document file. I believe that the constant for wdFormatDocument is 0, and that is the value that I am passing to second paramter in the SaveAs method. However, the file is not saved as Word Document format. It is still

RE: Java/CF Question

2006-08-14 Thread loathe
Well, in reality this has a dual goal. 1. Get me using more Java in my CF. And 2. Use the type 4 JDBC drivers to the DB2 mainframe to see how they perform and are accessed and so forth. This is one little piece of a huge application, and I'm using it to get my feet wet :) -Original

Re: announce: cfportal

2006-08-14 Thread Raymond Camden
Ok. As just an FYI, I just bought coldfusionportal.org, so the URL will be updated soon. On 8/14/06, Munson, Jacob [EMAIL PROTECTED] wrote: I'm using Firefox 1.06 on WinXP. I just figured out what causes it, I have my Firefox window only about 1100 pixels wide. If I widen my window it

RE: announce: cfportal

2006-08-14 Thread Munson, Jacob
I'm using Firefox 1.06 on WinXP. I just figured out what causes it, I have my Firefox window only about 1100 pixels wide. If I widen my window it doesn't wrap. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 3:42 PM Odd. I can't

Re: announce: cfportal

2006-08-14 Thread Josh Nathanson
I get that text overlap too, on FireFox 1.5.0.6. Looks fine on IE. -- Josh - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 14, 2006 2:42 PM Subject: Re: announce: cfportal Odd. I can't reproduce it here. Don't

Re: announce: cfportal

2006-08-14 Thread Barney Boisvert
Not compatibility, just window size. The right column doesn't have a width set, so it'll compress as narrow as it needs to be to fit, thereby wrapping the content. a simple white-space:no-wrap on the red header divs should take care of it. cheers, barneyb On 8/14/06, Raymond Camden [EMAIL

RE: announce: cfportal

2006-08-14 Thread Munson, Jacob
I'm using Firefox 1.06 on WinXP. Oops, that should have been 1.5.06 This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying,

Re: announce: cfportal

2006-08-14 Thread Casey Dougall
Nice referance... There are wrap issues for me as well. Put the books on 2 rows and that wouldn't happen. Casey On 8/14/06, Munson, Jacob [EMAIL PROTECTED] wrote: I'm using Firefox 1.06 on WinXP. I just figured out what causes it, I have my Firefox window only about 1100 pixels wide. If I

Re: announce: cfportal

2006-08-14 Thread Raymond Camden
Barney, I'm not sure what you mean. The right column does indeed have a size. On 8/14/06, Barney Boisvert [EMAIL PROTECTED] wrote: Not compatibility, just window size. The right column doesn't have a width set, so it'll compress as narrow as it needs to be to fit, thereby wrapping the

Re: Guestbook Help

2006-08-14 Thread Dave Lyons
I have done something as simple as make an image with a code on it (ala captcha but just one image) and have a form field that they enter the code and check that field against a variable before submitting. It really is a poor mans captcha but the sites I have tried it on have worked 100% so far

RE: announce: cfportal

2006-08-14 Thread Snake
Oops Server Error The server encountered an internal error and was unable to complete your request. JRun closed connection. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 14 August 2006 23:29 To: CF-Talk Subject: Re: announce: cfportal Barney, I'm not sure

Re: Java/CF Question

2006-08-14 Thread Mark Mandel
Just for some reading, here is a post on using a BufferedReader (so you can read line by line) http://www.compoundtheory.com/?action=displayPostID=54 You'll need to wrap it around your fileReader, but that should work for you. HTH Mark On 8/15/06, loathe [EMAIL PROTECTED] wrote: Well, in

Re: OT: Google Analytics question. Anyone?

2006-08-14 Thread Jason Radosevich
I think that you need to have 2 different analycts profiles for http and https On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote: I'm not sure what you mean... This is the tracking code I've got on the entire site right now: script src=http://www.google-analytics.com/urchin.js;

OT: Payment gateways storing of CC info

2006-08-14 Thread Doug Brown
I was wondering what payment gateways you are using. I checked on wells fargo, and they charge 2.4% per transaction plus 0.31 cents per transaction. Anyone know of others with better rates? Also, I was wondering how everybody stores their CC information. I of course want the most secure way

RE: Payment gateways storing of CC info

2006-08-14 Thread Coldfusion
Most secure way is not to store it. If you have to, I would store the first and last 4. -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 7:47 PM To: CF-Talk Subject: OT: Payment gateways storing of CC info I was wondering what payment

Re: (Admin) List Slow?

2006-08-14 Thread Michael Dinowitz
It's the lists. I've adjusted it so it should be back fast. I got the digests rolling and that's more mail to the mix. I'm going to see what I can do in the next day or so about getting a dedicated mail box separate from House of Fusion server to handle the volume of page views and mail posts.

ColdFusion Wake-on-LAN script

2006-08-14 Thread Aaron Neff
Anyone know of a CF WOL script like these? - http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html - http://www.phrackattack.net/files/sources/wakeonlan.txt Found them here: http://en.wikipedia.org/wiki/Wake-on-LAN ...just curious if a CF script exists.

Re: announce: cfportal

2006-08-14 Thread Raymond Camden
Just an FYI, www.coldfusionportal.org should work now. Can someone double check and see if it works for them? On 8/14/06, Raymond Camden [EMAIL PROTECTED] wrote: Barney, I'm not sure what you mean. The right column does indeed have a size. On 8/14/06, Barney Boisvert [EMAIL PROTECTED] wrote:

Re: announce: cfportal

2006-08-14 Thread Raymond Camden
Fixed. Thanks. On 8/14/06, Snake [EMAIL PROTECTED] wrote: Oops Server Error The server encountered an internal error and was unable to complete your request. JRun closed connection. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 14 August 2006 23:29

Re: announce: cfportal

2006-08-14 Thread Phillip Beazley
At Monday, 8/14/2006 07:59 PM, you wrote: Just an FYI, www.coldfusionportal.org should work now. Can someone double check and see if it works for them? Yep, looks good. -- Phillip Beazley ~| Introducing the Fusion

Re: announce: cfportal

2006-08-14 Thread James Holmes
What is the ColdFusion Resource Portal? The ColdFusion Resource portal is a collection of links and feeds relevant to ColdFusion developers. It is based heavily (i.e. ripped completely) on Flex.org. Thanks to Ted Patrick and Adobe for the idea. If you have a suggestion for a link to add, please

Re: ftp in cfe

2006-08-14 Thread Denny Valliant
On 8/13/06, Dave Lyons [EMAIL PROTECTED] wrote: that would be cool I have searched google and I get anything thats worth HOS. Well damn. Not even Half Of a Sandwich, eh? Sheesh! I didn't see anything. My walk-thru was mostly about installing eclipse 3.2RC7, and very little on SFTP, which

RE: announce: cfportal

2006-08-14 Thread Mark Henderson
On 8/14/06, Barney Boisvert [EMAIL PROTECTED] wrote: Not compatibility, just window size. The right column doesn't have a width set, so it'll compress as narrow as it needs to be to fit, thereby wrapping the content. a simple white-space:no-wrap on the red header divs should take care of

Re: Grab info from returned page and make into variable

2006-08-14 Thread Denny Valliant
On 8/14/06, loathe [EMAIL PROTECTED] wrote: Use cfhttp to grab the page and parse it either using the built in CF string and xml functions or using regular expressions. Uuuu! If it's in a HTML table, using the XML functions are pretty easy to maintain, vs. a ton of regex. Depends on when the

OT: CSS

2006-08-14 Thread Chad Gray
Say I want to apply color on text. I need to do it in the html itself. Here is what I ended up with how can I do it better? The p tag I have no control over. It is there to format the paragraphs. Is there a better tag other then a to apply a style to? pthe following text is the color a

Re: CSS

2006-08-14 Thread Paul Giesenhagen
span style=/span Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 14, 2006 9:11 PM Subject: OT: CSS Say I want to apply color on text. I need to do

Re: OT: CSS

2006-08-14 Thread Mike Kear
Yes. Your method will work in a browser, but it's semantically wrong and will give the wrong result for other methods of looking at your page. You should use span for what you want to do. span style=color:red;red/span Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced

RE: CSS

2006-08-14 Thread Chad Gray
I thought span would ad a carriage return? Hmm I will try it. Thanks. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 10:16 PM To: CF-Talk Subject: Re: CSS span style=/span Paul Giesenhagen QuillDesign 417-885-1375

Re: Guestbook Help

2006-08-14 Thread Denny Valliant
I'm thinking the method with the CSS some enterprising lad posted a bit back is pretty cool, and really easy to implement. No need for images, you can make the text REALLY BIG SO EVEN BAD EYE FOLKS LIKE ME CAN READ WTF IS BEING ASKED OF THEM. Don't get me wrong, I love the tech factor of the

Re: OT: CSS

2006-08-14 Thread Matt Williams
In line:span style=color:red;red/span Block element (creates a line break unless overridden in the styles) div style=color:red;red/div On 8/14/06, Chad Gray [EMAIL PROTECTED] wrote: Say I want to apply color on text. I need to do it in the html itself. Here is what I ended up with how can

Re: Java/CF Question

2006-08-14 Thread Dan Plesse
For my biotech stock searching program which hunts the NASDAQ for winners I do a line by line reading using the above objects. here are some code stuff to play with cfset java_io_StringReader = CreateObject(java, java.io.StringReader ).init(cfhttp.filecontent) cfset java_io_BufferedReader =

Re: announce: cfportal

2006-08-14 Thread Raymond Camden
Done. As folks can tell, while I know CF, my CSS skills leave a lot to be desired. On 8/14/06, Mark Henderson [EMAIL PROTECTED] wrote: On 8/14/06, Barney Boisvert [EMAIL PROTECTED] wrote: Not compatibility, just window size. The right column doesn't have a width set, so it'll compress as

RE: OT: CSS

2006-08-14 Thread Mark Henderson
Here is a test page using span to change the text to red. Why does it not show up? Because in the style sheet you have span{margin-left:30px;font-size:13px;color:#888;display:none} Hence, it's not displaying anything at all. If you have control of the stylesheet (and I hope you do) you

OT: Flash or Ajax to Compliment CF Project

2006-08-14 Thread Dakota Burns
I have a fairly large CF project coming up with an interactive piece that will involve changing colors on car parts (roll mouse over hood for design or color, select post to database or session), possibly an audio greeting - that sort of thing. My experience with Flash was a large flash remoting

Re: OT: Flash or Ajax to Compliment CF Project

2006-08-14 Thread Dave Lyons
flash.. unless you want to be creating all the colored parts and then forcing the browser to load feed them in with ajax. Much easier in flash, matter of fact one of the example apps that comes with (or used to come with flash) does this exact thing (even with a car). I have a fairly large

Re: Cold Fusion Jobs in New Zealand

2006-08-14 Thread Simon Trend
I am looking for Cold Fusion people in and around Auckland for high profile International projects. Experience of - Fusebox 3 and 4 (possibly 5 also) - Flex 2.0 - Fusion Reactor - CFC's Competetive rates for both Permanent and Contracting.