Tutorials using CF Builder 2

2011-06-27 Thread Rick Faircloth
I'm surprised by the lack (as in, couldn't find even one!) of tutorials that utilize CF Builder. Plenty of tutorials that utilize Dreamweaver, but none that I saw after searching the Adobe site that use CF Builder. Several tutorials show *how* to use CF Builder, but none, such as, Building

RE: Need some perspective...

2011-06-27 Thread Rick Faircloth
Anyone making use of CFB2's AIR Project presets? I looked to see if CFB2 has anything to do with AIR and found the New AIR Project choice. And I would definitely rather use HTML5/CSS3/jQuery to build apps than learn yet another language than delve into another language, which seems to be an

RE: Need some perspective...

2011-06-27 Thread Rick Faircloth
Now here's an example I would point to concerning the difficulty I would have even getting past consideration of using Adobe's technologies. Take this presentation/tutorial on Adobe's site, for example: ...Tim Buntel explains the data-centric features in Flash Builder 4 and shows how developers

RE: Need some perspective...

2011-06-27 Thread Rick Faircloth
And of course, to build applications that are just ColdFusion, you have to know a lot of things already - relational databases, HTML, HTTP, maybe JavaScript and CSS. I guess what I'm saying is that I can already do the above, I just want a single medium through which to deliver the resulting

RE: Need some perspective...

2011-06-27 Thread Rick Faircloth
When I mentioned medium, I meant delivery medium, not creation medium. One last question (for now!): Can I just build HTML5/CSS3/jQuery/SQL/CF apps and then just convert them to AIR applications without programming FLEX? -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com]

RE: loop timing out

2011-06-27 Thread Rick Faircloth
What about running the task in a cfthread? I have some tasks that run on a schedule (or manually triggered) for an hour or two without issue... Rick -Original Message- From: William Seiter [mailto:will...@seiter.com] Sent: Monday, June 27, 2011 4:42 PM To: cf-talk Subject: Re: loop

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
at the top that says if you want to see the pretty stuff, get a real browser. On Fri, Jun 24, 2011 at 10:24 PM, Sean Corfield seancorfi...@gmail.com wrote: On Fri, Jun 24, 2011 at 8:05 PM, Rick Faircloth r...@whitestonemedia.com wrote: To us or not to use HTML5 and CSS3 in desktop and mobile

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
[mailto:seancorfi...@gmail.com] Sent: Saturday, June 25, 2011 1:24 AM To: cf-talk Subject: Re: Need some perspective... On Fri, Jun 24, 2011 at 8:05 PM, Rick Faircloth r...@whitestonemedia.com wrote: To us or not to use HTML5 and CSS3 in desktop and mobile development. This came up in a few sessions

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
I don't quite see it that way, Peter. I would like to see the continuously updated aspect be the burden of the W3C, et al, and the browser creators, instead the burden of the developers to continuously jump through hoops to make front-end sense of the tangled mess of browsers and standards that

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
One can always dream... -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Saturday, June 25, 2011 1:02 PM To: cf-talk Subject: Re: Need some perspective... Instead of major milestone releases on the part of standards groups and browser creators, I'd rather them

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
stop worrying about all this and relax a bit - that's exactly what weekends were designed for That's the best advice I've read all week! :o) -Original Message- From: Peter Boughton [mailto:bought...@gmail.com] Sent: Saturday, June 25, 2011 3:08 PM To: cf-talk Subject: Re: Need some

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
to develop a new standard? There is something wrong with this picture... -Original Message- From: Sean Corfield [mailto:seancorfi...@gmail.com] Sent: Saturday, June 25, 2011 6:52 PM To: cf-talk Subject: Re: Need some perspective... On Sat, Jun 25, 2011 at 6:53 AM, Rick Faircloth r

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
Now, fellows... let's be gentlemen, here... -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Saturday, June 25, 2011 6:02 PM To: cf-talk Subject: Re: Need some perspective... LOL. Now, perhaps you can look at having that bug extracted from your ass.

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
Thank you, Jenny. :o) Take that, you guys! -Original Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] Sent: Saturday, June 25, 2011 5:18 PM To: cf-talk Subject: RE: Need some perspective... Peter, 1. It's not a long post. 2. It's not rambling. I think Rick's

