Re: upgrade site from FB2 to FB2

2005-01-05 Thread Ian Buzer
I don't have any sample code I can distribute, but request overhead is greatly reduced in FB4 due to some built-in caching mechanisms. True when compared to FB3, but I'm not so sure when compared to FB2. FB2 had no core code - the only request overhead was URL2Attributes. FWIW I migrated an app

DataDirect 3.3 / ColdFusion MX 6.1 / SQL Server Locks

2005-01-05 Thread Robertson-Ravo, Neil (RX)
OK, Over the last 6 months we have been running pretty extensive metrics on the way ColdFusion and SQL Server behaves when a long running SQL Server process runs (commonly with a Stored Procedure actioned by cfstoredproc). Now, we know and have seen that a long running process in SQL Server may

Slightly OT: CFEclipse problem

2005-01-05 Thread Neil Middleton
I've posted this in a few places already with no response (probably not the best time of year) but I am having a small problem with CFEclipse (might be eclipse proper but I haven't had a chance to check) Basically, whenever I have a £ in a file, and save it, the £ gets saved as a ?. Does anyone

RE: Slightly OT: CFEclipse problem

2005-01-05 Thread Robertson-Ravo, Neil (RX)
Hmm, Suggest you use pound; to display a pound sign (assuming you are using HTML). N -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 10:18 To: CF-Talk Subject: Slightly OT: CFEclipse problem I've posted this in a few places already with no

RE: Firefox Tabs

2005-01-05 Thread James Smith
Thank you Jochem. I fired off my response as soon as I saw James' question - before I'd even gotten out of bed, in fact - and I was genuinely trying to be helpful and give him the simplest but informative answer possible. James, I'm sorry you don't like the answers you are getting but

Re: Slightly OT: CFEclipse problem

2005-01-05 Thread Neil Middleton
Sorry, no, I am doing a variety of things, and £ could be in a value, in a string etc. On Wed, 5 Jan 2005 10:22:28 -, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Hmm, Suggest you use pound; to display a pound sign (assuming you are using HTML). N -Original

RE: Slightly OT: CFEclipse problem

2005-01-05 Thread Robertson-Ravo, Neil (RX)
What is your Text File Encoding? Is it se to the default to CP-1252? Or is it UTF or ISO? -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 10:37 To: CF-Talk Subject: Re: Slightly OT: CFEclipse problem Sorry, no, I am doing a variety of things,

Re: Slightly OT: CFEclipse problem

2005-01-05 Thread Neil Middleton
Cracked it, It was set to US-ASCII, I've now changed it to UTF-8 and all is good. On Wed, 5 Jan 2005 10:39:46 -, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: What is your Text File Encoding? Is it se to the default to CP-1252? Or is it UTF or ISO? -Original Message-

RE: Slightly OT: CFEclipse problem

2005-01-05 Thread Robertson-Ravo, Neil (RX)
Coolio ;-) -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 10:52 To: CF-Talk Subject: Re: Slightly OT: CFEclipse problem Cracked it, It was set to US-ASCII, I've now changed it to UTF-8 and all is good. On Wed, 5 Jan 2005 10:39:46 -,

Re: Bandwidth Throttler

2005-01-05 Thread Thomas Chiverton
On Monday 03 Jan 2005 15:54 pm, Robert Everland III wrote: I need to do some testing on a flash remoting project and there seems to be some issues with slower speeds. Does anyone know of any free or paid bandwidth throttlers that allow me to install it on my workstation and limit the amount of

Re: cfmailpart problems

2005-01-05 Thread Jochem van Dieten
Marcus Whitworth wrote: Below is the source of the mail. Displays fine as html in Outlook, displays as text in Thunderbird, Mozilla, Safari. The only problem I see is that it is nota valid HTML document. Jochem ~| Find out

CF-Tag Weather for UK (London)?

2005-01-05 Thread Stuart Kidd
Hi guys, I've been searching around for a weather tag to pull London (UK) weather but seem to just find streams of US tags instead. Does anyone know of a good UK one? It would good to know what the forecast for the day is (centigrade) and what the actual temperature is now (centigrade).

Re: Secure Email Access

2005-01-05 Thread Thomas Chiverton
On Tuesday 04 Jan 2005 14:47 pm, James Smith wrote: Does anyone know of a way to access pop mail with CF using SSH? I ask because gmail seems to require it. Tunnel it. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [EMAIL PROTECTED] BlueFinger Limited

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread John Beynon
I'm pretty sure you can use a weather.com magnet - available from http://www.weather.com/services/oap.html? jb. On Wed, 5 Jan 2005 06:45:06 -0500, Stuart Kidd [EMAIL PROTECTED] wrote: Hi guys, I've been searching around for a weather tag to pull London (UK) weather but seem to just find

RE: Secure Email Access

2005-01-05 Thread Robertson-Ravo, Neil (RX)
SSH by its very nature is tunnelling so I suppose he answered his own post ;-) -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 12:00 To: CF-Talk Subject: Re: Secure Email Access On Tuesday 04 Jan 2005 14:47 pm, James Smith wrote: Does anyone

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Stuart Kidd
Thanks John. I was really hoping however not to have all their imagery splashed over part of my site. Is there a tag I can use to pull text off a site if i know where it sits exactly, ie, two characters (mostly 1 in the UK around this time of year!)? Thanks, Saturday -- Original

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread John Beynon
sure, you could write a scapper to grab the bits you need - cfhttp to grab the page then probably a REGEX to get what you need, jb On Wed, 5 Jan 2005 07:38:27 -0500, Stuart Kidd [EMAIL PROTECTED] wrote: Thanks John. I was really hoping however not to have all their imagery splashed over

RE: Bandwidth Throttler

2005-01-05 Thread Joe Gooch
Netlimiter works well, and can limit bandwidth to specific applications instead of the entire machine. www.netlimiter.com Joe -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:55 AM To: CF-Talk Subject: Bandwidth Throttler I

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Robertson-Ravo, Neil (RX)
Indeed you could also do the same with the BBC... http://www.bbc.co.uk/weather/5day.shtml?id=3822 just regex it and get what you need... -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 12:54 To: CF-Talk Subject: Re: CF-Tag Weather for UK (London)?

Re: Bandwidth Throttler

2005-01-05 Thread daniel kessler
I use a product called Sloppy, which has worked well for all the Flash testing that I needed at the time. It's simple and free. And the hard-to-find url is: http://www.dallaway.com/sloppy/ I need to do some testing on a flash remoting project and there seems to be some issues with slower

OT: maps for distance

2005-01-05 Thread daniel kessler
Sorry for the off-topic. I'm working on a CF app that collects the number of steps that people take daily and using an average, works out the miles. We're walking around the world, virtually, using our pedometers. We've gone from Washington DC to San Diego to Vancouver and I was able to use

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Sean Corfield
On Wed, 5 Jan 2005 06:45:06 -0500, Stuart Kidd [EMAIL PROTECTED] wrote: I've been searching around for a weather tag to pull London (UK) weather but seem to just find streams of US tags instead. Does anyone know of a good UK one? It would good to know what the forecast for the day is

Re: Bandwidth Throttler

2005-01-05 Thread Mike Chabot
Bob, I second the vote for NetLimiter. For Windows, it is the best bandwith limiter I found. Macromedia Flash (the application) has a low bandwith simulation feature in it which may also help. The Flash Remoting debugging tools are quite helpful in diagnosing problems. Good luck, Mike Chabot

Re: OT: maps for distance

2005-01-05 Thread Tony Weeg
the closest russian town to the bering straight... naukan. get Microsoft MapPoint, has a WEALTH of map data. tw On Wed, 05 Jan 2005 08:56:58 -0400, daniel kessler [EMAIL PROTECTED] wrote: Sorry for the off-topic. I'm working on a CF app that collects the number of steps that people take

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Robertson-Ravo, Neil (RX)
An excellent resource if you live near an airport ;-) -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 14:00 To: CF-Talk Subject: Re: CF-Tag Weather for UK (London)? On Wed, 5 Jan 2005 06:45:06 -0500, Stuart Kidd [EMAIL PROTECTED] wrote: I've