RE: Need some perspective...

2011-06-25 Thread Rick Faircloth
Peter, I did check out the caniuse.com site and, while it's a welcome resource for sorting out feature usage, it's also an illustration of the increasing insanity of feature development. I mean, just look at that page! There has *got* to be a better way of progressing. Perhaps we could just

Need some perspective...

2011-06-24 Thread Rick Faircloth
I've been searching for an answer to the question: To us or not to use HTML5 and CSS3 in desktop and mobile development. What's everyone's take? Anyone using HTML5 and CSS3? What about mobile? I've been working with jQuery Mobile. (I've been doing jQuery for a couple of years or so and am

Processing Forms with CF from jQuery Mobile AJAX

2011-06-20 Thread Rick Faircloth
I've been using jQuery to process forms via AJAX and CF for a couple of years without problem. But I've been working on some tutorials for jQuery Mobile and I'm a little confused about how it handles form processing. The tutorials and even docs are a little sketchy...at least I'm not finding

What am I missing with this code? (Javascript)

2011-06-12 Thread Rick Faircloth
Hi, guys... With all the chatter about Homesite and the reminiscing about the good ole days of programming, I thought I'd give you something more up-to-date to think about. This is part of a larger CF/jQuery application that I just can't figure how to get running properly. I'm sure it's how

RE: What am I missing with this code? (Javascript)

2011-06-12 Thread Rick Faircloth
Thanks, Jason... that seemed to solve that problem. (Did I mention I hate JS variables :o) Now, for some reason I can't fathom, The code: slidePosition++; increments slidePosition from 1 to 2 on the first iteration, but after that it won't increment to 3 or beyond... simply repeats at 2. Why?

RE: What am I missing with this code? (Javascript)

2011-06-12 Thread Rick Faircloth
Excellent! Thanks! -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: Sunday, June 12, 2011 4:42 PM To: cf-talk Subject: Re: What am I missing with this code? (Javascript) Not sure, but now that I look at it, you don't need to pass slidePosition around at all now

Why would this code return this error?

2011-06-10 Thread Rick Faircloth
Hi, all... I've been trying to set up some CF/AJAX/CFC functionality and when it wasn't working as expected, re-coded to track variables through the functionality. All the variables have been showing up fine in alerts throughout. However, now at this point in the code: cfargument name =

RE: Why would this code return this error?

2011-06-10 Thread Rick Faircloth
To: cf-talk Subject: Re: Why would this code return this error? ARGUMENTS.images (the value of imagesList) is a string and not a query valueList() is for making a list out of a column fomr a query string query error can not computer! ;-) HTH Cheers On Fri, 2011-06-10 at 15:09 -0400, Rick

RE: Why would this code return this error?

2011-06-10 Thread Rick Faircloth
YGTR! :o) -Original Message- From: Bryan Stevenson [mailto:br...@electricedgesystems.com] Sent: Friday, June 10, 2011 3:59 PM To: cf-talk Subject: RE: Why would this code return this error? TGIF I bet Rick ;-) Cheers On Fri, 2011-06-10 at 15:24 -0400, Rick Faircloth wrote: @ Bryan

Question about cfPresentation cfPresentationSlide

2011-06-09 Thread Rick Faircloth
So, do I understand this correctly to mean that cfPresentation is, in the end product, a Flash presentation? (The info below is from the Adobe CF Docs...) ColdFusion automatically generates the following files necessary to run the presentation and saves them in the specified directory:

RE: Question about cfPresentation cfPresentationSlide

2011-06-09 Thread Rick Faircloth
wrote: You can also create an HTML output. On Thu, Jun 9, 2011 at 10:38 AM, Rick Faircloth r...@whitestonemedia.com wrote: So, do I understand this correctly to mean that cfPresentation is, in the end product, a Flash presentation? (The info below is from the Adobe CF Docs...) ColdFusion

How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
Ok... since this won't work... cfset myList = soundTrack01.mp3,soundTrack02.mp3,soundTrack03.mp3 cfset listPosition = 1 / cfloop list=myList index=listElement cfoutput script $.sound.play('#myList.name[listPosition]#'); /script /cfoutput cfset listPosition =

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
    cfset listPosition = listPosition + 1 / /cfloop On Wed, Jun 8, 2011 at 1:08 PM, Rick Faircloth r...@whitestonemedia.com wrote: Ok... since this won't work... cfset myList = soundTrack01.mp3,soundTrack02.mp3,soundTrack03.mp3 cfset listPosition = 1 / cfloop list=myList index=listElement

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
cfset listPosition = 1 / cfloop list=myList index=listElement      script cfoutput       $.sound.play('#myList.name[listPosition]#'); /cfoutput      /script     cfset listPosition = listPosition + 1 / /cfloop On Wed, Jun 8, 2011 at 1:08 PM, Rick

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
Hmmm... it didn't like that one either: You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members. The error occurred in E:\inetpub\webroot\html5css3\fadeImages3.cfm: line 20 18 :cfloop list=myList index=listElement 19 : 20 :

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
-Original Message- From: Rick Faircloth Sent: Wednesday, June 08, 2011 2:03 PM To: cf-talk Subject: RE: How to do this with CF and JS? Hmmm... it didn't like that one either: You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members. The error

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
this with CF and JS? Are you trying to queue the sound tracks up to play one after the other? On 6/8/2011 10:25 AM, Rick Faircloth wrote: To be clearer, everything works fine, except for the fact that nothing loops. I get the first sound track, soundTrack01.mp3, played once, and then everything stops

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
maybe do something instead with cfpresentation and cfpresentationslide? It can tie audio (.mp3) to each slide, and can autoplay the entire presentation. HTH, Carl On 6/8/2011 12:06 PM, Rick Faircloth wrote: Actually, here's the entire functionality I'm trying to bring together: - one

Determine the length of an MP3 file...

2011-06-07 Thread Rick Faircloth
Does anyone know how to use CF, Javascript, or jQuery, in particular, to determine the length of an .mp3 file that is sitting on my server? It's not something that is uploaded, but is created on-the-fly from a text file and I need to be able to dynamically determine the length of the audio

RE: Determine the length of an MP3 file...

2011-06-07 Thread Rick Faircloth
, but have never tried it. http://coldfused.blogspot.com/2008/02/reading-mp3-meta-data-from-coldfusion. html On Tue, Jun 7, 2011 at 3:05 PM, Rick Faircloth r...@whitestonemedia.com wrote: Does anyone know how to use CF, Javascript, or jQuery, in particular, to determine the length of an .mp3 file

RE: Web Site not coming up in Firefox

2011-06-05 Thread Rick Faircloth
Opened fine for me in FF 4.0.1... -Original Message- From: Peter Donahue [mailto:pdonah...@satx.rr.com] Sent: Sunday, June 05, 2011 10:28 PM To: cf-talk Subject: Web Site not coming up in Firefox Good evening everyone, Okay here's an interesting one for you. After several months

RE: VPS Hosting

2011-06-01 Thread Rick Faircloth
I hope they're better than when I used them about 3 years ago. I had nothing but problems and virtually no response from the owner when my server went offline. Hopefully, their service has improved and everyone that's using them is getting better service and support, but my experience was

Something CFBuilder should have that CFEclipse has...

2011-06-01 Thread Rick Faircloth
...the ability to mouse-over an image file and have the image, along with height and width, displayed. Most helpful...and missed in CFBuilder 2. Rick ~| Order the Adobe Coldfusion Anthology now!