RE: The Death of DevNet :-(

2005-01-05 Thread Ben Rogers
As a general rule I'd rather chew off my right arm than deal with sales people. And as a general rule, if a company can't be bothered to advertise the price of something as simple as a software suite, then I'm not going to deal with them. I hate calling sales people, haggling over price, and

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Stuart Kidd
Thanks for that, it also showed me the way to pull XML variables. It seemed a bit slow but it could just be my work connection today. I wonder if there is a way of getting the central London weather instead of the airport stats? I also am checking out the Regex stuff on the houseoffusion.com

RE: SQL group by instead of cfoutput group?

2005-01-05 Thread Gaulin, Mark
What is the sql you have now? -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 8:46 PM To: CF-Talk Subject: Re: SQL group by instead of cfoutput group? Just add 'DISTINCT' after 'SELECT' and SQL Server will automatically ensure that you

Re: The Death of DevNet :-(

2005-01-05 Thread Alex Sherwood
I received the email yesterday. Make sure your spam filter, if any, disn't swipe it! Ben Rogers wrote: As a general rule I'd rather chew off my right arm than deal with sales people. And as a general rule, if a company can't be bothered to advertise the price of something as simple as a

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Dawson, Michael
Not sure about London, but in the US, most weather stations are at the airports. There are exceptions, but rural towns generally get the weather from the nearest airport. I live in a town (the county seat, for that matter) that is about 20 miles from the nearest airport. The weather information

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Sean Corfield
On Wed, 5 Jan 2005 14:19:46 -, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: An excellent resource if you live near an airport ;-) There are 499 stations in the UK so you can easily find a location near anywhere in the UK. Search for United Kingdom here:

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Robertson-Ravo, Neil (RX)
Well it certainly will not cover remote areas such as Scotland/Wales/Cornwall etc..and indeed even if you do find one 'near' remember that this is the UK and you know as much as I do that it could be snowing out your back window raining down your side alley and bright sunshine on your front

ASP help

2005-01-05 Thread Asim Manzur
could someone please tell me the following code in ASP??? Thanks once again. CFIF IsDefined(pid) do this cfelseif IsDefined(jid) do this cfif ~| Discover CFTicket - The leading ColdFusion Help

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Stuart Kidd
Great, i found London City Airport which is a less known airport but closer to the centre of town and seems to have the same temp as the BBC weather site also. Heathrow (LHR) seems to be a degree out. I think i will use the CFCACHE tag to store the weather details and get new ones every half

Job for a day or two anyone? (Hemel Hempstead, UK)

2005-01-05 Thread Stuart Kidd
I know this isn't a job list but i think it's worthwhile posting it here for anyone who may know someone. Just got a call from a lady asking if i knew of anyone in the UK who may be interested in a day or two work in Hemel Hempstead. Please reply to her via phone, not to me. I am currently

Re: ASP help

2005-01-05 Thread Greg Morphis
Maybe you should ask these questions on an asp forum? Thanks On Wed, 05 Jan 2005 10:17:21 -0400, Asim Manzur [EMAIL PROTECTED] wrote: could someone please tell me the following code in ASP??? Thanks once again. CFIF IsDefined(pid) do this cfelseif IsDefined(jid)

RE: ASP help

2005-01-05 Thread Mark Smyth
Here goes, but you're just bound to get a few comments If you need more help, I would consider joining an ASP list % if var1 = then response.write(variable does not exist) else response.write(variable exists) end if% Test it by setting the variable before the if statement (as so) dim var1 var1

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Stephen Moretti
Robertson-Ravo, Neil (RX) wrote: Well it certainly will not cover remote areas such as Scotland/Wales/Cornwall etc..and indeed even if you do find one 'near' remember that this is the UK and you know as much as I do that it could be snowing out your back window raining down your side alley

RE: ASP help

2005-01-05 Thread Micha Schopman
If Len(Request.Form(pid)1 Then Or use QueryString for url variables. For inline variables it depends wether you have set option explicit. Asp does not really have a isset or isdefined function, it just returns 0. Also for recordsets. Micha Schopman Project Manager Modern Media, Databankweg

RE: ASP help

2005-01-05 Thread Robertson-Ravo, Neil (RX)
Ignore that I would probably do it this way...(and my ASP is pretty shoddy, but its close enough) %IF instr(1,Request(pid,value,1) Request(pid) 0 THEN do this ELSEIF instr(1,Request(jid,value,1) 0 THEN do that... END IF % -Original

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Robertson-Ravo, Neil (RX)
Yeah of course there are but they doesn't mean to say that the weather is the same does it? Its no biggie I just think you cannot take it as gospel that the weather is the same? -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 15:33 To: CF-Talk

Re: ASP help

2005-01-05 Thread Ryan Mannion
I haven't done asp in a while, but if I remember correctly all variables don't exactly need to be defined unless you put Option Explicit in the top of the page. For instance if you reference a variable that doesn't exist it won't error out, it will just not output anything. % if

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Martin Parry
It's simple - You need no fancy CFC's or WSDL's cfoutput cfif month(now()) neq 6 It's raining and miserable - #randrange(1,8)# degrees cfelse It's mostly cloudy but might be sunny later - #randrange(8,15)# degrees /cfif /cfoutput Hope that helps Martin Parry Macromedia Certified

US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
Has anyone had luck access in the US National Weather Service? I have tried this code (some of the sloppiness here is trying to find the error): cfset parameters = StructNew() / cfset parameters.Latitude = 38.9936 / cfset parameters.Longitude = -77.0224 / cfset parameters.StartTime =

RE: ASP help

2005-01-05 Thread Robertson-Ravo, Neil (RX)
Oops, sorry it should be Again...my ASP is crapola.. but it will give you an idea! %IF instr(1,Request(pid,value,1) 0 THEN do this ELSEIF instr(1,Request(jid,value,1) 0 THEN do that... END IF % -Original Message- From:

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Jeff Garza
I've had no luck whatsoever either. Glad you got through to the NWS webmaster. If you find a resolution, please let me know! Cheers, Jeff Garza - Original Message - From: Russel Madere [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, January 05, 2005 8:44 AM

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Stuart Kidd
You are a funny guy!! But probably the results would be pretty much the same as the real temp ouside! :) In August we might have a day over 20 degrees... I knew i should have been in the umbrella business. -- Original Message -- From: Martin Parry

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread C. Hatton Humphrey
I've had no luck whatsoever either. Glad you got through to the NWS webmaster. If you find a resolution, please let me know! Better yet, let us all know! Hatton ~| Find out how CFTicket can increase your company's

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Dawson, Michael
Hilarious! Now, if MACR could get CF to actually control the weather, that would be the killer app! -Original Message- From: Martin Parry [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 9:32 AM To: CF-Talk Subject: RE: CF-Tag Weather for UK (London)? It's simple - You need

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Dawson, Michael
I have not been able to get to the NWS using a CF web service call, either. -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 9:44 AM To: CF-Talk Subject: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) Has anyone had luck

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
I'm afraid I'm going to have to go back to trying to do a screen scrape of the forecast. But the blamed thing is fairly confusing. I might just need to stick with the current observations without the forecast. The NWS has a good XML feed for that and CFHTTP seems to work fine. Russel Madere

Running threads

2005-01-05 Thread Martin Parry
Hi - Does anyone know what factory object can be interrogated to find out what threads are running (i.e. what .cfm pages are currently being executed). Also, can we kill these threads programmatically and realte them to the sessions that show in coldfusion.runtime.SessionTracker I have a

Re: The Death of DevNet :-(

2005-01-05 Thread Christian Cantrell
On Jan 5, 2005, at 9:40 AM, Ben Rogers wrote: I still have yet to receive anything from Macromedia notifying me that program was being phased out. They have my e-mail address. They have my mailing address. Do they need a blood sample before they'll tell me what the heck is going on? Emails

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Martin Parry
Maybe my upper limit on the randrange was too high - feel free to modify the code and submit it to cflib.org Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: 05 January 2005 15:59 To:

Re: ot: contacting MM

2005-01-05 Thread Christian Cantrell
On Jan 4, 2005, at 7:49 PM, Adrocknaphobia wrote: Hes scheduled back in 'early Jan'. Ed is back next week. If you don't hear anything by the end of the week, feel free to email me personally and I'll make sure you get your software. Thanks, Christian

Sessions not exclusive

2005-01-05 Thread Martin Parry
Hi all - hopefully someone has experienced this. I have a client with about 70 motor dealerships who access their corporate intranet (which I have inherited) via DSL and leased line connections. All users in a dealership go through a NAT'd router, across the ether, into a firewall and finally

CF Allows Negative Zero?

2005-01-05 Thread Dawson, Michael
If you enter a negative zero (-0), CF keeps it as is and does not strip the negative sign. I would assume that is because CF may think this is a string, however, it passes the IsNumeric() function. Should I just use the val() in my setter when I expect a numeric value to be passed? Thanks M!ke

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Sean Corfield
On Wed, 5 Jan 2005 09:44:22 -0600, Russel Madere [EMAIL PROTECTED] wrote: Has anyone had luck access in the US National Weather Service? I have tried this code (some of the sloppiness here is trying to find the error): A couple of errors in what you're doing: cfset parameters.Parameters =

RE: ASP help

2005-01-05 Thread Eric Creese
Be careful asking such questions that are not CF and that you can easily Google, cause John Burns will let you know about it. I am surprised he has not scolded you yet. -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 8:17 AM To: CF-Talk

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Jim Davis
-Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 11:09 AM To: CF-Talk Subject: RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) I'm afraid I'm going to have to go back to trying to do a screen scrape of the

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
It is nice and easy: cftrycfhttp url=http://www.nws.noaa.gov/data/current_obs/KHUM.xml; port=80 method=get timeout=15 /cfhttpcfcatch type=Anycfdump var=#CFCATCH#/cfcatch/cftry cfset xmlContent = XMLParse(Trim(cfhttp.FileContent)) cfoutputKHUMbr Current Weather:

Re: Sessions not exclusive

2005-01-05 Thread Nathan Strutz
Sounds like your router is caching pages. Either turn it off or try using Cache-Control:Private in your HTTP headers (via cfheader). hth -nathan strutz http://www.dopefly.com/ Martin Parry wrote: Hi all - hopefully someone has experienced this. I have a client with about 70 motor

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Paul Stewart
i can confirm that after having seen the movie the day after tommorrow 'remote' (gee-whiz) Scotland certainly does have weather stations. - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, January 05, 2005 3:07

RE: CF-Tag Weather for UK (London)?

2005-01-05 Thread Robertson-Ravo, Neil (RX)
In does indeed...I am from there - but I also know that Scotland has its own weather climate.its kind of hit and miss I suggest taking all possible weather combos and whacking it on screen in one lump.. ;-) -Original Message- From: Paul Stewart [mailto:[EMAIL PROTECTED] Sent:

RE: CF tags work inside of CSS

2005-01-05 Thread Jason L. West, Sr.
Actually if you have control of the Web server that host the CFML server you could modify the server to have the CFMX server process the .css extensions. We have done this in the past with .js and .css plus adding some new mime types of our own like .whatever that is processed by CFMX. Jason L.

Re: OT: maps for distance

2005-01-05 Thread daniel kessler
the closest russian town to the bering straight... naukan. ah great thanks. get Microsoft MapPoint, has a WEALTH of map data. I have that at home. Unfortunately, I don't think that it works on areas outside the US. I think that I need a different database for it. Maybe work'll buy that

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Andy Allan
And the weather report from Bothwell Street, Glasgow is cold, dark, wet, gale force winds, utterly miserable ... could be worse though, i could be in Harthill or Shotts, etc where it's probably snowing or being battered by hail. On Wed, 5 Jan 2005 17:03:01 -, Robertson-Ravo, Neil (RX) [EMAIL

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Jim Davis
-Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 11:53 AM To: CF-Talk Subject: RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?) It is nice and easy: cftrycfhttp

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Mark Drew
as IF the setWeather(rainy and dull) method would get used, EVER? On Wed, 5 Jan 2005 10:06:20 -0600, Dawson, Michael [EMAIL PROTECTED] wrote: Hilarious! Now, if MACR could get CF to actually control the weather, that would be the killer app! -Original Message- From: Martin Parry

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Sean Corfield
On Wed, 5 Jan 2005 18:11:06 +0100, Mark Drew [EMAIL PROTECTED] wrote: as IF the setWeather(rainy and dull) method would get used, EVER? It's tempting to call setWeather(cooler) or even setWeather(snowing) sometimes. But that's what I get for living in sunny California I guess ;) -- Sean A

RE: CF Allows Negative Zero?

2005-01-05 Thread Venable, John
Negative zero, while being an odd notation, is still a number, as would be -1, -2, -3, etc. I would be frightened if a negative number didn't pass the IsNumeric function. You shouldn't get an error trying to calculate with -0 (with the obvious exception of trying to divide by it)? If you need only

Re: The Death of DevNet :-(

2005-01-05 Thread Barney Boisvert
Thanks for that, Sean. I'd seen the second page, but the first escaped my searching until you posted it here. cheers, barneyb On Tue, 4 Jan 2005 21:03:21 -0800, Sean Corfield [EMAIL PROTECTED] wrote: On Tue, 4 Jan 2005 18:03:41 -0800, Barney Boisvert [EMAIL PROTECTED] wrote: How about a

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
:) The METAR parser I wrote wasn't very user friendly. That's why I was excited when the XML came out. I guess I could rewrite my parser with regex and make it more bulletproof. I might just do that as a side project. Pass my function a METAR and get a structure with the current observations.

RE: Secure Email Access

2005-01-05 Thread Paul Vernon
Thing is it Gmail doesn't require SSH, it requires POP3 over SSL... :) Paul ~| Protect your mail server with built in anti-virus protection. It's not only good for you, it's good for everybody.

Tag/UDF for simple formatting (BBCode/Wiki)

2005-01-05 Thread Damien McKenna
Is anyone aware of a custom tag or UDF for doing simple formatting of text, e.g. *bold*, /italic/, [b]bold[/b], etc? I couldn't see anything on cflib. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h

Re: HTML table in Excel - formatting problem

2005-01-05 Thread Elyse Nielsen
Hi, Try nsbp; before the job number. HTH, Elyse http://www.anticlue.net On Tue, 4 Jan 2005 23:03:51 -0700, Shawn [EMAIL PROTECTED] wrote: I'm creating an HTML table, and setting the mime type of the page so that it is treated as an MS Excel file. This has been working great except for one

RE: The Death of DevNet :-(

2005-01-05 Thread Ben Rogers
Just received mine. Ben Rogers http://www.c4.net v.508.240.0051 f.508.240.0057 -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 11:14 AM To: CF-Talk Subject: Re: The Death of DevNet :-( On Jan 5, 2005, at 9:40 AM, Ben Rogers

Charting Software

2005-01-05 Thread Kristen Winsor
Has anyone used the charting/mapping software Temtec?..Basically, I have narrowed down choices to Temtec Corda, and was just trying to get feedback if anyone has worked w/ Temtec Thanks Kris Thank you and best regards, Kristen A. Winsor Intranet, Database Administrator Falvey

RE: Charting Software

2005-01-05 Thread Tangorre, Michael
From: Kristen Winsor [mailto:[EMAIL PROTECTED] Has anyone used the charting/mapping software Temtec?..Basically, I have narrowed down choices to Temtec Corda, and was just trying to get feedback if anyone has worked w/ Temtec Never used Temtec, but I give a thumbs up to Corda... A few

session timeouts per user

2005-01-05 Thread Paul Malan
I have some users of our extranet that use the tools throughout the day from within our network. To make their day simpler I expire the sessions every 8 hours so they only log in once regardless of how long it's been since they used the tools. Now I have a request to allow access for select

RE: ASP help

2005-01-05 Thread Ben Rogers
There's nothing directly analogous. However, if you have not declared option explicit, then you can do this: If Not IsEmpty(pid) Then End If That will also work if you've dimensioned the variable but have not yet set it to anything. That said, you should really declare option explicit

RE: The Death of DevNet :-(

2005-01-05 Thread Jason L. West, Sr.
I just picked up on this thread so I apologize. Is Macromedia closing the does on DevNet? If so can someone please send me a link on this. Thanks, Jason L. West, Sr. [EMAIL PROTECTED] -Original Message- From: Ben Rogers [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005

RE: session timeouts per user

2005-01-05 Thread Dawson, Michael
You can use multiple cfapplication tags in your CF page: cfapplication sessionTimeout=...8 hours... cfif user is a customer cfapplication sessionTimeout=...30 minutes... /cfif M!ke -Original Message- From: Paul Malan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005

Re: Tag/UDF for simple formatting (BBCode/Wiki)

2005-01-05 Thread Rick Root
Damien McKenna wrote: Is anyone aware of a custom tag or UDF for doing simple formatting of text, e.g. *bold*, /italic/, [b]bold[/b], etc? I couldn't see anything on cflib. There is an old custom tag called DP_ParseBBML available at

RE: session timeouts per user

2005-01-05 Thread Dawson, Michael
Another way of handling this is: cfif user is a customer cfset timeout = 30 minutes cfelse cfset timeout = 8 hours /cfif cfapplication sessionTimeout=#timeout# My suggestion, in the previous post, would be best if you needed to access any application or session variables/functions to

RE: Tag/UDF for simple formatting (BBCode/Wiki)

2005-01-05 Thread Damien McKenna
Thanks. My, that's got a lotta options! -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 2:41 PM

Re: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Paul Malan
For US weather I've had decent luck with this weather service. (it does tend to be a bit slow the first call, occasionally timing out. But I suspect that's my fault, not theirs.) cfinvoke method=GetWeatherInfo returnvariable=currentWeather

RE: The Death of DevNet :-(

2005-01-05 Thread Jason L. West, Sr.
Sorry for that, stupid spell check. Is Macromedia closing the doors on DevNet? Jason L. West, Sr. [EMAIL PROTECTED] -Original Message- From: Jason L. West, Sr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 14:09 To: CF-Talk Subject: RE: The Death of DevNet :-( I just

Re: CF Allows Negative Zero?

2005-01-05 Thread Mark Drew
Can you owe nothing? how about if I give you nothing is that +0? hmmm.. abstract On Wed, 5 Jan 2005 10:44:40 -0600, Dawson, Michael [EMAIL PROTECTED] wrote: If you enter a negative zero (-0), CF keeps it as is and does not strip the negative sign. I would assume that is because CF may

RE: Tag/UDF for simple formatting (BBCode/Wiki)

2005-01-05 Thread Jim Davis
-Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 2:55 PM To: CF-Talk Subject: RE: Tag/UDF for simple formatting (BBCode/Wiki) Thanks. My, that's got a lotta options! Thanks! I try. ;^) Jim Davis

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Emmet McGovern
I guess I'm not alone! I've revisited that thing soo many times now. I'm glad to see it's not just me. I wish they just posted a 7-10 day forecast in xml like the current observations. Emmet ~| Get the mailserver that

Re: Tag/UDF for simple formatting (BBCode/Wiki)

2005-01-05 Thread Michael Dinowitz
Thanks for posting the extra long url. Shows me that the code to convert link text to a full link is not 100% working. ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

OT: Javascript weirdness

2005-01-05 Thread Matthew Small
Sorry for both the OT and the crosspost: I have a javascript function: function OpenICBrowser() { ChildWin = window.open('./index.cfm?event=icaptionBrowse', 'ImageFileSystem', 'status=no, height=480, width=640,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no'); } It's called

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Ian Skinner
Well, I made a small amount of progress. I have at least proved that ColdFusion can retrieve some kind of data from a National Weather Service web service. But, it is not very useful yet. First of all, I played with the code, and I was able to get a different error Could not perform web

RE: The Death of DevNet :-(

2005-01-05 Thread Guy Rish
Ben, I only got my email this morning. I'm guessing that some of the lag is a batching/traffic issue or such. There is always the hope that if we collectively (as Christian as advised) hit the DevNet mailing list that Macromedia will see that adjusting their licensing scheme to handle the

RE: CF Allows Negative Zero?

2005-01-05 Thread Ryan Duckworth
This function will solve your problem: JavaCast('float',variableName) Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent:

Re: CF-Tag Weather for UK (London)?

2005-01-05 Thread Mark Drew
I wont mention I am in Sunny Valencia, Spain then :D well.. not sunny.. as its dark now :) On Wed, 5 Jan 2005 17:15:59 +, Andy Allan [EMAIL PROTECTED] wrote: And the weather report from Bothwell Street, Glasgow is cold, dark, wet, gale force winds, utterly miserable ... could be worse

Re: ASP help

2005-01-05 Thread Mark Drew
I think that is a fair enough question for a CF developer. since if I ask this of ASP'ers they wont know what my expectation of isDefined (coming from CF point of view) I found a good resource for CF - PHP stuff here for example: http://bombusbee.com/articles.view/id/4.htm and I am sure php'ers

RE: The Death of DevNet :-(

2005-01-05 Thread Ben Rogers
I wasn't aware of the DevNet mailing list. It must have escaped my attention when I subscribed to DevNet. Anyway, I don't intend to subscribe now. My subscription officially ends today. Though I intended to renew my DevNet subscription (the renewal price was right for all the software and DRKs),

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Ben Rogers
Sadly, I've found quite a few Web services that can't be consumed by ColdFusion. ColdFusion simply does not provide enough information to debug these types of problems (the dreaded argument type mismatch is a perfect example). Consequently, I've taken to writing wrappers in ASP.Net. Ben Rogers

  1   2   >