RE: Something CFBuilder should have that CFEclipse has...

2011-06-01 Thread Rick Faircloth
1, 2011, at 2:14 PM, Rick Faircloth wrote: ...the ability to mouse-over an image file and have the image, along with height and width, displayed. Most helpful...and missed in CFBuilder 2. Rick ~| Order

RE: VPS Hosting

2011-05-31 Thread Rick Faircloth
Hi, Jenny... Check http://kickassvps.com/services/coldfusion/coldfusion.php, as well. They're excellent with customer service, little downtime over the 2+ years I've had my VPS with them. Win Server 2008 (the site says 2003, but I'm certain they announced 2008 a few months ago), CF8 or CF9,

HouseOfFusion.com down?

2011-05-26 Thread Rick Faircloth
I know this was discussed yesterday... ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: ColdFusion and AJAX choices

2011-05-20 Thread Rick Faircloth
Oh, come on, Ray! Don't become a diplomat now! Continue the good fight! jQuery! jQuery! jQuery! Really, though. I like it because it gave me, a non-Javascript (none at all!) programmer, a way to get into the JS game that I could understand with no background. I do incorporate regular JS when

RE: ColdFusion and AJAX choices

2011-05-20 Thread Rick Faircloth
The Production jQuery core is 31KB, minified and gzipped, according to the jQuery site, itself. So, it would seem, the only correct number to reference in regards to jQuery production core code is 31KB. All other numbers are irrelevant. -Original Message- From: Claude Schnéegans

RE: ColdFusion and AJAX choices

2011-05-20 Thread Rick Faircloth
Michael, I'm still using my Radio Shack Color Computer with 4K of RAM, an audio cassette tape for data storage and no monitor, which cost me $525 in 1982. Perhaps I would be more productive if I upgraded to 16K of RAM? :o) -Original Message- From: Michael Grant [mailto:mgr...@modus.bz]

RE: ColdFusion and AJAX choices

2011-05-20 Thread Rick Faircloth
Subject: Re: ColdFusion and AJAX choices On Fri, May 20, 2011 at 11:17 AM, Rick Faircloth wrote: Michael, I'm still using my Radio Shack Color Computer with 4K of RAM, an audio cassette tape for data storage and no monitor, which cost me $525 in 1982. Perhaps I would be more productive if I

RE: ColdFusion and AJAX choices

2011-05-20 Thread Rick Faircloth
Good memory, Claude! -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneegans@interneti=71?= =?ISO-8859-1?Q?ue.com=3E?=] Sent: Friday, May 20, 2011 12:36 PM To: cf-talk Subject: Re: ColdFusion and AJAX choices But

RE: ColdFusion and AJAX choices

2011-05-19 Thread Rick Faircloth
Where do you get 300K? jQuery core is only 229K uncompressed... 31K, minified and gzipped. www.jquery.com -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Thursday, May 19, 2011 6:45 AM To: cf-talk Subject: Re: ColdFusion and AJAX choices I used to feel the

RE: ColdFusion and AJAX choices

2011-05-19 Thread Rick Faircloth
There are things my code do not check however: - a tornado hit my server; - the end user has an attack of scarlet fever... Need some code for that? :o) -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans

RE: ColdFusion and AJAX choices

2011-05-17 Thread Rick Faircloth
jQuery for the win... -Original Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: Tuesday, May 17, 2011 2:05 PM To: cf-talk Subject: Re: ColdFusion and AJAX choices jQuery + 10. ;) On Tue, May 17, 2011 at 12:56 PM, Carl Von Stetten vonner.li...@vonner.net wrote:

RE: Migrating a DB from MS SQL 2000 into MySQL latest release

2011-05-10 Thread Rick Faircloth
I've been using MySQL for over 10 years and never had any problems with it. Get PremiumSoft's Navicat for your GUI and management is a breeze. Never had anything corrupted and MySQL only overloads the CPU when code is not working correctly. Backups can easily be automated with Navicat, as well.

RE: ISP blocking port 25

2011-05-10 Thread Rick Faircloth
Have you checked to see if you've been blacklisted? I used to have this problem with Comcast. If an outside blacklisting company put me on their list, then I ended up blacklisted at Comcast and at GoDaddy, too. Rick -Original Message- From: Al Musella, DPM

RE: Migrating a DB from MS SQL 2000 into MySQL latest release

2011-05-10 Thread Rick Faircloth
-exporting it. The CPU overload can of course be blamed on poor code, more usually bad SQL, but this problem exists on every platform in every language, but MSSQL does seem to cope with bad queries much better. HTH On Tue, May 10, 2011 at 1:42 PM, Rick Faircloth r...@whitestonemedia.comwrote: I've

RE: Migrating a DB from MS SQL 2000 into MySQL latest release

2011-05-10 Thread Rick Faircloth
release Presumably all those databases were designed by you and all the code written by you, so the lack of issues hopefully means all your code was good :-) On Tue, May 10, 2011 at 4:45 PM, Rick Faircloth r...@whitestonemedia.comwrote: My experience has mostly been with relatively small

RE: cfdocument layout precision, labels

2011-05-03 Thread Rick Faircloth
First thought that comes to mind is whether or not, in your stylesheet or inline applied margin:0px and padding:0px to prevent the default margins and paddings applied to certain elements by the browsers. Use Firebug to check the layout and you can easily spot margins and borders that have been

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-05-01 Thread Rick Faircloth
address! (don't! lol) -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: 01 May 2011 04:44 To: cf-talk Subject: RE: Can't open cfadmin after installing CFBuilder Beta 2 Now this is probably a dumb question, but what does Adobe mean when they say, Connector

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-05-01 Thread Rick Faircloth
Ok... that I can understand. I wish they had just said that explicitly. Thanks, Dave! -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Sunday, May 01, 2011 1:01 PM To: cf-talk Subject: Re: Can't open cfadmin after installing CFBuilder Beta 2 Now this is

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Rick Faircloth
Many thanks, Jenny, for the help last night! So, far, however, nothing has solved the problem. I removed all 172... IP's, but that didn't help get localhost working. I worked some more with permissions, since some of the error messages related to that, but couldn't come up with any access

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Rick Faircloth
? -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Saturday, April 30, 2011 1:42 PM To: cf-talk Subject: RE: Can't open cfadmin after installing CFBuilder Beta 2 Many thanks, Jenny, for the help last night! So, far, however, nothing has solved the problem

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Rick Faircloth
and have a quick look. On Sat, Apr 30, 2011 at 7:02 PM, Rick Faircloth r...@whitestonemedia.comwrote: Nothing's working... not changing permissions, not deleting and re-creating the default web site... nothing. At this point, I'm ready to flush the entire system and reinstall from scratch. I

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Rick Faircloth
, Apr 30, 2011 at 7:02 PM, Rick Faircloth r...@whitestonemedia.comwrote: Nothing's working... not changing permissions, not deleting and re-creating the default web site... nothing. At this point, I'm ready to flush the entire system and reinstall from scratch. I can have that done in a day

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Rick Faircloth
is in the 9.0.1 update. On Sun, May 1, 2011 at 2:20 AM, Rick Faircloth r...@whitestonemedia.comwrote: Also, I was able to open an html file with localhost after reinstalling IIS7, so I guess I'm on the right track. Still can't believe Adobe hasn't brought the mapping of file types up

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Rick Faircloth
To: cf-talk Subject: Re: Can't open cfadmin after installing CFBuilder Beta 2 They have, IIS7 native support is in the 9.0.1 update. On Sun, May 1, 2011 at 2:20 AM, Rick Faircloth r...@whitestonemedia.comwrote: Also, I was able to open an html file with localhost after reinstalling IIS7, so I

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Rick Faircloth
Thanks for the tips, Russ... I hope I didn't bork my installation. I applied the Cumulative 9.0.1 Hotfix before applying the 9.0.1 update. I thought that since the Hotfix was Cumulative that it included the update, as well. Will I need to reinstall the hotfix after I get the update installed?

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Rick Faircloth
they mean to delete the current websites from IIS, then put them back in once IIS 6 is disabled? -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Saturday, April 30, 2011 10:59 PM To: cf-talk Subject: RE: Can't open cfadmin after installing CFBuilder Beta

Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
Hi, all... Can anyone think of something I may have set when installing CFBuilder Beta 2 that would cause the CFAdmin not to open? (CF9) I've installed CFB a couple of times trying to get CFAdmin running, but when I try to go to http://127.0.0.1/cfide/administrator/index.cfm the browser just

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
To: cf-talk Subject: Re: Can't open cfadmin after installing CFBuilder Beta 2 On Fri, Apr 29, 2011 at 11:34 AM, Rick Faircloth r...@whitestonemedia.comwrote: Hi, all... Can anyone think of something I may have set when installing CFBuilder Beta 2 that would cause the CFAdmin not to open? (CF9

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
after installing CFBuilder Beta 2 are you missing a port number http://127.0.0.1:8500/cfide/administrator/index.cfm On Fri, Apr 29, 2011 at 11:34 AM, Rick Faircloth r...@whitestonemedia.com wrote: Hi, all... Can anyone think of something I may have set when installing CFBuilder Beta 2 that would

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
tried that, however. -Original Message- From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com] Sent: Friday, April 29, 2011 1:22 PM To: cf-talk Subject: Re: Can't open cfadmin after installing CFBuilder Beta 2 On Fri, Apr 29, 2011 at 1:08 PM, Rick Faircloth r

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
Nope... adding 127.0.0.1 localhost to the hosts file didn't help or change anything. -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Friday, April 29, 2011 1:32 PM To: cf-talk Subject: RE: Can't open cfadmin after installing CFBuilder Beta 2 I can't get

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
It seems that 127.0.0.1 or localhost is just totally unresponsive... but everything seems to be set up correctly. -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Friday, April 29, 2011 1:42 PM To: cf-talk Subject: RE: Can't open cfadmin after installing

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
the protocal? -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: 29 April 2011 18:54 To: cf-talk Subject: RE: Can't open cfadmin after installing CFBuilder Beta 2 It seems that 127.0.0.1 or localhost is just totally unresponsive... but everything seems to be set up

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
Yes, I can run ping localhost from a command prompt and get: Pinging WSM-MAIN [::1] with 32 bytes of data: Reply from ::1: time1ms Reply from ::1: time1ms Reply from ::1: time1ms Reply from ::1: time1ms Ping statistics for ::1: Packets: Sent = 4, Received = 4, Lost = 0 0% loss, Approximate

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
I'm not sure if I've disabled IPv6 correctly, but I went into the Network and Sharing Center, opened the Local Area Connection configuration dialog for the connection, and unchecked IPv6. I can tell you that the network connection dialog states that IPv6 has no connectivity. One thing to note

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
display. since you disabled IPv6, can you still ping and tracert localhost in your hosts files does localhost point to 127.0.0.1 is cf definitely running ? On Fri, Apr 29, 2011 at 11:47 PM, Rick Faircloth r...@whitestonemedia.comwrote: I'm not sure if I've disabled IPv6 correctly, but I went

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
I've been using F5 to refresh (doesn't that bypass cache?) but I went ahead and cleared the cache in case that was the problem... it didn't help. And it's happening the same way in FF as in IE. -Original Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] Sent:

RE: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-29 Thread Rick Faircloth
Ok... I've got the stuff... here you go: Windows IP Configuration Host Name . . . . . . . . . . . . : WSM-MAIN Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No Ethernet

RE: Anyone working with websites and RETS 2 data system for Real Estate?

2011-04-16 Thread Rick Faircloth
probably could update for CF8 or 9 and share it with you if you wish. On Thu, Apr 14, 2011 at 12:26 PM, Rick Faircloth r...@whitestonemedia.com wrote: Are there any particular resources you would point me to for understanding RETS from a data and processing perspective? I gave up on the search

RE: Anyone working with websites and RETS 2 data system for Real Estate?

2011-04-16 Thread Rick Faircloth
in. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Saturday, April 16, 2011 10:51 AM To: cf-talk Subject: RE: Anyone working with websites and RETS 2

RE: Anyone working with websites and RETS 2 data system for Real Estate?

2011-04-16 Thread Rick Faircloth
Application Developer / Systems Administrator CFWebtools On Sat, Apr 16, 2011 at 5:22 PM, Rick Faircloth r...@whitestonemedia.comwrote: That would be great! -Original Message- From: Mark A. Kruger [mailto:mkru...@cfwebtools.com] Sent: Saturday, April 16, 2011 4:49 PM To: cf-talk Subject

RE: Strange Hack... WHY?

2011-04-15 Thread Rick Faircloth
They probably like your site and are just taking an automated approach to duplicating the style. That would be my initial thought. -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Friday, April 15, 2011 12:48 PM To: cf-talk Subject: Strange Hack...

RE: jQuery help

2011-04-15 Thread Rick Faircloth
Try this: script type=text/javascript $(document).ready(function() { $('#checkAll').click(function() { $('input:checkbox').each(function() { if ( $(this).hasClass('state_abbr') ) { $(this).attr('checked', 'checked'); } }); }); }); /script

Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
So, is setting up IIS to cause CF to parse CSS files still the best way to accomplish using variables in CSS files? ~| Order the Adobe Coldfusion Anthology now!

RE: Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
actually call the .cfm where you'd usually call your .css file in HTML. I promise it's easier done than said. :-) On Thu, Apr 14, 2011 at 11:02 AM, Rick Faircloth r...@whitestonemedia.comwrote: So, is setting up IIS to cause CF to parse CSS files still the best way to accomplish using

RE: Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
Good catch, Ian... -Original Message- From: Ian Skinner [mailto:h...@ilsweb.com] Sent: Thursday, April 14, 2011 12:27 PM To: cf-talk Subject: Re: Parsing .css files with CF On 4/14/2011 9:21 AM, Rick Faircloth wrote: So just use: style.cfm - cfcontent type=text/css

RE: Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
in your HTML. I *think* CF defaults to UTF-8. On Thu, Apr 14, 2011 at 11:21 AM, Rick Faircloth r...@whitestonemedia.comwrote: So just use: style.cfm - cfcontent type=text/css charset=ISO-8859-1 cfset variables.color = ##fff cfoutput body { color:#variables.color#; } /cfoutput

RE: Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
, 2011 at 11:34 AM, Rick Faircloth r...@whitestonemedia.comwrote: so, cfcontent type=text/css charset=UTF-8 ? -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Thursday, April 14, 2011 12:29 PM To: cf-talk Subject: Re: Parsing .css files with CF You'll

RE: Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
Nevermind... duh... wrong file path... -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Thursday, April 14, 2011 1:40 PM To: cf-talk Subject: RE: Parsing .css files with CF Hmmm... I keep getting the feedback from firebug that there are no rules

RE: Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
, 2011 1:51 PM To: cf-talk Subject: Re: Parsing .css files with CF One thing to consider with this approach is that you lose the browser caching benefits. Is writing a CSS file at variable change time an option? On Apr 14, 2011, at 11:21 AM, Rick Faircloth r...@whitestonemedia.com wrote: So

RE: Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
Would the benefits to the network of running an MSOC site over a network that utilizes dynamic stylesheets where much more content is accessed from the same point-of-origin (assuming this causes more caching of images, etc.) outweigh the benefits of running multiple sites that have much of the

RE: Anyone working with websites and RETS 2 data system for Real Estate?

2011-04-14 Thread Rick Faircloth
Thanks for the feedback, Wil... I was beginning to wonder if I was the only one crazy enough to deal with the Real Estate world. I've been working with Real Estate sites for about 10 years and the last 4 or 5 I've been pulling in the data via FTP from two MLS's (whose data, of course, is

RE: Parsing .css files with CF

2011-04-14 Thread Rick Faircloth
Thank for the info! I'll have to look into the last-modified and if-modified issues. Rick -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, April 14, 2011 2:19 PM To: cf-talk Subject: Re: Parsing .css files with CF Would the benefits to the network of

RE: CF9 cfexecute issues.

2011-04-04 Thread Rick Faircloth
Hi, Michael... Have you eliminated the possibility that some of the files you working with on this run through are causing problems? Did you run these files through CF8 to see if they work there? I haven't worked with converting images avi mpg, so I have no experience with the process, but

RE: Button

2011-04-04 Thread Rick Faircloth
, April 04, 2011 12:10 PM To: cf-talk Subject: Re: Button using an IFRAME is how we did AJAX and Web Services before it was called AJAX and Web Services, it is the same thing really :-) On Mon, Apr 4, 2011 at 2:37 AM, Rick Faircloth r...@whitestonemedia.comwrote: Ok... glad you got it figured

RE: Button

2011-04-04 Thread Rick Faircloth
Ok... thanks for verifying, Dave! -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, April 04, 2011 12:54 PM To: cf-talk Subject: Re: Button I just want to make sure my understanding is correct in that true AJAX doesn't involve an iFrame and the only time

RE: Button

2011-04-03 Thread Rick Faircloth
Hi, Rick... What do exactly do you mean by it sends information to another site that records the data ? Is the information going to a database, or what? I can help you with coding this, but I'll need to know exactly what's happening with the data. I do all my ajax stuff sending data to a

RE: Button

2011-04-03 Thread Rick Faircloth
Ok... glad you got it figured out! -Original Message- From: Rick T [mailto:rtuinenb...@gmail.com] Sent: Sunday, April 03, 2011 8:47 PM To: cf-talk Subject: Re: Button Actually I figured out how to do this very simply by using an Iframe. The jQuery route carried lots of overhead.

RE: Open source ColdFusion forums

2011-03-28 Thread Rick Faircloth
If I were putting as much work as needed to meet the functional, not to mention legal requirements, I would charge a *lot* of money for it. Doctors, medical offices, and insurance providers have plenty of money to pay for it. Not to mention that there are legal requirements that demand certain

RE: Serving Content based on Geolocation of IP address

2011-03-10 Thread Rick Faircloth
If the client just wants reports on country of origin, Google Analytics provides that info for free. -Original Message- From: Brian Cain [mailto:bcc9...@gmail.com] Sent: Thursday, March 10, 2011 12:16 PM To: cf-talk Subject: Re: Serving Content based on Geolocation of IP address I use

I wonder what this says, if anything, about ColdFusion?

2011-03-04 Thread Rick Faircloth
I was just completing a short survey from Application Development Trends for their their 2011 Reader Survey. I got to this question... Which of the following languages/tools are currently in use in your enterprise? (Check all that apply.) ...and was very surprised to see everything under the

RE: KickAssVps.com Experiences

2011-03-04 Thread Rick Faircloth
Yes, my experience, since July 2008 has been very good. Perhaps 3 outages in over 2.5 years. Twice it was very short periods, one from an outside attack and another upgrades they were doing that affected the VPS. A third time, my server was just using too much memory and needed to be refreshed.

RE: Database Lookup - Possible with CF?

2011-03-03 Thread Rick Faircloth
Hi, Ian... I use CF and jQuery all the time to perform all types of user-interface interaction, as well as ajax database access, using CF 8/9 and MySQL 5. I haven't used CF and jQuery to pre-fill a form, but it won't require much change in what I do now to make that happen. I've been planning

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